@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

* {
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Oxygen', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body input,
.login-container .form .dis-text,
.ixora-head-office .list-group .list-group-item,
.ixora-head-office .cus-tab-list a.cus-list-group-item,
.ixora-head-office .table-row table tr th,
.ixora-head-office .table-row table tr td,
.ixora-cus-country .cus-input label,
.ixora-cus-country .add-input-field ul li,
.sidebar ul.nav li.nav-item .menu-title,
.table-row table.table tr th,
.table-row table.table tr td,
.ix-back-btn,
.ix-user-info table tr th,
.ix-user-info table tr td {
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Oxygen', sans-serif; */
}

.login-container .form p.forgot-pass a,
.ixora-head-office .top-input-row .cus-col button[type="submit"],
.ixora-cus-country .cus-input .input-group input,
.ixora-cus-country .cus-input .input-group button,
.per-info-popup .row select,
.per-info-popup .select-data-show label,
.ixora-career-list .list-group .list-group-item {
    /* font-family: 'Inter', sans-serif; */
    font-family: 'Oxygen', sans-serif;
}

.ixora-nav ul.navbar-nav-right .nav-profile p,
.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"] {
    font-family: 'Mulish', sans-serif;
    /* font-family: 'Oxygen', sans-serif; */
}

/*
@keyframes swing {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}
*/
:root {
    --blue: #1c4e80;
    --teal: #2d8aa7;
    --light-blue: #f2f3f8;
    --green: #198754;
    --red: #dc3545;
    --light-gray: #f5f5f5;
}

@font-face {
    font-family: "sd-icon";
    src: url("/ixora-immigration/employee/assets/custom-icon/fonts/sd-icon.eot");
    src: url("/ixora-immigration/employee/assets/custom-icon/fonts/sd-icon.eot?#iefix") format("embedded-opentype"),
        url("/ixora-immigration/employee/assets/custom-icon/fonts/sd-icon.woff") format("woff"),
        url("/ixora-immigration/employee/assets/custom-icon/fonts/sd-icon.ttf") format("truetype"),
        url("/ixora-immigration/employee/assets/custom-icon/fonts/sd-icon.svg#sd-icon") format("svg");
}

.cs-icon {
    font-family: "sd-icon" !important;
}

.icon-sd-plus:before {
    content: "\a1";
}

.icon-sd-minus:before {
    content: "\b1";
}


/* custom fonts  */
@font-face {
    font-family: 'ixora-font';
    src: url('../custom-icons/ix-font.eot');
    src: url('../custom-icons/ix-font.eot?#iefix') format('embedded-opentype'),
        url('../custom-icons/ix-font.ttf') format('truetype'),
        url('../custom-icons/ix-font.woff') format('woff'),
        url('../custom-icons/ix-font.svg#ix-font') format('svg');
}

.custom-icon {
    font-family: 'ixora-font' !important;
}

.icon-dashboard:before {
    content: "\e900";
}

.icon-education:before {
    content: "\e901";
}

.icon-qualification:before {
    content: "\e902";
}

.icon-logout:before {
    content: "\e903";
}

.icon-user:before {
    content: "\e904";
}

.icon-branch:before {
    content: "\e905";
}

.icon-category:before {
    content: "\e906";
}

.icon-country:before {
    content: "\e907";
}

.icon-setting:before {
    content: "\e908";
}

.icon-telephone:before {
    content: "\e909";
}

.icon-ttid:before {
    content: "\e90a";
}

.icon-ccid:before {
    content: "\e90b";
}


.toggle-btn {
    width: 47px;
    height: 22px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
    background-color: #ccc;
}

.toggle-btn.active {
    background-color: var(--blue);
}

.toggle-btn.active .round-btn {
    left: 28px;
}

.toggle-btn .round-btn {
    width: 17px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.3s ease-in-out;
}

.toggle-btn .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.toggle-text.off {
    /* display: none; */
    justify-content: end;
    margin-right: 5px;
    right: 0;
}

span.on.toggle-text {
    color: white;
    left: 2px;
}

.toggle-text {
    font-size: 12px;
    position: absolute;
    top: 2px;
}

input.cb-value:checked~.off {
    display: none !important;
}

.simple-table {
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.table.table-striped thead,
.table.table-striped tbody,
.table.table-striped tfoot,
.table.table-striped tr,
.table.table-striped td,
.table.table-striped th {
    border-width: 1px;
    border-color: #e9e9e9;
}

table.table.table-striped th {
    font-weight: 500;
}

.bs-table th,
.bs-table td {
    white-space: nowrap;
}

.bs-table {
    overflow-x: hidden;
}

.table-row-inner:has(.bs-table) {
    overflow-x: auto;
}

.custom-table svg.fa-toggle-off,
.custom-table svg.fa-toggle-on {
    font-size: 22px;
}

/* ===== common css  ===== */
/* .custom-table thead th {
    color: white !important;
    font-weight: 600 !important;
} */
.common-tabs-btn .nav-link {
    background: #f2f3f8;
    margin-right: 4px;
    color: black;
    border-radius: 10px 10px 0 0;
}

.common-tabs-btn .nav-link.active {
    background-color: var(--blue);
    color: white;
    border-color: var(--blue);
}

.common-tabs-btn .nav-link:hover {
    border-color: var(--blue);
    border-bottom: 1px solid white !important;
    margin-bottom: -1px;
    z-index: 9999;
}

.common-tabs-content {
    border: 1px solid var(--blue);
    border-radius: 3px;
    position: relative;
}

.badge {
    font-size: 12px;
    font-weight: 400;
    padding: 6px 10px;
    border-radius: 4px;
    letter-spacing: 0.4px;
    height: fit-content;
}

.badge.bdy-badge {
    font-size: 10px;
    font-weight: 400;
    padding: 2px 6px;
    border-radius: 4px;
    letter-spacing: 0.4px;
    margin-left: 5px;
    height: fit-content;
}

/* .notify-text{
    display: flex;
    align-items: center;
} */
.fw-medium {
    font-weight: 600 !important;
}

label {
    font-size: 13px;
}

.select2-search__field {
    border: 0 !important;
    font-size: 13px;
}

.form-group input.form-control {
    height: 32px;
}

.data-full-detail table {
    word-break: break-all;
}

.desktop-responsive-table {
    overflow-x: auto;
    width: 100%;
}

.custom-table th,
.custom-table td {
    white-space: nowrap;
}

table td a {
    color: var(--teal) !important;
    font-family: 'Poppins';
    text-decoration: none !important;
    cursor: pointer;
}

h4 {
    font-size: 16px;
}

textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ced4da !important;
    font-size: 13px;
}

select {
    cursor: pointer;
}

.select2 .select2-selection--single {
    height: 35px !important;
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
}

.select2 {
    width: 100% !important;
}

.select2 .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2 .select2-selection__rendered {
    line-height: 32px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    height: 28px !important;
    font-family: 'Inter', sans-serif;
}

.select2 .select2-selection__arrow b {
    border: 0 !important;
}

.select2 .select2-selection--multiple .select2-selection__choice {
    background: #f3f3f3 !important;
    /* color: white !important; */
    padding: 0 5px 0 25px !important;
    line-height: 23px;
}

.select2-selection__choice__display {
    font-size: 12px;
}

.select2-container--below .select2-selection {
    padding-bottom: 5px !important;
}

.select2-selection {
    padding-bottom: 0 !important;
}

.select2 li.select2-selection__choice button {
    color: var(--blue) !important;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--blue) !important;
}

span.select2-dropdown.select2-dropdown--below {
    border: 1px solid #ccc !important;
    border-radius: 7px;
    overflow: hidden;
    margin-top: 5px;
}

.select2-results__option {
    padding: 4px !important;
    font-size: 13px;
}

span.select2-results ul {
    font-size: 13px;
    border-top: 1px solid #ccc;
}

.select2 .select2-selection__arrow:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    position: absolute;
    top: 9px;
    right: 8px;
    font-size: 12px;
}

.select2 {
    font-size: 14px;
}

.select2.select2-container--open .select2-selection__arrow:after {
    content: "\f077" !important;
}

.select2 textarea {
    border: 0 !important;
}

.ts-dropdown [data-selectable] .highlight {
    background: none !important;
    font-weight: 700;
}

.date-input .input-group-text svg {
    font-size: 16px;
}

.datepicker-panel ul:first-child li {
    background: var(--blue);
    color: white;
}

.datepicker-panel li:hover {
    background: var(--blue) !important;
    color: white !important;
    border-radius: 4px;
}

.datepicker-panel li.picked {
    background: var(--blue) !important;
    color: white !important;
    border-radius: 4px !important;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
    border-bottom-color: var(--blue) !important;
}

.toggle-label {
    line-height: 0;
    font-size: 0;
    display: inline-block;
    margin: 0;
    width: 35px;
    height: 19px;
}

.toggle-label input {
    display: none;
}

.toggle-switch {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background-color: #CCC;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.toggle-switch:after {
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #FAFAFA;
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all 0.3s ease-in-out !important;
}

.toggle-label input:checked+.toggle-switch:after {
    right: 2px;
    transition: all 0.3s ease-in-out;
    left: auto;
}

.toggle-label input:checked+.toggle-switch {
    background-color: var(--blue);
    transition: all 0.3s ease-in-out;
}

.datepicker td,
.datepicker th {
    padding: 5px;
}

.datepicker .table-condensed th,
.datepicker td {
    font-size: 13px;
}

.date-input span {
    border-left: 0 !important;
    border-radius: 0 6px 6px 0;
}

.date-input i {
    font-size: 20px;
}

.date-input input {
    border-right: 0 !important;
}

.time-input i,
.date-input i {
    cursor: pointer;
}

.time-input span.input-group-text {
    height: 40px;
    background: white;
    border-left: 0 !important;
    border-radius: 0 6px 6px 0;
}

.time-input input {
    border-right: 0 !important;
}

.datepicker .table-condensed th {
    background: #f2f3f8;
    border-radius: 2px;
    padding: 7px;
}

.datepicker span.active,
.datepicker td.active {
    background: var(--blue) !important;
}

.datepicker .datepicker-days td:hover {
    background: var(--blue) !important;
    color: white !important;
}

