html[lang=ar] {
    direction: rtl
}

html[lang=ar] body {
    font-family: "Kalligraaf Arabic","Poppins",sans-serif;
    font-weight: normal;
}

@font-face {
    font-family: "family";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype"),url("../fonts/Roboto-Regular.woff") format("woff"),url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: 400;
    font-style: "normal"
}

@font-face {
    font-family: "Kalligraaf Arabic";
    src: url("../fonts/KalligArb-Bold.eot");
    src: url("../fonts/KalligArb-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/KalligArb-Bold.woff2") format("woff2"),url("../fonts/KalligArb-Bold.woff") format("woff"),url("../fonts/KalligArb-Bold.ttf") format("truetype"),url("../fonts/KalligArb-Bold.svg#KalligArb-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Kalligraaf Arabic";
    src: url("../fonts/KalligArb-Light.eot");
    src: url("../fonts/KalligArb-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/KalligArb-Light.woff2") format("woff2"),url("../fonts/KalligArb-Light.woff") format("woff"),url("../fonts/KalligArb-Light.ttf") format("truetype"),url("../fonts/KalligArb-Light.svg#KalligArb-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Kalligraaf Arabic";
    src: url("../fonts/KalligArb-SemiBold.eot");
    src: url("../fonts/KalligArb-SemiBold.eot?#iefix") format("embedded-opentype"),url("../fonts/KalligArb-SemiBold.woff2") format("woff2"),url("../fonts/KalligArb-SemiBold.woff") format("woff"),url("../fonts/KalligArb-SemiBold.ttf") format("truetype"),url("../fonts/KalligArb-SemiBold.svg#KalligArb-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Kalligraaf Arabic";
    src: url("../fonts/KalligArb-Medium.eot");
    src: url("../fonts/KalligArb-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/KalligArb-Medium.woff2") format("woff2"),url("../fonts/KalligArb-Medium.woff") format("woff"),url("../fonts/KalligArb-Medium.ttf") format("truetype"),url("../fonts/KalligArb-Medium.svg#KalligArb-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Kalligraaf Arabic";
    src: url("../fonts/KalligArb-Regular.eot");
    src: url("../fonts/KalligArb-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/KalligArb-Regular.woff2") format("woff2"),url("../fonts/KalligArb-Regular.woff") format("woff"),url("../fonts/KalligArb-Regular.ttf") format("truetype"),url("../fonts/KalligArb-Regular.svg#KalligArb-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.xcube-access-gradient {
    border-width: 0;
    background: #520C54;
    background: linear-gradient(180deg, rgb(82, 12, 84) 0%, rgb(160, 0, 122) 100%);
}

@media (min-width: 768px) {
    .center-last-row {
        
        justify-content: center;
    }
}

[dir="rtl"] .country-select .selected-flag .arrow {
    right: 21px;
}

[dir="rtl"] .country-select .country-list {
    left: 0px;
}

[dir="rtl"] .iti__country-list {
    left: 0px;
}

[dir="rtl"] .btn-upload::before {
  content: 'اختر الملف';
}

[dir="rtl"] .xl\:gap-20 {
    gap: 7rem;
  }