@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
body {
    font-family: "Inter", sans-serif;
    padding: 0;
    margin: 0;
    background: #f0f1f7;
    font-size: 16px;
    color: #051a1a;
}
a {
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
.navbar-brand i {
    color: #fff;
}
.main-logo {
    margin-bottom: 10px;
    width: 150px;
}
.navbar-header {
    display: none;
}
#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
    position: relative;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #2b2a3f;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 200px;
}
.sidebar-brand {
    background: #fff;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-brand h2 {
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
}
.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav > li {
    text-indent: 10px;
}
.sidebar-nav > li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 0;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
    text-decoration: none;
    color: #405189;
    background: #f6f6f6;
}
.sidebar-nav > li > a i.fa {
    font-size: 16px;
    padding-right: 10px;
}
#navbar-wrapper {
    width: 100%;
    position: absolute;
    z-index: 2;
}
#wrapper.toggled #navbar-wrapper {
    position: absolute;
    margin-right: -250px;
}
#navbar-wrapper .navbar {
    border-width: 0 0 0 0;
    background-color: #eee;
    font-size: 24px;
    margin-bottom: 0;
    border-radius: 0;
}
#navbar-wrapper .navbar a {
    color: #757575;
}
#navbar-wrapper .navbar a:hover {
    color: #f8be12;
}
#content-wrapper {
    width: 100%;
    position: absolute;
    padding: 10px;
    margin-top: 10px;
    top: 100px;
}
#wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -250px;
}
button.profile-drop {
    border: 0;
    background: transparent;
}
button.profile-drop.dropdown-toggle::after {
    display: none;
}
.profile-drop img {
    width: 25px;
    border-radius: 50em;
}
.profile-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.profile-img p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
}
.cus-navbar {
    background: #2b2a3f;
    padding: 10px;
}
img.logo-sec {
    width: 130px;
}
/*Login section*/
.login-body,
.register-body {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #f8f9fb;
}
/*.register-body:before, .login-body:before {
background-color: rgba(0, 0, 0, 0.15);
content: '';
display: block;
height: 100%;
position: absolute;
width: 100%;
}*/
.login-page {
    height: 100vh;
}
.login-frm {
    background: #fdffff;
    padding: 30px;
    padding-bottom: 20px;
    padding-top:10px;
    border: 0;
    -webkit-box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    border-radius: 10px;
    position: relative;
}
.signup-frm {
    background: transparent;
}
.login-frm .frm-logo img {
margin-bottom:20px;
    width: 250px;
}
h2.login-title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
}
.restaurant-frm h2.login-title {
    margin: 0 0 20px;
}
.login-frm .frm-logo span {
    font-size: 25px;
    color: #971219;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
}
.login-frm form {
}
.login-frm form .form-control,
.login-frm form .form-select {
    min-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.login-frm form .form-select {
    padding-left: 10px;
}
.login-frm .login-btn {
    background: #3333ff;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    width: auto;
    font-size: 16px;
    margin: auto;
    font-weight: 500;
    margin-top: 15px;
}
.login-frm .login-update {
    width: auto;
}
.login-frm .login-btn:hover {
    background: #6262ff;
    color: #fff;
    transition: 0.3s;
}
.input-box {
    position: relative;
    margin-bottom: 15px;
}
/* .input-box label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
} */
.login-footer.footer-txt {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.footer-txt p {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 600;
}
.footer-txt a {
    color: #405189;
}
.forget-pass-foot {
    display: block;
    text-align: right;
    color: #405189;
}
/*Register Part*/
.signup-frm {
    padding: 0;
}
.login-frm.signup-frm .login-title {
    margin: 0;
    background: #405189;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.login-frm.signup-frm form {
    padding: 15px 20px 20px;
    background: #f8f9fe;
    border-radius: 0 0 10px 10px;
}
.login-frm.signup-frm form .form-control,
.input-box .form-control,
.input-box select.form-select {
    min-height: 100%;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.7;
    border: 1px solid #999;
    border-radius: 3px;
}
.input-box .form-control {
    padding: 8px 10px;
}
.login-frm.signup-frm .login-btn {
    margin-top: 0px;
}
.signup-page {
    padding: 10px;
    height: 100vh;
}
.login-frm.signup-frm .form-control.form-select {
    color: #6c757d;
}
.footer-txt {
    background: #f8f9fe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
/*Dashboard Part*/
.dashboard-box-lineup {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}
.dashboard-box-lineup .dashboard-box-lineup-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex: 0 0 23%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side {
    background: #ffe8de;
    padding: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    flex: 0 0 35%;
    border-radius: 5px 0 0 5px;
    justify-content: center;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side.bg-orange {
    background: #daedff;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side.bg-yellow {
    background: #e4f4ed;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side.bg-blue {
    background: #eee8ff;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side.bg-grey {
    background: #f9fafb;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side.bg-purple {
    background: #c7d3ff;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side.bg-dyellow {
    background: #ffdea2;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side.bg-green {
    background: #b7ffc3;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .left-side img {
    width: 35px;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .right-side {
    padding: 10px;
    text-align: center;
    background: #ffffff;
    border-radius: 0 5px 5px 0;
    height: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 65%;
    justify-content: flex-start;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .right-side h3 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    flex: 0 0 100%;
    text-align: left;
    text-transform: capitalize;
}
.dashboard-box-lineup .dashboard-box-lineup-inner .right-side p {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    flex: 0 0 100%;
}
/*Restaurants Part*/
.edit-area {
    background: #fff;
    border: 1px solid #ddd;
}
.page-search-bar {
    width: 35%;
    padding-left: 15px;
}
.page-search-bar .form-group {
    margin-bottom: 0;
    position: relative;
}
.page-search-bar .form-group .fa.fa-search {
    position: absolute;
    left: 10px;
    top: 12px;
    margin: auto;
    font-size: 14px;
    color: #8f8f8f;
}
.page-search-bar .form-group .form-control {
    padding-left: 30px;
}
.main-title-area {
    background: #fff;
    padding: 10px 15px;
    margin-bottom: 0px;
    border-top: 2px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-title-area h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.edit-area .inner-edit-area {
    padding: 15px;
}
.edit-area .inner-edit-area h3 {
    font-size: 15px;
    font-weight: 500;
}
.edit-area .inner-edit-area ul.navigation-view {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 20px 0;
    background: #f5f5f5;
    margin-top: 25px;
}
.edit-area .inner-edit-area ul.navigation-view li {
    padding-right: 25px;
}
.edit-area .inner-edit-area ul.navigation-view li:last-child {
    padding-right: 0px;
}
.edit-area .inner-edit-area ul.navigation-view li a {
    font-weight: 500;
    color: #212121;
}
.header-edit-area {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-btn {
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}
.header-edit-area a.add-item-btn {
    font-size: 14px;
    font-weight: 400;
    background: #182857;
    padding: 5px 15px;
    color: #fff;
    z-index: 1;
    border-radius: 3px;
    text-decoration: none;
    text-transform: capitalize;
}
.header-edit-area a.add-item-btn:hover {
    background: #2b2a3f;
}
.column-indication {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.column-indication:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #212529;
    width: 60px;
    bottom: -5px;
    left: 0;
}
.header-edit-area a.add-item-btn i {
    font-size: 12px;
    padding-right: 3px;
}
.table-edit {
    padding: 5px 15px;
}
.table-edit .dataTables_wrapper .dataTables_length label,
.table-edit .dataTables_wrapper .dataTables_filter label {
    font-size: 15px;
    color: #212529;
    font-weight: 500;
}
.table-edit .dataTables_wrapper .dataTables_filter label input {
    padding: 5px;
}
.table-edit .table.dataTable {
    padding-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(222 226 230);
}
.table-edit .dataTables_info {
    font-size: 15px;
    padding-top: 0.25em;
}
.table-edit
    .dataTables_paginate.paging_simple_numbers
    .paginate_button.previous,
.table-edit .dataTables_paginate.paging_simple_numbers .paginate_button.next {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    border: 0;
}
.table-edit
    .dataTables_paginate.paging_simple_numbers
    .paginate_button.previous:hover,
.table-edit
    .dataTables_paginate.paging_simple_numbers
    .paginate_button.next:hover {
    color: #ffffff !important;
    background: #405189;
    padding: 5px 10px;
    border: 0;
}
.table-edit .dataTables_paginate.paging_simple_numbers span a.paginate_button {
    padding: 5px 15px;
    border: 0;
    box-shadow: none;
    color: #3333ff !important;
    font-size: 15px;
    font-weight: 600;
}
.table-edit
    .dataTables_paginate.paging_simple_numbers
    span
    a.paginate_button.current,
.table-edit
    .dataTables_paginate.paging_simple_numbers
    span
    a.paginate_button:hover {
    background: #405189;
    color: #ffffff !important;
    border: none;
}
.table-edit .table-img {
    border: 1px solid #ddd;
    padding: 3px;
    width: 170px;
    height: 45px;
    object-fit: cover;
}
.review-table table tr td,
.review-table table tr th {
    font-size: 14px;
}
.review-table table tr th {
    border-top: 0px;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    background: #405189;
    color: #fff;
}
.review-table table tr td {
    vertical-align: middle;
    padding: 5px;
    text-align: left;
}
.btn {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 3px 15px;
    border-radius: 3px;
}
.btn.login-btn {
    background: #405189;
}
.btn.login-btn:hover {
    border: 1px solid #405189;
    background: transparent;
    color: #405189;
}
.btn.logout-btn {
    background-color: #b23b3b;
}
.btn.logout-btn:hover {
    border: 1px solid #b23b3b;
    background: transparent;
    color: #b23b3b;
}
.btn.profile-btn {
    background: #40679e;
}
.btn.view-btn {
    background: #1b3c73;
}
.btn.report-btn {
    background: #ff407d;
}
.btn.profile-btn:hover {
    border: 1px solid #40679e;
    background: transparent;
}
.btn.view-btn:hover {
    border: 1px solid #1b3c73;
    background: transparent;
}
.btn.report-btn:hover {
    border: 1px solid #ff407d;
    background: transparent;
}
.review-table a.icon-item.del-icon:hover {
    color: #f5f5f5;
}
.review-table table tr td.action-sec {
    border: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.form-group.cus-form-group-action {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.form-group.cus-form-group-action .form-control {
    width: 15%;
    height: calc(1.5em + 0.75rem + 0px);
    font-size: 15px;
}
.apply-btn {
    font-size: 15px;
    font-weight: 500;
    background: #3333ff;
    padding: 5px 15px;
    color: #fff;
    z-index: 1;
    border-radius: 3px;
    margin-left: 20px;
    text-decoration: none;
}
.apply-btn:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background: #00e0c1;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.apply-btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.apply-btn:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}
.profile-sec .dropdown-menu {
    right: 0px;
    left: unset;
    min-width: 12rem;
    padding: 0;
    border-radius: 0;
    background: #181821;
}
.profile-sec .dropdown ul li {
    border-bottom: 1px solid #404040;
    margin: 0 30px;
}
.profile-sec .dropdown ul li:last-child {
    border-bottom: 0;
}
.profile-sec .dropdown a {
    color: #f0f1f7;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 0 15px 0;
}
.profile-sec .dropdown a i {
    margin-right: 5px;
}
.profile-sec .dropdown a:hover {
    background-color: transparent;
    color: #cbe2ff;
}
.input-box-sec {
    position: relative;
}
.input-box-sec i {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 16px;
    color: #240e39;
}
.input-box i {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: auto;
    font-size: 14px;
}
.Restaurant_list {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
    background: #fff;
    padding: 5px 0;
}
.Restaurant_list h3 {
    font-size: 16px;
    padding: 10px 15px 0;
    font-weight: 600;
    position: relative;
}
.Restaurant_list h3:before {
    content: "";
    position: absolute;
    height: 1rem;
    width: 0.16rem;
    background: linear-gradient(to bottom, #627aff 50%, #9aa8fd 50%);
    left: 7px;
    top: 11px;
    border-radius: 0.5rem;
}
.Restaurant_list table {
    margin-bottom: 0;
}
.Restaurant_list table tr th,
.Restaurant_list table tr td {
    font-size: 13px;
    padding: 10px 15px;
    vertical-align: middle;
}
.Restaurant_list table tr th:nth-child(1),
.Restaurant_list table tr th:nth-child(2) {
    width: 50%;
}
.Restaurant_list table tr:last-child td {
    border-bottom: 0;
}
#wrapper .overlapbg {
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 1;
}
#wrapper.toggled .overlapbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
}
div#myTable_length,
div#myTable_filter {
    display: none;
}
.report-section {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.comment-sec h3 {
    font-size: 18px;
    background: #405189;
    color: #fff;
    padding: 10px 15px;
}
.student-report-sec,
.comment-sec {
    background: #f0f1f7;
    padding: 15px;
}
.student-report-sec ul,
.comment-sec ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    margin-bottom: 0;
}
.student-report-sec ul li,
.comment-sec ul li {
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px;
}
.student-report-sec ul li:last-child,
.comment-sec ul li:last-child {
    padding-bottom: 0;
}
.student-report-sec ul li b {
    flex: 0 0 50%;
    font-weight: 500;
}
.student-report-sec ul li span {
    font-size: 15px;
    flex: 0 0 50%;
}
.student-report-sec {
    flex: 0 0 34%;
}
.comment-sec {
    flex: 0 0 65%;
    padding: 0;
}
.comment-sec ul {
    padding: 15px;
    padding-top: 5px;
}
.comment-sec ul li b {
    flex: 0 0 45%;
    font-weight: 500;
}
.comment-sec ul li span {
    font-size: 15px;
    flex: 0 0 55%;
}
.profile-data {
    padding: 20px;
}
.checkbox-heading {
    margin: 10px 0;
}
.checkbox-heading span {
    font-size: 16px;
    margin-bottom: 5px;
    color: #405189;
    font-weight: 500;
}
.select-sec {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.select-sec .input-box {
    margin-right: 2rem;
}
.login-frm hr {
    margin-top: 25px;
    border-top: 1px dashed;
}
.main-title-area div:nth-child(1) {
    flex: 0 0 7%;
}
.main-title-area div {
    flex: 0 0 30%;
}
.main-title-area div select,
.main-title-area div input {
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 0px;
    padding-right: 5px;
}
ul.pagination li a.page-link,
ul.pagination li span.page-link {
    font-size: 14px;
    padding: 5px 15px;
}
ul.pagination li.active span.page-link {
    background: #2b2a3f;
    border: 1px solid #2b2a3f;
}
.title-sec {
    padding: 10px 15px;
    border-bottom: 2px solid #e5e5e5;
}
.title-sec h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}
.stCard-head {
    margin: 0;
    background: #405189;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.cstTable thead tr th {
    padding: 6px 30px 6px 6px !important;
    font-size: 15px;
    font-weight: 600 !important;
}
.cstTbody tr td {
    padding: 8px 6px !important;
    vertical-align: middle;
}
.cstLoad {
    position: absolute !important;
    top: 130%;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 99;
    /* padding: 50px;
    background: #cccccc40; */
}
.tableBtn-del {
    border: 1px solid rgb(241, 150, 139);
    color: rgb(230, 81, 65);
    background: #fee;
    padding: 4px 6px;
    border-radius: 5px;
    margin: 4px;
}
.tableBtn-edit {
    border: 1px solid rgb(246 202 108);
    color: rgb(224 163 32);
    background: #fff0db;
    padding: 4px 6px;
    border-radius: 5px;
    margin: 4px;
}

.tableBtn-edit i, .tableBtn-del i
{
    font-size: 17px;
}

.tableBtn-cart {
    border: 1px solid #4cbd7f;
    color: #4cbd7f;
    background: #d9f6e6;
    padding: 4px 6px;
    border-radius: 5px;
    margin: 4px;
}
.tableBtn-view {
    border: 1px solid #9253ef;
    color: #8849e6;
    background: #ede4fc;
    padding: 4px 6px;
    border-radius: 5px;
    margin: 4px;
}
.stCard-headWidBtn {
    display: flex;
    justify-content: space-between;
    background: #405189;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.stCard-headWidBtn h2 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}
.stCard-btn {
    display: inline-block;
    padding: 4px 10px;
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    color: #404d78;
    font-weight: 500;
    transition: all ease 0.3s;
}
.stCard-btn:hover .fa-arrow-left {
    margin-right: 3px;
    transition: all ease 0.3s;
}
.student-report-sec.newFullWid {
    flex: auto;
}
.newFullWid.student-report-sec ul li {
    border-bottom: 1px solid #404d783d;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
/* .cstTable.dataTable thead .sorting,
.cstTable.dataTable thead .sorting_asc,
.cstTable.dataTable thead .sorting_desc,
.cstTable.dataTable thead .sorting_asc_disabled,
.cstTable.dataTable thead .sorting_desc_disabled {
    position: unset;
} */
.font-14 {
    font-size: 14px;
}
.cstDt-filter .dataTables_wrapper .dataTables_length,
.cstDt-filter .dataTables_wrapper .dataTables_filter{
    margin-bottom: 18px;
}
.spinnerCover{
    position: relative;
}
.newLoader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    min-height: auto;
}
.spinner {
    width: 15.2px;
    height: 15.2px;
   border-radius: 11.2px;
   /* box-shadow: 28px 0px 0 0 rgba(71,75,255,0.2), 22.7px 16.5px 0 0 rgba(71,75,255,0.4), 8.68px 26.6px 0 0 rgba(71,75,255,0.6), -8.68px 26.6px 0 0 rgba(71,75,255,0.8), -22.7px 16.5px 0 0 #474bff; */
   box-shadow: 28px 0px 0 0 #40518954, 22.7px 16.5px 0 0 #4051896e, 8.68px 26.6px 0 0 #405189ab, -8.68px 26.6px 0 0 #405189d1, -22.7px 16.5px 0 0 #405189;
   animation: spinner-b87k6z 1s infinite linear;
}
.cstForm .form-label {
  font-size: 16px;
  color: #2b2525;
  font-weight: 500;
}
.cstForm .form-control {
  border: 1px solid #404d7870;
  padding: 8px 14px;
  background: #4051890d;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.cstForm .form-control:focus {
  transition: all 0.3s ease;
  border: 1px solid #6e7898;
  background: #fff;
  box-shadow: none;
}
.cstForm .form-select {
    border: 1px solid #404d7870;
    padding: 8px 14px;
    background-color: #4051890d;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.cstForm .form-select:focus{
    transition: all 0.3s ease;
    border: 1px solid #6e7898;
    background-color: #fff;
    box-shadow: none;
}
.p-15 {
  padding: 15px;
}
@keyframes spinner-b87k6z {
   to {
      transform: rotate(360deg);
   }
}
.dropdown-item.uName{
    display: none;
}
/* loader css start */
.loader {
    width: 48px;
    height: 48px;
    /* border: 3px solid #fff; */
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-bottom-color: #ff3d00;
}
/* End loader css */

/* Sorting css */

    .dataTables_processing {
        background-color: yellow;
        color: red;
        font-weight: bold;
    }

    /* Hide default sorting icons and add custom icons */
    th.sorting:before,
    th.sorting:after,
    th.sorting_asc:before,
    th.sorting_asc:after,
    th.sorting_desc:before,
    th.sorting_desc:after {
        display: none !important;
    }

    /* Add custom sorting icons */
    th.sorting {
        position: relative;
    }
    
    th.sorting:after {
        content: "\f0dc"; /* FontAwesome sort icon */
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
    }
    
    th.sorting_asc:after {
        content: "\f0de"; /* FontAwesome sort up icon */
    }
    
    th.sorting_desc:after {
        content: "\f0dd"; /* FontAwesome sort down icon */
    }
  .STLModalHeader {
        background: #405189;
        padding: 15px;
    }

    .STLModalHeader h1 {
        color: #fff;
    }

    .STLModalHeader .btn-close {
        opacity: 1;
        background-color: #d56f83;
        font-size: 14px;
    }

    .btnBlue {
        padding: 10px 20px;
        border-radius: 5px;
        color: #fff;
        width: auto;
        font-size: 16px;
        background: #405189;
        font-weight: 500;
        transition: all 0.3s ease;
        border: 1px solid #405189;
    }

    .btnBlue:hover {
        border: 1px solid #405189;
        background: transparent;
        color: #405189;
        transition: all 0.3s ease;
    }

    .viewOrderModal .col-lg-12 {
        display: flex;
        margin-bottom: 6px;
        padding-bottom: 6px;
        border-bottom: 1px dotted #ccc;
    }

    .viewOrderModal .col-lg-12 label {
        flex: 0 0 35%;
    }

    .viewOrderModal .col-lg-12 label{
         font-weight: 600;
        font-size: 14px;
    }
    .viewOrderModal .col-lg-12 span {
        font-weight: 500;
        font-size: 14px;
    }

/* End sorting css */
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.headNo-wrap .dataTable thead tr th{
    white-space: nowrap;
    vertical-align: middle;
}
.cst-select2 .select2-container .select2-selection--single {
    padding: 5px 5px;
    min-height: 42px;
    background-color: #4051890d;
}
.cst-select2 .select2-container--default .selection .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.cst-select2 .select2-container--default{
    width: 100% !important;
}
.twoBtns{
    display: flex;
    align-items: end;
    gap: 20px;
}
.filterBlock{
    background-color: #f8f8f8;
    border: 1px solid #f3f1f1;
}
.filterBlock .form-check-label{
    font-weight: 500;
    cursor: pointer;
}
.filterBlock .form-check-input{
    border: 2px solid #a9a9a9;
}
.stickyHeadContainer{
    max-height: calc(80vh - 100px);
    overflow-y: auto; 
    /* scrollbar-width: thin; 
    scrollbar-color: #c7c7c7 #f9f9f9; */
}
.stickyHeadContainer table thead{
    position: sticky;
    top: 45px;
    bottom: auto;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
/* width */
.stickyHeadContainer::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .stickyHeadContainer::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
  }
   
  /* Handle */
  .stickyHeadContainer::-webkit-scrollbar-thumb {
    background: #dad8d8; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .stickyHeadContainer::-webkit-scrollbar-thumb:hover {
    background: #405189; 
    cursor: pointer;
  }
  .stickyHeadContainer .dataTables_length,
  .stickyHeadContainer .dataTables_filter{
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    width: 50%;
    padding: 5px;
    margin: 0 0 0px 0;
  }
  .stickyHeadContainer .dataTables_length label{
    line-height: 2.5;
  }
  .fw-5{
    font-weight: 500;
  }
  .adminCheck{
    margin: auto;
  }
  .adminCheck .form-check-input{
    border: 1px solid #918b8b;
  }
  .pagination.cstTop{
    display: flex;
    justify-content: center;
    width: auto;
    align-items: center;
    gap: 8px;
  }
  .cstTop .page-link{
    padding: 6px 12px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #405189;
    color: #405189;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  .cstTop .page-link:hover{
    color: #fff;
    background-color: #405189;
    transition: all 0.3s ease-in-out;
  }
  .cstTop .page-link:focus{
    box-shadow: none;
  }
  .cstTop .page-info{
    color: #383838;
    font-weight: 500;
    font-size: 15px;
  }

  #claimsTable
  {
    width: 100% !important;
  }
  #claimsTable tbody tr td:last-child a{
    display: block;
    text-align: center;
  }
  .content-right .accordion-content-wrapper ul li a
  {
word-wrap: break-word;
    line-height: 1.3;
    display: block;
    font-size: 14px;
  }
  .accordion-content-wrapper button.toggle-btn
  {
border: 0;
    padding: 7px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom: 4px;
  }
      .step-vertical {
        position: relative;
        border-left: 3px solid #e0e0e0;
        padding-left: 0px;
        margin-left: 10px;
    }

    .step-item {
        position: relative;
        margin-bottom: 20px;
    }

    .step-marker {
        position: absolute;
        left: -12px;
        top: 0;
        width: 24px;
        height: 24px;
        background: #dee2e6;
        border-radius: 50%;
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        color: white;
    }

    .step-item.completed .step-marker {
        background: #28a745;
    }

    .step-content {
        padding-left: 25px;
    }

    .step-title {
        font-weight: 600;
    }

    .step-desc {
        font-size: 14px;
        color: #444;
        margin-top: 4px;
    }
    .tracking-vertical {
    max-height: 1000px;
    overflow-y: auto;
}

/*Responsive Part*/
@media (max-width: 1550px) {
    .stickyHeadContainer .dataTables_length, .stickyHeadContainer .dataTables_filter{
        position: relative;
        background-color: transparent;
        width: auto;
    }
    .stickyHeadContainer table thead{
        top: 0;
    }
    .tableBtn-del, .tableBtn-edit, .tableBtn-cart{
        display: inline-block;
    }
}
@media (min-width: 1290px) and (max-width: 1420px) {
    .filterBlock .btn.login-btn{
        padding: 6px 6px;
    }
}
@media (min-width: 1000px) and (max-width: 1290px) {
    .filterBlock .btn.login-btn{
        padding: 4px;
        font-size: 10px;
    }
}
@media (min-width: 992px) {
    #wrapper {
        padding-left: 200px;
    }
    #wrapper.toggled {
        padding-left: 60px;
    }
    #sidebar-wrapper {
        width: 200px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -190px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #wrapper.toggled {
        padding-left: 60px;
    }
    #content-wrapper {
        position: relative;
        top: 0;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 60px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #wrapper {
        padding-left: 0px;
    }
    #sidebar-wrapper {
        width: 0px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #wrapper.toggled {
        padding-left: 200px;
    }
    #content-wrapper {
        position: relative;
        top: 0;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
}
@media (max-width: 820px) {
    .navbar-header {
        display: block;
    }
    .dashboard-box-lineup {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner {
        flex: 0 0 48%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .main-title-area div {
        flex: 0 0 48%;
    }
}
@media (max-width: 767px) {
    #wrapper {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 200px;
    }
    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }
    #navbar-wrapper {
        position: relative;
    }
    #wrapper.toggled {
        padding-left: 200px;
    }
    #content-wrapper {
        position: relative;
        top: 0;
    }
    #wrapper.toggled #navbar-wrapper,
    #wrapper.toggled #content-wrapper {
        position: relative;
        margin-right: 250px;
    }
    .dashboard-box-lineup {
        flex-wrap: wrap;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner {
        display: block;
        flex: 0 0 48%;
        margin-bottom: 10px;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner .left-side {
        padding: 15px;
        height: 100%;
        border-radius: 5px 5px 0 0;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner .left-side img {
        width: 35px;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner .right-side {
        padding: 5px;
        border-radius: 0 0 5px 5px;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner .right-side p {
        text-align: center;
    }
    .login-page {
        padding: 60px 10px;
    }
    .report-section {
        flex-wrap: wrap;
    }
    .student-report-sec,
    .comment-sec {
        flex: 0 0 100%;
    }
    .comment-sec {
        margin-top: 20px;
    }
    .btn.login-btn,
    .btn.profile-btn,
    .btn.view-btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner .right-side h3 {
        text-align: center;
    }
    .tableBtn-del, .tableBtn-edit, .tableBtn-cart{
        display: inline-block;
    }

    #content-wrapper
    {
        padding: 0;
    }
    .step-content {
    padding-left: 15px;
}
}
@media (max-width: 540px) {
    .dropdown-item.uName{
        display: block;
        text-align: center;
        font-weight: 400;
        padding: 10px;
    }
    .uName{
        display: none;
    }
    #wrapper.toggled {
        padding-left: 0px;
    }
    .toggled .navbar-header a{
        padding-left: 190px;
        transition: all 0.3s ease;
        z-index: 99;
        position: relative;
    }
    div#userTable_length label, div#userTable_filter label
    {
         display: flex;
    align-items: center;
    }
    div#userTable_filter
{
    margin-bottom: 15px;
}

        div#userTable_length label select 
        {
         margin: 0 5px;
        }
        div#userTable_filter label input
        {
          width: 100%;  
        }
        .pagination.cstTop {
    justify-content: space-between;
}


}

@media (max-width: 375px) {
    .dashboard-box-lineup {
        justify-content: center;
    }
    .dashboard-box-lineup .dashboard-box-lineup-inner {
        flex: 0 0 100%;
    }

    .content-right.bg-light.p-3.rounded.shadow-sm {
    padding: 0 !important;
}
.content-left.bg-white.p-3.rounded {
    padding: 1em 0 !important;
}
.tracking-vertical.bg-white.p-4.rounded.shadow-sm {
    padding: 1em 5px !important;
}

}