@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");

body {
    font-family: "Rubik" !important;
}

.page-title {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.page-title a,
.page-title {
    color: #333333 !important;
}

.form-title {
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #333333 !important;
}

.th-data {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #333333 !important;
}

.branch-list-in-nav {
    width: 150px;
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
    color: #fff !important;
    background: #124973 !important;
}

.stepper.stepper-pills .stepper-item.current span {
    color: #fff !important;
}

.auth-body {
    /* background-image: url('/2023/assets/media/auth/bg_new.png'); */
}

.angle-haf {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 45%;
}

.img-logo-left-login {
    width: 100%;
}

.letter-spacing-0-5 {
    letter-spacing: 0.5px !important;
}

.img-logo-group-left-login {
    display: none;
    position: absolute;
    left: 0%;
    top: 0%;
    width: 10%;
}

.img-logo-group-left-bottom-login {
    position: fixed;
    right: 0%;
    bottom: 0%;
    width: 10%;
    z-index: 0;
}

.logo-ab {
    position: absolute;
    bottom: 5%;
    left: 7%;
    z-index: 106;
    width: 150px;
}

.app-container-main {
    background-color: #fff !important;
    /* background-color: blue !important; */
    border-radius: 9px !important;
    padding: 0px !important;
}

.app-header {
    background-color: #f6f6f6 !important;
    /* background-color: black !important; */
    box-shadow: none !important;
    height: 85px !important;
}

#kt_app_sidebar {
    width: 288px !important;
}

.menu-item {
    z-index: 107;
}

.app-sidebar,
body {
    background-color: #f6f6f6 !important;
    /* background-color: #dfdfd8 !important; */
}

.app-sidebar .menu-title {
    font-size: 15px;
}

.active {
    background-color: #fff !important;
}

.menu-title {
    color: black !important;
}

#kt_app_sidebar_logo {
    border-bottom: 0 !important;
}

.form-v-h-center {
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.dataTables_length,
.dataTables_filter {
    display: none !important;
}

.form-logo {
    /* position: absolute !important;
    top: -10% !important;
    left: 35% !important; */
}

.form-logo .img-fluid {
    width: 400px !important;
}

.login-form-card {
    border-radius: 19px;
}

.forms .mb-5 label {
    margin-bottom: 5px !important;
}

.forms .mb-5 .form-control {
    background-color: #f9f9f9 !important;
    border: 0 !important;
}

.form-logo-reset {
    width: 40% !important;
}

.login-form-card-reset {
    width: 100% !important;
}

.form-logo-position {
    top: -35% !important;
    left: 50% !important;
    transform: translate(-50%, 15%) !important;
}

#save-btn {
    display: none;
}

#kt_datatable_example_1_processing {
    display: none !important;
}

.badge-dark {
    background: #e7f2ff !important;
    color: #3e97ff !important;
    padding: 9px 9px 9px 9px !important;
}


.badge-primary {
    background: #e7f2ff !important;
    color: #3e97ff !important;
    padding: 9px 9px 9px 9px !important;
}


.badge-success {
    background: #e7f2ff !important;
    color: #50cd89 !important;
    padding: 9px 9px 9px 9px !important;
}

.badge-danger {
    background: #feedf0 !important;
    color: #fa4a6e !important;
    padding: 9px 9px 9px 9px !important;
}

.badge-warning {
    background: #fff5dc !important;
    color: #ffa133 !important;
    padding: 9px 9px 9px 9px !important;
}

/* toggle bar for news publishing */
.toggle {
    --width: 40px;
    --height: calc(var(--width) / 3);
    margin-right: 8px;
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

.toggle input {
    display: none;
}

.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #ccc;
    transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
}

.toggle input:checked+.slider {
    background-color: #2196f3;
}

.toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
}

#artImage {
    height: 300px !important;
    object-fit: cover !important;
}

#body {
    display: none;
}

#consent,
.consent {
    display: none;
}

.preview-cd-logo {
    width: 30%;
}

.float-right {
    float: right;
}

.newsBody {
    padding: 0 !important;
}

#scroll {
    height: 250px;
    overflow-y: scroll;
    /* enable vertical scrolling */
    overflow-x: hidden;
}

.articleUl {
    transform: translate(-36px, 46px) !important;
    inset: auto 0px 0px auto !important;
}

.th-label {
    color: #b5b5c5 !important;
}

a .ki-filter {
    font-size: 30px !important;
}

