@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/
@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/space/SpaceGrotesk-Regular.ttf') format('truetype'),
    url('../../fonts/space/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/space/SpaceGrotesk-Medium.ttf') format('truetype'),
    url('../../fonts/space/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('../../fonts/space/SpaceGrotesk-Bold.ttf') format('truetype'),
    url('../../fonts/space/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
}


h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Space Grotesk", sans-serif;
}

.nav-tabs.tab-card .nav-link {
    font-size: 14px!important;
}


.canpay-primary-text {
    font-family: var(--accent-font);
    font-weight: 600;
    color: #161E3A;
}

.canpay-font {
    font-family: var(--accent-font);
}
.canpay-text-font {
    font-family: 'Open Sans', sans-serif;
}

.canpay-secondary-text {
    font-family: var(--accent-font);
    font-weight: 600;
    color: #E5B000;
}


.nav-wrapper {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.required {
    color: red;
}
/* input[type="file"].form-floating, input::file-selector-button .form-floating {
    height: 57px;
} */
/* .form-floating > input::file-selector-button {
    height: 57px;
} */
.layout-1 .sidebar,.form-control, .form-select,.btn {
    font-size: 0.86rem;
    font-weight: 300;
}
.wrapper .page-body.auth {
    /*background: url('../../images/background-farmer.jpg') no-repeat center fixed;*/
    /*background-size: cover;*/
}
.image-icon {
    width: 1.7em;
}
.datepicker {
    min-width: 200px;
    z-index: 9999 !important;
}
.datepicker table {
    width: 100%;
}
.form-floating .select2 .select2-selection {
    height: 57px;
    padding-top: 26px;
}
.select2-result,.select2-dropdown {
    z-index: 9999;
}
.form-floating .select2-selection.select2-selection--multiple {
    min-height: 58px !important;
}
.app-logo {
    width: 100%;
    /*max-height: 22px;*/
}
.avatar.xxxl {
    width: 200px;
    min-width: 200px;
    height: 200px;
}
.avatar.xxml {
    width: 150px;
    min-width: 150px;
    height: 150px;
}
/*footer {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: fit-content;*/
/*}*/
.footer-logo {
    min-width: 60px;
}
.no-filter {
    filter: none;
}
.input-group > .select2-container--default .select2-selection--single {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group > .select2-container.select2 {
    min-width: 200px !important;
    width: auto !important;
}
img{
    filter: none;
}
img.image-view {
    max-height: 150px;
}
.user-avatar {
    width: 200px !important;
    height: 200px !important;
}
h3.card-title {
    font-weight: 300;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding : 0px;
    margin-left: 0px;
    display: inline;
    border: 0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0px;
}
.icon {
    height: 20px;
}
.verify-tag {
    font-size: 15px;
}
.accordion .card .card-header {
    display: block;
    border-radius: 10px;
}
.ct-label{
    font-weight: 400;
}
.btn-default-size {
    min-width: 105px;
}
.note-editing-area {
    min-height: 300px;
}
.swal2-popup .swal2-styled {
    margin-top: 0px !important;
}
.settings .dropify-wrapper {
    aspect-ratio: 16 / 9;
    height: 350px !important;
}
.page-header-title h1{
    font-size: 1.75rem;
    font-weight: 300;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 8, 8, 0.7); /* Black overlay with 50% opacity */
    /*z-index: 1; !* Ensure it is above the background but below the content *!*/
}
.auth-svg-bg {
    z-index: -1;
    position: fixed;
    top: 0px;
    right: 0px;
    transform: translate(35%, 7%) scale(1.3);
}

.arrow-back-route {
    /*z-index: -1;*/
    /*position: fixed;*/
    /*top: 15px;*/
    /*right: 0px;*/
}

.auth-card {
    box-shadow: 8px 8px 60px #00000040;
}
.auth-login-text {
    margin: 0px;
    font-size: 32px;
    letter-spacing: -0.48px;
    font-weight: 400;
    line-height: 40px;
    font-family: Bagoss, Arial, Helvetica, sans-serif;
}

.exquode-bg {
    background: #161E3A;
    color: white;
}
.exquode-bg:hover {
    background: #E5B000;
    color: #161E3A;
}

.login-logo-container
{    position: fixed;
    top: 0;
    width: fit-content;
    height: fit-content;
    padding: 32px;
    z-index: 1;
}
.dividers::before{
    border-top: .0625rem solid #6a656540;
}
.dividers::after{
    border-top: .0625rem solid #6a656540;
}

/* Media query for small and extra-small screens */
@media (min-width: 0px) and (max-width: 768px) {
    .exquode-card-edge::before {
        content: ""; /* Ensure the pseudo-element is rendered */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background-image: url("../../images/canpay-auth-top-edge.png");
        background-size: cover;
        background-repeat: no-repeat;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        z-index: 1; /* Ensure it appears below card content if necessary */
    }
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
    color: #676666;
    font-size: 20px;
}
.eye-icon:hover {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #e5e4e4;
}

.dataTable, .dataTable >thead {
    background: var(--card-color)!important;
}

.bootstrap-select{
    background: var(--card-color)!important;
    color: var(--card-color)!important;
}

.sm-txt {
    background: transparent!important;
    margin-left: 12px;
}
