
/*Fonts*/
/*Style*/
body {
    direction: rtl;
    font-family: "primary-font";
    text-align: right;
}
.form-check {
    padding-left: initial;
    padding-right: 1.25rem;
}
.input-group-prepend {
    margin-right: initial;
    margin-left: -1px;
}
.input-group-append {
    margin-left: initial;
    margin-right: -1px;
}
#auth-page .box-rounded-right {
    border-top-right-radius: 0!important;
    border-top-left-radius: var(--swish-border-radius)!important;
    -moz-border-top-right-radius: 0!important;
    -moz-border-top-left-radius: var(--swish-border-radius)!important;
    -webkit-border-top-right-radius: 0!important;
    -webkit-border-top-left-radius: var(--swish-border-radius)!important;

    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: var(--swish-border-radius)!important;
    -moz-border-bottom-right-radius: 0!important;
    -moz-border-bottom-leftt-radius: var(--swish-border-radius)!important;
    -webkit-border-bottom-right-radius: 0!important;
    -webkit-border-bottom-leftt-radius: var(--swish-border-radius)!important;
}
#auth-page .box-rounded-left {
    border-top-left-radius: 0!important;
    border-top-right-radius: var(--swish-border-radius)!important;
    -moz-border-top-left-radius: 0!important;
    -moz-border-top-right-radius: var(--swish-border-radius)!important;
    -webkit-border-top-left-radius: 0!important;
    -webkit-border-top-right-radius: var(--swish-border-radius)!important;

    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: var(--swish-border-radius)!important;
    -moz-border-bottom-left-radius: 0!important;
    -moz-border-bottom-right-radius: var(--swish-border-radius)!important;
    -webkit-border-bottom-left-radius: 0!important;
    -webkit-border-bottom-right-radius: var(--swish-border-radius)!important;
}
#auth-page input[type="checkbox"]:after, #auth-page .checkbox input[type="checkbox"]:after, #auth-page .checkbox-inline input[type="checkbox"]:after {
    margin-right: initial;
    margin-left: 5px;
}
.form-check-input {
    margin-left: initial;
    margin-right: -1.25rem;
}
#auth-page input[type="checkbox"]:checked:before, #auth-page .checkbox input[type="checkbox"]:checked:before, #auth-page .checkbox-inline input[type="checkbox"]:checked:before {
    left: initial;
    right: 6px;
}
.rounded-right {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
#auth-page .overlay-background:before {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
#auth-page .form-container.register .overlay-background:before {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.rounded-left {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.mr-2, .mx-2 {
    margin-right: initial!important;
    margin-left: .5rem!important;
}
/*Style*/