.form-control-bg-secondary {
    background-color: #f9f9f9 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    height: auto !important;
}

.select2-container .select2-selection--single {
    padding: 9px !important;
    border: 0 !important;
}

.custom_select {
    border-color: transparent transparent #fff transparent;
}

.border-right-black {
    border-right: 1px solid;
    padding: 0 2.5rem 0 0;
}

.box-wrap {
    border: 1px solid #f4f4f4;
    border-radius: 0.475rem;
}

#message {
    resize: none;
    padding: 30px 20px;
}

.send-message-div {
    top: 10%;
    right: 3%;
    text-align: right;
}

.send-message-div-down {
    bottom: 20%;
    right: 6%;
    text-align: right;
}

.calculate-bg {
    background: #f3f4f6;
    padding: 10px;
}

#kt_app_content_container.h-92 {
    height: 90%;
}

.customer-body {
    background-color: #f6f6f6 !important;
    /* background-image: url("/2023/assets/media/auth/bg8.jpg"); */
}

table tbody .odd,
table tbody .even {
    font-size: 14px !important;
    font-weight: 400 !important;
}

/* template fixis for CSP blocking style */

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url('/2023/assets/media/icons/right.svg') !important;
}

.app-wrapper {
    padding-left: 13px;
    padding-top: 13px;
}

.app-header {
    padding-left: 13px;
}

.app-container-main {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 0px !important;
}

.inner-border-container {
    /* margin-left: 24px !important; */
    /* margin-right: 24px !important; */
}

.page-title-container-fluid {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.apexcharts-yaxis-title-text {
    color: #a1a5b7 !important;
}

.application-search-field {
    background: #F9F9F9 !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    border: none !important;
}

.application-search-field-status {
    padding-right: 10px !important;
}

.custom_select_width {
    padding-right: 25px !important;
}

.in-border-spacing {
    padding-left: 23px !important;
    padding-right: 23px !important;
}

.even td,
.odd td {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #333333 !important;
}

.btn.btn-primary {
    color: #fff !important;
    border-color: #124973 !important;
    background-color: #124973 !important;
    font-weight: 500 !important;
}

[data-bs-theme=light] {
    --bs-primary: #124973 !important;
    --bs-primary-active: #124973;
}

.link-primary {
    color: #124973 !important;
}

.copyright-text {
    top: 90% !important;
    left: 40% !important;
}

.form-control-label {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    color: #333333;
}

.border-danger {
    color: #FA4A6E !important;
    border-color: #FA4A6E !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.border-primary {
    color: #3E97FF !important;
    border-color: #3E97FF !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.user-details-step {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #B5B5C5 !important;
}

.nav-item .active {
    color: #3E97FF !important;
}

.text-user-details-loan-history {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #333333 !important;
}

.text-user-details-loan-history:focus {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #333333 !important;
}

.text-user-details-loan-history-body-th {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #333333 !important;
}

.loan-application-padding {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.ql-editor {
    padding: 0 !important;
}

.form-switch.form-check-solid .form-check-input {
    --bs-form-switch-bg: url("/2023/assets/media/icons/circle.svg") !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    mask-image: url("/2023/assets/media/icons/cross.svg") !important;
    -webkit-mask-image: url("/2023/assets/media/icons/cross.svg") !important;
}


.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    mask-image: url("/2023/assets/media/icons/cross.svg") !important;
    -webkit-mask-image: url("/2023/assets/media/icons/cross.svg") !important;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    margin-left: 1.5rem !important;
}

.dropdown-icon {
    position: absolute !important;
    right: 2% !important;
    top: 56% !important;
    color: #333333 !important;
}

.dash-card-total {
    font-size: 50px !important;
    color: #333333 !important;
}

.dash-card-text {
    font-size: 18px !important;
    font-weight: 300 !important;
    color: #333333 !important;
}

.ki-icon-c {
    font-size: 50px !important;
    text-align: center !important;
    color: #333333 !important;
}

.dash-card-bg {
    background: #fff !important;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28) !important;
}

.select2-selection--multiple ul {
    display: contents !important;
}

.header-notification-counter {
    position: absolute !important;
    right: 5% !important;
    top: 5% !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background-color: #dc3545 !important;
    align-items: center !important;
    justify-content: center !important;
}

.header-notification-counter span {
    font-size: 10px !important;
    color: #fff !important;
}

.dashboard-title {
    color: #333333 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 36px !important;
}

.dashboard-title-slug {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #333333 !important;
}

.dashboard-img {
    height: 400px !important;
}

/* Customers Supports */

.chat_list .user-name,
#user-profile,
#archived-profile {
    color: #333333 !important;
}