.datepicker {
    padding: 6px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    box-shadow: none;
    margin: 10px 0 0 0;
    padding: 0;
    min-width: 100px;
    max-width: 100%;
    width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu * {
    border: 0 !important;
}

.bootstrap-datetimepicker-widget table td.today {
    background: var(--blue) !important;
    color: white !important;
}

.bootstrap-datetimepicker-widget table td span.active {
    background: var(--blue) !important;
}

.bootstrap-datetimepicker-widget td.day {
    padding: 5px !important;
}

.date-input span.input-group-append {
    height: 35px;
}

.date-input span.input-group-text {
    height: 100%;
    background-color: white;
}

.bootstrap-datetimepicker-widget button {
    background-color: var(--blue) !important;
    color: white !important;
}

.common-table {
    width: 100% !important;
}

.common-table th {
    padding: 10px 0;
    font-weight: 500;
}

.common-table th,
.common-table td {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-bottom: 1px solid #e9e9e9;
    white-space: nowrap;
    padding: 10px 0;
}

ul.table-ul {
    display: flex;
    list-style: none;
    column-gap: 10px;
    font-size: 14px;
    color: var(--teal);
    padding-left: 0 !important;
    margin: 0 !important;
}

.table-ul svg {
    cursor: pointer;
    font-size: 18px;
}

.common-modal button.btn-close {
    position: absolute;
    right: -3px;
    top: -4px;
    background-color: white;
    z-index: 999999999;
    color: black !important;
    border-radius: 50%;
    opacity: 1;
    font-size: 12px;
    border: 1px solid #DADADA;
}

.common-modal h5 {
    font-size: 16px;
}

.common-modal label {
    margin-bottom: 3px;
}

input::placeholder {
    color: #808080ad !important;
}

.ix-btn {
    background: var(--blue) !important;
    border-color: var(--blue) !important;
    color: white !important;
}

.ix-btn,
.btn,
.ix-btn-secondary {
    border: none;
    padding: 5px 12px !important;
    font-size: 13px !important;
    border-radius: 4px;
    margin-right: 25px;
}
.student-submit-button{
    margin-right: 0 !important;
    margin-bottom: 10px;
    padding: 7px 20px !important;
}
.ix-btn-secondary {
    background-color: #722872 !important;
    color: white !important;
}

.ix-btn:hover,
.ix-btn-secondary:hover {
    opacity: 0.9 !important;
}

.btn-large {
    padding: 8px 20px !important;
    font-size: 15px !important;
}

a.ix-btn {
    text-decoration: none;
}

.text-blue {
    color: var(--blue) !important;
}

.theme-color-secondary {
    color: #793279 !important;
}

.text-teal {
    color: var(--teal) !important;
}

.text-light-blue {
    color: #3374b4 !important;
}

.text-orange {
    color: #ea782c !important;
}

.text-brown {
    color: #b05b5a !important;
}

.text-green {
    color: #19a483 !important;
}

.text-yellow {
    color: #f8c134 !important;
}

.text-light-green {
    color: #71d434 !important;
}

.text-dark-green {
    color: #748165 !important;
}

.text-pink {
    color: #ee3fa8 !important;
}

.text-dark-green {
    color: #0c450a !important;
}

.text-dark-pink {
    color: #9919a4 !important;
}

.text-dark-yellow {
    color: #ccbe42 !important;
}

.text-light-teal {
    color: #6ec2d5 !important;
}

.text-purple {
    color: #6642cc !important;
}

.text-dark-purple {
    color: #68306d !important;
}

.text-light-yellow {
    color: #daf535 !important;
}

.text-maroon {
    color: #9d2f4a !important;
}

.text-light-maroon {
    color: #cc426b !important;
}

.text-light-pink {
    color: #e8a0b2 !important;
}

.text-olive {
    color: #b3a20f !important;
}

.text-dark-gray {
    color: #3a4c62 !important;
}

.text-off-black {
    color: #251426 !important;
}

button.bg-blue {
    color: white !important;
}

.bg-blue {
    background-color: var(--blue) !important;
}

.bg-teal {
    background-color: var(--teal) !important;
}

.bg-green {
    background-color: var(--green) !important;
}

.bg-red {
    background-color: var(--red) !important;
}

.bg-theme {
    background-color: rgb(242 243 248 / 75%) !important;
}

.select2-selection__rendered {
    font-size: 12px !important;
}

.ixora-loader {
    position: fixed;
    inset: 0px;
    z-index: 1050;
    background: rgb(255 255 255 / 71%);
}

thead.bg-blue tr th {
    background-color: var(--blue) !important;
    color: white !important;
}

.no-scroll {
    overflow: hidden;
}

.form-check-input,
.input-check {
    width: 14px !important;
    height: 14px !important;
    border-radius: 0 !important;
    border-color: #ababab !important;
}

.input-check {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    border-radius: 0 !important;
    border-color: #ababab !important;
    margin: 0 !important;
}

input[type="radio"] {
    border-radius: 50% !important;
}

.form-check-input:checked {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.input-check:checked {
    background-color: #049945 !important;
    border-color: #049945 !important;
}

input[type="date"] {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
}

.ix-label {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.form-check-input {
    margin: 6px 7px 0 0;
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

select.form-select {
    padding: 6px 7px !important;
    border: 1px solid #ced4da !important;
    border-radius: 5px;
    outline: 0 !important;
    font-size: 13px;
    color: #000000;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
    background-color: white;
    box-shadow: none !important;
    height: 32px;
}

.b-0 {
    border: 0px !important;
}

/* .dataTables_wrapper {
    overflow-x: scroll;
} */
.dataTables_paginate a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
}

.dataTables_paginate a:hover {
    background: #ebeced;
    border-radius: 5px;
}

.dataTables_paginate>span>a {
    margin: 0 2px;
}

.dataTable td p {
    margin-bottom: 0 !important;
}


.paginate_button.disabled {
    cursor: not-allowed;
}

.dataTables_paginate {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 13px;
    float: right;
    margin-top: 10px;
    padding-right: 10px;
}

.dataTables_info {
    display: flex;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    padding-left: 10px;
    /* justify-content: end; */
}

.dataTables_paginate span .paginate_button.current {
    background: var(--blue);
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
    color: white;
}

.dataTables_filter>label>input {
    border: 1px solid #ccc;
    height: 32px;
    border-radius: 6px;
    margin-left: 10px;
    padding: 10px;
}

.dataTables_filter {
    margin-top: 8px;
}

.dataTables_filter>label {
    font-size: 13px;
    padding-left: 10px;
}

/* .dataTable thead {
    background: var(--blue);
    color: white;
} */
.dataTable {
    margin-top: 10px;
}

.dataTable td.text-center {
    display: flex;
    justify-content: start;
    column-gap: 7px;
    height: 43px;
}

.dataTable td.text-center a {
    display: flex;
    align-items: center;
    color: #2d8aa7;
    font-size: 15px;
    text-decoration: none;
    padding-right: 5px;
}

.dataTable td.text-center a:not(:last-child) {
    border-right: 1px solid #dbdbdbb0;
}

.common-input-group .input-group-text {
    background: var(--blue);
    color: white;
    border: 1px solid var(--blue);
    cursor: pointer;
    padding: 0 20px;
}

textarea:focus {
    outline: 0;
}

.custom-table svg.fa-eye {
    color: var(--teal);
}

.pswd-field .input-group-icon {
    position: absolute;
    top: 7px;
    right: 8px;
    font-size: 15px;
    cursor: pointer;
    z-index: 9;
    background: transparent;
    padding: 0 6px;
}

.pswd-field .form-control {
    border-radius: 6px !important;
}

.tooltip-div {
    position: relative;
}

.tooltip-content {
    background: white;
    display: none;
    padding: 10px;
    position: absolute;
    max-width: 300px;
    width: 100% !important;
    box-shadow: 0px -3px 12px 1px #b5b5b5;
    border-radius: 10px;
    margin-bottom: 20px;
    min-width: 150px;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.tooltip-content svg {
    margin-top: -21px !important;
    display: flex;
    margin: 0 auto;
    font-size: 19px;
    color: white;
}

/* ===== common css  ===== */


/* ===== Navbar ===== */

.ixora-nav ul.navbar-nav-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar.sidebar-sidebar-offcanvas.show li.nav-item.active .pro-icon {
    color: var(--blue) !important;
}

.sidebar a.nav-link {
    padding: 5px 5px !important;
}

.sidebar a.nav-link:hover {
    background: #f2f3f8;
    border-radius: 5px;
}

.sidebar.sidebar-sidebar-offcanvas.show .pro-icon {
    color: white !important;
}

.sidebar.show a.nav-link:hover {
    background-color: unset;
}

.sidebar ul.nav li.nav-item.active a {
    background: transparent;
}

.sidebar.show .closemenu .sidebar-toggler svg {
    transform: rotate(180deg);
    margin-left: 3px;
}

.form-check input[type="radio"] {
    margin-top: 5px;
}

.pro-icon i.custom-icon {
    font-style: unset;
    font-size: 17px;
    margin-top: -9px;
}

.ixora-nav ul.navbar-nav-right .custom-search-input {
    position: relative;
}

.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"] {
    padding: 9px 42px 9px 23px;
    font-weight: normal;
    min-width: 220px;
    z-index: unset;
    background: #FFFFFF;
    border: 1px solid #C5C7CD;
    box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, .3), 0px 50px 100px -20px rgba(50, 50, 93, .25);
    border-radius: 6px !important;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"]::-webkit-input-placeholder {
    color: #B9B9B9 !important;
    opacity: 1 !important;
}

.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"]:-moz-placeholder {
    color: #B9B9B9 !important;
    opacity: 1 !important;
}

.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"]::-moz-placeholder {
    color: #B9B9B9 !important;
    opacity: 1 !important;
}

.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"]:-ms-input-placeholder {
    color: #B9B9B9 !important;
    opacity: 1 !important;
}

.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"]::-ms-input-placeholder {
    color: #B9B9B9 !important;
    opacity: 1 !important;
}

.ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"]::placeholder {
    color: #B9B9B9 !important;
    opacity: 1 !important;
}


.ixora-nav ul.navbar-nav-right .custom-search-input button.btn {
    padding: 0;
}

.ixora-nav ul.navbar-nav-right .custom-search-input .input-group-btn {
    position: absolute;
    top: 51%;
    right: 0px;
    transform: translateY(-50%);
    line-height: 0;
}

.ixora-nav ul.navbar-nav-right .custom-search-input button.btn {
    padding: 0;
    color: var(--blue);
    border: 0;
}

.ixora-nav ul.navbar-nav-right .custom-search-input button.btn img {
    width: 17px;
}

.ixora-nav ul.navbar-nav-right .count-indicator {
    color: #c5c7cd;
    font-size: 26px;
    padding: 0;
    position: relative;
    line-height: 0;
    cursor: pointer;
}

svg.svg-inline--fa.fa-calendar-days {
    padding-right: 5px;
}

.ixora-nav ul.navbar-nav-right .count-indicator span.count-symbol {
    top: -4px;
    right: -2px;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #ffffff;
    background: var(--blue) !important;
}

.ixora-nav ul.navbar-nav-right .notifi-bell {
    border-right: 2px solid #efeff5;
    padding: 0 15px 0 14px;
}

.nav-notifify .dropdown-menu.all-notifcation {
    max-width: 320px !important;
    width: 320px !important;
    right: 0;
    left: auto;
    margin-top: 10px;
    position: absolute;
    padding: 15px 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    max-height: 300px;
    overflow-y: auto;
    min-height: 100px;
}

.nav-notifify .dropdown-menu.all-notifcation.birth-dates {
    max-width: 320px !important;
    width: 320px !important;
    right: 0;
    left: auto;
    margin-top: 10px;
    position: absolute;
    padding: 5px 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    max-height: 300px;
    overflow-y: auto;
    min-height: 100px;
}

.all-notifcation h6 {
    border-bottom: 1px solid var(--light-blue);
    padding-bottom: 8px;
    margin-bottom: 6px;
}

.birth-dates h6 {
    border-bottom: 1px solid var(--light-blue);
    padding: 6px;
    margin-bottom: 0px;
    font-size: 13px;
}

.notifi-bell {
    position: relative;
}

.all-notifcation li {
    list-style: none;
    padding: 5px 5px;
    border-radius: 5px;
}

.all-notifcation.birth-dates li {
    list-style: none;
    padding: 3px;
    border-radius: 5px;
}

.all-notifcation li:hover {
    background-color: var(--light-blue);
}

.all-notifcation li:not(:last-child) {
    border-bottom: 1px solid var(--light-blue);
}

.all-notifcation li a {
    display: grid;
    grid-template-columns: 15% 85%;
    column-gap: 5px;
    width: 100%;
    text-decoration: none;
    color: unset;
}

.notify-icon img {
    max-width: 35px;
    height: 35px;
    object-fit: cover;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
}

.notify-icon.bdy-icon img {
    max-width: 25px;
    height: 25px;
    object-fit: cover;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
}

