@import url("fontiran.css");

body {
    direction: rtl;
    font-family: IRANSans;
    font-size: 14px;
    background-color: #38ec41;
    background-image: url('../images/dollar.png');
    background-size: contain;
}
.bodyindex
{
    background-size: auto;
}
.content {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.inner
{
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3),
    0px 20px 10px 0px rgba(0, 0, 0, 0.6);
}
.glass::before {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    content: ' ';
    opacity: 0.4;
}
.glass {
    background-color: transparent;
}
.white {
    background-color: white;
}
.margin-top-20
{
    margin-top: 20px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.swal-text
{
    text-align: center;
}
.swal-footer {
    text-align: center;
}
.btn-grad {
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px #eee;
    border-radius: 15px;
    display: inline-block;
    background-image: linear-gradient(to right, #525252 0%, #3d72b4 51%, #525252 100%);
    text-decoration: none;
}
.btn-grad {background-image: linear-gradient(to right, #3A1C71 0%, #D76D77 51%, #3A1C71 100%)}
.btn-grad:hover { background-position: right center;text-decoration: none;color: white;cursor: pointer }
.modal-body
{
    line-height: 1.7;
}