@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskannada.css);

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.woff) format('woff'),
    url(//themes.googleusercontent.com/static/fonts/earlyaccess/droidarabickufi/v2/DroidKufi-Regular.ttf) format('truetype');
}

body {
    font-family: 'Droid Arabic Kufi', 'Roboto', play, Arial, Helvetica, sans-serif;
    font-size: 1.07rem !important;
    line-height: 1.8;
}

.navigation {
    font-family: 'Droid Arabic Kufi', 'Roboto', play, Arial, Helvetica, sans-serif;
    font-size: 1.07rem !important;
    line-height: 1.8;
}

.navigation-header {
    font-family: 'Droid Arabic Kufi', 'Roboto', play, Arial, Helvetica, sans-serif !important;
    font-size: 1.07rem !important;
    line-height: 1.8 !important;
}

.dropdown-user {
    font-family: 'Droid Arabic Kufi', 'Roboto', play, Arial, Helvetica, sans-serif !important;
    font-size: 1.07rem !important;
    line-height: 1.8 !important;
}

.accordion-button {
    color: #ffffff;
}
.accordion-item:last-of-type .accordion-collapse:last-of-type .accordion-button ,
.accordion-item:nth-last-of-type(2) .accordion-collapse:nth-last-of-type(2)  .accordion-button {
    color: #000000;
}

.dropdown-toggle {
    display: block !important;
}

.form-label{
    font-size: 1.07rem !important;
}

.col-form-label{
    font-size: 1.07rem !important;
}

.swal2-container.error-sweet-alert .swal2-toast {
    background-color: #F5D9D9FF;
}
.swal2-container.error-sweet-alert .swal2-timer-progress-bar {
    background-color: #dc3f3f;
}
.swal2-container.error-sweet-alert .swal2-actions .swal2-confirm {
    background-color: #dc3f3f;
}
.swal2-container.error-sweet-alert .swal2-close {
    color: #ef8989;
}
.swal2-container.error-sweet-alert .swal2-close:hover {
    color: #dc3f3f;
}
.swal2-container.success-sweet-alert .swal2-toast {
    background-color: #dcf5d9;
}
.swal2-container.success-sweet-alert .swal2-timer-progress-bar {
    background-color: #28C76FFF;
}
.swal2-container.success-sweet-alert .swal2-actions .swal2-confirm {
    background-color: #28C76FFF;
}
.swal2-container.success-sweet-alert .swal2-close {
    color: #a6f886;
}
.swal2-container.success-sweet-alert .swal2-close:hover {
    color: var(--bs-green);
}
.swal2-container.warning-sweet-alert .swal2-toast {
    background-color: #fff4e2;
}
.swal2-container.warning-sweet-alert .swal2-timer-progress-bar {
    background-color: #ff9f43;
}
.swal2-container.warning-sweet-alert .swal2-actions .swal2-confirm {
    background-color: #ff9f43;
}
.swal2-container.warning-sweet-alert .swal2-close {
    color: #f8bb86;
}
.swal2-container.warning-sweet-alert .swal2-close:hover {
    color: #e0a673;
}
.swal2-container.info-sweet-alert .swal2-toast {
    background-color: #dff5d9;
}
.swal2-container.info-sweet-alert .swal2-timer-progress-bar {
    background-color: var(--bs-info);
}
.swal2-container.info-sweet-alert .swal2-actions .swal2-confirm {
    background-color: var(--bs-info) !important;
}
.swal2-container.info-sweet-alert .swal2-close {
    color: #95b0b3;
}
.swal2-container.info-sweet-alert .swal2-close:hover {
    color: var(--bs-info);
}
.swal2-container .swal2-title,
.swal2-container .swal2-html-container {
    margin: 0 !important;
    margin-right: 15px !important;
}
.swal2-container .swal2-html-container {
    margin-top: 5px !important;
}
.swal2-container .swal2-actions {
    margin-right: 8px !important;
}

.swal2-container.swal2-top-start {
    top: 15px !important;
    left: 20px !important;
}

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
    width: 270px !important;
}

.tel-input-select2-container {
    position: relative;
    padding-left: 110px;
}

.tel-input-select2-container .form-control {
    direction: ltr;
    border-radius: 0 0.357rem .357rem 0;
    height: 38px;
}

.tel-input-select2-container .select2-style {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.tel-input-select+.select2-container--default {
    width: 110px !important;
    border: none;
}

.select2-container .select2-selection--single {
    border: 1px solid #D8D6DE;
    background-color: #f7f7f7;
    border-radius: 4px 0 0 4px;
}

.select2-dropdown {
    border: none;
    box-shadow: 0 12px 19px #00000012;
    border-radius: 14px;
    padding: 10px 0;
}

.select2-results .select2-results__options {
    scrollbar-color: #c2c2c2 #fff;
    scrollbar-width: thin;
}

.select2-results .select2-results__options::-webkit-scrollbar {
    width: 5px;
}

.select2-results .select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
}

.select2-results .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 35px;
    background-color: #c2c2c2;
    -webkit-box-shadow: none;
}

.mb-70{
    margin-bottom: 0.7rem !important;
}

.rounded-5{
    border-radius: 1rem !important;
}

.rounded-6{
    border-radius: 1.5rem !important;
}

.select-rounded{
    border-radius: 40px !important
}

#phone_number{
    direction: ltr
}
#phone{
    direction: ltr
}

.dropdown-menu {
    font-family: 'Droid Arabic Kufi', 'Roboto', play, Arial, Helvetica, sans-serif !important;
}
.nav {
    font-family: 'Droid Arabic Kufi', 'Roboto', play, Arial, Helvetica, sans-serif !important;
}

.tel-input .iti--allow-dropdown,
.tel-input-group .iti--allow-dropdown {
    width: 100% !important;
}
.iti__country-list {
    left: 0 !important;
}
.iti__flag-box {
    margin-left: 5px;
}
.iti__country {
    display: flex;
    justify-content: end;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.iti__dial-code {
    direction: ltr;
}

.iti__selected-flag {
    gap: 7px;
}
.tel-input .form-control {
    padding-left: 58px !important;
    text-align: left;
}
.form-control:focus::placeholder {
     transform: unset;
 }

