@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300;
    font-size: 14px;
}
.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 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.3); /* 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(52%, 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: #51b848;
    color: white;
}
.exquode-bg:hover {
    background: #51b848;
    color: white;
}

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

#breathing-button {
    font-size:11px;
    padding: 0 3px;
    border: 1px solid #650101;
    -webkit-animation: breathing 5s ease-out infinite normal;
    animation: breathing 5s ease-out infinite normal;
    background: #c83c3c;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    text-align: center;
}


@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}