.notify-text p {
    font-size: 13px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.notify-text i {
    font-size: 11px;
    color: gray;
    display: flex;
}

.notify-btn {
    display: flex;
    justify-content: end;
    margin-top: 10px;
}

.all-notifcation .badge {
    background: var(--blue) !important;
    border-radius: 4px;
    line-height: 13px;
}

.ixora-nav ul.navbar-nav-right .nav-profile a.nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.ixora-nav ul.navbar-nav-right .nav-profile p {
    color: #333333 !important;
    font-size: 14px;
    font-weight: 700;
    padding-right: 14px;
    white-space: nowrap;
    margin: 0 !important;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.ixora-nav {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
    border-radius: 0;
    margin-bottom: 14px;
    padding: 8px 14px 8px 6px;
    position: relative !important;
}

.ixora-nav .ixora-seach-icon {
    font-size: 18px;
}

.ixora-nav .brand-logo {
    margin: 0;
    padding: 0;
}
.ixora-nav .logo-square img{
    max-width: 120px !important;
    object-fit: contain;
}
.nav-notifify .dropdown-menu.all-notifcation.search-dropdown {
    max-width: 250px !important;
    width: 320px !important;
    right: -27px;
    left: auto;
    margin-top: 10px;
    position: absolute;
    padding: 15px 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    max-height: 300px;
    overflow-y: auto;
    min-height: 100px;
}

.all-notifcation.search-dropdown li:not(:last-child) {
    border-bottom: 1px solid var(--light-blue);
}

.notify-wrapper p {
    font-weight: 400;
    font-size: 12.5px;
}

.birth-wrap p {
    font-weight: 500;
    font-size: 12px;
}

.ixora-nav .brand-logo img {
    max-width: 120px;
}
.icon-space-birthday {
    border-right: 2px solid #efeff5;
    padding: 0 15px 0 14px;

}
.ixora-nav .logo-circle img{
    max-width: 62px !important;
}
.ixora-nav .ixora-birthday {
    font-size: 22px;
    color: #c5c7cd;
}

.ixora-nav span.count-symbol {
    top: -4px;
    right: -2px;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #ffffff;
    background: var(--blue) !important;
}

.ixora-container {
    box-sizing: border-box;
    margin: 0;
    /* overflow: hidden; */
    padding: 0;
    background-color: #fff;
}

.ixora-nav ul.navbar-nav-right .nav-profile .nav-profile-img {
    border: 1.5px solid #DFE0EB;
    border-radius: 100px;
    padding: 4px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ixora-nav .nav-profile-img .dropdown-item svg {
    padding-right: 10px;
}

.branch-name select {
    font-size: 13px;
    border: 0;
    font-weight: 500;
    outline: 0;
    font-family: 'Mulish', sans-serif;
    cursor: pointer;
    padding-right: 7px;
}

.branch-name {
    padding-right: 15px;
    border-right: 2px solid #efeff5;
    margin-right: 15px;
}

.branch-name a {
    padding: 0 !important;
    margin: 0 !important;
}

li.nav-item.nav-profile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-profile .dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.nav-profile a.profile-deatils {
    display: flex;
    column-gap: 20px;
    pointer-events: none;
    border-bottom: 1px solid #cccc;
    padding-bottom: 10px;
}

.nav-profile-img.dropdown img {
    width: 30px;
}

.nav-profile-img.dropdown img:after {
    display: none;
}

.nav-profile-img.dropdown img[alt] {
    white-space: normal;
    font-size: 9px;
    line-height: 12px;
}

.profile-detail-text h5 {
    margin: 0;
    font-size: 16px;
}

.profile-detail-text span {
    color: #ababab;
    font-size: 13px;
}

.nav-profile-img i {
    margin-right: 17px;
}

.nav-profile-img ul li {
    padding: 4px 0;
    font-size: 14px;
}

.nav-profile-img a.dropdown-item:active {
    background: #e9ecef;
    color: black;
}

.branch-m select:focus {
    outline: 0;
}

.branch-m:hover select {
    background: #e9ecef;
}

.branch-m select {
    border: 0 !important;
    margin-left: -0px;
}

.branch-m {
    display: none;
}

.ixora-nav ul.navbar-nav-right .nav-profile a.nav-link:has(.branch--select){
    padding: 0.25rem 1rem;
}

/* ===== /Navbar ===== */

/* ===== Sidebar ===== */

.sidebar {
    visibility: visible;
    border: none;
    border-radius: 0 15px 15px 0;
    padding: 12px 10px;
    width: 265px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 101;
    margin-right: 23px;
    margin-right: 0;
    transition: width, left, right, .3s;
    -webkit-transition: width, left, right, .3s;
    -moz-transition: width, left, right, .3s;
    -ms-transition: width, left, right, .3s;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
    min-height: 350px;
}

.sidebar li.nav-item.custom-dropdown ul {
    padding-left: 15px !important;
}

.sidebar .custom-dropdown .collapse ul {
    padding-right: 0 !important;
}

.sidebar.show .closemenu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .closemenu .sidebar-toggler {
    height: 30px;
    width: 30px;
    cursor: pointer;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
    border-radius: 100px;
    color: var(--blue);
    font-size: 17px;
}

.sidebar.show {
    width: 72px;
    min-width: 72px;
    background: var(--blue);
    padding: 12px 13px 12px 14px;
}

.sidebar.show .closemenu .sidebar-toggler {
    background: #fff;
}

.sidebar.show span.pro-item-content,
.sidebar.show ul.nav li.nav-item.custom-dropdown span.pro-item-content,
.sidebar.show ul.nav li.nav-item.custom-dropdown span.col-right {
    display: none;
}

.sidebar.show ul.nav li.nav-item a span.pro-icon {
    margin: 0;
}

.sidebar.show ul.nav {
    padding: 24px 0 15px;
}

.sidebar.show li.nav-item.custom-dropdown ul {
    padding: 0px !important;
}

.sidebar.show .nav-item.active a.nav-link .pro-icon {
    color: var(--blue) !important;
}

.sidebar.show ul.nav li.nav-item a {
    padding: 0 0;
    width: 45px;
    height: 45px;
}

/* .sidebar.show ul.nav li.nav-item:not(:last-child) a {
    margin-bottom: 10px;
} */
.sidebar.show ul.nav li.nav-item a span.pro-icon {
    font-size: 16px;
    color: white;
}

.sidebar.show ul.nav li.nav-item.active {
    background: #fff;
    border-radius: 100%;
}

.sidebar.show ul.nav li.nav-item a {
    justify-content: center;
}

.sidebar.show .closemenu .sidebar-toggler i:before {
    content: "\f105";
}

.sidebar.show ul.nav li.nav-item a span.pro-icon img.hide {
    display: block;
}

.sidebar.show ul.nav li.nav-item a span.pro-icon img.show {
    display: none;
}

.sidebar.show ul.nav li.nav-item.custom-dropdown ul.nav {
    padding: 0 0 15px 0;
}

.sidebar .closemenu {
    border-radius: 50%;
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 0 0;
    width: 100%;
}

.sidebar ul.nav {
    padding: 17px 0 38px;
    display: block;
}

.sidebar::-webkit-scrollbar,
.nav-notifify .all-notifcation::-webkit-scrollbar,
.timeline::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0 20px 20px 0;
    margin: 6px 0;
}

.sidebar::-webkit-scrollbar-thumb,
.nav-notifify .all-notifcation::-webkit-scrollbar-thumb,
.timeline::-webkit-scrollbar-thumb {
    background: var(--blue) !important;
    border-radius: 3px;
}

.sidebar.show::-webkit-scrollbar {
    width: 0 !important;
}

.sidebar.show .cus-nav-menu .nav-item i {
    color: #fff;
}

.sidebar.show .cus-nav-menu .nav-item.active .pro-icon i {
    color: var(--blue) !important;
}

.sidebar.sidebar-sidebar-offcanvas li.nav-item.active .pro-icon i {
    color: white;
}

/* == new css add == */

.sidebar ul.nav {
    position: relative;
    padding: 17px 0 0;
    display: block;
    width: 100%;
}

.sidebar ul.nav.bottom-logout {
    padding: 0 0 13px;
    width: 100%;
    display: flex;
    align-items: end;
}

.sidebar ul.nav.bottom-logout li.nav-item {
    width: 100%;
}

.sidebar .cus-nav-menu {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: stretch;
    height: 100%;
}

.sidebar.sidebar-sidebar-offcanvas.show .nav-seprate {
    display: none;
}

/* == /new css add == */

.pro-sidebar .pro-menu .pro-menu-item {
    font-size: 15px;
}

.sidebar ul.nav li.nav-item a {
    font-weight: 700;
    margin: 0;
    padding: 5px 0px 5px 5px;
    color: #adadad;
    text-decoration: none;
    align-items: center;
    display: flex;
    position: relative;
    /*height: 49px;*/
}

.sidebar ul.nav li.nav-item a span.pro-icon {
    display: flex;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    color: var(--blue);
    font-size: 12px;
}

nav#sidebar li.nav-item {
    margin-bottom: 5px;
}

.input-style {
    /* background: #1c4e80;
    color: white; */
    background: #ffffff;
    color: var(--blue);
    border-left: 0;
}

.sidebar ul.nav li.nav-item a span.pro-icon img,
.sidebar ul.nav li.nav-item.custom-dropdown ul.nav li.nav-item:first-child a span.pro-icon img,
.sidebar ul.nav.bottom-logout li.nav-item:first-child a span.pro-icon img {
    width: 19px;
}

.sidebar ul.nav li.nav-item:first-child a span.pro-icon img {
    width: 17px;
}

.sidebar ul.nav li.nav-item a span.pro-icon img.hide {
    display: none;
}

.sidebar ul.nav li.nav-item.active {
    background: var(--blue);
    border-radius: 8px;
}

.sidebar ul.nav li.nav-item.active a {
    color: #fff;
}

.sidebar.sidebar-sidebar-offcanvas.show ul.nav li.nav-item.active a {
    color: #000;
}

.sidebar .nav-item.active a.nav-link .pro-icon {
    color: white !important;
}

.sidebar ul.nav li.nav-item.custom-dropdown span {
    display: flex;
    align-items: center;
}

.sidebar ul.nav li.nav-item.custom-dropdown a {
    justify-content: space-between;
}

.sidebar ul.nav li.nav-item.custom-dropdown ul.nav {
    padding: 0 0px 2px 20px;
}

.sidebar ul.nav li.nav-item .menu-title {
    font-weight: 400;
    /* font-size: 13px !important; */
    font-size: 12.5px !important;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #333333;
    margin-left: 2px;
}

span.pro-icon i {
    width: 20px;
    height: 20px;
}

.sidebar ul.nav li.nav-item.active .menu-title {
    color: #fff;
}

/* .sidebar-canvas-main {
    position: relative !important;
    visibility: visible;
    transform: none;
    transition: none;
} */

.page-body-wrapper .sidebar-canvas-main {
    position: relative !important;
    z-index: 999 !important;
}

.sidebar.show ul.nav li.nav-item.custom-dropdown a {
    justify-content: center;
}

/* ===== /Sidebar ===== */

/* ===== Dashboard page ===== */

.main-panel {
    width: 100%;
    /*padding-left: 23px;*/
}

.ixora-head-office:has(.ixora-dashboard) {
    box-shadow: none;
    padding-top: 0;
    padding-left: 0;
    margin-right: 0;
}

/* .ixora-dashboard {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 450px;
} */
.home-ul-wrap {
    border-left: 2px solid #f1f1f1;
    margin-left: 30px;
    padding: 0 0 0 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.home-ul-div {
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    background: #f3f6f9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-ul-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.ixora-dashboard:has(.home-ul-main) {
    padding: 10px 30px;
}

.home-ul-div h3 svg {
    margin-right: 10px;
}

.home-ul-div h3 {
    background: var(--blue);
    color: white !important;
    padding: 7px 13px;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin-bottom: 20px;
}

.home-ul li {
    font-size: 16px;
    padding-bottom: 4px;
}

.dash-box {
    background: #f3f2f2;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
}

.dash-box-wrapper {
    padding: 20px 0 0;
}

.dash-box-detail ul {
    padding-left: 0;
    margin: 12px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.dash-box-detail ul li:not(:last-child) {
    border-right: 1px solid #e0e0e0;
    padding-right: 13px;
    margin-right: 13px;
}

h6.box-heading-div span {
    font-size: 15px;
}

h6.box-heading-div svg {
    background: white;
    padding: 7px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid var(--blue);
}

h6.box-heading-div {
    display: flex;
    align-items: center;
}

.dash-box-detail p {
    margin: 0;
}

.dash-box-detail ul li span {
    font-weight: 600;
}

.dash-box-detail ul li a {
    color: #000000;
    text-decoration: none;
}

.color-box ul li {
    display: flex;
    gap: 14px;
    margin-bottom: 5px;
}

.color-box {
    background: #f3f2f2;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 12px;
}

.color-box ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.color-box h4 {
    border-bottom: 1px solid #e2e1e1;
    padding-bottom: 5px;
}

.container-fluid.page-body-wrapper {
    column-gap: 17px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.ixora-dashboard .col-md-4.stretch-card {
    margin-bottom: 14px;
}

.stretch-card .cus-card-inner {
    align-items: center;
    border: none;
    margin-bottom: 0;
    padding: 14px 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
    border-radius: 15px;
    height: 100%;
}

.stretch-card .cus-card-inner a.card-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0;
    text-decoration: none;
    color: initial;
    column-gap: 15px;
}

.ixora-dashboard .col-md-4.grid-margin {
    padding: 0 6px;
}

.ixora-dashboard .row.sec-top {
    margin: 0 -6px;
}

.stretch-card .cus-card-inner a.card-body h5 {
    margin: 0 0 1px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.3px;
    color: #333333;
}

.stretch-card .cus-card-inner a.card-body h6 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #565656;
}

.stretch-card .cus-card-inner a.card-body .icon-right {
    align-items: center;
    background: #dfe0eb;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    min-width: 50px;
}

.icon-right img {
    width: 25px;
}

.main-panel {
    margin-right: 20px;
}

.main-panel:has(.ixora-career-list) {
    margin-right: 0;
}

/* ===== /Dashboard page ===== */

.loader-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* ===== Head office page ===== */
.career-enquiry,
.data-table {
    width: 100%;
}

.ixora-career-list {
    padding: 20px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 13px;
    width: 100%;
    margin: 1px;
}

table.table.table-striped {
    font-size: 13px;
}

input.form-control,
select.form-control {
    padding: 6px 7px !important;
    font-size: 13px;
    font-family: 'Inter', sans-serif !important;
    height: 35px;
    border: 1px solid #ced4da !important;
    background-color: white !important;
    box-shadow: none !important;
    transition: none !important;
}

.form-control:focus {
    border-color: var(--blue) !important;
}

.form-control {
    background-color: white !important;
}

.main-panel .title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.main-panel .title i {
    color: var(--blue);
    font-size: 23px;
    margin-left: 15px;
    cursor: pointer;

}

.ixora-head-office {
    /* box-shadow: 0px 0px 4px #c5c7cd; */
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 20px;
    /* overflow-x: hidden; */
}
.test-type-table tr:nth-child(odd){
    background-color: #f2f2f2;
}
.test-type-table{
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
}
.main-panel.ixora-head-office:has(.custom-table) {
    overflow-x: hidden;
}


.ixora-head-office .list-group .list-group-item,
.ixora-head-office .cus-tab-list a.cus-list-group-item {
    border: 1px solid var(--blue);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    color: #fff;
    padding: 14px 10px;
    flex: 1 1 auto;
    text-align: center;
    width: auto;
    text-decoration: none;
    background: var(--blue);
    font-size: 16px;
}

.ixora-head-office .list-group .list-group-item.active,
.ixora-head-office .cus-tab-list a.cus-list-group-item.active {
    background: #fff;
    color: #000;
}

.ixora-head-office .list-group .list-group-item:not(:last-child),
.ixora-head-office .cus-tab-list a.cus-list-group-item:not(:last-child) {
    margin-right: 10px;
}

.ixora-head-office .top-input-row .cus-col {
    width: 20%;
    float: left;
}

.ixora-head-office .top-input-row {
    align-items: flex-end;
    padding: 12px 0;
}

.ixora-head-office .top-input-row .cus-col label {
    margin-bottom: 0.5rem;
}

.ixora-head-office .top-input-row .cus-col button[type="submit"] {
    background: var(--teal);
    border-color: var(--teal);
    min-width: 114px;
    font-family: 'Inter', sans-serif;
}

.ixora-head-office .table-row table tr th,
.ixora-head-office .table-row table tr td {
    border: none;
}

.ixora-head-office .table-row table tr th input[type="checkbox"],
.ixora-head-office .table-row table tr td input[type="checkbox"] {
    box-shadow: none;
    outline: 0;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    border-color: rgba(0, 0, 0, .6);
}

.ixora-head-office .table-row table tr th input[type="checkbox"]:checked,
.ixora-head-office .table-row table tr td input[type="checkbox"]:checked {
    background-color: #2196F3;
    border-color: #2196F3;
}

.main-panel .table-row table tr td {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
}

.main-panel .table-row table tr th {
    color: rgba(0, 0, 0, 0.87);
    font-weight: 500;
    font-size: 13px !important;
    background-color: #f2f3f8;
}

.ixora-head-office .table-row table ul.grid-icon {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.ixora-head-office .table-row table ul.grid-icon li {
    display: inline-block;
}

.ixora-head-office .table-row table ul.grid-icon li svg {
    color: var(--blue);
    cursor: pointer;
    font-size: 25px;
    margin-right: 0;
}

.ixora-head-office .table-row table ul.grid-icon li:not(:last-child) {
    margin-right: 2px;
}

.ixora-head-office .table-row table tr .checkbox input {
    margin-top: 5px !important;
}

.ixora-head-office .table-row table {
    border-collapse: separate;
    border-spacing: 0;
}

.ixora-head-office .table-row table tr th,
.ixora-head-office .table-row table tr td {
    /* border-top: 1px solid rgba(0, 0, 0, 0.10); */
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    height: 48px;
    vertical-align: middle;
    font-size: 13px;
}
.student_detail_lists tr th,
.student_detail_lists  tr td {
    height: 37px !important;
}

/* .ixora-head-office .table-row table tr th:last-child, .ixora-head-office .table-row table tr td:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ixora-head-office .table-row table tr th:first-child, .ixora-head-office .table-row table tr td:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
} */

.ixora-head-office ul.pagination {
    align-items: center;
}

.ixora-head-office ul.pagination .page-item.page-row {
    margin: 0px 4px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
}

.ixora-head-office ul.pagination .page-select select {
    border: none;
    padding: 0 24px 0 8px;
    box-shadow: none;
    outline: 0;
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
    background-position: center right 8px;
    background-size: 11px;
}

.ixora-head-office ul.pagination .page-number {
    margin: 0 24px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
}

.ixora-head-office ul.pagination .page-item a.page-link {
    border: 0;
    color: rgba(0, 0, 0, 0.18);
    fill: rgba(0, 0, 0, 0.18);
    background: transparent;
    padding: 8px;
    height: 40px;
    width: 40px;
}

.ixora-head-office ul.pagination .page-item svg {
    margin-top: -4px;
}

body input {
    outline: 0 !important;
    box-shadow: none !important;
}

.dashbaord-notifications .notification-read-icon {
    grid-area: notDot;
    margin: 0;
}

.dashbaord-notifications .user {
    grid-area: user;
    padding: 0;
}

.dashbaord-notifications .notification-msg {
    grid-area: msg;
    line-height: 20px;
}

.dashbaord-notifications .notification-time {
    grid-area: time;
    line-height: normal;
}

.dashbaord-notifications .u-notifications .u-notifications-item a {
    grid-template-areas:
        'notDot user user user'
        'msg msg msg msg'
        'time time time time';
}

/* === Popup === */

body .per-info-popup {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 0 !important;
}

.per-info-popup .modal-dialog {
    width: 100%;
    max-width: 680px;
}

.per-info-popup .modal-dialog {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%) !important;
}

.per-info-popup.show .modal-dialog .modal-content {
    transform: scale(1);
    padding: 30px 17px;
}

.per-info-popup .modal-dialog .modal-content {
    transform: scale(0);
}

.per-info-popup .modal-dialog .modal-content .modal-header {
    /* padding: 10px 7px 35px; */
    padding: 1px 0 0 0;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    width: 33px;
    height: 33px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.per-info-popup .modal-dialog .modal-content button.btn-close {
    padding: 0;
    margin: 0;
    background: url(../images/icon-27.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px;
    opacity: 1;
    box-shadow: none;
    outline: 0;
}

.ixora-head-office .per-info-popup .top-input-row .cus-col {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.per-info-popup .row {
    margin: 0;
    width: 100%;
}

.ixora-head-office .per-info-popup .top-input-row .cus-col button[type="submit"] {
    min-width: auto;
    max-width: 280px;
    width: 100%;
    margin-top: 20px;
}

/* === /Popup === */

/* ===== /Head office page ===== */

/* ===== Country page ===== */

.ixora-cus-country .title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.ixora-cus-country .cus-input label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 6px;
}

.ixora-cus-country .cus-input .input-group input {
    background: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 10px !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    padding: 15px 19px;
    box-shadow: none;
    outline: 0;
}

.ixora-cus-country .cus-input .input-group input::-webkit-input-placeholder {
    color: #A9A9A9 !important;
    opacity: 1 !important;
}

.ixora-cus-country .cus-input .input-group input:-moz-placeholder {
    color: #A9A9A9 !important;
    opacity: 1 !important;
}

.ixora-cus-country .cus-input .input-group input::-moz-placeholder {
    color: #A9A9A9 !important;
    opacity: 1 !important;
}

.ixora-cus-country .cus-input .input-group input:-ms-input-placeholder {
    color: #A9A9A9 !important;
    opacity: 1 !important;
}

.ixora-cus-country .cus-input .input-group input::-ms-input-placeholder {
    color: #A9A9A9 !important;
    opacity: 1 !important;
}

.ixora-cus-country .cus-input .input-group input::placeholder {
    color: #A9A9A9 !important;
    opacity: 1 !important;
}

.ixora-cus-country .cus-input .input-group button {
    background: var(--teal);
    border-color: var(--teal);
    border-radius: 10px !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    min-width: 138px;
    margin-left: 15px !important;
}

.ixora-cus-country .cus-input .input-group {
    max-width: 754px;
}

.ixora-cus-country .add-input-field {
    margin-top: 29px;
}

.ixora-cus-country .add-input-field h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 9px;
}

.ixora-cus-country .add-input-field ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ixora-cus-country .add-input-field ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 8px;
}

/* ===== /Country page ===== */

/* ===== Career Enquiry page ===== */

.ixora-head-office:has(.data-table),
.ixora-head-office:has(.career-enquiry) {
    box-shadow: none;
    padding-left: 0;
    padding-top: 0;
    margin-right: 0;
}

.admission-popup .modal-dialog {
    max-width: 65% !important;
}

.admission-popup tr {
    box-shadow: none !important;
}

.career-filter-top .form-group,
.data-table-filter .form-group {
    margin-bottom: 0;
}

.admission-popup th {
    padding: 0 !important;
    border: none !important;
}

.admission-popup td {
    padding: 0 !important;
    border: none !important;
}

.admission-popup .modal-dialog {
    max-width: 65% !important;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.admission-popup button.btn-close {
    position: absolute;
    right: -6px;
    top: -4px;
    background-color: white;
    z-index: 999999999;
    color: black !important;
    border-radius: 50%;
    opacity: 1;
    font-size: 12px;
    border: 1px solid #DADADA;
}

.admission-popup .modal-header {
    border: none;
}

.admission-popup table {
    width: 100%;
    border: none !important;
    box-shadow: none !important;
}

.admission-popup th {
    padding: 15px 0 !important;
}

.admission-popup .modal-body {
    padding: 0px 70px 40px 70px;
}

.test-details-main th {
    text-align: left;
}

.mockup-main {
    box-shadow: none !important;
}

.mockup-main .table {
    margin: 2px !important;
}

.main-panel.career-enquiry {
    padding-top: 13px;
}

.career-enquiry .table-row,
.data-table .table-row {
    margin-top: 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
    border-radius: 15px;
    padding: 15px 15px;
    overflow: hidden;
    margin-left: 3px;
}

.career-filter-top label,
.data-table-filter label {
    margin-bottom: 5px;
}

.top-search-row {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.custom-table tr th:first-child,
.custom-table tr td:first-child {
    padding-left: 18px;
}

.custom-table tr th:last-child,
.custom-table td:last-child {
    padding-right: 18px;
}

.career-enquiry .table-row .top-search-row .search-right,
.data-table .table-row .top-search-row .search-right {
    display: flex;
    margin: auto 0 auto auto;
    justify-content: center;
    align-items: end;
}

.table-row .top-search-row .search-right label {
    margin-bottom: 5px;
}

.search-right button {
    margin-left: 23px;
}

.search-right .form-group {
    margin-bottom: 0 !important;
}

.ccid-search {
    display: flex !important;
}

.per-info-popup .select-data-show {
    padding: 28px 0 0 0;
}

.per-info-popup .select-data-show label {
    position: relative;
    padding: 0 0 0 29px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 10px;
}

.per-info-popup .select-data-show label input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.per-info-popup .select-data-show label span.checkmark {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #FEFEFE;
    border: 1px solid #565656;
}

.per-info-popup .select-data-show label input[type="radio"]:checked+span.checkmark {
    background: #565656;
}

.data-form-tabs {
    display: flex;
    align-items: center;
}

.ix-back-btn {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #333333;
    outline: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.back-btn-row a:hover {
    color: var(--blue) !important;
}

.back-btn-row {
    border: 1px solid #cccccc75;
    border-radius: 20px;
    padding: 3px 8px;

}

.ixora-career-list .list-group {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    place-content: center;
    column-gap: 13px;
    margin-top: 10px;
}

.ixora-career-list .list-group .list-group-item {
    border: 1px solid var(--blue);
    border-radius: 10px 0 10px 0;
    color: #333;
    padding: 5px 15px;
    flex: 1 1 auto;
    text-align: center;
    text-decoration: none;
    background: #fff;
    font-size: 13px;
    width: 100% !important;
}

.ixora-career-list .list-group .list-group-item:not(:last-child) {
    margin-right: .45%;
}

.ixora-career-list .list-group .list-group-item.active {
    background: var(--blue);
    color: #fff;
}

.ixora-career-list .row.sec-top {
    margin: 0;
}

.ixora-career-list .row.sec-top .btn-row {
    padding: 0;
    padding-bottom: 13px;
}

.ixora-career-list .career-tabs {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
    border-radius: 15px;
    padding: 12px 20px 50px;
}

.career-tabs a.ix-btn {
    text-decoration: none;
    color: white !important;
}

.ixora-career-list .tab-content #list-tentative {
    max-width: 83%;
    margin: 40px auto auto auto;
}

.user-tentative .career-tabs {
    box-shadow: none;
    padding: 0;
}

.ix-user-info ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.ix-user-info ul li.user-image {
    margin-bottom: 26px;
}

.ix-user-info table {
    width: 100%;
}

.ix-user-info table tr th {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}

.ix-user-info table tr td {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    color: #565656;
}

.ix-user-info table tr th,
.ix-user-info table tr td {
    padding: 0 5px;
}

.ix-user-info table tbody tr:not(:last-child) th,
.ix-user-info table tbody tr:not(:last-child) td {
    padding-bottom: 10px;
}

.main-panel.ixora-career-list {
    padding-top: 10px;
}

.action-btn a {
    text-decoration: none;
    color: var(--teal);
    position: relative;
}

.action-btn li {
    position: relative;
    padding: 0 3px !important;

}

.action-btn li:last-child :after {
    position: absolute;
    content: "";
    height: 15px;
    width: 2px;
    background: var(--blue);
    top: 3px;
    left: -8px;
}

.ccid-emp .search-right {
    max-width: 100% !important;
    display: flex !important;
    justify-content: end;
    width: 100% !important;
}

.ccid-emp .search-right .form-group {
    width: 200px;
    column-gap: 19px;
    margin-left: 15px;
}

.career-filter-top,
.data-table-filter {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    padding: 0 0px;
}

/* ===== Career Enquiry page ===== */

/* ===== Login page ===== */

.login-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    overflow-y: auto;
}

.login-container .form {
    background: #FFFFFF;
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 100%;
    max-width: 550px;
    padding: 3rem;
}

.login-container .logo {
    display: block;
    text-align: center;
}

.login-container .form .tittle {
    letter-spacing: 0;
    margin: 5px 0 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-align: left;
}

.login-container .form p {
    margin: 0 0 15px;
}

.login-container .form input[type="email"],
.login-container .form input[type="text"],
.login-container .form input[type="password"] {
    margin-bottom: 15px;
    padding: 12px;
    box-shadow: none;
}

.login-container .form p.cus-pass {
    position: relative;
}

.login-container .form p.cus-pass i {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #A9A9A9;
}

.login-container .form p.cus-pass i.fa-eye:before {
    content: "\f06e";
}

.login-container .form p.cus-pass input[type="password"] {
    padding-right: 40px;
}

.login-container .form button[type="submit"] {
    width: 100%;
    border: none;
    background: linear-gradient(180deg, #cc40cc, #5f045f);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 8px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all .5s ease-out;
}

.login-container .form button[type="submit"]:hover {
    background: linear-gradient(180deg, #1eb262, #09592e);
}

.login-container .form p.forgot-pass {
    margin: 15px 0 1rem;
    text-align: right;
}

.login-container .form p.forgot-pass a {
    color: #742b77;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

/* ===== /Login page ===== */

/* ===== Forgot password ===== */

.login-container .form .dis-text {
    color: #A9A9A9;
    text-align: left;
    font-size: 17px;
    line-height: 28px;
    margin: 19px 0 16px;
    font-weight: 400;
}

.login-container.forgot-pass-page .form button[type="submit"] {
    margin: 30px 0 15px;
}

.forgot-pass-page form {
    padding-bottom: 1rem;
}

/* ===== /Forgot password ===== */
/* ===== Employee ===== */

/* Append Form */
.destination-form:last-child .remove-form {
    display: none;
}

.destination-form .append-form {
    display: none;
}

.destination-form:last-child .append-form {
    display: block !important;
}

.income-form:last-child .remove-form {
    display: none;
}

.income-form .append-form {
    display: none;
}

.income-form:last-child .append-form {
    display: block !important;
}

.work-form:last-child .remove-form {
    display: none;
}

.work-form .append-form {
    display: none;
}

.work-form:last-child .append-form {
    display: block !important;
}

.experience-applicable .form-group {
    margin-bottom: 0;
}

.document-form:last-child .remove-form {
    display: none;
}

.document-form .append-form {
    display: none;
}

.document-form:last-child .append-form {
    display: block !important;
}

.college-form:last-child .remove-form {
    display: none;
}

.college-form .append-form {
    display: none;
}

.college-form:last-child .append-form {
    display: block !important;
}

/* =====/Append form */
.cus-list-group {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cus-list-group .cus-tab-link {
    font-family: 'Poppins', sans-serif;
    border: 1px solid var(--blue);
    border-radius: 10px 0 10px 0;
    color: #333333;
    padding: 5px 15px;
    width: auto;
    text-align: center;
    text-decoration: none;
    background: #fff;
    font-size: 13px;
}

.cus-list-group .cus-tab-link.active {
    background: var(--blue);
    color: #fff;
}

.cus-tab-content {
    margin-top: 25px;
    box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%);
    margin-left: 1px;
    padding: 0 40px 40px;
    border-radius: 5px;
}

.cus-tab-content .tab-title {
    margin-bottom: 5px;
}

.cus-tab-content .tab-title h4 {
    display: inline;
    background: #fff;
    padding: 0 8px;
    position: relative;
    bottom: 12px;
    right: 15px;
}

.destination-form-wrapper .destination-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    padding: 5px 0;
}

.destination-form .form-group {
    margin-bottom: 0;
}

.destination-form-wrapper label.ix-label {
    margin-bottom: 5px;
}

.desti-detail-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 12px;
    padding: 0 15px;
}

.desti-remarks-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 10px;
}

.desti-deatil-remarks {
    background: var(--light-blue);
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

.desti-detail-div p {
    font-size: 13px;
    margin-bottom: 5px;
    word-break: break-all;
}

.desti-detail-div a {
    color: var(--teal);
    text-decoration: none;
}

.desti-detail-div h5 {
    font-size: 14px;
}

.remarks-date {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.append-icon {
    position: relative;
    display: flex;
    align-items: end;
    padding-bottom: 4px;
}

.append-icon svg {
    background: var(--teal);
    color: white;
    border-radius: 50px;
    padding: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 10px 0;
}

.append-icon .cs-icon {
    color: var(--teal);
    font-size: 20px;
}

.radio-title {
    font: 400 15px 'poppins';
    margin-bottom: 10px;
}

.work-form-wrapper .form-check,
.immigration-form-wrapper .form-check {
    margin-bottom: 10px;
}

.light-label {
    color: #A9A9A9;
}

.double-title {
    font: 400 14px 'poppins';
}

.income-form-wrapper .income-form,
.experience-applicable {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.experience-applicable {
    row-gap: 0;
}

.income-form-wrapper .sponser-btn-div,
.income-form-wrapper .addMore-btn-div {
    display: flex;
    justify-content: end;
    align-items: center;
}

.income-form-wrapper .add-sponser,
.add-more {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.income-form-wrapper .add-sponser svg,
.addMore-btn-div svg,
.add-doc-folder svg,
.create-folder-wrapper svg {
    background: var(--teal);
    color: white;
    border-radius: 50px;
    padding: 3px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.income-form-wrapper .sponser-btn-div .add-sponser .cs-icon,
.income-form-wrapper .addMore-btn-div .cs-icon,
.add-doc-folder h6 .cs-icon {
    position: relative;
    top: 3px;
    color: var(--teal);
}

.income-form-wrapper .clone-sponser {
    padding: 5px 0;
}

.income-form-wrapper label {
    margin-bottom: 5px;
}

.doc-upload-wrapper .add-doc-folder {
    display: flex;
    justify-content: end;
    align-items: center;
}

.doc-upload-wrapper .create-folder-wrapper input[type="text"] {
    max-width: 380px;
    width: 100%;
}

.doc-upload-wrapper .create-folder-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}

.register-form .profile-image .img {
    width: 120px;
    height: 120px;
    background: #D9D9D9;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    cursor: pointer;
}

.register-form .profile-image .img .profile-change {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 400 13px 'poppins';
}

.register-form .profile-image img[alt] {
    font-size: 11px;
    white-space: normal;
    /* margin: 20px; */
}

.register-form .profile-image img {
    border-radius: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}

.register-form .register-form-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 25px;
}

.register-form-wrapper .form-group {
    margin: 0;
}

.register-form .register-form-wrapper label {
    margin-bottom: 5px;
}

.income__add-funds h5:not(:first-child) {
    margin-top: 40px;
}

.income__add-funds p {
    margin-bottom: 0.4rem;
}

.income__add-funds a {
    margin-top: 10px;
    display: inline-block;
}

#enquiry_income_overview .cus-tab-content {
    border-right: 1px solid #00000026;
}

div#registration-forms .simple-table {
    margin-top: 0;
}

.main-panel:has(.overview-table) {
    overflow-x: hidden;
}

.overview-details {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    padding: 15px;
    margin: 25px 2px 15px;
    border-radius: 10px;
    overflow-x: auto;
}

.overview-details h4 {
    margin: 5px 0 20px;
    position: sticky;
    left: 0;
}

.overview-reg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 15%); */
    margin: 1px;
    /* padding: 15px; */
    border-radius: 10px;
    gap: 12px;
}

.overview-reg p {
    font-size: 13px;
    margin-bottom: 5px;
    color: var(--blue);
}

.overview-reg h5 {
    font-size: 14px;
    margin-bottom: 2px;
    word-break: break-all;
}

.detail-text {
    border: 1px solid #e5e5e585;
    padding: 6px 10px;
    border-radius: 10px;
}

.overview-reg .detail-text:hover {
    background: var(--light-blue);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
}

.overview-table th,
.overview-table td {
    white-space: nowrap;
}

table.table.bs-tabl.overview-table {
    width: 100%;
}

.overview-table-wrappper {
    overflow-x: auto;
    width: 100%;
}

.updates .form-check input[type="checkbox"] {
    margin-top: -1px;
}

.updates .form-check {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== Employee ===== */
/* ===== Roles ===== */
.roles-modal .modal-dialog {
    max-width: 850px;
    width: 100%;
}

.roles-wrapper {
    border: 1px solid #ccc;
}

.roles-row {
    display: grid;
    grid-template-columns: 40% 60%;
    border-bottom: 1px solid #ccc;
}

.modules-ul {
    display: flex;
    flex-direction: column;
    margin-right: 1px;
}

.roles-row>div:first-child {
    border-right: 1px solid #ccc;
}

.modules-ul a.nav-link.active {
    border: 0;
    background: var(--blue) !important;
    color: white !important;
}

.modules-ul li a.nav-link {
    color: black;
    transition: none;
    border: 0;
    border-radius: 0px !important;
    padding: 18px 18px;
}

ul.modules-ul li:nth-child(even) {
    background: #f2f2f2;
}

.roles-row-content {
    height: 380px;
    overflow-y: auto;
}

.roles-row-content::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 10px;
}

.roles-row-content::-webkit-scrollbar {
    width: 5px;
}

.roles-row-content::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey;
}

a.nav-link.active .selected-persmission {
    color: white !important;
}

.selected-persmission {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.roles-row-heading {
    padding: 10px 18px;
    font-weight: 600;
}

.selected-persmission span {
    padding-right: 10px;
}

.roles-row-content h6 {
    margin-bottom: 2px;
}

.permission-all {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 8px;
}

.permission-all label {
    cursor: pointer;
}

.permission-all input {
    margin-right: 10px;
}

button.add-permission-btn {
    color: white !important;
    background: var(--blue) !important;
    margin-top: 15px;
}

.selected-persmission span i {
    padding-right: 4px;
}

.pswd-field input.form-control.is-invalid {
    background-image: none;
}

/* ===== Roles ===== */
/* ===== profile ===== */
.main-panel.ixora-head-office:has(.profile) {
    box-shadow: none;
    padding: 0;
}

.edit-profile-details {
    min-height: 85vh;
}

.user-profile,
.edit-profile-details {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 15px;
    padding: 20px 20px 30px;
    margin-bottom: 15px;
}

.profile {
    width: 100%;
}

.user-edit label {
    margin-bottom: 3px;
}

.user-name.text-center svg {
    color: var(--blue);
}

.user-img {
    position: relative;
    width: 120px;
    height: 120px;
    outline: 1px solid #ccc;
    outline-offset: 2px;
    border-radius: 0%;
    margin: 0 auto 15px auto;
}

.user-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 0%;
}

.user-img label {
    position: absolute;
    top: 10px;
    right: 0;
}

span.edit-user-img {
    background: white;
    border-radius: 0%;
    box-shadow: 0px 0px 8px 3px #d1d1d194;
    padding: 5px 7px 6px 9px;
    font-size: 17px;
    line-height: 0;
    color: var(--blue);
    cursor: pointer;
}

.profile-tabs a.nav-link {
    border: 0 !important;
    color: #9d9d9d !important;
    padding: 10px 3px 4px 3px !important;
    margin-right: 15px;
}

.profile-tabs a.nav-link.active {
    border-bottom: 3px solid var(--blue) !important;
    color: var(--blue) !important;
}

.user-edit {
    padding: 20px 0;
}

.user-edit .ix-label {
    margin-top: 10px;
}

.user-profile i {
    color: var(--blue);
    margin-right: 5px;
}

.profile-branch-role {
    padding-left: 25px;
}

.profile-module {
    margin-left: 30px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 10px 20px;
}

.profile-branch .accordion-item {
    border: 0 !important;
}

.profile-branch .accordion-button:not(.collapsed) {
    background: white;
    color: rgb(26 84 143) !important;
}

.profile-branch .accordion-button {
    box-shadow: none !important;
}

.profile-branch .accordion-body {
    padding: 0 0 0 30px;
    display: flex;
}

.profile-module li i {
    padding-right: 10px;
}

.profile-module ul li {
    list-style: none;
    padding-bottom: 6px;
}

.user-profile input[type="file"] {
    display: none;
    cursor: pointer;
}

.br-name>.br-inner {
    color: var(--blue);
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

.br-name>.br-inner:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}

span.acc-arrow {
    margin-left: 30px;
}

span.acc-arrow.open {
    display: inline-flex;
    transform: rotate(181deg);
    margin-top: 3px;
}

.permission-inner .js-accordion-title {
    cursor: pointer;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    background: var(--light-blue);
    border-radius: 5px;
    margin-top: 5px;
    user-select: none;
}

.permission-inner .accordion-container {
    padding-left: 25px;
}

.js-accordion-title {
    cursor: pointer;
}

.pr-heading>.br-inner {
    padding: 0 0 0 10px;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
    margin-top: 0;
}

.pr-heading>.br-inner .acc-arrow {
    margin-left: 10px;
}

.accordion-content {
    padding-top: 8px;
}

.pr-heading {
    padding-left: 20px;
}

ul.pr-ul-step {
    padding: 0 0 0 60px;
    margin-bottom: 0;
}

ul.pr-ul-step li {
    list-style: none;
    font-size: 13px;
}

h4.profile-role {
    margin-bottom: 15px;
}

ul.pr-ul-step li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    padding-right: 8px;
    font-weight: 900;
    color: var(--blue);
    font-size: 11px;
}

