.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-32 {
    font-size: 32px !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.fit-center {
    -o-object-position: center;
    object-position: center;
}

.session-success{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #1fa103;
    background-color: #e6fff2;
    font-size: 12px;
    font-weight: 600;
    padding:12px 20px;
    border-radius: 6px;
    border: 1px solid #1fa103;
}

.session-success svg{
    width: 18px;
    height: 18px;
}

.session-errors{
    background-color: #fae8e8;
    padding: 20px 15px;
    border-radius: 5px;
}

.session-error{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #c00404;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.session-error svg{
    width: 15px;
    height: 15px;
    margin-left: 8px;
}

.session-error:last-child{
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter{
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 0;
    margin-right: 0.8em;
}

div.dataTables_wrapper div.dataTables_length select{
    margin: 0 0.7em;
}

div.dataTables_wrapper div.dataTables_info{
    padding-top: 1.2em;
}

div.dataTables_wrapper div.dataTables_paginate{
    padding-top: 1.2em;
}

.dataTable .sorting_disabled::before{
    content: '' !important;
}

.dataTable .sorting_disabled::after{
    content: '' !important;
}

.dropify-wrapper p, .dropify-wrapper span, .dropify-wrapper small{
    font-family: 'Noto Sans Arabic', sans-serif;
}

.dropify-wrapper~.dropify-errors-container ul{
    padding: 4px 12px;
}

.dropify-wrapper~.dropify-errors-container ul li{
    margin-left: 0;
    margin-right: 0.8em;
}

table.dataTable > thead .sorting:before,table.dataTable > thead .sorting:after{
    bottom: 1em !important;
}

.swal2-popup{
    width: 100% !important;
    max-width: 760px !important;
    padding: 30px !important;
}

.swal2-title{
    font-size: 24px !important;
    font-weight: 600 !important;
}

.swal2-title, .swal2-html-container,button{
    font-family: 'Noto Sans Arabic', sans-serif;
}

.swal2-popup.swal2-modal .swal2-icon.swal2-icon-show .swal2-icon-content{
    font-size: 2.2em !important;
}

.swal2-popup .swal2-actions button{
    min-width: 120px;
}

.thm-badge{
    display: inline-block;
    border-radius: 50px;
    padding: 2px 15px;
    font-size: 13px;
}

.thm-badge.success{
    color: #1fa103;
    background-color: #e6fff2;
    border: 1px solid #1fa103;
}

.thm-badge.danger{
    color: #c00404;
    background-color: #fae8e8;
    border: 1px solid #c00404;
}

.thm-badge.warning{
    color: #c28600;
    background-color: #faf5e2;
    border: 1px solid #c28600;
}

.thm-badge.info{
    color: #01857b;
    background-color: #e0fffa;
    border: 1px solid #01857b;
}

.thm-rounded-btn{
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.4s;
}

.thm-rounded-btn svg{
    width: 15px;
    height: 15px;
}

.thm-rounded-btn.success{
    color: #1fa103;
    background-color: #e6fff2;
    border: 1px solid #1fa103;
}

.thm-rounded-btn.success:hover{
    background-color: #1fa103;
    color: #e6fff2;
}

.thm-rounded-btn.danger{
    color: #e53333;
    background-color: #fae8e8;
    border: 1px solid #e53333;
}

.thm-rounded-btn.danger:hover{
    color: #fae8e8;
    background-color: #e53333;
    border: 1px solid #e53333;
}

.thm-rounded-btn.info{
    color: #0154a6;
    background-color: #e8f4fa;
    border: 1px solid #0154a6;
}

.thm-rounded-btn.info:hover{
    color: #ffffff;
    background-color: #0154a6;
    border: 1px solid #0154a6;
}

.thm-rounded-btn:disabled{
    opacity : 0.7;
    pointer-events: none;
}

.tagsinput input{
    font-family: 'Noto Sans Arabic', sans-serif !important;
    min-width: 120px;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem !important;
}

div.tagsinput div{
    float: right !important;
}
