.RTL{
    direction: rtl !important;
}
.base_btn{
    border-radius:10px;
    cursor:pointer;
    padding:11px 10px;
    background-color:var(--base-2);
    color:white;
}
.base_btn:hover{
    background-color:var(--base-1);
    color:white;
}