.acc-single>.js-accordion-title {
    margin-top: 13px;
}

/* ===== profile ===== */
/* ===== branch ===== */
.branch-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    overflow-y: auto;
}

.barnches-wrapper {
    background: #FFFFFF;
    box-shadow: 0px 0 4px rgb(0 0 0 / 25%);
    border-radius: 5px;
    width: 100%;
    max-width: 900px;
    min-height: 400px;
    ;
    padding: 25px 25px;
    margin: 0 20px;
}

.all-branch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.branch-card h3 i {
    padding-right: 16px;
}

.branch-card h3 {
    color: var(--blue);
}

a.branch-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    background: #f2f3f8;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    color: rgba(0, 0, 0, 0.8) !important;
    text-decoration: none;
    margin: 11px 0;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-family: 'Poppins', sans-serif;

}

.branch-card:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 14px -5px, rgb(0 0 0 / 30%) 0px 8px 9px -8px !important;
}

.select-date .input-group.date {
    width: 90%;
    align-items: center;
    height: 42px;
    margin-top: 5px;
    background-color: #F5F5F5 !important;
}

.select-date .input-group.date input {
    width: 85%;
    padding-left: 42px !important;
    margin: 0;
    color: black !important;
    font-weight: 500;
    height: auto;
    border: none !important;
    background-color: #F5F5F5 !important;
    background: #F5F5F5 !important;
}

