@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 {
    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;
}
