@media (min-width: 992px) {
    .modal-xxl {
        max-width: 1100px;
    }
}

.modal-open .modal {
    background: #00000077;
}


/*.custom-dropdown-btn::after {*/
/*!*display: block !important;*!*/
/*!*margin-left: 0px !important;*!*/
/*!*vertical-align: 0em !important;*!*/
/*!*content: "";*!*/
/*!*border: 0em solid transparent !important;*!*/
/*}*/

/*.custom-dropdown-btn {*/
/*width: 30px !important;*/
/*height: 30px !important;*/
/*padding: 0 !important;*/
/*padding-left: 2px !important;*/
/*margin: 0 !important;*/
/*!*position: relative;*!*/
/*}*/

.custom-drop-menu .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid transparent;
    border-right: 0em solid;
    border-bottom: 0em solid transparent;
}

.custom-drop-menu .btn i {
    margin-top: -4px;
}

#shift-table .student-count {
    display: none;
}

/*to remove sipn button form input type=number*/
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0px;
}

.sidebar.sidebar-right {
    width: 300px;
}

.sidebar-right-close .sidebar-right {
    right: -300px;
}

table tbody tr {
    transition: ease-in-out 0.2s;
}

table tbody .bg-danger:hover, table tbody .bg-warning:hover, table tbody .bg-info:hover, table tbody tr:hover {
    background: #444 !important;
    color: #fff;
}

/* seating plan page start */
.all-chairs .chair-box {
    text-align: center;
    width: calc(16.666666% - 8px);
    margin: 4px;
    background: #e0e0e0;
    border: 1px solid #00000099;
    border-radius: 4px;
    color: #000000aa;
    font-weight: bold;
}

@media (min-width: 992px) {
    .all-chairs .chair-box {
        width: calc(5% - 8px);
    }
}

.all-chairs i {
    font-size: 30px;
    display: block;
}

/* seating plan page close */

table tbody a {
    color: #000;
    transition: ease-in-out 0.2s;
}

table tbody tr:hover td > a {
    color: #fff !important;
}

.custom-control-input:default + label {
    text-decoration: underline;
}