.chat_list .fw-semibold,
.chat_list .text-muted {
    color: #b5b5c9 !important;
}

#kt_chat_messenger_body {
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#kt_chat_messenger_header .text-hover-primary {
    color: #333333 !important;
}

#kt_chat_messenger_header .text-muted {
    color: #b5b5c9 !important;
}

#kt_chat_messenger {
    height: 70vh !important;
}

.messages-container .text-hover-primary {
    color: #333333 !important;
}

.messages-container .text-muted {
    color: #b5b5c9 !important;
}

.messages-container .text-start {
    color: #333333 !important;
}

.messages-container {
    height: 60vh !important;
}

.btn-outline-danger {
    color: #FA4A6E !important;
    border-color: #FA4A6E !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.border-primary {
    color: #124973 !important;
    border-color: #124973 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.image-payment-receipt {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
}

.box-wrap {
    border: 0 !important;
}

.empty-default {
    width: 350px !important;
    height: 400px !important;
}

.bg-primary-active {
    color: #333333 !important;
    background-color: #3E97FF33 !important;
}

table.dataTable>thead .sorting_asc:after {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.chat-board-user,
.chat-board {
    height: 95vh !important;
}

.type-message-chat {
    padding-left: 10px !important;
    padding-top: 10px !important;
}

/* Dashboard */

.bg-morning {
    background: #F5FFF5 !important;
}

.bg-afternoon {
    background: #F5FAFF !important;
}

.bg-evening {
    background: #FEF9E5 !important;
}

.dashboard-card-height {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.img-dash {
    position: absolute;
    right: 0%;
    top: -10%;
    height: 292px !important;
    width: 292px !important;
}

.img-dash-89 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    height: 90px !important;
    width: 150px !important;
}

.card-border {
    border: solid 1px #F4F4F4;
}

.card-img-position {
    position: absolute !important;
    left: 0% !important;
    top: 0% !important;
    opacity: 0.1 !important;
}

.img-card-hend {
    width: 25px !important;
}

.my-task-title {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #333333 !important;
}

.my-task-title-slug {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #333333 !important;
}

.table-title {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #333333 !important;
}

.w-select-50 {
    width: 60% !important;
}

.login-form-card {
    width: 60% !important;
}

.login-form-card-body {
    height: 100% !important;
}

.kt_datatable_example_1 .dropdown button {
    background-color: transparent !important;
}

.ql-container .ql-editor {
    height: 400px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.wp-block-image img {
    width: 100% !important;
    height: 50% !important;
    object-fit: cover !important;
}

/* Loan Form */

.loan-bgi-color {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.bg-customer-body {
    background-image: url("/2023/assets/media/auth/bg_new.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-attachment: fixed;
}

.bg-customer-container {
    background-color: rgba(255, 255, 255, 10);
}

input[readonly],
input[disabled],
select[disabled],
textarea[disabled],
textarea[readonly] {
    background-color: #dddddd !important;
}

.btn-upload img {
    transition: transform .2s;
    cursor: pointer;
}

.btn-upload img:hover {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
    cursor: pointer;
}

.position-proccess-button {
    position: fixed !important;
    bottom: 0% !important;
    right: 0% !important;
    z-index: 1;
    margin: 1rem !important;
}

.select2-container {
    padding-left: 3px !important;
    padding-top: 3px !important;
    background-color: #f9f9f9 !important;
}

.online-cal .card-header,
.online-cal .card-footer {
    min-height: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 15px !important;
}

.links {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

#answer {
    display: none;
}

.branch-selection .select2-container .select2-selection--single {
    border: 1px solid var(--bs-gray-300) !important;
}

.reset-password-logo {
    height: 16em !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-search.select2-search--inline {
    margin-top: 1rem;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
    margin-top: 0.7rem;
}

.input-group-text {
    border: none;
}

/* .businessloan-form-body {
    background-color: transparent !important;
} */

.confirm-password-icon {
    margin-top: -2.5rem;
}


/* myinfo submit button */
.myinfo-add-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: red;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.myinfo-add-button a {
    text-decoration: none;
}

.myinfo-add-button a .fa {
    text-decoration: none;
    font-size: 30px;
}

.myinfo-add-button a:hover {
    background-color: #f4333d;
}