html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
div.dt-container {
    position: relative;
    clear: both;
    padding: 20px;
}

    div.dt-container .dt-search input {
        border: none !important;
        border-bottom: 1px solid #4CB5F5 !important;
        border-radius: 3px;
        padding: 5px;
        background-color: transparent;
        color: inherit;
        margin-left: 3px;
        width: 20rem;
    }
    div.dt-container select.dt-input {
       margin-right:10px;
       width:3rem;
    }
.sidebar {
   /* Example width of the div */
     /* Example height of the div */
    overflow-y: scroll; /* Ensures the div has a scrollbar when needed */
}
    .sidebar::-webkit-scrollbar {
        width: 8px; /* Adjust the scrollbar width here */
        height: 8px; /* For horizontal scrollbar */
    }
    .sidebar::-webkit-scrollbar-thumb {
        background-color: #888; /* Color of the scrollbar thumb */
        border-radius: 2px; /* Rounded corners for the thumb */
    }
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

/* Modal will automatically hide after 1 minute */
.hiddentomatic{
    animation: fadeOut 6s forwards; /* Animation duration is 60 seconds */
}
.btn-print-pdf {
    background: #D32D41 !important;
    /*width: 30% !important;*/
    color: #fff !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #8B0000 !important;
    border-radius: 5px !important;
}
.btn-print-excel {
    background: #6AB187 !important;
    /*width: 30% !important;*/
    color: #fff !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #00882E !important;
    border-radius: 5px !important;
}
.btn-visible {
    background: #1F3F49 !important;
    /*width: 30% !important;*/
    color: #fff !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #00882E !important;
    border-radius: 5px !important;
}
.btn-size {
    background: #4CB5F5 !important;
    /*width: 30% !important;*/
    color: #fff !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #00882E !important;
    border-radius: 5px !important;
}
.btn-print-pdf:hover {
    background: white !important;
    /*width: 30% !important;*/
    color: #D32D41 !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #8B0000 !important;
    border-radius: 5px !important;
}

.btn-print-excel:hover {
    background: white !important;
    /*width: 30% !important;*/
    color: #6AB187 !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #6AB187 !important;
    border-radius: 5px !important;
}

.btn-visible:hover {
    background: white !important;
    /*width: 30% !important;*/
    color: #1F3F49 !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #1F3F49 !important;
    border-radius: 5px !important;
}

.btn-size:hover {
    background: white !important;
    /*width: 30% !important;*/
    color: #4CB5F5 !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #4CB5F5 !important;
    border-radius: 5px !important;
}
.thead{
    background: #4CB5F5 !important;
    /*width: 30% !important;*/
    color: #fff !important;
    /* font-size: 11px !important;*/
    font-weight: bold !important;
    border: 1px solid #00882E !important;
    border-radius: 5px !important;
}

/*toast style*/
/* From Uiverse.io by akshat-patel28 */
.card11 {
    width: 330px;
    height: 80px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.wave {
    position: absolute;
    transform: rotate(90deg);
    left: -31px;
    top: 32px;
    width: 80px;
    fill: #04e4003a;
}

.icon-container {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #04e40048;
    border-radius: 50%;
    margin-left: 8px;
}

.icon {
    width: 17px;
    height: 17px;
    color: #269b24;
}

.message-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
}

.message-text,
.sub-text {
    margin: 0;
    cursor: default;
}

.message-text {
    color: #269b24;
    font-size: 17px;
    font-weight: 700;
}

.sub-text {
    font-size: 14px;
    color: #555;
}

.cross-icon {
    width: 18px;
    height: 18px;
    color: #555;
    cursor: pointer;
}



.modal-header {
    padding: .5rem .5rem !important;
    background: #6AB187 !important;
}
/*.modal-content {
   
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 1rem !important;
   
}
*/
.fc-day {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.fc-content-skeleton {
    position: relative;
    z-index: 2;
}

.fc-day-grid-event {
    position: relative;
    z-index: 3;
}
.fc-day-grid .fc-row {
    z-index: 1;
    height: 100px;
}

.text-color-white {
    color: white !important;
}