.intl-tel-input{
    width: 100%;
}
.intl-tel-input .country-list {
    z-index: 100!important;
}
.error-text{
    color: #ff0000;
}
.page-form .box{
    box-shadow: none;
}
.paginate-active{
    background: #1a3175!important;
    color: #ffff!important;
}
.select2-selection{
    min-height: 2.3rem!important;
    --tw-border-opacity: 1;
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    border-color: rgb(var(--color-slate-200)/var(--tw-border-opacity));
    border-radius: 0.375rem;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e2e8f0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 4px!important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #e2e8f0!important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #e2e8f0!important;
}
.select2-dropdown {
    border: 1px solid #e2e8f0!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffff;
    border: 1px solid #e2e8f0;
    border-radius: 0px;
    margin-top: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-right: 1px solid #aaa;
    font-size: 1.2em;
}
.select2-container .select2-search--inline .select2-search__field{
    padding-left: 0.5rem;
}
.select2-selection__placeholder{
    padding-left: 0.5rem;
}
.select2{
    width: 100%!important;
}
.export_menu{
    width: 160px;
    position: absolute;
    inset: -216px -122px auto auto;
    margin: 0px;
    transform: translate(calc(0%), 253px);
}
input[type="file"].form-control {
    padding: 0.3rem 0.75rem!important;
    border: 1px solid #e2e8f0!important;
}
.input-table td{
    padding: 0.2rem 0.2rem;
}
.table-input{
    padding: 0.3rem 0.3rem;
    width: 100%;
    font-size: .875rem;
}
input:read-only {
    background-color: #f1f5f9;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f1f5f9;
    cursor: default;
}
#currency{
    font-size: inherit;
}
.input{
    background-color: #fff!important;
}
.filter_form{
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 7px 0px;
    -webkit-box-shadow: 0px 1px 3px 1px #1E3A8A;
    -moz-box-shadow: 0px 1px 3px 1px #1E3A8A;
    box-shadow: 0px 1px 3px 1px #1E3A8A;
    border-radius: 0.375rem;
    margin-top: 1rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
input::placeholder{
    color:#ACB8C9!important;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 20px;
}
.select2-container .select2-selection--multiple{
    line-height: 1.25rem;
}
.notification__icon{
    width: 30px!important;
    height: 30px!important;
}
.notification_count{
    position: absolute;
    left: 20px;
    top: -7px;
    background: red;
    border-radius: 10px;
    padding-left: 2px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-top: 1px;
}
.notification-all{
    margin-top: 20px;
    width: 262px;
}
/* @media (max-width: 576px){
    .filter_form{
        flex-direction: column;
    }
} */