p,h1,h2,h3,h4,h5{
    direction: rtl;
}


.required::after {
    content: " *";
    color: red;
}


.telegram-btn{
    background-color: #0088cc  !important;
}


.instagram-btn{
    background-color: #5851db !important;

}

/*.fr-toolbar {*/
    /*z-index: auto !important;*/
/*}*/

.ui-datepicker{
    z-index: 9999 !important;
}

.comment-box{
    border-radius: 10px;
    box-shadow: 0 0 15px -2px #D8D8D8;
    border: 1px solid #D8D8D8;
    margin-top: 30px;
    position: relative;
    background-color: white;
}

.mybottom{
    margin-left: 45%;
    margin-bottom: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
    background-color: #ffd700;
    color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px -2px #ffd700;
    border: 1px solid #ffd700;

}