:root {
    --white-clr: #ffffff;
    --primary-clr: #11569D;
    --secondary-clr: #C52227;
    --dark-black: #010B1B;
    --blue: #132644;
    --grey: #536582;
    --light-grey: #8C9AAF;
    --extra-light-grey: #D5E5FD;
}

.login-page,
.register-page {
    justify-content: start;
    /* background-color: #fafafa; */
    background-image: url(../../images/background-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #D2C0F2;
}

.login-page {
    font-family: "Poppins", sans-serif;
}

.table-responsive thead>tr>th {
    text-transform: capitalize;
}

.form-group .control-label {
    text-transform: capitalize;
}

.select2-container--default {
    border: 1px solid transparent;
}

.select2-container--default.select2-container--focus {
    border-color: var(--theme);
    border-radius: 10px;
}

*:focus-visible {
    outline: none;
}

.main-sidebar {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}

.main-sidebar .nav-link:focus-visible,
.main-header .navbar-nav .nav-link:focus-visible {
    outline: 2px solid var(--theme);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #ebf0f7;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table thead th {
    background-color: #536582;
    color: white;
}

.sucss-message-icon {
    font-size: 8px !important;
    margin: 1em auto 0.6em !important;
    margin-top: 0 !important;
}

.sucss-message-title {
    padding: 0px 0em 0px !important;
    line-height: 1 !important;
    font-size: 15px !important;
    font-weight: 500;
}

tbody#tablecontents tr:hover {
    cursor: move;
}

.cursor-point {
    cursor: pointer;
}

.element-hidden {
    display: none !important;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.login-logo {
    background: #fff;
    margin-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.login-logo.gry-lg-logo {
    background: #f5f5f5;
}

.login-logo img {
    margin-top: 10px;
}

.login-page .card {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.login-page input.form-control {
    height: 50px;
    border-radius: 8px;
    font-size: 15px;
}

#showPsw {
    top: 25px;
    transform: translateY(-50%);
}

.login-page .btn-block.red-log-btn {
    background-color: #C52227;
    border: 0;
    transition: background .2s linear;
}

.login-page .btn-block.red-log-btn:hover,
.login-page .btn-block.red-log-btn:focus,
.login-page .btn-block.red-log-btn:active {
    background-color: #000 !important;
}

.login-page input.form-control:focus {
    border-color: var(--theme);
}

.login-page .has-error input.form-control {
    border-color: #C52227;
}

.txt-center {
    text-align: center;
}

.login-box-msg {
    text-align: center;
    color: #132644;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.login-box .login-card-body a {
    color: #11569D;
    transition: .2s linear;
}

.login-box .login-card-body a:hover {
    color: #132644;

}

.main-header {
    background: white !important;
}

.sidebar .nav-item a {
    height: auto;
    line-height: normal !important;
    margin-bottom: 0 !important;
    padding: 11px 16px !important;
}

.sidebar .nav-item .nav-link p i {
    top: 50% !important;
    transform: translateY(-50%) rotate(180deg) !important;
    transition: all .2s ease !important;
}

.dash-cus-side.nav-sidebar>.nav-item.menu-open>.nav-link,
.dash-cus-side.nav-sidebar>.nav-item:hover>.nav-link,
.sidebar .nav-item .nav-link:hover {
    background: #D5E5FD !important;
    color: #000 !important;
}

.dash-cus-side.sidebar .nav-item .nav-link.active {
    color: #11569D !important;
}

.sidebar .nav-item.menu-is-opening .nav-link p i {
    transform: translateY(-50%) rotate(270deg) !important;
}

.nav.nav-treeview .nav-item .nav-link {
    padding-left: 25px !important;
    padding-block: 5px !important;
}

.nav.nav-treeview .nav-item .nav-link p {
    font-size: 13px;
}

.brand-image {
    height: 100%;
}

.admin-reg-btn:hover {
    background-color: white !important;
    color: #11569D;
}

.adm-auth-card {
    box-shadow: none;
}

.main-footer {
    font-size: 12px;
    line-height: 16px;
}

.sidebar {
    padding-bottom: 15px;
    position: relative;
}

.sidebar nav {
    margin-top: 0 !important;
}

.sidebar::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #ddd;
    top: 0px;
}

.admin-cus-card {
    box-shadow: none;
}

.sucss-message-container .sucss-message-popup {
    width: auto;
    padding: 15px 25px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 13%);
}

.sucss-message-container.swal2-backdrop-show {
    background: none;
}

.dash-ham-btn {
    display: none;
}

.start_time_box.has-error .icon.timepicker-icon {
    top: 20px !important;
}

.datetimepicker.has-error .icon.datepicker-icon {
    top: 20px !important;

}

.res-sub-btn {
    font-weight: 500;
}

.breaker {
    display: none;
}

/* ---instructor header drop down-- */
.inst-dd .btn {
    font-weight: 500;
    min-height: 36px;
    height: auto;
    padding: 2px 16px;
    background: transparent;
    color: #000000;
    min-width: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
    gap: 20px;
}

.inst-dd .btn.dropdown-toggle:active,
.inst-dd.show .btn.dropdown-toggle {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
}

.inst-dd .dropdown-menu {
    width: 100%;
}

.inst-dd .dropdown-item {
    color: #132644 !important;

}

