/*!
 * CSS Style for Bootstrap v5.0.2
 */
:root {
    --bs-primary: #1b84ff;
    --bs-primary-hover: #1b72d6;
    --bs-secondary: #575757;
    --bs-light: #f3f6fe;
    --bs-bg: #fafafa;
    --bs-dark: #071437;
    --bs-dark-hover: #071437;
    --fw-light: 300;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --font-1: Inter, sans-serif;
    --font-2: Montserrat, sans-serif;
}

html,
body {
    height: 100%;
    overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
    font-family: var(--font-1);
    font-size: 15px;
    font-weight: var(--fw-normal);
    line-height: 24px;
    color: var(--bs-light);
}

a {
    color: var(--bs-primary);
    text-decoration: none;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
a:hover {
    text-decoration: none;
    color: var(--bs-dark);
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-weight: var(--fw-medium);
    color: var(--bs-dark);
    margin-bottom: 10px;
    line-height: 1.4;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
}

p {
    font-family: var(--font-1);
    font-size: 14px;
    color: #4b5675;
    line-height: 1.5;
    margin-bottom: 16px;
}

.text-small {
    font-size: 13px;
}

.text-ex-small {
    font-size: 11px;
}

.text-large {
    font-size: 16px;
}

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

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

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

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

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

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

.text-success {
    color: #00a261 !important;
}

.text-danger {
    color: #cf4a4a !important;
}

.text-light {
    color: #78829d !important;
}

.min-w-auto {
    min-width: auto !important;
}

.bg-outline-primary {
    background-color: #f8f5ff;
    border: 1px solid rgba(114, 57, 234, 0.2) !important;
    color: var(--bs-primary);
}

.bg-outline-success {
    background-color: #eafff1;
    border: 1px solid rgba(23, 198, 83, 0.2) !important;
    color: #04b440;
}

.bg-outline-danger {
    background-color: #ffeef3;
    border: 1px solid rgba(248, 40, 90, 0.2) !important;
    color: #d81a48;
}

.bg-outline-warning {
    background-color: #fff8dd;
    border: 1px solid rgba(246, 177, 0, 0.2) !important;
    color: #dfa000;
}

.bg-outline-info {
    background-color: #f8f5ff;
    border: 1px solid rgba(114, 57, 234, 0.2) !important;
    color: #5014d0;
}

.bg-outline-light {
    background-color: #f9f9f9;
    border: 1px solid rgb(219, 223, 233) !important;
    color: #78829d;
}

.bg-outline-white {
    background-color: #ffffff;
    border: 1px solid #dbdfe9 !important;
    color: #4b5675;
}

.alert-primary {
    color: var(--bs-dark);
    background-color: #e8f1ff;
    border-color: #b6d4fe;
}

.fw-light {
    font-weight: var(--fw-light) !important;
}

.fw-normal {
    font-weight: var(--fw-normal) !important;
}

.fw-medium {
    font-weight: var(--fw-medium) !important;
}

.fw-semi-bold {
    font-weight: var(--fw-semi-bold) !important;
}

.fw-bold {
    font-weight: var(--fw-bold) !important;
}

.text-justify {
    text-align: justify !important;
}

.wrapper {
    height: 100%;
}

main {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}

.input-file {
    visibility: hidden;
    position: absolute;
}

.custom-input-file {
    display: flex;
}
.custom-input-file .form-control {
    background-color: transparent;
    border: transparent;
    width: auto;
}
.custom-input-file .btn-upload {
    background-color: #cdcbcb;
    color: #575656;
}

iframe {
    display: block;
}

@media (min-width: 768px) {
    .h-md-100 {
        min-height: 100%;
    }
    p.text-md-small {
        font-size: 13px;
    }
    p.text-md-large {
        font-size: 16px;
    }
}
.btn {
    font-family: var(--font-1);
    font-size: 18px;
    line-height: 1;
    padding: 14px 18px;
    border-radius: 6px;
    font-weight: var(--fw-medium);
    border: 1px solid transparent;
    min-width: 165px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-x-sm {
    padding: 9px 10px;
    font-size: 12px !important;
    font-weight: var(--fw-medium);
    min-width: auto;
}

.btn-sm {
    padding: 12px;
    font-size: 14px !important;
    font-weight: var(--fw-medium);
    min-width: 122px;
}

.btn-lg {
    padding: 4px 24px 0;
    text-transform: none;
    font-size: 16px;
    font-weight: var(--fw-semi-bold);
    letter-spacing: 0.05em;
    height: 54px;
    min-width: 190px;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: transparent;
}
.btn-primary:hover {
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
    box-shadow: none;
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: var(--bs-primary);
    background-color: transparent;
    border-color: var(--bs-primary);
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    color: #fff;
    background-color: var(--bs-secondary);
    border-color: transparent;
}
.btn-secondary:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    opacity: 0.7;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: var(--bs-secondary);
    background-color: transparent;
    border-color: var(--bs-secondary);
    box-shadow: none;
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: var(--bs-secondary);
    background-color: transparent;
    border-color: var(--bs-secondary);
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success {
    color: #fff;
    background-color: var(--bs-success);
    border-color: transparent;
}
.btn-success:hover {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
    opacity: 0.7;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
    color: var(--bs-success);
    background-color: transparent;
    border-color: var(--bs-success);
    box-shadow: none;
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: var(--bs-success);
    background-color: transparent;
    border-color: var(--bs-success);
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-danger {
    color: #fff;
    background-color: var(--bs-danger);
    border-color: transparent;
}
.btn-danger:hover {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
    opacity: 0.7;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: var(--bs-danger);
    background-color: transparent;
    border-color: var(--bs-danger);
    box-shadow: none;
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: var(--bs-danger);
    background-color: transparent;
    border-color: var(--bs-danger);
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-dark);
}
.btn-dark:hover {
    color: #fff;
    background-color: var(--bs-dark-hover);
    border-color: var(--bs-dark-hover);
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: none;
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light {
    color: var(--bs-dark);
    background-color: #f9f9f9;
    border-color: #f1f1f4;
}
.btn-grey {
    color: var(--bs-dark);
    background-color: #eaeaea;
    border-color: #f1f1f4;
}
.btn-light:hover {
    color: var(--bs-dark);
    background-color: #f9f9f9;
    border-color: #f1f1f4;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
    color: var(--bs-dark);
    background-color: #f9f9f9;
    border-color: #f1f1f4;
    box-shadow: none;
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: var(--bs-dark);
    background-color: #f9f9f9;
    border-color: #f1f1f4;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline {
    border: 1px solid #dbdfe9;
    background-color: #fff;
    color: #4b5675;
}

.btn-outline:hover {
    background-color: #f3f3f3;
}

.btn-link {
    color: var(--bs-primary);
    font-size: 13px;
    padding-bottom: 3px;
    border: none;
    background-color: transparent;
    border-bottom: 1px var(--bs-primary) dotted;
    text-decoration: none;
}

.form-label {
    font-family: var(--font-1);
    color: #78829d;
    font-size: 13px;
    font-weight: var(--fw-normal);
    line-height: 1;
    display: block;
}

.form-check-label {
    font-family: var(--font-1);
    color: var(--bs-dark);
    font-weight: var(--fw-medium);
    font-size: 15px;
    line-height: 1.3;
}
.form-check-label.text-small {
    font-size: 13px;
    line-height: 1.4;
}

.form-control,
.form-select {
    padding: 10px 14px;
    font-size: 14px;
    background-color: #fcfcfc;
    border-radius: 6px;
    border-color: #dbdfe9;
}
.form-control:focus,
.form-select:focus {
    outline: 0;
    box-shadow: none;
    background-color: #f3f6fe;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.form-control::placeholder {
    color: #b1b1b1;
    opacity: 1;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 18px;
    height: 18px;
    border: 2px solid #6d6d6d;
    border-radius: 100%;
    background: #fff;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--bs-primary);
    position: absolute;
    top: 3px;
    left: 5px;
    border-radius: 100%;
    transition: all 200ms ease-out 0s;
}

input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type="radio"]:checked + label:before {
    border-color: var(--bs-primary);
}

input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-check {
    display: block;
    margin-bottom: 6px;
    padding-left: 26px;
}
.form-check .form-check-input {
    margin-left: -26px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.2em;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #dbdfe9;
    transition: all 200ms ease-out 0s;
}
.form-check-input:focus {
    border-color: #dbdfe9;
    outline: 0;
    box-shadow: none;
}
.form-check-input:checked[type="checkbox"] {
    background-color: var(--bs-primary);
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 7px;
    border-color: var(--bs-primary);
}

.otp {
    text-align: center;
    display: flex;
    margin: 0 -4px;
}

.otp input {
    aspect-ratio: 1/1;
    line-height: 20px;
    font-size: 20px;
    max-width: 52px;
    text-align: center;
    margin: 0 4px;
    padding: 0;
}

.form-phone {
    display: flex;
    flex-wrap: wrap;
}
.form-phone .form-select {
    width: 90px;
    margin-right: 8px;
}
.form-phone .form-control {
    width: calc(100% - 98px);
}

.form-dob {
    display: flex;
}
.form-dob .form-select {
    width: 130px;
    margin-right: 8px;
}
.form-dob .form-select.dob-month {
    width: 120px;
}

.form-label-floating {
    position: relative;
}
.form-label-floating .floating-label {
    color: #78829d;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 8px;
    top: 11px;
    padding: 0 3px;
    background: #ffffff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    height: auto;
    top: -4px;
    border: none;
    line-height: 1;
}

.form-divider {
    border-bottom: 1px solid #f2f2f2;
    opacity: 1;
    margin-bottom: 10px;
}

.form-switch {
    padding-left: 38px;
}
.form-switch .form-check-input {
    margin-left: -38px;
    width: 30px;
    height: 18px;
    background-color: #dbdfe9;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='white'/></svg>");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='white'/></svg>");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='white'/></svg>");
    background-size: contain;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.upload-block .upload-area {
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-block .upload-area img {
    margin-right: 3px;
}
.upload-block .upload-area.dragover {
    border-color: #4caf50;
    background: #f0fff0;
}
.upload-block .upload-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.upload-block .file-name,
.upload-block .image-info {
    margin-bottom: 0;
    font-size: 12px;
    margin-right: 6px;
}
.upload-block .preview {
    display: none;
    width: 80px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}
.upload-block .clear {
    display: none;
    margin-left: auto;
    cursor: pointer;
}
.upload-block input[type="file"] {
    display: none;
}

.progress {
    display: flex;
    height: 6px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 10px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-primary);
    transition: width 0.6s ease;
}

.form-2 .form-label {
    font-family: var(--font-1);
    color: #4b5675;
    font-size: 14px;
    font-weight: var(--fw-normal);
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}
.form-2 .form-control,
.form-2 .form-select {
    padding: 10px 14px;
    font-size: 14px;
    background-color: #e8f1ff;
    border-radius: 6px;
    border-color: #dbdfe9;
}

@media (max-width: 767px) {
    .otp input {
        line-height: 16px;
        font-size: 16px;
    }
    .form-check-label {
        font-size: 14px;
    }
}
.modal-content {
    border: 0;
    border-radius: 6px;
    border: 1px solid #f1f1f4;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.modal-header .btn-close {
    padding: 15px 15px;
}
.modal-header .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.modal-body {
    padding: 36px;
}
.modal-body .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-backdrop {
    background-color: #fff;
}

@media (max-width: 767px) {
    .modal-body {
        padding: 20px;
    }
}
.main-menu {
    display: flex;
    align-items: center;
}
.main-menu .nav-item {
    display: flex;
    align-items: center;
}
.main-menu .nav-link {
    font-family: var(--font-1);
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
    font-weight: var(--fw-medium);
    display: flex;
    align-items: center;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.main-menu .nav-link:hover {
    color: var(--bs-primary);
}
.main-menu .nav-link img {
    margin-right: 6px;
    display: none;
}
.main-menu .active .nav-link {
    color: var(--bs-primary);
}
.main-menu .dropdown-toggle::after {
    content: "";
    background-image: url(../img/menu-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 10px;
    border: none;
    margin-left: 10px;
}

.dropdown.show .dropdown-menu {
    display: block;
    top: 100%;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.dropdown .dropdown-menu {
    border: 1px solid #dbdfe9;
    border-radius: 6px;
    padding: 8px;
    -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.12);
}
.dropdown .dropdown-menu.right {
    right: 0;
}
.dropdown .dropdown-item {
    color: var(--bs-dark);
    padding: 8px 10px;
    font-size: 13px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.dropdown .dropdown-item:hover {
    background-color: rgba(217, 232, 255, 0.4588235294);
    color: var(--bs-dark);
}
.dropdown .dropdown-divider {
    height: 0;
    margin: 0.5rem -8px;
    overflow: hidden;
    border-top: 1px solid #f1f1f4;
    opacity: 1;
}

.side-bar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 99;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.2s ease 0s;
}
.side-bar .side-bar-close {
    width: 30px;
    height: 30px;
    background-image: url(../img/menu-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    display: block;
    border-radius: 6px;
    border: 1px solid #f1f1f4;
    cursor: pointer;
}
.side-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-bar .side-bar-header {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border-bottom: 1px solid #f1f1f4;
}
.side-bar .side-menu {
    padding: 10px 20px;
}
.side-bar .side-menu a,
.side-bar .side-menu .btn.btn-primary {
    font-family: var(--font-1);
    color: var(--bs-dark);
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    font-weight: var(--fw-medium);
    position: relative;
    height: auto;
    margin-left: 0;
    background-color: transparent;
    text-align: left;
    border: none;
    display: flex;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
}
.side-bar .side-menu a:hover,
.side-bar .side-menu .btn.btn-primary:hover {
    color: var(--bs-primary);
}
.side-bar .side-menu a img,
.side-bar .side-menu .btn.btn-primary img {
    margin-right: 6px;
}
.side-bar .side-menu .active a {
    color: var(--bs-primary);
}
.side-bar .side-menu ul {
    display: block;
}
.side-bar .side-menu .dropdown-menu {
    padding: 0 8px 0px;
    margin-left: 9px;
    position: inherit;
    border: none;
    border-left: 1px solid #f1f1f4;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    height: 0;
}
.side-bar .side-menu .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 12px 10px;
    font-weight: var(--fw-normal);
}
.side-bar .side-menu .dropdown-toggle::after {
    content: "";
    background-image: url(../img/menu-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    border: none;
    margin-left: auto;
}
.side-bar .side-menu .show .dropdown-toggle::after {
    background-image: url(../img/menu-minus.svg);
}
.side-bar .header-btn {
    margin-left: auto;
}

.side-bar-user {
    display: flex;
    align-items: center;
    margin-left: 16px;
}
.side-bar-user h5 {
    font-size: 13px;
    font-weight: var(--fw-medium);
    margin-bottom: 0;
}
.side-bar-user p {
    font-size: 11px;
    margin-bottom: 0;
}

header .menu-toggler {
    width: 41px;
    height: 41px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
    border: 1px solid #061437;
    border-radius: 5px;
}
header .menu-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 19px;
    border-radius: 2px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header .menu-toggler span:nth-child(1) {
    top: 13px;
}
header .menu-toggler span:nth-child(2),
header .menu-toggler span:nth-child(3) {
    top: 19px;
}
header .menu-toggler span:nth-child(4) {
    top: 25px;
}

@media (max-width: 991px) {
    header .menu-toggler {
        display: block;
        margin-left: 10px;
    }
    .main-menu {
        display: none;
    }
    .open-menu body {
        overflow: hidden;
    }
    .open-menu .side-bar {
        left: 0;
    }
    .open-menu header .menu-toggler span:nth-child(1) {
        top: 19px;
        width: 0%;
        left: 50%;
    }
    .open-menu header .menu-toggler span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open-menu header .menu-toggler span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .open-menu header .menu-toggler span:nth-child(4) {
        top: 19px;
        width: 0%;
        left: 50%;
    }
}
header {
    width: 100%;
    border-bottom: 1px solid #f1f1f4;
}

.light-header {
    background-color: white;
}
.light-header .main-menu .nav-link {
    color: #4b5675;
}
.light-header .main-menu .nav-link:hover {
    color: #252f4a;
}
.light-header .main-menu .active .nav-link {
    color: #252f4a;
}
.light-header .main-menu .dropdown-item {
    color: #4b5675;
}
.light-header .menu-toggler span {
    background-color: var(--bs-dark);
}

.sticky.dark-header {
    background-color: #080c24;
}
.sticky.light-header {
    background-color: white;
}
.header-main {
    padding: 22px 0;
}
.header-main .navbar-brand {
    padding: 0;
    height: 42px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main .navbar-brand img {
    height: 100%;
}
.header-main .header-left .nav-item {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.header-user .dropdown-menu {
    width: 250px;
    padding: 0;
    border-radius: 8px;
}
.header-user .dropdown-menu-header {
    padding: 20px 18px;
    border-bottom: 1px solid #f1f1f4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-user .dropdown-menu-header h5 {
    font-size: 13px;
    font-weight: var(--fw-medium);
    margin-bottom: 0;
}
.header-user .dropdown-menu-header p {
    font-size: 11px;
    margin-bottom: 0;
}
.header-user .dropdown-menu-footer {
    padding: 0 18px 18px;
}
.header-user .dropdown-menu-body {
    padding: 8px;
}
.header-user .dropdown-item {
    color: #252f4a;
    padding: 8px 12px;
    font-size: 13px;
    display: flex;
    justify-content: start;
}
.header-user .dropdown-item img {
    margin-right: 8px;
}
.header-user .btn {
    padding: 9px;
    font-size: 12px;
}
.header-user .badge {
    background-color: #fcfcfc;
    border: 1px solid #dbdfe9;
    border-radius: 6px;
    color: #78829d;
    font-weight: var(--fw-normal);
    padding: 4px 6px;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header-user .badge img {
    margin-left: 6px;
    margin-right: 0;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.user-avatar-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #17c653;
    cursor: pointer;
}
.user-avatar-icon img {
    width: 100%;
    height: 100%;
}

.header-btn {
    display: flex;
    align-items: center;
}
.header-btn .btn {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 8px;
}

.header-left {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    header {
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    main {
        -webkit-transition: transform 0.2s ease 0s;
        -moz-transition: transform 0.2s ease 0s;
        -o-transition: transform 0.2s ease 0s;
        transition: transform 0.2s ease 0s;
    }
    header .header-btn {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-top .header-top-left li {
        margin-right: 8px;
        margin-left: 8px;
    }
    .header-top .header-top-right li {
        margin-right: 8px;
        margin-left: 8px;
    }
    .header-main .navbar-brand {
        height: 42px;
    }
}
.table-1 {
    border: 1px solid #f1f1f4;
    overflow: hidden;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.table-1 .table-header {
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
}
.table-1 .table-header .table-title {
    font-size: 16px;
    font-weight: var(--fw-semi-bold);
    margin-bottom: 0;
}
.table-1 .table {
    border-color: #f1f1f4;
    margin-bottom: 0;
}
.table-1 .table thead tr {
    background-color: #fcfcfc;
    font-size: 13px;
    color: #4b5675;
    font-weight: var(--fw-normal);
}
.table-1 .table thead tr > * {
    padding: 6px 18px;
    height: 40px;
    vertical-align: middle;
}
.table-1 .table thead tr:first-child {
    border-top: 0;
}
.table-1 .table tbody tr > * {
    padding: 6px 18px;
    height: 60px;
    vertical-align: middle;
    font-size: 14px;
    color: var(--bs-dark);
    font-weight: var(--fw-normal);
}
.table-1 .table tbody tr th {
    font-weight: var(--fw-medium);
}
.table-1 .table tbody tr:last-child {
    border-bottom: 0;
}
.table-1 .table tr > *:last-child {
    border-right: 0 !important;
}
.table-1 .table tr > *:first-child {
    border-left: 0 !important;
}
.table-1 .table > :not(caption) > * {
    border-width: 1px 0;
}
.table-1 .table > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-1 .table .slno {
    width: 68px;
}
.table-1 .table .action {
    width: 68px;
    text-align: center;
}
.table-1 .table .dropdown-menu {
    right: 0;
    padding: 8px;
    min-width: 160px;
}
.table-1 .table .dropdown.dropdown-up .dropdown-menu {
    bottom: 0;
    top: auto;
}
.table-1 .table .dropdown.dropdown-down .dropdown-menu {
    top: 0;
    bottom: auto;
}
.table-1 .table-footer {
    padding: 10px 20px;
    border-top: 1px solid #f1f1f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 56px;
}
.table-1 .table-footer-paginate {
    display: flex;
    align-items: center;
}
.table-1 .table-footer-paginate .dataTables_info {
    font-size: 13px;
    color: #4b5675;
}
.table-1 .table-footer-paginate .dataTables_paginate {
    font-size: 14px;
    color: #4b5675;
    display: flex;
    margin-left: 12px;
}
.table-1 .table-footer-paginate .dataTables_paginate span {
    display: flex;
}
.table-1 .table-footer-paginate .paginate_button {
    background-color: #fff;
    border-radius: 6px;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #4b5675;
    font-size: 14px;
    margin-left: 3px;
}
.table-1 .table-footer-paginate .paginate_button.next,
.table-1 .table-footer-paginate .paginate_button.previous {
    background-image: url(../img/paginate-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    opacity: 0.3;
}
.table-1 .table-footer-paginate .paginate_button.next:hover,
.table-1 .table-footer-paginate .paginate_button.previous:hover {
    opacity: 1;
    background-color: #fff;
}
.table-1 .table-footer-paginate .paginate_button:hover {
    background-color: #f1f1f4;
    font-weight: var(--fw-medium);
}
.table-1 .table-footer-paginate .paginate_button.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.table-1 .table-footer-paginate .paginate_button.previous {
    transform: rotate(180deg);
}
.table-1 .table-footer-paginate .paginate_button.current {
    background-color: #f1f1f4;
    font-weight: var(--fw-medium);
}
.table-1 label {
    font-size: 13px;
    color: #4b5675;
}
.table-1 input,
.table-1 select {
    background-color: #fcfcfc;
    border: 1px solid #dbdfe9;
    border-radius: 6px;
    padding: 3px 8px;
    min-height: 30px;
}
.table-1 input:focus-visible,
.table-1 select:focus-visible {
    outline: none !important;
}
.table-1 .form-check-input {
    min-height: 18px;
}
.table-1 .text-small {
    font-size: 12px;
}
.table-1 .sorting {
    position: relative;
}
.table-1 .sorting .sorting-arrow {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    top: 16px;
    transform: scale(1.5);
    transform-origin: center center;
}
.table-1 .sorting .sorting-arrow .up,
.table-1 .sorting .sorting-arrow .down {
    display: inline-block;
    margin-left: 8px;
    background-repeat: no-repeat;
    width: 7px;
    height: 4px;
    background-image: url(../img/table-sorting-icon.svg);
}
.table-1 .sorting .sorting-arrow .up {
    background-position: top;
    margin-bottom: 2px;
}
.table-1 .sorting .sorting-arrow .down {
    background-position: bottom;
}
.table-1 .table-filter {
    font-size: 11px;
    position: relative;
}
.table-1 .table-filter::before {
    content: "";
    background-image: url(../img/table-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 8px;
}
.table-1 .table-filter input {
    padding-left: 28px;
}

.table-2 {
    border: 1px solid #f1f1f4;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 10px;
}
.table-2 .table-header {
    background-color: #ffffff;
    padding: 11px 28px;
    border-radius: 12px 12px 0 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f4;
}
.table-2 .table-header a {
    font-size: 13px;
    font-weight: var(--fw-medium);
}
.table-2 .table-title {
    font-size: 16px;
    font-weight: var(--fw-semi-bold);
    margin-bottom: 0;
}
.table-2 .table-body {
    padding: 28px;
}
.table-2 .table-footer {
    background-color: #ffffff;
    padding: 11px 28px 8px;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #f1f1f4;
}
.table-2 .table {
    color: var(--bs-dark);
    vertical-align: middle;
    border-color: #f1f1f4;
    font-size: 14px;
    margin-bottom: 0;
}
.table-2 .table tr > * {
    height: 52px;
}
.table-2 .table tr:last-child > * {
    border: none;
}
.table-2 .table tr > *:first-child {
    padding-left: 28px;
}
.table-2 .table tr > *:last-child {
    padding-right: 28px;
}
.table-2 .table .label {
    color: #78829d;
    padding-left: 28px;
    width: 190px;
}
.table-2 .table .action {
    width: 62px;
}
.table-2 .table > thead {
    vertical-align: middle;
}
.table-2 .table > thead tr > * {
    border-bottom: 1px solid #f1f1f4 !important;
    color: #78829d;
}
.table-2 .table .form-control,
.table-2 .table .form-select {
    padding: 7px 10px;
    font-size: 11px;
}
.table-2 .btn {
    padding: 9px 10px;
    font-size: 11px;
    min-width: auto;
}

.table-3 {
    width: 100%;
}
.table-3 tr {
    border: 1px solid #f1f1f4;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    padding: 34px;
    margin-bottom: 18px;
    width: 100%;
}
.table-3 td {
    padding: 10px;
}

.action-icon {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.action-icon:hover {
    background-color: #f1f1f4;
}

.table-list-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 24px;
    border-bottom: 1px solid #f1f1f4;
    margin-bottom: 0;
}
.table-list-item:last-child {
    border: 0;
}

.table-list-label {
    font-size: 12px;
    color: #78829d;
}

.table-list-content {
    font-size: 14px;
    color: #252f4a;
}

.no-data-table {
    text-align: center;
    border: 1px solid #f1f1f4;
    border-top: 0;
    color: var(--bs-dark);
    padding: 32px 10px;
}

@media (max-width: 767px) {
    .table-1 .table-header,
    .table-1 .table-footer {
        display: inherit;
    }
    .table-title-container,
    .dataTables_length {
        margin-bottom: 10px;
    }
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }
    .table-responsive tr {
        padding: 12px 0;
    }
    .table-responsive thead {
        display: none; /* Hide table header on mobile */
    }
    .table-responsive td,
    .table-responsive th {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 38% !important;
        text-align: left;
        white-space: normal;
        height: auto !important;
    }
    .table-responsive td::before,
    .table-responsive th::before {
        position: absolute;
        top: 12px;
        left: 15px;
        width: 33%;
        padding-right: 10px;
        content: attr(data-label);
        font-size: 12px;
        color: #78829d;
        line-height: 1;
    }
    .table-responsive .no-data-row td::before {
        content: "";
        padding-left: 0;
    }
    .table-responsive .no-data-row td {
        padding-left: 15px;
        text-align: center;
    }
    .table-responsive .table .dropdown-menu {
        left: 0;
        right: inherit;
    }
}
.content-area-block {
    padding: 70px 0;
    width: 100%;
    position: relative;
}
.content-area-block.light {
    background-color: var(--bs-bg);
}
.content-area-block.dark-bg-img {
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.content-area-block.dark-bg-img > div {
    position: relative;
    z-index: 1;
}
.content-area-block.dark-bg-img:before {
    content: "";
    background: #231f20;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.35;
}
.content-area-block.dark-bg-img h1,
.content-area-block.dark-bg-img h2,
.content-area-block.dark-bg-img h3,
.content-area-block.dark-bg-img h4,
.content-area-block.dark-bg-img h5,
.content-area-block.dark-bg-img h6,
.content-area-block.dark-bg-img blockquote {
    color: #fff;
}
.content-area-block.dark-bg-img p {
    color: #fff;
    opacity: 0.7;
}
.content-area-block.bg-img {
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.content-area-block.bg-img > div {
    position: relative;
    z-index: 1;
}

.icon-badge {
    display: inline-flex;
    align-items: center;
}
.icon-badge::after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 6px;
}
.icon-badge.icon-varify::after {
    background-image: url(../img/shield-tick.svg);
}
.icon-badge.icon-map::after {
    background-image: url(../img/map-icon.svg);
}
.icon-badge.icon-copy::after {
    background-image: url(../img/copy-icon.svg);
}
.icon-badge.icon-archive::after {
    background-image: url(../img/archive-tick.svg);
}

.badge {
    display: inline-block;
    padding: 7px 6px;
    font-size: 11px;
    font-weight: var(--fw-normal);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}

.rounded-pill {
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 12px;
    line-height: 14px;
}
.rounded-pill::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #78829d;
}
.rounded-pill.bg-outline-success::before {
    background-color: #04b440;
}
.rounded-pill.bg-outline-warning::before {
    background-color: #dfa000;
}
.rounded-pill.bg-outline-info::before {
    background-color: #5014d0;
}
.rounded-pill.bg-outline-danger::before {
    background-color: #d81a48;
}

.table-icon-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}
.table-icon-list li {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.table-icon-list li:hover {
    background-color: #f1f1f4;
}

.alert {
    position: relative;
    padding: 8px 14px;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0.25rem;
    font-size: 14px;
}

.wizard-nav {
    border-top: 1px solid #f1f1f4;
    padding: 42px 0;
    background-color: #fff;
}

p.paragraph-2 {
    font-size: 15px;
    line-height: 1.4;
}

p.paragraph-3 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 22px;
}

.link {
    display: inline-block;
    font-size: 14px;
}

.content-title-area {
    margin-bottom: 34px;
    position: relative;
}

.content-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: var(--fw-regular);
    color: var(--bs-primary);
    margin-bottom: 6px;
    line-height: 24px;
}

.content-title {
    font-family: var(--font-1);
    font-size: 38px;
    line-height: 46px;
    font-weight: var(--fw-normal);
    color: var(--bs-dark);
    margin-bottom: 0;
}
.content-title span {
    font-weight: var(--fw-semi-bold);
}

.content-title-2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: var(--fw-medium);
    color: var(--bs-dark);
}

.content-title-3 {
    font-family: var(--font-2);
    font-size: 30px;
    line-height: 38px;
    font-weight: var(--fw-medium);
    color: var(--bs-dark);
    margin-bottom: 0;
    letter-spacing: 0.01em;
}

.heading-1 {
    font-family: var(--font-2);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: var(--fw-bold);
    line-height: 20px;
    margin-bottom: 18px;
}
.heading-1 span {
    font-weight: var(--fw-medium);
}

.heading-2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: var(--fw-medium);
}

.bg-primary .content-title {
    color: #fff;
}
.bg-primary .content-title span {
    color: #7cb6fc;
}
.bg-primary p {
    color: #fff;
}

.list-1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #f1f1f4;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    padding: 34px;
}
.list-1 li {
    display: flex;
    align-items: center;
}
.list-1 .divider {
    width: 1px;
    background-color: #f2f2f2;
    margin: 0 30px;
    flex: 0 0 auto;
}
.list-1 div.divider {
    height: 100%;
}
.list-1 .btn-sm {
    font-size: 12px;
}
.list-1 .title {
    width: 360px;
    padding-right: 30px;
    border-right: 1px solid #f2f2f2;
}
.list-1 .date {
    width: calc(100% - 360px - 330px);
    padding-left: 30px;
    padding-right: 30px;
}
.list-1 .date > div {
    width: 50%;
}
.list-1 .action {
    width: 330px;
    padding-left: 30px;
    border-left: 1px solid #f2f2f2;
}
.list-1 .status {
    width: 120px;
}

.contact-list {
    display: flex;
    justify-content: center;
}
.contact-list .contact-item {
    width: 116px;
    height: 116px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 14px;
    padding: 26px 8px 8px 8px;
    border-radius: 50%;
}
.contact-list .contact-item i {
    font-size: 32px;
    margin-bottom: 6px;
    display: inline-block;
}
.contact-list .contact-item .text {
    position: relative;
}
.contact-list .contact-item .text p {
    color: var(--bs-primary);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--fw-semi-bold);
    letter-spacing: 0.05em;
    line-height: 18px;
    position: absolute;
    width: 100%;
}
.contact-list .contact-item .text .text-1 {
    opacity: 1;
}
.contact-list .contact-item .text .text-2 {
    opacity: 0;
}
.contact-list .contact-item:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.contact-list .contact-item:hover i,
.contact-list .contact-item:hover p {
    color: #fff;
}
.contact-list .contact-item:hover .text-1 {
    opacity: 0;
}
.contact-list .contact-item:hover .text-2 {
    opacity: 1;
}

.card-item-1 {
    border: 1px solid #f1f1f4;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}
.card-item-1.card-large {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.card-item-1.card-small {
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.card-item-1 .card-title {
    font-size: 16px;
    font-weight: var(--fw-semi-bold);
    margin-bottom: 0;
}
.card-item-1 .card-body {
    padding: 34px;
}
.card-item-1 .card-footer {
    background-color: #ffffff;
    padding: 12px 34px 16px;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #f1f1f4;
}

label.card-item-2 {
    cursor: pointer;
    width: 100%;
}

.card-item-2 {
    border: 1px solid #f1f1f4;
    background-color: #fdfdfd;
    border-radius: 12px;
}
.card-item-2 .card-body {
    padding: 22px;
}

.card-item-3 {
    border: 1px solid #f1f1f4;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 10px;
}
.card-item-3.card-large {
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.card-item-3.card-small {
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.card-item-3 .card-header {
    background-color: #ffffff;
    padding: 11px 28px;
    border-radius: 12px 12px 0 0;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f4;
}
.card-item-3 .card-header a {
    font-size: 13px;
    font-weight: var(--fw-medium);
}
.card-item-3 .card-title {
    font-size: 16px;
    font-weight: var(--fw-semi-bold);
    margin-bottom: 0;
}
.card-item-3 .card-body {
    padding: 28px;
}
.card-item-3 .card-footer {
    background-color: #ffffff;
    padding: 11px 28px 8px;
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #f1f1f4;
}
.card-item-3 .table {
    color: var(--bs-dark);
    vertical-align: middle;
    border-color: #f1f1f4;
    font-size: 14px;
    margin-bottom: 0;
}
.card-item-3 .table tr > * {
    height: 52px;
}
.card-item-3 .table tr:last-child > * {
    border: none;
}
.card-item-3 .table tr > *:first-child {
    padding-left: 28px;
}
.card-item-3 .table tr > *:last-child {
    padding-right: 28px;
}
.card-item-3 .table .label {
    color: #78829d;
    padding-left: 28px;
    width: 190px;
}
.card-item-3 .table .action {
    width: 62px;
}
.card-item-3 .table > thead {
    vertical-align: middle;
}
.card-item-3 .table > thead tr > * {
    border-bottom: 1px solid #f1f1f4 !important;
    color: #78829d;
}
.card-item-3 .table .form-control,
.card-item-3 .table .form-select {
    padding: 7px 10px;
    font-size: 11px;
}
.card-item-3 .btn {
    padding: 9px 10px;
    font-size: 11px;
    min-width: auto;
}
.card-item-3 .nav-link {
    color: #252f4a;
    padding: 8px 12px;
    font-size: 14px;
    display: flex;
    justify-content: start;
    border-radius: 6px;
    align-items: center;
}
.card-item-3 .nav-link img {
    margin-right: 8px;
}
.card-item-3 .nav-link:hover {
    background-color: rgba(217, 232, 255, 0.4588235294);
    color: var(--bs-dark);
}

.card-scroll {
    max-height: 350px;
    overflow-x: auto;
}
.card-scroll::-webkit-scrollbar {
    width: 6px;
    display: none;
}
.card-scroll:hover::-webkit-scrollbar {
    width: 6px;
    display: block;
}
.card-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.card-scroll::-webkit-scrollbar-thumb {
    background: #c9c9c9;
    border-radius: 10px;
}
.card-scroll::-webkit-scrollbar-thumb:hover {
    background: #919191;
}

.card-form-check .btn {
    border-color: #dbdfe9;
}
.card-form-check .btn .select {
    display: block;
}
.card-form-check .btn .selected {
    display: none;
}
.card-form-check:has(input[type="radio"]:checked) {
    border-color: var(--bs-primary);
}
.card-form-check:has(input[type="radio"]:checked) .btn {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    color: #fff;
    text-align: left;
    justify-content: start;
}
.card-form-check:has(input[type="radio"]:checked) .btn .select {
    display: none;
}
.card-form-check:has(input[type="radio"]:checked) .btn .selected {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.list-item-1 {
    list-style: none;
    padding-left: 10px;
    margin: 0;
    color: var(--bs-dark);
}
.list-item-1 li {
    padding: 4px 0;
}

.bg-image {
    background-repeat: no-repeat;
}

.card-tile {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 350px;
}
.card-tile .card-tile-item {
    border: 1px solid #f1f1f4;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    padding-bottom: 10px;
    width: 100%;
    aspect-ratio: 1/0.9;
    padding: 16px;
    background-repeat: no-repeat;
    flex-direction: column;
    display: flex;
}

@media (max-width: 1199px) {
    .list-1 .title {
        width: 310px;
    }
    .list-1 .date {
        width: calc(100% - 310px - 300px);
    }
    .list-1 .action {
        width: 300px;
    }
    .list-1 .status {
        width: 120px;
    }
}
@media (max-width: 991px) {
    .list-1 {
        display: block;
        padding: 18px;
    }
    .list-1 li {
        display: flex;
        align-items: center;
    }
    .list-1 .divider {
        width: 100%;
        background-color: #f2f2f2;
        margin: 30px 0;
        height: 1px;
    }
    .list-1 .title {
        width: 100%;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #f2f2f2;
    }
    .list-1 .date {
        width: 100%;
        padding: 30px 0;
    }
    .list-1 .date > div {
        width: 50%;
    }
    .list-1 .action {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        padding-top: 30px;
        border-top: 1px solid #f2f2f2;
    }
}
@media (max-width: 767px) {
    .wizard-nav {
        padding: 14px 0;
    }
    .wizard-nav p {
        font-size: 13px;
    }
    .wizard-nav h4 {
        font-size: 15px;
    }
    .wizard-nav .btn-sm {
        padding: 10px;
        font-size: 12px !important;
        font-weight: var(--fw-medium);
    }
    .content-area {
        padding-top: 0;
        padding-bottom: 0;
    }
    .content-area-block {
        padding: 40px 0;
    }
    .content-title {
        font-size: 26px;
        line-height: 32px;
    }
    .content-sub-title {
        font-size: 13px;
        line-height: 24px;
    }
    .card-item-1 {
        border: none;
        box-shadow: none;
    }
    .card-item-1 .card-body {
        padding: 0 4px;
    }
    .card-item-1 .card-footer {
        padding: 10px 4px 0;
        border-top: none;
    }
    .large-number {
        font-size: 50px;
        line-height: 50px;
    }
    .process-icon img {
        width: 90px;
    }
    .experience-block span {
        display: block;
    }
    .bg-light-box,
    .bg-dark-box {
        padding: 24px;
    }
    .list-item-1 {
        margin-bottom: 20px;
    }
    .list-item-1 li {
        padding-bottom: 30px;
    }
    .list-item-1 .icon {
        opacity: 1;
    }
    .contact-list {
        display: flex;
        justify-content: center;
    }
    .contact-list .contact-item {
        width: 92px;
        height: 92px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 28px;
        padding: 12px 8px 8px 8px;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary);
        aspect-ratio: 1/1;
    }
    .contact-list .contact-item i {
        font-size: 28px;
        margin-bottom: 6px;
        color: #fff;
    }
    .contact-list .contact-item .text {
        position: relative;
    }
    .contact-list .contact-item .text p {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: var(--fw-semi-bold);
        letter-spacing: 0.05em;
        line-height: 16px;
        position: absolute;
        width: 100%;
    }
    .contact-list .contact-item .text .text-1 {
        opacity: 0;
    }
    .contact-list .contact-item .text .text-2 {
        opacity: 10;
    }
    .heading-2 {
        font-size: 15px;
        margin-bottom: 22px;
        line-height: 21px;
    }
    .heading-2 span {
        padding: 1px 12px;
    }
    .card-item-2 {
        position: relative;
    }
    .card-item-2 .card-img-bg {
        width: 100%;
    }
    .card-item-2 .card-body {
        padding: 15px;
    }
    .card-item-2 .card-subtitle {
        font-size: 11px;
    }
    .card-item-2 .card-title {
        font-size: 16px;
        line-height: 20px;
    }
    .card-item-2 .link {
        font-size: 11px;
    }
    .card-item-3 .card-header {
        padding: 10px 20px;
    }
    .card-item-3 .card-body {
        padding: 18px;
    }
    .services-slider .slick-track {
        height: 500px;
    }
    .card-item-4 {
        box-shadow: 0 3px 23px 0 rgba(29, 70, 243, 0.18);
        margin-bottom: 16px;
        padding: 26px 9px 26px;
    }
    .card-item-4 .card-icon {
        margin-bottom: 12px;
        margin-top: 0px;
    }
    .card-item-4::before {
        width: 100%;
        left: 0;
        top: 0;
        height: 4px;
    }
    .card-item-4.me-m {
        margin-right: -4px;
    }
    .card-item-4.ms-m {
        margin-left: -4px;
    }
    .card-item-4 .btn-primary {
        color: var(--bs-primary);
        background-color: transparent;
        border-color: var(--bs-primary);
        padding: 2px 8px 0;
        font-size: 11px;
        height: 32px;
        min-width: 110px;
    }
    .card-item-5 {
        background-color: #f3f6fe;
        padding: 22px 22px 26px;
        margin-bottom: 12px;
    }
    .card-item-5 h4 {
        font-size: 15px;
    }
    .card-item-5 .text {
        min-height: inherit;
    }
    .card-item-5 .text h2 {
        position: inherit;
        font-size: 18px;
        opacity: 1 !important;
    }
    .card-item-5 .text p {
        opacity: 1;
        font-size: 17px;
        position: inherit;
        line-height: 22px;
    }
    .card-item-5 .text::before {
        width: 50px;
        left: calc(50% - 25px);
    }
    .heading-1 {
        line-height: 16px;
        margin-bottom: 10px;
    }
    .content-title-2 {
        font-size: 22px;
        line-height: 29px;
    }
    .content-title-3 {
        font-size: 27px;
        line-height: 34px;
    }
    .top-block .nav.menu li {
        margin: 4px 10px;
        line-height: 0;
    }
    .top-block .nav.menu li a {
        font-size: 11px;
        line-height: 16px;
    }
    .top-block .nav li {
        margin: 10px 0;
        line-height: 0;
    }
    .top-block .nav li a {
        font-size: 12px;
        line-height: 12px;
    }
    .top-block .nav li.phone {
        width: auto;
        text-align: left;
    }
    .team {
        display: block;
        text-align: center;
    }
    .team .team-content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 18px;
    }
    .team .team .social-media-list {
        margin-top: 16px;
    }
    .team .profile-img {
        width: 147px;
    }
    .ticker {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 20px;
        width: 320px;
        display: inline-block;
    }
    .ticker li {
        width: 144px;
        height: 144px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .ticker li:nth-child(1),
    .ticker li:nth-child(3) {
        float: left;
    }
    .ticker li:nth-child(2),
    .ticker li:nth-child(4) {
        float: right;
    }
    p.paragraph-3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    .hover-text {
        position: relative;
        display: inline-block;
        width: 100%;
        min-height: 80px;
    }
    .hover-text h1 {
        position: inherit;
        opacity: 1;
        font-size: 27px;
        line-height: 34px;
    }
    .hover-text p {
        position: inherit;
        opacity: 1;
    }
    .hover-text:hover h1 {
        opacity: 1;
    }
    .hover-text:hover p {
        opacity: 1;
    }
    .list-item-2 {
        padding-top: 20px;
    }
    .list-item-2 .list-item-right {
        width: 100%;
        border: none;
        text-align: center;
        margin: 10px 0px 24px 0;
        padding: 0;
    }
    .list-item-2 .list-item-left {
        width: 100%;
    }
    .list-item-2 .bg-round-box {
        height: 46px;
    }
    .list-item-2 li {
        display: block;
        margin-bottom: 36px;
    }
    .list-item-2 li:nth-child(1) .bg-round-box {
        width: 300px;
    }
    .list-item-2 li:nth-child(2) .bg-round-box {
        width: 260px;
    }
    .list-item-2 li:nth-child(3) .bg-round-box {
        width: 210px;
    }
    .list-item-2 li:nth-child(4) .bg-round-box {
        width: 160px;
    }
    .list-item-2 li:last-child {
        margin-bottom: 0;
    }
    .list-item-1 .icon svg {
        width: 50px;
    }
    #accordion1 > .accordion-item > .accordion-collapse > .accordion-body {
        padding: 8px;
    }
    .accordion .accordion-button {
        font-size: 14px;
    }
    .wizard-nav li {
        padding: 0 18px;
    }
    .morelink {
        color: var(--bs-primary) !important;
    }
    #transportSolution {
        padding-top: 120px;
        margin-top: -80px;
    }
    #majorServices {
        padding-top: 120px;
        margin-top: -80px;
    }
}
@media (min-width: 576px) {
    .modal-sm {
        max-width: 380px;
    }
}
footer {
    border-top: 1px solid #f1f1f4;
}

.footer-main {
    padding: 22px 0;
}
.footer-main .navbar-brand {
    padding: 0;
    height: 42px;
    margin-right: 0;
    display: inline-block;
}
.footer-main .navbar-brand img {
    height: 100%;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
    .footer-icons {
        margin-bottom: 22px;
    }
    footer .nav-link {
        opacity: 1;
    }
    .footer-top h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .footer-bottom .footer-left li,
    .footer-bottom .footer-right li {
        margin-left: 8px;
        margin-right: 8px;
    }
} /*# sourceMappingURL=style.css.map */

.sorting-arrow a.active {
    /* approximate #1b84ff tint via filter */
    filter: invert(38%) sepia(65%) saturate(5616%) hue-rotate(192deg)
        brightness(97%) contrast(97%);
}

select.custom-select {
  display: none !important;
}

.custom-select {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  padding-right: 34px;
}

.custom-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.custom-select.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.custom-select.open .option {
  cursor: pointer;
}

.custom-select.wide {
  width: 100%;
}
.custom-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.custom-select .current {
  height: 100%;
  display: inline-block;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.custom-select .list {
  box-sizing: border-box;
  border: 1px solid #ced4da;
  background-color: #fff;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  min-width: 100%;
  border-radius: 6px;
  box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.21);
}
.custom-select .list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow: auto;
}
.custom-select .list .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.custom-select .list .option:hover, .custom-select .list .option:focus {
  background-color: #f6f6f6;
}
.custom-select .list .option.selected {
  font-weight: var(--fw-semi-bold);
  background-color: #f6f6f6;
}
.custom-select .custom-select-not-found {
  display: none;
  padding: 16px 15px;
  text-align: center;
  color: #8e8e8e;
  font-size: 14px;
}
.custom-select .custom-select-search {
  padding: 6px 15px;
}
.custom-select .custom-select-search input {
  width: 100%;
  padding: 5px 14px;
}
.custom-select-end .list {
  right: 0;
  left: inherit;
}