.select-date {
    position: relative;
}

.calender-icn {
    position: absolute;
    left: 10px;
    z-index: 1;
    width: 24px;
    top: 14px;
}

.select-date .input-group.date input::placeholder {
    color: black !important;
    font-weight: 500;
}

.input-group-addon {
    width: 15% !important;
}

.branch-card:hover i {
    color: white;
    background: #0e5aa7;
}

.branch-card i {
    font-size: 30px;
    color: #f3f6f9;
    background: var(--blue);
    padding: 13px;
    border-radius: 8px;
}

.branch-card h6 {
    color: #565656;
    font-weight: 400;
    font-size: 14px;
}

.branch-card h4 {
    font-size: 18px;
}

/* ===== branch ===== */
/* ===== enquiry detail ===== */
.enq-detail-row {
    display: grid;
    grid-auto-flow: column;
    /* grid-template-columns: 35% auto; */
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}

.enq-detail-wrap {
    max-width: 80%;
    margin: 0 auto;
    box-shadow: 0px 0px 3px #d9d9d9;
    border-radius: 13px;
    padding: 30px 20px;
    margin-top: 30px;
}

.enq-detail-row h6 {
    margin-bottom: 0;
}

/* ===== enquiry detail ===== */
.timeline {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
}

.timeline::before {
    background-color: var(--blue);
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.timeline-card i {
    color: #505050;
}

.timeline .timeline-item {
    margin-left: 73px;
    margin-right: 15px;
    position: relative;
    border-radius: 18px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 5px;
    background: #e7f2fb;
}

.reply-input .form-group {
    border: 1px solid #b7b7b7;
    border-radius: 50px;
    display: flex;
    align-items: baseline;
}

.reply-input a {
    margin-right: 18px;
    color: var(--blue);
}

.reply-input {
    margin: 0 0 0 70px;
}

.reply-input .form-group input {
    border: 0;
    padding: 6px;
    margin: 1px 11px;
    width: 100%;
}

.timeline .timeline-header {
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    margin: 0;
    padding: 10px 15px;
}

.timeline-profile img {
    max-width: 75px;
    border-radius: 50%;
    height: 75px;
    object-fit: cover;
}

.timeline-profile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;

}

