@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');
*{font-family: 'Inter', 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; }

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

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

/*
@keyframes swing {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}
*/
:root {
    --blue: #1c4e80;
    --teal: #2d8aa7;
    --light-blue: #f2f3f8;
    --green: #198754;
    --red: #dc3545;
  }
@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;
} */
.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;
}
.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: var(--blue) !important;
    color: white !important;
    padding: 0 5px 0 25px !important;
}
.select2 li.select2-selection__choice button {
    color: white !important;
}
.select2-selection__choice__remove:hover {
    background: var(--blue) !important;
}
.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;
}
.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: #1c4e80 !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;
    border: none;
    padding: 7px 12px !important;
    font-size: 13px !important;
    border-radius: 4px;
}
.ix-btn:hover{
    opacity: 0.9 !important;
}
a.ix-btn{
    text-decoration: none;
}
.text-blue{
    color: var(--blue) !important;
}
.text-purple{
    color: #793279 !important;
}
.text-teal{
    color: var(--teal) !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;
}
.ixora-loader {
    position: fixed;
    inset: 0px;
    z-index: 1050;
    background: rgb(255 255 255 / 71%);
}
.no-scroll {
    overflow:hidden;
}
.form-check-input {
    width: 14px !important;
    height: 14px !important;
    border-radius: 0 !important;
    border-color: #ababab !important;
}
input[type="radio"]{
    border-radius: 50% !important;
}
.form-check-input:checked {
    background-color: var(--blue) !important;
    border-color: var(--blue) !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;
    border-radius: 5px;
    outline: 0;
    box-shadow: none;
    font-size: 14px;
    color: #A9A9A9;
    margin: 0 !important;
    font-family: 'Inter', sans-serif !important;
}
.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;
}
.paginate_button.disabled {
    cursor: not-allowed;
}
.dataTables_paginate {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 13px;
    float: right;
    margin-top: 10px;
}
.dataTables_info {
    display: flex;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    /* 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;
}
/* .dataTable thead {
    background: var(--blue);
    color: white;
} */
.dataTable {
    margin-top: 10px;
}
.dataTable td.text-center {
    display: flex;
    justify-content: center;
    column-gap: 7px;
}
.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-offcanvas.show li.nav-item.active .pro-icon {
    color: var(--blue) !important;
}
.sidebar.sidebar-offcanvas.show .pro-icon {
    color: white !important;
}
.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: 46%;
    right: 15px;
    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;
}

.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 34px 0 14px;
    margin-right: 20px;
}
.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;
}
.all-notifcation h6 {
    border-bottom: 1px solid var(--light-blue);
    padding-bottom: 8px;
    margin-bottom: 6px;
}
.notifi-bell {
    position: relative;
}
.all-notifcation li {
    list-style: none;
    padding: 5px 5px;
    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-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: 6px;
    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: -3px -4px 18px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
    padding: 0;
    position: relative !important;
}
.ixora-nav .cont-custom > *{
    padding: 15px;
    /* flex: auto; */
}
.ixora-nav .cont-custom .form-group:has(#client_product_ids){
    width: 100%;
    max-width: 250px;
}
.ixora-nav .cont-custom .text-ixora:has(#clock){
    flex: auto;
}

.ixora-nav .brand-logo {
    margin: 0;
    padding: 0;
}
.ixora-nav .logo__main{
    min-height: 66px;
    align-items: center;
    width: 223px;
    max-width: 223px;
    border-right: 1px solid #e5e5e5;
}
.ixora-nav .brand-logo img {
    max-width: 120px;
    max-height: 47px;
}

.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: -7px;
}
.branch-m{
    display: none;
}
/* ===== /Navbar ===== */

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

.sidebar {
    visibility: visible;
    border: none;
    padding: 12px 0px;
    width: 222px;
    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: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    min-height: 350px;
}

.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: #333333;
    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 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;
}

.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 10px;
    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);
    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-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%;
}

