body{
    font-family: Vazir;
    background: url("/assets/img/hero-bg.jpg") top center;
    background-size: cover;
    background-attachment: fixed;
}
@media only screen and (max-width: 1199.98px) {
    .container {
        min-width: 100%;
    }
}
#header {
    transition: all 0.5s;
    background: #fff;
    z-index: 997;
    padding: 5px 0;
    border-bottom: 1px solid #e6f2fb;
}
#logo{
    width: 65px;
}

#main:hover {
    box-shadow: 13px 32px 36px -14px hsla(0, 0%, 70%, 0.3);
}
#main {
    position: relative;
    box-shadow: 13px 32px 36px -14px hsla(0, 0%, 70%, 0.10);
    border-radius: 5px;
    transition: .3s ease-in;
    font-size: 0.95rem;
    border-bottom: 1px solid #DDD;
    background-color: #fff;
    top: 17vh;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199.98px) {
    #main {
        top: 12vh;
    }
}
.action-btn {
    font-family: "Vazir", "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 20px;
    margin-bottom: 30px;
    border: none;
    cursor: pointer;
}
.action-btn-primary{
    color: #fff;
    background: #2487ce;
}
.action-btn-success{
    color: #fff;
    background: #27ae60;
}
.action-btn-danger{
    color: #fff;
    background: #e74c3c;
}
.action-btn-warning{
    color: #fff;
    background: #f1c40f;
}

.action-btn-secondary{
    color: #fff;
    background: #959595;
}
#pay-btn:hover {
    background: #3194db;
    cursor: pointer;
}
#pay-btn:disabled {
    opacity: .65;
    cursor: progress;
}
.pay-btn {
    font-family: "Vazir", "Poppins", sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    background: #2487ce;
    border: none;
    cursor: pointer;
}
.loading{
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102,.9);
    z-index: 30001;
}
.loading-content{
    width: 300px;
    /*height: 80px;*/
    background-color: white;
    position: fixed;
    right: calc(50% - 180px);
    top: calc(50% - 40px);
    text-align: left;
    padding: 10px;
    border-radius: 30px;
}
.loading-content > div{
    display: inline-flex;
}
.loading-text{
    font-size: 0.85rem;
}
.swal2-title{
    font-family: Vazir;
    font-size: 23px;
}
.swal2-content{
    font-size: 16px;
}

[data-method], input[type=radio] {
    cursor: pointer;
}
[data-method]:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.input-price{
    background-color: #fff !important;
    display: block;
    text-align: center;
}

.form-control, .input-group-text{
    font-size: 0.95rem;
}

.footer-text{
    background-color: #005796;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: white;
    padding: 10px 35px;
}

w-50{
    width: 50%;
}

w-100{
    width: 100%;
}