.inst-dd .dropdown-item.active,
.inst-dd .dropdown-item:active,
.inst-dd .dropdown-item:focus,
.inst-dd .dropdown-item:hover {
    background: #132644;
    color: white !important;
}

.dropdown-toggle::after {
    display: none;
}

p.login-box-msg {
    font-size: 18px;
    line-height: 27px;
}

.vertical-flex-col {
    flex-direction: column;
    display: flex;
}

/* .vertical-flex-col #total_seat {
    margin-top: auto;
} */

.wb-check-wrp {
    white-space: nowrap;
}

.field-left-border-radius {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

/* ----Media Quries-- */
@media screen and (max-width:1722px) {
    .breaker {
        display: block;
    }
}

@media screen and (max-width:991px) {
    .dash-ham-btn {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .custom-lg-box .login-logo {
        max-width: 384px;
        margin: 0 10% 0 10%;
    }

    .sell_option_div {
        margin-bottom: 16px !important;
    }

    .inst-dd .btn {
        min-height: 30px;
        line-height: 30px;
        padding: 0 12px;
        font-size: 14px;
        border-radius: 6px;
        gap: 10px;
    }

    .nav-item.dash-ham-btn+.nav-item {
        margin-block: auto;
    }

    .inst-dd .dropdown-item {
        font-size: 13px;
        padding-block: 4px !important;
    }

    #end_time {
        margin-top: -16px;
    }

    .a_back {
        height: 36px;
        width: 36px;
        line-height: 18px;
    }
}

@media screen and (max-width:480px) {
    .custom-lg-box .login-box-msg {
        font-size: 21px;
        line-height: 30px;
    }

    .login-logo img {
        height: 40px;
    }

    .res-sub-btn {
        height: 44px;
        font-size: 14px;
        line-height: 17px;
    }
}

@media screen and (max-width:420px) {
    #status_complete+label {
        white-space: nowrap;
    }
}

.map-btn {
    background: var(--primary-clr);
    color: white;
    width: 84px;
    height: 34px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    border-radius: 6px;
    gap: 9px;
    z-index: 2;
    user-select: none;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-height {
    height: 86px !important;
}

.info-text {
    font-size: 13px;
    color: #666;
}

.pt-10 {
    padding-top: 10px;
}

.p-10 {
    padding: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.paginationRecord {
    width: auto;
    float: right;
}

.cmb-5 {
    margin-bottom: 5px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pl-10p {
    padding-left: 10%;
}

.pb-5p {
    padding-bottom: 5%;
}
.font-14{
    font-size: 14px;
}

.instructor1 {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.instructor-row {
    display: flex;
    /* Use flexbox for each row */
    justify-content: space-between;
    /* Space out the instructors evenly */
}

#instructor-row-container {
    height: 50%;
    /* Desired height */
    max-height: 250px;
    /* Adjust height as necessary */
    overflow-y: auto;
    /* Enable vertical scrolling */
    padding: 10px 0px;
    /* Optional: for spacing */
    overflow-x: hidden;
}

.instructor {
    flex: 1;
    /* Each instructor takes equal width */
    padding: 10px;
    /* Add some padding around each instructor */
    text-align: left;
    /* Center the text */
    margin: 5px;
    /* Optional: space between instructors */
}

.btn-space {
    margin-left: 10px;
    /* Adjust as needed */
}

.codeSection {
    display: none;
}

/* Feb - 3 start */
.pyGt-header {
    display: flex;
    gap: 0;
    margin-left: -7.5px;
    padding: 12px 0;
    background: #1e00ff0d;
    width: max-content;
    width: 180px;
    border-radius: 5px 5px 0 0;
    align-items: center;
    border-bottom: inset 1px #ddd;
    position: relative;
    justify-content: center;
}

.allowanceRadio {
    position: absolute;
    left: 0;
}

.payment-col .form-group {
    background: #f4f2ff;
    padding: 20px 10px;
    border-radius: 0 8px 8px 8px;
    transition: .2s linear;
}

.payment-col.active .form-group {
    border-color: var(--primary-clr);
}

.payment-col.active .pyGt-header {
    background: var(--primary-clr);
    color: #fff;
}

.payment-col.active .pyGt-header .custom-control-input:checked~.custom-control-label::before {
    border-color: #ffffff;
}

.payment-col:not(:last-of-type) {
    margin-bottom: 25px;
}

.pyGt-header .icnx {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 10px;
}

.payment-col .form-control[readonly] {
    background-color: transparent;
    cursor: default;
    border-color: transparent;
    padding-left: 0;
}

.payment-col .form-control[readonly]:focus {
    border-color: transparent;
}

.pyEdit-box button {
    border: 1px solid #ddd;
}

.pyEdit-box button:focus {
    background: transparent;
}

.pyEdit-box button:hover,
.pyEdit-box button:active {
    background: transparent;
    border-color: var(--primary-clr);
    color: var(--primary-clr);
}

.pg-desc {
    padding-inline: 8px;
    font-size: 16px;
}

.show-key {
    color: var(--primary-clr);
    font-weight: 600;
}

/* Feb - 3 End */


/* Feb - 19 Start */
.allowanceRadio .custom-control-input{
    opacity: 0;
}
.pyEdit-box{
    margin-top: 1.9rem;
}
.calender{
    margin-left: 5rem !important;
}
/* Feb - 19 End */
.null-value{
    text-align: center;
}