html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.overflow-auto {
    overflow: auto !important;
}

.modal-backdrop {
    z-index: -1 !important;
}

.modal-lg {
    max-width: 95% !important;
}

.filter-button-container {
    display: flex;
    justify-content: flex-end;
}



.daterangepicker .calendar-table {
    width: 400px !important;
}

.drp-calendar {
    width: 400px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #5A5A5A;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 6;
    border-radius: 0px;
    opacity:0.3
}

.modal {
    overflow: auto !important;
}

.dt-button-collection {
    max-height: 300px;
    overflow-y: scroll !important;
}