@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&display=swap');

body {
    direction: rtl !important;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
}

body * {
    direction: rtl !important;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
}

#auth-body{
  opacity:80;
  direction: rtl !important
}

#auth-container{
  border:0px !important;
}

#auth-heading-container{
 padding-left:5px;
}

.text-left {
    text-align: right !important;
}

.text-right {
    text-align: left !important;
}

.ml-2\.5 {
    margin-right: .625rem !important;
    margin-left: 0 !important;
}

.ml-2 {
    margin-right: .5rem !important;
}

.ml-1\.5 {
    margin-right: .375rem !important;
}

.ml-3 {
    margin-right: .75rem !important;
    margin-left: 0 !important;
}

.mr-1\.5 {
    margin-left: .375rem !important;
    margin-right: 0 !important;
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem * var(--tw-space-x-reverse));
    margin-right: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}