.timeline-profile.border-bottom {
    border-bottom: 1px solid #ededed;
}

.timeline-profile-wrap {
    position: sticky;
    background: #f3f6f9;
    padding: 20px;
    border-radius: 14px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 5px;
    position: sticky;
    margin-bottom: 25px;
    top: 20px;
}

.timeline-profile-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 13px;
}

.timeline-card {
    position: relative;
    margin: 30px 0;
}

.time-label>span {
    position: relative;
    font-size: 13px;
}

.timeline-icon {
    background-color: var(--blue);
    border-radius: 50%;
    height: 16px;
    left: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    color: white;
    width: 16px;
    padding: 10px;
}

.time-label {
    display: inline-block;
    background: var(--blue);
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-left: 0px;
}

.timeline-inverse .timeline-item {
    background-color: gray;
    border: 1px solid gray;
}

.timeline-body {
    padding: 13px 13px;
    font-size: 16px;
    position: relative;
}

.timeline-chat .chat-left {
    border-bottom-left-radius: 0 !important;
}

.timeline-chat .chat-right {
    border-bottom-right-radius: 0 !important;
    background: #e7f2fb !important;
}

.timeline-img-row img {
    max-width: 90px;
    border-radius: 4px;
}

.timeline-img-row {
    padding: 0 15px 10px;
}

p.timeline-para {
    margin-bottom: 4px;
    font-size: 14px;
}

.timeline-other-text li {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
    font-size: 13px;
    margin-bottom: 10px;
}

.timeline-other-text ul {
    margin-top: 15px;
}

.timeline-other-text li span:first-child {
    color: #898989;
}

.timeline-chat .timeline-item {
    width: fit-content;
    row-gap: 10px;
    display: flex;
    margin-bottom: 15px;
    max-width: 60%;
}

.timeline-chat .timeline-item.chat-right {
    margin-left: auto;
}

.timeline.chat-wrapper:before {
    display: none;
}

.chat-profile .timeline-profile img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.timeline.chat-wrapper {
    margin-bottom: 5px;
}

.chat-profile.timeline-profile-wrap {
    padding: 10px;
}

.chat-profile .timeline-profile-content a {
    text-decoration: none;
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
}

.chat-profile .timeline-profile {
    flex-wrap: nowrap;
}

.chat-profile .timeline-profile-content {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.chat-profile .timeline-profile p {
    margin-bottom: 0;
    font-size: 12px;
}

.chat-wrapper {
    /* min-height: 55vh;
    height: 55vh; */
    height: calc(100vh - 300px);
    overflow-y: auto;

}

.chat-wrapper .timeline-body {
    padding: 4px 13px;
}

.chat-reply {
    background-color: rgba(0, 0, 100, 0.1);
    border-radius: 10px !important;
    padding: 5px 8px;
    font-size: 13px;
    border-left: 4px solid purple;
    position: relative;
}

.chat-reply .reply-auth {
    font-weight: bold;
    color: purple;
}

.reply-close svg {
    font-size: 13px;
}

.reply-close {
    position: absolute;
    right: 8px;
    top: 6px;
    background: white;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 20px !important;
}

.chat-reply .reply-action {
    margin-top: 8px;
    text-align: right;
    font-size: 12px;
    font-style: italic;
}

.timeline-body>b {
    font-size: 13px;
}

.chat-wrapper p.timeline-para {
    font-size: 13px;
    margin-top: 4px;
}

.timeline-profile-detail {
    display: flex;
    column-gap: 10px;
    position: relative;
    margin-top: 5px;
}

.chat-input .input-group {
    border: 1px solid #ccc !important;
    border-radius: 10px !important;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.chat-input .chat-reply {
    margin-top: 10px;
}

.chat-input input {
    border-radius: 0 !important;
    border: 0 !important;
    width: 100% !important;
}

button.chat-send {
    border-radius: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    background: var(--blue);
    color: white;
    padding: 9px 9px;
    width: 35px;
    height: 35px;
}

.chat-input {
    display: flex;
    column-gap: 15px;
    align-items: end;
    position: sticky;
    bottom: 0;
    background-color: white;
}

.chat-msg-footer {
    font-size: 10px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reply-span a {
    color: var(--blue);
    text-decoration: none;
    font-size: 12px !important;
}

.timeline-profile-detail p:not(:last-child) {
    border-right: 1px solid #dbdbdb;
    padding-right: 5px;
    margin-right: 7px;
}

.timeline-profile-wrap.chat-profile {
    margin-bottom: 5px !important;
}

.chat-wrapper .timeline-card {
    margin: 10px 0;
}

span.msg-time {
    padding-left: 45px;
}

/* branches AJ*/
.branch-div {
    display: grid;
    row-gap: 5px;
    margin-top: 22px;
}

.branch-content button {
    width: 100%;
    text-align: left;
    font-size: 14px;
    background: var(--blue);
    border-color: var(--blue);
    margin-bottom: 8px;
}

.branch-div .Roles .nav-link.active {
    background: var(--blue);
}

.branch-div .tab-pane {
    font-size: 20px !important;
}

.branch-div .card.card-body {
    margin-bottom: 10px;
}

.branch-div .nav-link {
    color: black;
}

button.btn.btn-primary.collapsed {
    background: var(--blue) !important;
}

.permission-heading .nav-link.active {
    background: var(--blue) !important;
    color: white !important;
    font-size: 14px;
}

.branch-content .btn-primary:hover {
    background: var(--blue) !important;
}

.permission-heading .tab-pane {
    font-size: 15px !important;
    padding-top: 10px;
}

.permission-col {
    padding: 10px;
    border: 1px solid #ebeaea;
    border-radius: 8px;
    min-width: 120px;
}

.permission-inner {
    margin: 10px 0 0 10px;
}

.permission-name svg {
    padding-right: 6px;
}

.permission-name {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 400;
}

.permission-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.branch-content .card,
.branch-content ul.nav-tabs {
    border-color: #ebeaea;
}

/* notification page start */
.u-notifications {
    display: inline-block;
    width: 100%;
    padding: 0 !important;
}

.u-notifications>.u-notifications-item {
    border-bottom: 1px solid rgba(240, 240, 240, 0.9);
    line-height: 40px;
    text-decoration: none;
    transition: all 0.4s ease;
    list-style-type: none;
    cursor: pointer;
    line-height: 30px;
}

.u-notifications .u-notifications-item a {
    color: black;
    text-decoration: none;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1.5fr 5fr 1fr;
    padding: 7px 0 7px 10px;
    position: relative;
}

.u-notifications-item .un-read {
    font-weight: bold !important;
}

.u-notifications>.u-notifications-item:hover {
    background-color: var(--light-blue);
    color: black;
}

.notification-time {
    font-size: 11px;
    text-align: end;
    color: gray;
    padding-right: 10px;
    font-style: italic;
    white-space: nowrap;
}

.notification-read-icon {
    color: var(--blue);
    position: absolute;
    font-size: 9px;
    margin: 8px 0 0 5px;
}

span.user {
    display: inline-block;
    padding-left: 15px;
}

.cus-tab-content .table-resoonsive {
    margin-bottom: 12px;
}

.updates p {
    margin: 0;
}

.visitor-search span.input-group-btn:hover {
    background: var(--blue);
    color: white;
    border-radius: 0 10px 10px 0 !important;
    cursor: pointer;
}

.visitor-search input {
    border-radius: 10px !important;
}

.visitor-search span.input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    height: 35px;
    z-index: 999;
}

.visitor-search span.input-group-btn svg {
    padding-bottom: 4px;
}

/* notification page end */

/* branches AJ close*/
.nav-divider {
    border-top: 1px solid #d2d1d1;
    margin-top: 5px;
    padding-top: 3px;
}

.nav-seprate {
    text-align: center !important;
    position: relative;
    background: #f2f2f2bf;
    border-radius: 5px;
    margin: 5px 0;
}

span.seprate-span {
    /* border: 1px solid #d2d1d1; */
    border-radius: 10px;
    padding: 4px 8px;
    font-size: 12px;
    /* background-color: white; */
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: var(--blue);
}

/* .nav-seprate:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #d2d1d1;
    position: absolute;
    display: flex;
    top: 13px;
    z-index: -1;
} */
table.home-ul {
    width: 100%;
}

table.home-ul tr {
    display: grid;
    grid-template-columns: 65% 10% 25%;
    padding: 4px 0;
}

table.home-ul tr:not(:last-child) {
    border-bottom: 1px solid #e7e9eca1;
}

.custom-input-group input.form-control {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.custom-input-group .input-group-text {
    height: 100%;
    border-radius: 0 5px 5px 0 !important;
}

.custom-input-group .input-group-icon {
    margin-left: -1px !important;
    position: relative;
    cursor: pointer;
}

.exam-header input {
    font-weight: 600;
}

section.charges .text-danger svg {
    font-size: 25px;
    cursor: pointer;
}

.exam-wrapper input.form-control {
    font-size: 12px;
}

.exam-wrapper label {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

/* Enquiry Reporting Start*/
.label {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
}

.date-div {
    display: flex;
    width: 100%;
}

.date-div div {
    width: 50%;
}

.date-div input {
    width: 95%;
    background: #F5F5F5;
    border: none;
    border-radius: 0;
    margin-top: 5px;
    height: 40px;
}

.over-btn {
    background: #F3F3F3;
    border: none;
    padding: 7px 41px 7px 27px;
    font-size: 14px;
    border-radius: 7px;
    font-weight: 500;
    position: relative;
}

span.close {
    color: #A8A7A7;
    font-size: 17px;
    position: absolute;
    right: 15px;
}

.orange::before {
    background: #EB782D !important;
}

.green::before {
    background: #009F11 !important;
}

.blue::before {
    background: #3374B4 !important;
}

.olive::before {
    background: #b3a20f !important;
}

.gray::before {
    background: #3a4c62 !important;
}
.teal::before{
    background: var(--teal) !important;
}
.pink::before{
    background: #e8a0b2 !important;
}
.off-black::before{
    background: #251426 !important;
}

.over-btn::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    left: 13px;
    top: 12px;
}

.overview-list {
    overflow: auto;
    display: flex;
    align-items: center;
}

/* width */
.overview-list::-webkit-scrollbar {
    height: 3px;
}

/* Track */
.overview-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.overview-list::-webkit-scrollbar-thumb {
    background: #BA6EBD;
    border-radius: 10px;
}

/* Handle on hover */
.overview-list::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

button.over-btn {
    white-space: nowrap;
    margin-right: 9px;
}

.overview-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overview-list {
    margin-top: 6px;
    padding-bottom: 5px;
}

.filter-btn:focus {
    background: #F5F5F5 !important;
    outline: none !important;
    border: none;
}

.filter-btn:hover {
    background: #F5F5F5 !important;
}

.filter-btn {
    background: #F5F5F5 !important;
    margin-top: 6px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border-radius: 4px;
    border: 0;
}

.filter-btn img {
    left: 0;
    padding-right: 6px;
    width: 22px;
}

.filter-nav-main {
    display: flex;
    /* border: solid 1px #F0F0F0; */
    margin-top: 20px;
    border-radius: 4px;
    justify-content: center;
    width: 100%;
}

.filter-values {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;
}

.filter-box input[type=checkbox]+label {
    display: block;
    /* margin: 0.2em; */
    cursor: pointer;
    /* padding: 0.2em; */
    font-size: 13px;
    font-family: 'Poppins'
}

.filter-box input[type=checkbox] {
    display: none;
}

.view-filter2 {
    min-width: 364px;
}

.view-filter2 .filter-heading {
    padding: 0px 15px;
}

.view-filter {
    min-width: calc(70vw - 40px);
    padding: 15px;
    border: 0;
    box-shadow: rgb(0 0 0 / 35%) -2px 7px 12px;
    z-index: 1050;
}

.filter-box.filter-checked label {
    font-weight: 600;
}

.check-2 {
    height: auto !important;
}

.check-wrap {
    padding: 10px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.check-wrap2 label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
}

.check-wrap label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
}

.filter-form input[type="date"] {
    font-size: 13px;
}

.filter-heading {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 14px;
}

.common-dot {
    font-size: 8px;
    display: flex;
}

.common-dot svg {
    font-size: 8px !important;
}

.check-wrap.input-checked {
    background: #f6f6f6;
}

.check-wrap2.input-checked {
    background: #f6f6f6 !important;
}

.form-check-input.green:checked {
    background-color: #009F11 !important;
    border-color: #009F11 !important;
}

/* .enquiry-filter .row>div {
    border-bottom: 1px solid #dadada;
} */
.filter-box input[type=checkbox]+label:before {
    content: "\2714";
    border: 2px solid #BDBDBD;
    border-radius: 0.2em;
    margin-right: 0.2em;
    padding: 0px 2.2px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    width: 10px !important;
    height: 4px !important;
    font-size: 9px;
    line-height: 24px;
    margin-right: 5px;
}

.filter-box input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.filter-box input[type=checkbox]:checked+label:before {
    background-color: #049945;
    border-color: #049945;
    color: #fff;
    padding: 0px 2.2px;
}

.filter-box {
    padding: 7px 0px;
    position: relative;
    border: solid 1px #F0F0F0;
}

.filter-values {
    display: none;
}

.filter-nav-main .filter-box-main {
    flex: 1 1 auto;
}

.filter-box-main.filter-checked .filter-box {
    /* font-weight: 600; */
    text-align: center;
}

.filter-box-main.filter-checked .filter-values {
    display: block !important;
    font-weight: 600;
    font-size: 14px;
}
.filter-box-main .conversion-ratio{
    background: yellow;
    font-size: 11px!important;
    font-weight: 500!important;
    border-radius: 33%!important;
    animation: blinkConversion 0.5s infinite;
}
@keyframes blinkConversion {
    from {font-size: 11px!important;}
    to {font-size: 12.5px!important;}
}

/* .filter-nav-main>div:not(:last-child) {
    border-right: solid 1px #F0F0F0;
} */
.main-data table {
    width: 100%;

}

.main-data table th,
.main-data table td {
    padding: 11px 10px;
    text-align: center;
    border-bottom: solid 1px #D6D6D6;
    white-space: nowrap;
    font-family: 'Poppins';

}

.main-data {
    border: solid 1px #D6D6D6;
    margin-top: 30px;
    border-radius: 10px !important;
    overflow: auto;
}

.main-data table th {
    color: #898989;
    font-size: 16px;
    font-weight: 400;
}

.main-data table td {
    color: black;
}

::-webkit-scrollbar {
    height: 5px;
    width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C2C2C2;
}

.pr-3 {
    padding-right: 20px;
}

#wrapper {
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-top: 27px;
    margin-bottom: 27px;
}

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

#pagination li {
    display: inline
}