/* == /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: 11px 15px;
    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: #707070;
    font-size: 14px;
}

.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{
    border-left: 3px solid transparent;
}
.sidebar.show ul.nav li.nav-item{
    border-left: 0;
}
.sidebar ul.nav li.nav-item.active, .sidebar ul.nav li.nav-item:has(.sub-menu .active) {
    background: #d5eaff;
    border-color: var(--blue);
}
.sidebar.show ul.nav li.nav-item:has(.sub-menu .active) {
    background-color: #fff;
    border-radius: 100px;
}
.sidebar.show ul.nav li.nav-item:has(.sub-menu .active) .pro-icon{
    color: var(--blue) !important;
}

.sidebar ul.nav li.nav-item:has(.collapse.show .sub-menu .active) {
    background: #fff;
    border-color: transparent;
}

.sidebar ul.nav li.nav-item.active a {
    color: var(--blue);
}
.sidebar.sidebar-offcanvas.show ul.nav li.nav-item.active a {
    color: #000;
}
.sidebar .nav-item.active a.nav-link .pro-icon {
    color: var(--blue) !important;
}
.sidebar ul.nav li.nav-item.custom-dropdown span.col-right {
    min-width: 17px;
    height: 17px;
    background: #1c4e8021;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 9px;
}
.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;
}
.sidebar ul.nav li.nav-item.custom-dropdown ul.nav li {
    padding-left: 20px;
}
.sidebar.show ul.nav li.nav-item.custom-dropdown ul.nav li {
    padding-left: 0px;
}

.sidebar ul.nav li.nav-item .menu-title {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 18px;
    letter-spacing: 0.2px;
    color: #707070;
    margin-left: 5px;
}
span.pro-icon i {
    width: 20px;
    height: 20px;
}

.sidebar ul.nav li.nav-item.active .menu-title {
    color: var(--blue);
    font-weight: 600;
}

.offcanvas {
    position: relative !important;
    visibility: visible;
    transform: none;
    transition: none;
}
.page-body-wrapper .offcanvas {
    position: relative !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;
}
.home-ul li {
    font-size: 16px;
    padding-bottom: 4px;
}
.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%;
}
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;
}
.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; */
}
.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: 43px;
    vertical-align: middle;
    font-size: 13px;
}

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

/* === 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 7px;
}
/* ===== 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 {
    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;
}
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;
}
.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: #1c4e80;
}
.user-img{
    position: relative;
    width: 120px;
    height: 120px;
    outline: 1px solid #ccc;
    outline-offset: 2px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}
.user-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}
.user-img label {
    position: absolute;
    top: 10px;
    right: 0;
}
span.edit-user-img {
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 3px #d1d1d194;
    padding: 5px 7px 6px 9px;
    font-size: 17px;
    line-height: 0;
    color: #1c4e80;
    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;
}
.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: #1c4e80 ;
    border-color: #1c4e80;
    margin-bottom: 8px;
}
.branch-div .Roles .nav-link.active {
    background: #1c4e80;
}
.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: #1c4e80 !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: 1fr 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;
}
/* notification page end */

/* branches AJ close*/

/* responsive start */
@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:1096px) {
    .sidebar {
        /* height: calc(100vh - 150px); */
    }
    /* .sidebar::-webkit-scrollbar {
        display: none;
    }

    .sidebar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    } */
}
@media (min-width:767px) and (max-width:1095px) {
    .main-panel.ixora-head-office {
        /* margin-left: 20px !important; */
    }
}
@media (min-width:1096px){
    .offcanvas{
        z-index: 0;
    }
}
@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 .logo__main{
        border-right: 0;
    }
    .ixora-nav .navbar-toggler i{
        font-size: 25px;
    }
    /* .ixora-nav ul.navbar-nav-right {
        padding-right: 40px;
    } */
    .page-body-wrapper .offcanvas {
        position: fixed !important;
        visibility: hidden;
        transition: transform .2s ease-in-out;
        bottom: 0;
        z-index: 1045;
        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;
    }
    .offcanvas.show {
        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;
    }
}

@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-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: 4px;
    }
    .timeline .timeline-item {
        margin-left: 25px;
        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;
}
}
@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;
    }
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
    border-color: transparent !important;
}
