: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;
}

@media (max-width: 410.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    thead th {
    background-color: #536582 !important;
    color: white !important;
}
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    thead th {
    background-color: #536582 !important;
    color: white !important;
}
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    thead th {
    background-color: #536582 !important;
    color: white !important;
}
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    thead th {
    background-color: #536582 !important;
    color: white !important;
}
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
   thead th {
    background-color: #536582 !important;
    color: white !important;
}
}

.table-responsive > .table-bordered {
  border: 0;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  
}



/*
.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);
}

/* Even row background */
.table-striped tbody tr.even,
.table-striped tbody tr.even .dtfc-fixed-left,
.table-striped tbody tr.even .dtfc-fixed-right {
    background-color: #ebf0f7 !important;
}

/* Odd row background */
.table-striped tbody tr.odd,
.table-striped tbody tr.odd .dtfc-fixed-left,
.table-striped tbody tr.odd .dtfc-fixed-right {
    background-color: white !important;
}

/* Ensure headers have the correct background */
.table thead th,
.DTFC_LeftHeadWrapper thead th,
.DTFC_RightHeadWrapper thead th {
    background-color: #536582 !important;
    color: white !important;
}

.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;
}

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

.fright {
    float: right !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;
}

.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;
}
.iti__globe {
    background: none !important;
}
.hasOption{
    margin-left: 20px;
}