/*a:focus, li:focus-visible{*/
/*    fill: #fff !important;*/
/*    color: #fff !important;*/
/*    background-color: #ecbd00 !important;*/
/*}*/

html,
body {
    padding: 0px !important;
    margin: 0px;
    width: 100%;
    text-align: right;
    font-family: rubikregular !important;
    direction: rtl;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6{
    font-family: assistantr !important;
    margin: 0px;
    padding: 0px;
}

a{
    cursor: pointer;
    text-decoration: none;
    color: #1a1a1a;
}
a:hover,
a:focus {
    cursor: pointer;
    color: #ecbd00
}

p {
    letter-spacing: 1px;
    font-size: 15px
}


ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li{
    list-style: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px !important;
    margin-left: 1rem !important;
    line-height: normal;
}

input:focus-visible{
    border: none;
    border: 1px solid;
}

.w-100{
    width: 100%;
}

.section{
    margin-top: 4rem;
    margin-bottom: 7rem;
}

.pr{
    position: relative;
}

.none{
    display: none;
}

.bold{
    font-weight: bold;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

label {
    cursor: pointer;
}

ta-c{
    text-align: center;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.flex {
    display: flex;
}

.f-wrap{
    flex-wrap: wrap;
}

.fd-rr {
    flex-direction: row-reverse;
}

.fd-c {
    flex-direction: column;
}

.flex-ac {
    align-items: center;
}

.jc-even {
    justify-content: space-evenly;
}

.jc-c {
    justify-content: center;
}

.jc-sa {
    justify-content: space-around;
}

.jc-sb {
    justify-content: space-between;
}

.ai-c {
    align-items: center;
}

button{
    border: none;
    cursor: pointer;
}


.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


/*Right*/

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}


/* -----------------helpers for tab coloring---------- */
.tab-focus{
    background-color: goldenrod !important;
}
.tab-focus-h{
    background-color: goldenrod !important;
    color: whitesmoke !important;
}

.tab-focus-a{
    background: goldenrod !important;
    color: whitesmoke !important;
    fill: whitesmoke;
}