#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 9px;
    color: #000;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    box-shadow: 1px 1px 1px 1px rgb(119 119 119 / 10%);
}

#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
}

#pagination li a.active {
    background-color: #049945;
    color: #fff
}

#pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.ms-options-wrap button,
.ms-options {
    border-radius: 5px;
    border: 1px solid #ced4da !important;
}

.ms-options li label {
    border: 0 !important;
    cursor: pointer;
}

a.ms-selectall.global {
    color: var(--blue);
}

.ms-options>ul input[type="checkbox"] {
    top: 9px !important;
}

select.form-select.past-exam {
    max-width: 190px !important;
}

.ms-options-wrap>button:focus {
    border-color: var(--blue) !important;
}

body:has(.reporting-header, .moke-test-main) .main-panel * {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    max-width: 100%;
}
.filter-nav-main input[type=radio] {
    padding: 0.4em;
    -webkit-appearance: none;
    outline-offset: 0.1em;
    border: 1px solid rgb(171, 171, 171);
    border-radius: 50% !important;
    margin-right: 3px;
  }

  .filter-nav-main input[type=radio]:checked {
    display: inline-block;
    background-color: #0075FF;
  }
.main-panel:has(.check-wrap) .ms-options-wrap * {
    font-family: 'Lato', sans-serif;
}

.main-panel .ms-options-wrap label {
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;
}

.ms-options-wrap>.ms-options>ul label {
    padding: 5px 4px 4px 25px !important;
}

.main-panel:has(.check-wrap) .ms-options-wrap>.ms-options>ul label {
    padding: 8px 4px 4px 25px !important;
    color: #767676;
    background-color: #EDEDED;
}

.clone-row {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-template-columns: repeat(8, 12.5%) !important;
}

.clone-row>div {
    margin-right: 20px;
}

.enquiry-info {
    background: #f2f3f8;
    box-shadow: 0 0 10px 2px #cccccc;
    border-radius: 8px;
    padding: 15px;
}

ul.student-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
}

ul.student-ul li div {
    text-transform: capitalize;
}

ul.student-ul li {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
    padding-left: 20px;
}

ul.student-ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.custom-input-group:has(input:focus) .input-group-text {
    border-color: var(--blue);
}

.reporting-header .overview-list .checked-filter-list {
    display: flex;
}

.reporting-header .overview-list .checked-filter-list .checked-filter {
    margin-right: 5px;
}

/* Enquiry Reporting */

/* responsive start */
@media (max-width:1350px) {
    .filter-box {
        border-top: solid 1px #f0f0f0;
    }

    .filter-nav-main {
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
    }
}

