
@font-face {
    font-family: irani;
    src: url('IRANSans Light.ttf');
    font-weight: normal;
}
body
{
    font-family: irani!important;
    direction: rtl!important;
    text-align: center;
    background: #fff;
    font-size: 1rem;

}

.pos_name
{
    width: 100%;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff6a13;
}
.pos_username
{
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff6a13;
}

.card {
    width: 400px;
    border: none;
    border-radius: 10px;
    background-color: #f4c53b
}

.stats {
    background: #f2f5f8 !important;
    color: #000 !important
}

.articles {
    font-size: 1rem;
    color: #a1aab9
}

.number1 {
    font-weight: 500
}

.followers {
    font-size: 1rem;
    color: #a1aab9
}

.number2 {
    font-weight: 500
}

.rating {
    font-size: 1rem;
    color: #a1aab9
}

.number3 {
    font-weight: 500
}
/*------------------------------------*/
.box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    z-index: 3;
}
section{
    background-image: url(./images/bg.jpg);
    z-index: 1;
    opacity: 1;
    background-color: #fff;
    background-position: 50%;
    background-repeat: repeat;
    position: fixed;
    overflow: auto;
    height: 100%;
    width: 100%;

}

.visibel {
    z-index: 2;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #cccccc;
    opacity: .5;
    height: 100%;
    overflow: auto;
}
.card{
    background: #efefef !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    margin: 30px !important;
    box-shadow: 1px 1px 5px 0 #bbb !important;
}

.card-title{
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px;
}

.card-text{
    font-size: 1rem !important;
    line-height: 20px;
    margin-top: 10px;
    text-align: right !important;
}


.form-box{
    margin-top: 20px;
}

input{
    font-size: 1rem !important;
    height: 44px !important;
}

.btn:focus , button , input:focus{
    outline: none !important;
    box-shadow: none !important;
}

@media (min-width: 1200px){
    .container{
        max-width: 1200px;
    }}

@media (max-width: 1200px){
    .container{
        max-width: 100%;
    }}
@media (max-width: 992px){
    .container{
        max-width: 100%;
    }}


@media (max-width: 768px){
    .container {
        max-width: 100%;
    }
    .container {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }
    .card{
        width: 100% !important;
        margin: 15px 5px !important;
    }

    .alert-danger{
        font-size: 1rem !important;
    }

    .icons-img-coins .icons-buy{
        display: inline-block;
        margin: 10px 20px !important;
        font-size: 1rem;
    }

}

.alert-danger{
    border: 1px solid #000;
    background-color: #d71047;
    border-radius: 5px;
    padding: 10px;

}

.alert-danger span{
    line-height: 26px;
    font-size: 1rem;
    color: #fff;

}




.box-img-buy img{
    border-radius: 50%;
    max-width: 200px;
    max-height: 200px;
    margin: 20px;
    border: 3px solid #fff;
}

.title-name-buy{
    font-size: 1rem;
    font-weight: bold;
}

.alert-buy{
   border: 1px solid #000;
    background-color: #f4c53b;
    border-radius: 5px;
    padding: 10px;
}

.alert-buy span{
    line-height: 26px;
    font-size: 1rem;
    color: #000;

}
.icons-img-coins{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.icons-img-coins .icons-buy{
    display: inline-block;
    margin: 20px 30px;
    font-size: 1rem;
}
.icons-img-coins img{
    max-height: 40px !important;
    width: 40px !important;
}

.box-icons ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background: #fff;
}

.box-icons ul li{
    display: block;
    padding: 10px 10px;
    text-align: right;
    border-bottom: 1px solid #bbb;
}

.box-icons ul li:last-child{
    border-bottom: none;
}

.box-icons ul li a{
   text-decoration: none;
    color: #000 !important;
    font-size: 1rem;
}

.box-icons ul li img{
    max-height: 20px !important;
    width: 20px !important;
}

.btn-collapse{
    width: 100%;
    border: 1px solid #bbb !important;
    font-size: 1rem;
    height: 40px;
    line-height: 26px;
    text-align: center;
    margin: 20px 0px;
    font-weight: bold;
    background: #fff;
}
.btn-collapse span{
    border: 2px solid #bbb;
    height: 22px;
    width: 22px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    line-height: 22px;
}

.btn-collapse span img{
    max-width: 10px;
}

.btn-back {
    background-color: #f4c53b;
    margin: 10px 0px;
    width: 100%;
    color: #000 !important;
    font-size: 1rem;
    border-bottom: 3px solid #b88902;
    height: 44px !important;
    font-size: 1rem !important;
}

.btn-back-t{
    margin-top: 0px !important;
}

.btn-back img{
    max-width: 12px;
    position: relative;
    top:2px;
}

.alert-Successful{
    border: 1px solid #000;
    background-color: #0ebc33;
    border-radius: 5px;
    padding: 10px;
}

.alert-Successful span{
    line-height: 26px;
    font-size: 1rem;
    color: #fff;

}
.grecaptcha-badge
{
   z-index: 100;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-store {
    color: #212121;
    min-width: 254px;
    padding: 12px 20px !important;
    border-color: #212121 !important;
}

.btn-store:focus,
.btn-store:hover {
    color: #ffffff !important;
    background-color: #168eea;
    border-color: #168eea !important;
}

.btn-store .btn-label,
.btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
}

.btn-store .btn-caption {
    font-size: 18px;
}

.loading {
    width: 100px;
    height: 100px;
    display: none;
}