/* .calendar-wrapper {
    overflow-x: auto;
    width: 100%;
} 

.calendar-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
} */

.calendar-container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.calendar-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border: 1px solid #ddd;
}

.calendar-wrapper::-webkit-scrollbar {
    display: none;
}

.calendar-table {
    min-width: 1200px;
}


.calendar-table td {
    text-align: center;
    border: 1px solid #ddd;
    padding: 0px 6px !important;
    font-size: 14px;
    white-space: nowrap;
    vertical-align: middle;
    /* position: relative; */
    height: 42px;
}

.calendar-table th,
.calendar-table td {
    min-width: 50px;
}

.calendar-table th {
    text-align: center;
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 14px;
    white-space: nowrap;
    vertical-align: middle;
}

/* .user-col {
    width: 180px;
    font-weight: 600;
    background: #eeeeee;
} */

.user-col {
    min-width: 220px;
    position: sticky;
    left: -1px;
    font-weight: 600;
    background: #eeeeee;
    z-index: 2;
}

.friday-header {
    background: #eeeeee !important;
    font-weight: 600;
}

.friday-cell {
    background: #eeeeee !important;
}

.weekday-label {
    display: block;
    font-size: 10px;
    color: #555;
}

.toolbar {
    width: calc(100% - 180px);
}

.calendar-table td i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    pointer-events: none;
}

@media (max-width: 576px) {

    .calendar-table th,
    .calendar-table td {
        font-size: 12px;
    }

    .calendar-table td i {
        font-size: 16px;
    }

    .calendar-table td {
        height: 36px;
    }
}

.bo {
    border: 1px solid #2968e0;
}

.floating-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2968e0;
    cursor: pointer;
    color: #fff;
    box-shadow: 0 2px 5px #666;
}

.floating-button i {
    font-size: 32px;
}

.container-floating {
    position: absolute;
    right: 8px;
    top: 80px;
    /* width: 70px; */
    height: 83px;
    /* padding-left: 8px; */
    padding-top: 8px;
    z-index: 890;
}

@media (max-width: 992px) {
    .container-floating {
        position: fixed;
        top: unset;
        bottom: 35px;
        right: 8px;
    }
}

@media (max-width: 576px) {
    .date-range {
        text-align: initial;
        float: none;
        display: block;
    }

    .date-range a#prevBtn {
        float: left;
    }

    .date-range a#nextBtn {
        float: right;
    }

    .date-range span#title {
        display: block;
        text-align: center;
        width: 100%;
    }
}

.toolbar a i {
    vertical-align: middle;
    transition: color .2s ease-in-out;
}

.toolbar a {
    text-decoration: none;
}

.dates p {
    margin: 0;
}

.borderCircle {
    border: 1px solid #212529;
    border-radius: 50%;
    opacity: .25;
}

.green {
    color: #2a6;
}

.red {
    color: #aa2222;
}

.duet-date__input {
    border: 1px solid #dee2e6;
    /* padding: 8px 60px 8px 14px; */
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 400;
}

label {
    color: #1f2b4a;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 4px;
}

.locked-cell {
    position: relative;
    color: #333;
}

.lock-icon {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #737171;
}

.locked-day,
.leave_cell {
    cursor: pointer;
    transition: all 0.5s;
}

.leave_cell:hover {
    background-color: rgba(0, 0, 0, 0) !important;
}

.locked-day:hover {
    background-color: #ddd;
}

.modal-content {
    border: none !important;
}

.allemp {
    border-top: 1px solid #737171;
}


@media (max-width: 991.98px) {
        .display-lg{
            display: none;
        }
    }
    .breadcrumb-item + .breadcrumb-item::before {
        content: ">";
    }
    .breadcrumb li {
        align-self: end;
    }
    .breadcrumb li a {
        color: #999999;
    }

    .well-sm {
        padding: 9px;
        border-radius: 2px;
    }
    .well {
        min-height: 20px;
        padding: 19px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }

    a {
        text-decoration: none;
    }

    .cd__main{
   display: block !important;
}
.notification-ui a:after {
    display: none;
}
 
.notification-ui_icon {
    position: relative;
}
 
.notification-ui_icon .unread-notification {
    display: inline-block;
    height: 7px;
    width: 7px;
    border-radius: 7px;
    background-color: #66BB6A;
    position: absolute;
    top: 7px;
    left: 12px;
}
 
@media (min-width: 900px) {
    .notification-ui_icon .unread-notification {
        left: 20px;
    }
}
 
.notification-ui_dd {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}
 
@media (min-width: 900px) {
    .notification-ui_dd {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}
 
.notification-ui_dd:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 7px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}
 
.notification-ui_dd .notification-ui_dd-header {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
 
.notification-ui_dd .notification-ui_dd-header h3 {
    margin-bottom: 0;
}
 
.notification-ui_dd .notification-ui_dd-content {
    max-height: 500px;
    overflow: auto;
}
 
.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 0;
    margin: 0 12px;
    border-bottom: 1px solid #ddd;
}
 
.notification-list--unread {
    position: relative;
}
 
.notification-list--unread:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    height: calc(100% + 1px);
    border-left: 2px solid #29B6F6;
}
 
.notification-list .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}
 
.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}
 
.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}
.white-mode {
    text-decoration: none;
    padding: 17px 40px;
    background-color: yellow;
    border-radius: 3px;
    color: black;
    transition: .35s ease-in-out;
    position: fixed;
    left: 15px;
    bottom: 15px
}
.notification:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.panel-title {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: -50%;
    }
    .calendar-table {
        width: 100%;
    }
}

.alert-floating {
    margin-top: var(--toolbar-offset, 22px);
}