@media (max-width:925px) {
    .filter-nav-main {
        display: grid;
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}

@media (max-width:680px) {
    .filter-nav-main {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

@media (max-width:500px) {
    .filter-nav-main {
        display: grid;
        grid-template-columns: 100%;
    }
}

/* End Reporting */


@media (max-width:1314px) {

    .ixora-head-office .list-group .list-group-item,
    .ixora-head-office .cus-tab-list a.cus-list-group-item {
        width: 20%;
        margin-bottom: 10px;
    }

    /* .ixora-dashboard{
        grid-template-columns: 100%;
        grid-auto-flow: row;
        margin-top: 20px;
    }
    .home-ul-wrap{
        margin-left: 0;
        border: 0px;
        padding-left: 0;
    } */
}

@media (min-width: 1024px) and (max-width:1380px) {

    .sidebar ul.nav li.nav-item .menu-title {
        font-size: 11.5px !important;
    }
}

@media (min-width:1096px) {
    .sidebar {
        height: calc(100vh - 90px);
    }

    .view-filter {
        left: unset !important;
        right: 0 !important;
        top: 50px !important;
        transform: unset !important;
    }

    /* .sidebar::-webkit-scrollbar {
        display: none;
    }

    .sidebar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    } */
}

@media (max-width:992px) {
    .mobile-content-start {
        justify-content: start !important;
        margin-top: 15px;
    }

    .clone-row {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media (min-width: 768px) {
    .after-add-btn {
        position: relative;
        bottom: 35px;
        margin-bottom: -20px;
    }

}

@media (min-width:767px) and (max-width:1095px) {
    .main-panel.ixora-head-office {
        margin-left: 20px !important;
    }

    .home-ul-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:1095px) {
    .ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"] {
        min-width: 172px;
        width: 172px;
    }

    .ixora-nav ul.navbar-nav-right .notifi-bell {
        margin-right: 20px;
        padding: 0 22px 0 16px;
    }

    .ixora-nav .navbar-toggler {
        display: block !important;
        color: rgba(0, 0, 0, 0.6);
        padding: 0;
        outline: none;
        box-shadow: none;
        margin: 0 15px 0 10px;
    }

    .ixora-nav .navbar-toggler i {
        font-size: 25px;
    }

    /* .ixora-nav ul.navbar-nav-right {
        padding-right: 40px;
    } */
    .page-body-wrapper .sidebar-canvas-main {
        position: fixed !important;
        visibility: hidden;
        transition: transform .2s ease-in-out;
        bottom: 0;
        z-index: 1045 !important;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        background-clip: padding-box;
        outline: 0;
        left: 0;
        transform: translateX(-110%);
        height: 100%;
    }

    .sidebar {
        margin: 0;
        background: #fff;
        border-radius: 0;
        border: 0;
    }

    .sidebar .offcanvas-header.d-none {
        transform: none;
        visibility: visible;
        transition: transform .2s ease-in-out;
    }

    .sidebar .closemenu {
        display: none;
    }

    .sidebar .offcanvas-header.d-none {
        display: block !important;
        padding: 5px 10px;
    }

    .sidebar button.btn-close {
        opacity: 1;
        outline: none;
        box-shadow: none;
    }

    .container-fluid.page-body-wrapper {
        column-gap: 0;
    }

    .ixora-career-list .career-tabs {
        padding: 12px 4% 83px;
    }

    .ixora-career-list .tab-content #list-tentative {
        max-width: 100%;
    }

    .ixora-career-list .list-group .list-group-item:not(:last-child) {
        margin-right: 1%;
    }

    .branch-m {
        display: block;
    }

    li.nav-item.branch-name {
        display: none;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .ixora-career-list .list-group .list-group-item {
        width: 49%;
        margin-bottom: 10px;
    }

    .ixora-career-list .list-group .list-group-item:not(:last-child) {
        margin-right: 0;
    }

    .ixora-career-list .list-group .list-group-item:nth-child(2n + 1) {
        margin-right: 10px;
    }
}

@media (max-width:991px) {
    .ixora-head-office .top-input-row .cus-col {
        width: 25%;
        float: left;
    }

    .ixora-head-office .top-input-row .cus-col.text-end {
        width: 100%;
        text-align: center !important;
        padding-top: 12px;
    }

    .ixora-head-office .top-input-row .cus-col button[type="submit"] {
        background: var(--blue);
        min-width: 220px;
    }

    .stretch-card .cus-card-inner a.card-body .icon-right {
        height: 52px;
        width: 52px;
        min-width: 52px;
    }

    .stretch-card .cus-card-inner a.card-body .icon-right img {
        max-width: 25px;
    }

    .career-filter-top,
    .data-table-filter {
        grid-template-columns: repeat(2, 1fr);
    }

    .career-filter-top .select2,
    .data-table-filter .select2 {
        margin-bottom: 6px !important;
    }

    .filter-value {
        bottom: 9px;
        left: auto;
        right: 9px;
    }
}

@media (max-width:767px) {
    .common-modal .modal-dialog {
        margin: 25px 15px 0;
    }

    .login-container .form {
        width: 100vw;
        max-width: 90vw;
        padding: 20px 20px;
    }

    a.logo img {
        max-width: 150px;
    }

    .ixora-nav ul.navbar-nav-right .nav-profile .nav-profile-text {
        display: none;
    }

    .ixora-nav ul.navbar-nav-right .custom-search-input input[type="text"] {
        min-width: 150px;
        width: 150px;
    }

    .ixora-nav ul.navbar-nav-right .notifi-bell {
        margin-right: 20px;
        padding: 0 22px 0 16px;
    }

    .ixora-nav ul.navbar-nav-right {
        padding-right: 5px;
    }

    .ixora-nav .brand-logo img {
        max-width: 90px;
    }

    .ixora-nav .ixora-birthday {
        padding-right: 34px;
    }

    .ixora-head-office .list-group,
    .ixora-head-office .cus-tab-list {
        margin-bottom: 15px;
        display: flex;
    }

    .ixora-head-office .top-input-row .cus-col {
        width: 33.33333%;
        padding-bottom: 10px;
    }

    .ixora-head-office .top-input-row .cus-col.text-end {
        width: 33.33333%;
        padding-top: 0;
    }

    .ixora-head-office .top-input-row .cus-col button[type="submit"] {
        min-width: 100%;
    }

    .per-info-popup .modal-dialog {
        max-width: 90vw;
        height: 90vh;
        overflow: hidden;
    }

    .per-info-popup.show .modal-dialog .modal-content {
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
    }

    .per-info-popup .modal-dialog .modal-content .modal-header {
        border: 0;
        right: 0;
        top: 0;
    }

    .stretch-card .cus-card-inner a.card-body .icon-right {
        height: 67px;
        width: 67px;
        min-width: 67px;
    }

    .stretch-card .cus-card-inner a.card-body .icon-right img {
        max-width: none;
    }

    .career-enquiry .table-row .top-search-row,
    .data-table .table-row .top-search-row {
        display: block;
    }

    .career-enquiry .table-row .top-search-row .title-left,
    .data-table .table-row .top-search-row .title-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .career-enquiry .table-row .top-search-row .search-right,
    .data-table .table-row .top-search-row .search-right {
        width: 100%;
        max-width: 100%;
    }

    .register-form .register-form-wrapper,
    .destination-form-wrapper .destination-form,
    .income-form-wrapper .income-form,
    .experience-applicable {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

    .grid-three {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }

    .cus-tab-content {
        padding: 0 20px 25px;
        margin-bottom: 1px;
    }

    .doc-upload-wrapper .create-folder-wrapper {
        flex-direction: column;
        align-items: baseline;
    }

    .register-form .profile-image {
        display: flex;
        justify-content: center;
    }

    .cus-tab-content .tab-title h4 {
        padding: 0 5px;
        right: 0;
        line-height: 35px;
        bottom: 18px;
    }

    .main-panel {
        margin: 0;
        padding: 0 20px !important;
    }

    .user-profile,
    .edit-profile-details {
        padding: 20px 15px 30px;
    }

    .profile-branch .accordion-body {
        padding: 0;
        flex-direction: column;
    }

    .profile-branch .accordion {
        width: auto;
    }

    .enq-detail-wrap {
        max-width: 100%;
    }

    .career-filter-top,
    .data-table-filter {
        grid-template-columns: repeat(1, 1fr);
    }

    .ixora-head-office {
        box-shadow: none;
    }

    .data-form-tabs {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }

    .cus-list-group {
        justify-content: flex-start;
    }

    .nav-notifify .dropdown-menu.all-notifcation {
        max-width: 250px !important;
        width: 250px !important;
    }

    .remarks-date {
        flex-direction: column;
    }

    .desti-detail-header {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 5px;
    }

    .ix-user-info ul li.user-image {
        margin-bottom: 26px;
        text-align: center;
    }

    .timeline::before {
        left: 32px;
    }

    .timeline .timeline-item {
        margin-left: 60px;
        margin-right: 0px;
    }

    .timeline-chat .timeline-item {
        max-width: 80%;
    }

    .chat-reply-button a {
        margin-bottom: 10px;
    }

    .reply-input {
        margin: 0;
    }

    .u-notifications .u-notifications-item a {
        grid-auto-flow: row;
        grid-template-columns: none;
    }

    .notification-msg {
        padding-left: 13px;
    }

    .notification-time {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .overview-reg {
        grid-template-columns: repeat(2, 1fr);
    }

    .chat-profile-right {
        width: 100%;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    span.msg-time {
        padding-left: 21px;
    }

    .user-edit table tr {
        display: grid;
    }

    .user-edit table td {
        word-break: break-all;
    }

    .permission-all .form-check {
        display: flex;
    }

    .data-table .table-row {
        margin-bottom: 18px;
    }

    .ix-user-info table tr {
        display: grid;
        text-align: left;
        row-gap: 5px;
        padding: 5px 0;
        border-bottom: 1px solid #e8e8e8;
    }

    .ix-user-info table tr th {
        font-weight: bold !important;
    }

    .ix-user-info table tr td {
        text-align: left !important;
    }

    .top-search-row.assigned-ui {
        display: flex !important;
    }

    .assigned-ui .search-right {
        justify-content: end !important;
    }

    .top-search-row .title-left h4>span {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }

    .custom-table td.text-center {
        justify-content: flex-start;
    }

    .tab-pane .table-row.mockup-main {
        padding: 0;
        border-radius: 0 !important;
    }

    .home-ul-main {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .ixora-dashboard:has(.home-ul-main) {
        padding: 0;
    }

    .common-tabs-btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .charges {
        border-top: 1px solid #ccc;
        padding-top: 12px;
    }

    .view-filter {
        min-width: 280px;
        width: 100%;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .sidebar ul.nav li.nav-item.sidebar-actions {
        position: static;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) and (orientation: portrait) {

    /* .login-container {
        height: 100%;
        padding:0;
    }
    .login-container .form {
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        border-radius: 0;
        padding: 48px 22px ;
    } */
    .ixora-head-office .list-group .list-group-item,
    .ixora-head-office .cus-tab-list a.cus-list-group-item {
        width: 100%;
    }

    .ixora-head-office .list-group .list-group-item:not(:last-child),
    .ixora-head-office .cus-tab-list a.cus-list-group-item:not(:last-child) {
        margin-right: 0;
    }

    .ixora-head-office .top-input-row .cus-col {
        width: 100%;
    }

    .ixora-head-office .top-input-row .cus-col.text-end {
        width: 100%;
    }
}

@media (max-width:767px) and (min-width:568px) {
    .ixora-career-list .list-group .list-group-item {
        width: 49%;
        margin-bottom: 10px;
    }

    .ixora-career-list .list-group .list-group-item:not(:last-child) {
        margin-right: 1%;
        margin-bottom: 10px;
    }

    .ixora-career-list .list-group .list-group-item {
        width: 49%;
        margin-bottom: 2%;
    }

    .ixora-career-list .list-group .list-group-item:not(:last-child) {
        margin-right: 0;
    }

    .ixora-career-list .list-group .list-group-item:nth-child(2n + 1) {
        margin-right: 2%;
    }
}

@media (max-width:567px) {
    .ixora-nav ul.navbar-nav-right .custom-search-input {
        position: relative;
        display: none;
    }

    .ixora-nav ul.navbar-nav-right .notifi-bell {
        margin-right: 18px;
        padding: 0 18px 0 16px;
    }

    .ixora-nav {
        padding: 5px 0 5px 0;
    }

    .d-m-grid {
        display: grid !important;
    }

    .ixora-head-office ul.pagination {
        width: 100%;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: center !important;
    }

    .ixora-cus-country .cus-input .input-group {
        display: block;
    }

    .ixora-cus-country .cus-input .input-group input {
        width: 100%;
    }

    .ixora-cus-country .cus-input .input-group button {
        margin-left: 0 !important;
        margin-top: 15px;
        width: 100%;
        padding: 15px 10px;
    }

    .ixora-career-list .list-group .list-group-item {
        width: 100%;
    }

    .ixora-career-list .list-group .list-group-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ixora-career-list .ix-user-info .col-md-6 {
        padding: 0;
    }

    .ix-user-info table tr th,
    .ix-user-info table tr td {
        padding: 0 0;
        word-break: break-all;
        font-size: 14px;
    }

    .ix-user-info table tr td {
        text-align: right;
    }
}

@media screen and (min-width: 1224px) {
    .custom-table {
        width: 100% !important;
    }

}

@media screen and (max-width: 1370px) {
    .home-ul-main {
        grid-template-columns: repeat(2, 1fr);
    }

}

/* overview */
.overview_section {
    margin-top: 2em;
}

/* Enquiry Follow Ups Color Code */
#enquiry-follow-ups tr.green {
    background-color: #caffcc;
}

#enquiry-follow-ups tr.cyan {
    background-color: #c4ffff;
}

#enquiry-follow-ups tr.yellow {
    background-color: #f9f9b1c7;
}

#enquiry-follow-ups span.green path {
    color: #caffcc;
}

#enquiry-follow-ups span.yellow path {
    color: #f9f9b1c7;
}

#enquiry-follow-ups span.cyan path {
    color: #c4ffff;
}

/* Enquiry Follow Ups Color Code */

/* Total Strength Color Code */
#total-strength-reporting tr.orange {
    background-color: #ffdcb4;
}
#total-strength-reporting span.orange path {
    color: #ffdcb4;
}
#total-strength-reporting tr.cyan {
    background-color: #c4ffff;
}
#total-strength-reporting span.cyan path {
    color: #c4ffff;
}
#total-strength-reporting tr.yellow {
    background-color: #f9f9b1c7;
}
#total-strength-reporting span.yellow path {
    color: #f9f9b1c7;
}

/* End Total Strength Color Code */

/* custom list-group */
.custom-list-group {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.custom-list-group .custom-list-group-item {
    padding: 6px 4px;
}

.custom-list-group .custom-list-group-item .heading {
    width: 100%;
    font-weight: 800;
}

.custom-list-group .custom-list-group-item .heading::after {
    content: ":";
    font-weight: 800;
}

/* Total Strength */
#total-strength-reporting #totalStrength .total-strength-count {
    font-size: 16px;
    font-weight: 800;
    margin-right: 11px;
}
#total-strength-reporting .total-strength-batch-outer-div {
    margin-left: 12px;
    border: 1px solid #e9e6e6;
    background-color: #dddddd40;
    padding: 8px;
    border-radius: 9px;
}
#total-strength-reporting .total-strength-batch-outer-div .total-strength-title {
    border-bottom: 1px solid #cfcfcf;
    padding: 0px 0px 10px 0px;
}

.user-profile-status-detail {
    box-shadow: 0px 0px 4px rgba(143, 143, 143, 0.25);
    border-radius: 15px;
    padding: 20px 0px 40px 0px;
    margin-bottom: 5px;
}
table.user-basic-detail tr th {
    background-color: #f2f3f8;
}
button.change-status-btn {
    float:right;
    margin-right: 10px;;
}
span.user-account-status {
    padding: 7px 17px;
    font-size: 12px;
}
.transfer-user-list input, label {
    cursor: pointer;
}
.sidebar.show ul.nav li.nav-item a{
    border-radius: 50%;
}
.sidebar.show ul.nav li.nav-item a:hover{
    background-color: #fff;
    width: 45px;
    height: 45px;
}
.sidebar.show ul.nav li.nav-item a:hover .pro-icon{
    color: #1c4e80 !important;
}
/* .sidebar.show  li:hover .pro-item-content{
    display: Block;
    margin-left: 125px;
    background: black;
    z-index: 9999;
    overflow: visible;
}

.sidebar.show:hover{
    overflow: visible;
} */
/* .sidebar .sidebar-offcanvas .cus-nav-menu > li, .closemenu .sidebar:hover .cus-nav-menu > li{
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}
.sidebar-canvas-main .closemenu .cus-nav-menu > li:hover .nav-item{
    display: block;
    position: relative;
    width: 256px;
    z-index: 10000;
}
.sidebar-canvas-main .closemenu .cus-nav-menu > li:hover > .sub-menu{
    border-radius: 0 0 4px 4px;
    display: block;
    left: 46px;
    margin-top: 0;
    position: absolute;
    top: 100%;
    width: 210px;
    z-index: 2000;
    opacity: .9;
    background-color: #364150;
    height: auto;
    overflow: visible;
    max-height: none;
} */
.list-group-custom
{
    padding: 0 !important;
}
.filter-box-main.filter-checked.enquiry__feilds {
    display: flex;
    align-items: center;
    gap: 3px;
}
.filter-box-main.filter-checked.enquiry__feilds .filter-box{
    border: none !important;
}
.inner__enquiry__wrap {
    display: flex;
    justify-content: center;
    border: 1px dashed #e4c609;
    margin: 10px 30px;
    padding: 15px 10px;
    border-radius: 10px;
    gap: 8px;
}
.inner__admitted__wrap{
    display: flex;
    justify-content: center;
    border: 1px dashed green;
    margin: 10px 30px;
    padding: 15px 10px;
    border-radius: 10px;
    gap: 8px;
}
.revisit__headings
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.revisit__headings h4{
    display: inline;
    padding: 5px 12px;
    border: 1px solid;
    margin-bottom: -27px;
    background-color: #0075FF;
    color: #fff;
    border-radius: 5px;
}
.inner__revisit__wrap {
    display: flex;
    justify-content: center;
    border: 1px dashed #0075FF;
    margin: 10px 30px;
    padding: 15px 10px;
    border-radius: 10px;
    gap: 8px;
}

.enquiry__headings
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.admitted__headings{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.enquiry__headings h4{
    display: inline;
    padding: 5px 12px;
    border: 1px solid;
    margin-bottom: -27px;
    background-color: #e4c609;
    color: #fff;
    border-radius: 5px;
}
.admitted__headings h4{
    display: inline;
    padding: 5px 12px;
    border: 1px solid;
    margin-bottom: -27px;
    background-color: green;
    color: #fff;
    border-radius: 5px;
}
.enquiry-reporting .main h5{
    font-size: 18px !important;
}
svg.disabled{
    opacity: 0.5;
}
@media (max-width: 991px){
    .header--top-icons {
        flex: auto;
        justify-content: end;
    }
    .md-full-width{
        width: 100%;
    }
}
@media (max-width: 767px){
    .nav-profile-text:has(>.branch--select){
        display: block !important;
    }
    .clock--list h4 {
        font-size: 12px;
    }
}
