@import url(font/IRANSans/WebFonts/css/fontiran.css);
/*IRANSans*/
@import url(font/IRANSans/Farsi_numerals/webFonts/css/fontiran.css); /*Change Names to --> IRANSansPN*/
* {
    outline: none;
}

a, a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

body .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/*#myModal {*/
/*    font-family: IRANSans, serif;*/
/*    background: #fff !important;*/
/*    direction: rtl;*/
/*    position: relative;*/
/*    overflow-x: hidden;*/
/*}*/

.modal-dialog {
    width: 50% !important;
    margin: 10% auto !important;
    position: relative;
}

.modal-content {
    position: relative;
    background-color: #fff !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-body form {
    align-items: center;
    justify-content: center;
}

.modal-body form input {
    background: transparent;
    border: 1px solid #354463;
    border-radius: 100px;
    width: 304px;
    height: 42px;
    color: #354463;
    padding: 15px;
    font-size: 17px;
    font-weight: 400;
    transition: 0.2s all ease-in-out;
}

.modal-body form button {
    border-radius: 100px;
    width: 153px;
    height: 42px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    background: #f3b8ff;
    margin-right: 35px;
    transition: 0.2s all ease-in-out;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.modal-body form button .ml-35 {
    margin-left: 35px;
}

.modal-header {
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}


@media screen and (max-width: 576px) {
    .modal-body form button {
        margin-right: 4px;
    }
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        width: 90% !important;
        margin: 10% auto !important;
    }

    .modal-dialog.float-right-m {
        float: right;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-body form {
        display: flex;
        flex-direction: column;
    }
    .modal-body form input {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 992px) {
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
}

