/* _content/SarafiparsWeb/Pages/Index.razor.rz.scp.css */
.Midd[b-5c7hogfbp3] {
    width:80%;
    position:relative;
  right:10%;

  /* display:inline-flex; */
}
.midContent[b-5c7hogfbp3] {
    position: relative;
    width: 49%;
    right: 0%;
    color: black;

}
.creditCard[b-5c7hogfbp3] {
    position: relative;
    /* Centers both horizontally and vertically */
    padding-right:calc((80% - 13em));
    background-color: #cfb578;
    width: 100%;
    margin-top: 0px;
    padding-top: 30PX;
    padding-bottom:30px;
    right:0%;
 
    
}
    .creditCard p[b-5c7hogfbp3] {
        width: 50%;
        position: absolute;
        right: 10%;
        top: 80px;
        font-size: 15px;
        color: #57451c;
        margin-bottom:10px;
    }

    .creditCard h2[b-5c7hogfbp3] {
        position: absolute;
        right: 10%;
        margin-top: 25px;
        width: 50%;
        text-align: right;
        line-height: 30px;
        font-size: 1.5em;
        padding-bottom: 20px;
        top:0px;
        
        
    }
@media only screen and (max-width: 1550px) {
  
    .Midd[b-5c7hogfbp3] {
        width: 98%;
        position: relative;
        right: 1%;
        /* display:inline-flex; */
    }
    .midContent[b-5c7hogfbp3] {
        position: relative;
        width: 49%;
        right: 0%;
        color: black;
    }

}
@media only screen and (max-width: 1300px) {

    .Midd[b-5c7hogfbp3] {
        width: 98%;
        position: relative;
        right: 1%;
        /* display:inline-flex; */
    }

    .midContent[b-5c7hogfbp3] {
        position: relative;
        width: 96%;
        right: 1%;
        color: black;
    }
    .creditCard[b-5c7hogfbp3] {
        position: relative;
        /* Centers both horizontally and vertically */
        padding-right: 0px;
        background-color: #cfb578;
        width: 100%;
        margin-top: 100px;
        padding-top: 30PX;
    }

        .creditCard h2[b-5c7hogfbp3] {
            position: relative;
            right: 0px;
            margin-top: 40px;
            width: 100%;
            text-align: center;
            line-height: 30px;
            font-size: 1em;
            padding-bottom: 20px;
            top: auto;
          
        }
}

@media only screen and (max-width: 900px) {
    .midContent[b-5c7hogfbp3] {
        position: relative;
        width: 98%;
        right: 2%;
        color: black;
    }
    .creditCard[b-5c7hogfbp3] {
        position: relative;
        /* Centers both horizontally and vertically */

        background-color: #cfb578;
        width: 100%;
        margin-top: 100px;
        padding-top: 30PX;
    }

        .creditCard h2[b-5c7hogfbp3] {
            position: relative;
            right: 0px;
            margin-top: 40px;
            width: 100%;
            text-align: center;
            line-height: 30px;
            font-size: 1em;
            padding-bottom: 20px;
            top: auto;
           
        }

}

@media only screen and (max-width: 700px) {
    .midContent[b-5c7hogfbp3] {
        position: relative;
        width: 96%;
        right: 2%;
        color: black;
        top:0px;
    }

    .Midd[b-5c7hogfbp3] {
        width: 100%;
        position: relative;
        right: 0%;
        /* display:inline-flex; */
    }
    .creditCard[b-5c7hogfbp3] {
        position: relative;
      /* Centers both horizontally and vertically */
       
        background-color: #cfb578;
        width:98%;
        margin-top: 100px;
        padding-top:30PX;
        right:1%;
    }

        .creditCard h2[b-5c7hogfbp3] {
            position: relative;
            right: 0px;
            margin-top: 40px;
            width: 98%;
            text-align: center;
            line-height: 30px;
            font-size: 1em;
            padding-bottom: 20px;
            top: auto;
            right: auto;
            right:1%;
        }
        .creditCard p[b-5c7hogfbp3] {
            width: 90%;
            position: relative;
            right: 5%;
            top: 5px;
            font-size: 13px;
            color: #57451c;
            text-align:justify;
        }

}
/* _content/SarafiparsWeb/Pages/Law.razor.rz.scp.css */

.terms-wrapper[b-d8lex9szo3] {
    padding: 20px;
    display: flex;
    justify-content: center;
    font-size:13px;
}

.terms-container[b-d8lex9szo3] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 30px 40px;
    max-width: 900px;
    width: 100%;
}

.terms-title[b-d8lex9szo3] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2rem;
    color: #2c3e50;
}

.intro[b-d8lex9szo3] {
    text-align: justify;
    margin-bottom: 30px;
    font-size: 1rem;
}

.section[b-d8lex9szo3] {
    margin-bottom: 20px;
}

.section-header[b-d8lex9szo3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #f7f7f7;
    padding: 10px 15px;
    border-radius: 4px;
}

    .section-header h2[b-d8lex9szo3] {
        font-size: 1.5rem;
        margin: 0;
        color: #2c3e50;
    }

.toggle-icon[b-d8lex9szo3] {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c3e50;
}

.section-content[b-d8lex9szo3] {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 0;
    opacity: 0;
}

    .section-content.open[b-d8lex9szo3] {
        max-height: 1000px; /* مقدار بالایی برای انیمیشن */
        opacity: 1;
        margin-top: 10px;
    }

    .section-content.closed[b-d8lex9szo3] {
        max-height: 0;
        opacity: 0;
    }

ul[b-d8lex9szo3], ol[b-d8lex9szo3] {
    margin: 10px 0 10px 20px;
    padding: 0;
}

li[b-d8lex9szo3] {
    margin-bottom: 10px;
}

.divider[b-d8lex9szo3] {
    border-top: 1px dashed #ccc;
    margin: 20px 0;
}

.note[b-d8lex9szo3] {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    font-size: 0.95rem;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
}

.sub-note[b-d8lex9szo3] {
    font-size: 0.9rem;
    margin-top: 10px;
    color: #e74c3c;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .terms-container[b-d8lex9szo3] {
        padding: 20px;
    }

    .terms-title[b-d8lex9szo3] {
        font-size: 1.75rem;
    }

    .section-header h2[b-d8lex9szo3] {
        font-size: 1.3rem;
    }

    .intro[b-d8lex9szo3], li[b-d8lex9szo3], p[b-d8lex9szo3] {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .terms-container[b-d8lex9szo3] {
        padding: 15px;
    }

    .terms-title[b-d8lex9szo3] {
        font-size: 1.5rem;
    }

    .section-header h2[b-d8lex9szo3] {
        font-size: 1.2rem;
    }

    .intro[b-d8lex9szo3], li[b-d8lex9szo3], p[b-d8lex9szo3] {
        font-size: 0.9rem;
    }
}


/* _content/SarafiparsWeb/Pages/MoneyTransfer.razor.rz.scp.css */
.CurrencyRate[b-pqziebx3pp]{
    position:relative;
   
    right:0px;
    width:540px;
    text-align:center;
    display:none;
}
.ChartjsCls[b-pqziebx3pp]{
    position:absolute;
    width:50%;
    height:150px;
    top:200px;
   
    padding:10px;
    border-radius:10px;
}
.disable-scroll[b-pqziebx3pp] {
    overflow: hidden;
}


.midContent[b-pqziebx3pp] {
    width: 100%;
}
.CurrencySecondPage[b-pqziebx3pp]{
    position:absolute;
    top:50px;
    width:500px;
   
}
h1[b-pqziebx3pp]{
    text-align:justify;

}
h1 span[b-pqziebx3pp] {
    font-size: 20px;
    color: #808080;
    
}
.TransferMoney[b-pqziebx3pp]{
    position:relative;
   
    left:0px;
    width:100%;
}
.Ltr[b-pqziebx3pp] {
    position: relative;
    direction: ltr;
    display: inline-block;
}
.Text[b-pqziebx3pp]{
    text-align:justify;
}

@media only screen and (max-width: 900px) {
    .CurrencyRate[b-pqziebx3pp] {
        position: relative;
        top: 400px;
        right: 0px;
        width: 540px;
        text-align: center;
        display: none;
    }
    .ChartjsCls[b-pqziebx3pp] {
        position: absolute;
        width: 100%;
        height: 100px;
        top: 520px;
        padding: 10px;
        border-radius: 10px;
    }

    .midContent[b-pqziebx3pp] {
        width: 100%;
    }

    .CurrencySecondPage[b-pqziebx3pp] {
        position: absolute;
        margin-top: 300px;
        width: 500px;
    }

    h1[b-pqziebx3pp] {
        text-align: justify;
    }

        h1 span[b-pqziebx3pp] {
            font-size: 20px;
            color: #808080;
        }

    .TransferMoney[b-pqziebx3pp] {
        position: relative;
        top: 400px;
        left: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .Midd2[b-pqziebx3pp] {
        width: 98%;
        position: relative;
        right: 1%;
    }
    .CurrencyRate[b-pqziebx3pp] {
        position: relative;
        top: 400px;
        right: 1%;
        width: 97%;
        text-align: center;
        display: none;
    }

    .midContent[b-pqziebx3pp] {
        width: 100%;
    }

    .CurrencySecondPage[b-pqziebx3pp] {
        position: absolute;
        top: 50px;
        width: 100%;
    }

    h1[b-pqziebx3pp] {
        text-align: justify;
    }

        h1 span[b-pqziebx3pp] {
            font-size: 20px;
            color: #808080;
        }

    .TransferMoney[b-pqziebx3pp] {
        position: relative;
        top: 200px;
        right: 2%;
        width: 96%;
        margin-bottom:50px;
    }
}
/* _content/SarafiparsWeb/Pages/Youtubeearning.razor.rz.scp.css */
.Half[b-jncoubvu79]{
    position:relative;
    width:50%;
    text-align:justify;
}
h1[b-jncoubvu79]{
    font-size:22px;
}
.CurrencyRate[b-jncoubvu79] {
    position: relative;
    right: 0px;
    width: 540px;
    text-align: center;
    display: none;
}
.HalfSecond[b-jncoubvu79] {
    position: absolute;
    width: 47%;
   
    left: 0px;
    top: 70px;
    border: solid orangered 1px;
    background-color: red;
}
.headercalc[b-jncoubvu79]{
    position:relative;
    width:100%;
    height:50px;
    background-color:orangered;
    line-height:50px;
    text-align:center;
    color:white;
  
}
.DailyView[b-jncoubvu79]{
    position:relative;
    width:100%;
    height:100px;
   background-color:white;
   align-items:center;
   text-align:center;
}
h2[b-jncoubvu79]{
    
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    height:50px;
    line-height:50px;
   
 
}
.Rang[b-jncoubvu79]{
    width:90%;
}
@media only screen and (max-width: 900px) {
    .Half[b-jncoubvu79] {
        position: relative;
        width: 100%;
        text-align: justify;
    }

    h1[b-jncoubvu79] {
        font-size: 22px;
    }

    .HalfSecond[b-jncoubvu79] {
        position: absolute;
        width: 100%;
        height: 800px;
        left: 0px;
        top: 70px;
        border: solid orangered 1px;
        background-color: red;
    }

    .headercalc[b-jncoubvu79] {
        position: relative;
        width: 100%;
        height: 50px;
        background-color: orangered;
        line-height: 50px;
        text-align: center;
        color: white;
    }

    .DailyView[b-jncoubvu79] {
        position: relative;
        width: 100%;
        height: 100px;
        background-color: white;
        align-items: center;
        text-align: center;
    }

    h2[b-jncoubvu79] {
        margin: 0 auto;
        text-align: center;
        font-size: 22px;
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 700px) {
    .Half[b-jncoubvu79] {
        position: relative;
        width: 100%;
        text-align: justify;
        
    }

    h1[b-jncoubvu79] {
        font-size: 22px;
    }

    .HalfSecond[b-jncoubvu79] {
        position: relative;
        width: 100%;
        height: auto;
        left: 0px;
        
        border: solid orangered 1px;
        background-color: red;
        margin-bottom:200px;

    }

    .headercalc[b-jncoubvu79] {
        position: relative;
        width: 100%;
        height: 50px;
        background-color: orangered;
        line-height: 50px;
        text-align: center;
        color: white;
    }

    .DailyView[b-jncoubvu79] {
        position: relative;
        width: 100%;
        height: 100px;
        background-color: white;
        align-items: center;
        text-align: center;
    }

    h2[b-jncoubvu79] {
        margin: 0 auto;
        text-align: center;
        font-size: 22px;
        height: 50px;
        line-height: 50px;
    }
}
/* _content/SarafiparsWeb/Shared/CallBack.razor.rz.scp.css */
.CallBackDiv[b-fy6r2qgp8w] {
    position:relative;
    text-align: right;
    width: 90%;
    height:100%;
    background-color: #DEB72A;
   
    overflow: hidden;
    font-size:16px;
    padding:15px;

}
h2[b-fy6r2qgp8w]{
    width:100%;
    text-align:center
}
.Midd2[b-fy6r2qgp8w]{
    display:inline-flex;
    border-radius:10px;
    padding-bottom:100px;
    height:700px;
    padding-top:30px;
}
.ripple-background[b-fy6r2qgp8w] {
    position: absolute;
    overflow: hidden;
    left: -0px;
    bottom: 0px;
    width: 250px;
    height: 250px;
}
.CallBackDivTitle[b-fy6r2qgp8w]{
    position:absolute;
    margin-right:10px;
    margin-top:0px;
    margin-bottom:50px;
    padding-bottom:50px;
}
.TelAndDetail[b-fy6r2qgp8w]{
    position:relative;
    margin-top:60px;
    margin-right:10px;
    font-size:16px;
    width:100%;
}
.Details[b-fy6r2qgp8w] {
    margin-top: 5px;
    
    position: absolute;
    font-size: 16px;
    width: 95%;
}
.circle[b-fy6r2qgp8w] {
    position: absolute;
    border-radius: 50%;
    background: white;
    animation: ripple-b-fy6r2qgp8w 8s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
}
.TelAndDetail .inputTel[b-fy6r2qgp8w] {
    margin-top:5px;
    text-align: left;
    direction: ltr;
    position: absolute;
    font-size: 14px;
    width:30%;
}

.small[b-fy6r2qgp8w] {
    width: 50px;
    height: 50px;
    left: -25px;
    bottom: -25px;
    overflow: hidden;
}

.medium[b-fy6r2qgp8w] {
    width: 100px;
    height: 100px;
    left: -50px;
    bottom: -50px;
    overflow: hidden;
}

.large[b-fy6r2qgp8w] {
    width: 150px;
    height: 150px;
    left: -75px;
    bottom: -75px;
}

.xlarge[b-fy6r2qgp8w] {
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
    overflow: hidden;
}

.xxlarge[b-fy6r2qgp8w] {
    width: 250px;
    height: 250px;
    left: -125px;
    bottom: -125px;
    overflow: hidden;
}

.shade1[b-fy6r2qgp8w] {
    opacity: 0.2;
    overflow: hidden;
}

.shade2[b-fy6r2qgp8w] {
    opacity: 0.5;
    overflow: hidden;
}

.shade3[b-fy6r2qgp8w] {
    opacity: 0.7;
    overflow: hidden;
}

.shade4[b-fy6r2qgp8w] {
    opacity: 0.8;
    overflow: hidden;
}

.shade5[b-fy6r2qgp8w] {
    opacity: 0.9;
    overflow: hidden;
}

@keyframes ripple-b-fy6r2qgp8w {
    0% {
        transform: scale(0.8);
        overflow: hidden;
    }

    50% {
        transform: scale(1.2);
        overflow: hidden;
    }

    100% {
        transform: scale(0.8);
        overflow: hidden;
    }
}
/* _content/SarafiparsWeb/Shared/ContactPage.razor.rz.scp.css */
.ContactUsPn[b-8lhy0xupqj] {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.ContactUsPnHid[b-8lhy0xupqj] {
    position: fixed;
    width: 100%;
    height: 92%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    display: none;
}

.Close[b-8lhy0xupqj] {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 25px;
    margin-top: 5px;
    color: #333333;
}

    .Close i[b-8lhy0xupqj] {
        padding-right: 30px;
        padding-left: 30px;
    }

.ContactUsMobOx[b-8lhy0xupqj] {
    position: absolute;
    width: 600px;
    right: calc((100% - 600px) / 2);
    height: calc(100% - 200px);
    background-color: white;
    border-radius: 10px;

}

    .ContactUsMobOx .ContactAvatar[b-8lhy0xupqj] {
        display: block;
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

.ContactusDiv[b-8lhy0xupqj] {
    position: relative;
    border-bottom: solid .5px #00000026;
    min-height:60px;
}

.socialMedia[b-8lhy0xupqj] {
    position: relative;
    display: inline;
    left: 0px;
    width: 30px;
    height: 30px;
    margin-right: 4px;
}

.socialMediaall[b-8lhy0xupqj] {
    position: absolute;
    left: 30px;
    top: 42px;
}

.AddressCon[b-8lhy0xupqj] {
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}

.sec[b-8lhy0xupqj] {
    position: absolute;
    text-align: left;
    right: 120px;
    top: 5px;
    margin-top: 30px;
}

    .sec a i[b-8lhy0xupqj] {
        font-size: 30px;
        color: blue;
    }

.AddressContitle[b-8lhy0xupqj] {
    position: absolute;
    width: 100%;
    text-align: left;
    font-size: 14px;
    direction: ltr;
   left:20px;
   bottom:20px;
   text-decoration:none
}

    .AddressContitle i[b-8lhy0xupqj] {
        color: #FBBD13;
        padding-right: 3px;
    }
.AddressContitle a[b-8lhy0xupqj]{
    text-decoration:none;
}
bubble[b-8lhy0xupqj] {
    display: block;
    position: absolute;
    cursor: pointer;
}

.bubble:hover[b-8lhy0xupqj]:after {
    background-color: green
}

.bubble[b-8lhy0xupqj]:after {
    content: "";
    background-color: green;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 1px;
    left: 1px;
}

.bubble .bubble-outer-dot[b-8lhy0xupqj] {
    margin: 1px;
    display: block;
    text-align: center;
    opacity: 1;
    background-color: green;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse-b-8lhy0xupqj 1.5s linear infinite;
    top: -9px;
    left: -.5px;
}

.bubble .bubble-inner-dot[b-8lhy0xupqj] {
    display: block;
    text-align: center;
    opacity: 1;
    background-color: greenyellow;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse-b-8lhy0xupqj 1.5s linear infinite
}

    .bubble .bubble-inner-dot[b-8lhy0xupqj]:after {
        content: "";
        display: block;
        text-align: center;
        opacity: 1;
        background-color: greenyellow;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-animation: bubble-pulse 1.5s linear infinite;
        -moz-animation: bubble-pulse 1.5s linear infinite;
        -o-animation: bubble-pulse 1.5s linear infinite;
        animation: bubble-pulse-b-8lhy0xupqj 1.5s linear infinite
    }

.ContactUsMobOx p[b-8lhy0xupqj] {
    position: absolute;
    width: 96%;
    right: 2%;
    text-align: justify;
    margin-top: 20px;
    font-size: 14px;
}

@-webkit-keyframes bubble-pulse {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes bubble-pulse-b-8lhy0xupqj {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@-moz-keyframes bubble-pulse {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@-o-keyframes bubble-pulse {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}


/*Center-div (Not part of the symbol)*/

#center-div[b-8lhy0xupqj] {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    right: 30px;
}
/*
@media only screen and (max-width: 900px) {
    #bottomStickContainer {
        display: block;
    }
}*/
/* _content/SarafiparsWeb/Shared/ContactUsTop.razor.rz.scp.css */
.ContactUsAll[b-43dhxk2omp] {
    position: absolute;
   
    width: 150px;
    height: 60px;
   
    color: white;
    z-index: 100;
    left: 0%;

}

.IranContact[b-43dhxk2omp] {
    position: absolute;
    right: 150px;
  
    top: 0px;
    width: 150px;
    height: 60px;
    padding-right: 10px;
}
.atag[b-43dhxk2omp] {
   
   
}
@media only screen and (max-width: 5000px) {
    .ContactUsAll[b-43dhxk2omp] {
        position: absolute;
        width: 200px;
        height: 60px;
     
        color: white;
        z-index: 100;
        left: 10%;
        top: 30px;
        text-align: center;
        border-radius: 10px;
        color: whitesmoke;
        padding-top: 5px;
    }

    .IranContact[b-43dhxk2omp] {
        position: absolute;
        right: 150px;
        background-color: #808080;
        top: 0px;
        width: 150px;
        height: 60px;
        padding-right: 10px;
    }
    .atag[b-43dhxk2omp] {
        text-decoration: none;
        color: #2AB318;
    }
}
    @media only screen and (max-width: 700px) {
        .ContactUsAll[b-43dhxk2omp] {
            position: absolute;
            top: 40px;
            width: 150px;
            height: 60px;
          font-size:13px;
            z-index: 100;
            left:10px;
        }
    }
/* _content/SarafiparsWeb/Shared/Convertor.razor.rz.scp.css */




.convertor[b-lpwgvxdviq] {
    position: absolute;
    left: 10px;
    width: 400px;
    cursor: pointer;
    top: 30px;
    height:500px;
    
}
.PriceHavale[b-lpwgvxdviq]{
    position:absolute;
    width:100%;
    height:30px;
    margin-top:215px;text-align:center;
    
}

.FromDiv[b-lpwgvxdviq] {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #353535;
    border-radius: 10px;
}

.ToDiv[b-lpwgvxdviq] {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 100px;
    background-color: #353535;
    margin-top: 10px;
    border-radius: 10px;
}

.convertorBtn[b-lpwgvxdviq] {
    position: absolute;
    top: 85px;
    background-color: #DEB72A;
    width: 40px;
    height: 40px;
    z-index: 1;
    right: 180px;
    border-radius: 20px;
    background-image: url('images/converter.png');
    background-size: cover;
}

.textCon[b-lpwgvxdviq] {
    position: absolute;
    right: 30px;
    color: white;
    top: 10px;
}

    .textCon select[b-lpwgvxdviq] {
        position: absolute;
        border: none;
        top: 40px;
        right: 0px;
        text-align: right;
        margin: 0px;
        background-color: #353535;
        color: #DEB72A;
        width: 80px;
    }

        .textCon select:focus[b-lpwgvxdviq] {
            outline: none;
        }

        .textCon select:checked[b-lpwgvxdviq] {
            outline: none;
        }

.inputAmount[b-lpwgvxdviq] {
    position: absolute;
    left: 30px;
    top: 10px;
    height: 80px;
    border: none;
    background-color: #353535;
    color: white;
    text-align: center;
}

    .inputAmount:focus[b-lpwgvxdviq] {
        outline: none;
    }
/*.inputAmount:  {
        border: none;
    }*/
.RequestBtn[b-lpwgvxdviq] {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 230px;
    line-height: 60px;
    background-color: #e14640;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    color: white;
}
    .RequestBtn img[b-lpwgvxdviq]{
        position:absolute;
        width:50px;
        left :120px;
        margin-top:0px;

    }
    .HowWork[b-lpwgvxdviq] {
        position: relative;
        width: 24.7%;
        height: 50px;
        background-color: #DEB72A;
        margin-top: 10px;
        display: inline-table;
        border-radius: 10px;
    }

.outer[b-lpwgvxdviq] {
    background: #DEB72A;
    opacity: 0.9;
    width: 100%;
    padding: 10px;
    border-radius: 7px 7px 0px 0px;
}

    .outer.dark[b-lpwgvxdviq] {
        background: #DEB72A;
    }

        .outer.dark .dot[b-lpwgvxdviq] {
            background: #DEB72A;
        }

    .outer.yosemite[b-lpwgvxdviq] {
        background: #DEB72A;
        /* Old browsers */
        background: -moz-linear-gradient(top, #DEB72A 0%, #DEB72A 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DEB72A), color-stop(100%, #DEB72A));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #DEB72A 0%, #DEB72A 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #DEB72A 0%, #DEB72A 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #DEB72A 0%, #DEB72A 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #DEB72A 0%, #DEB72A 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#DEB72A", endColorstr="#DEB72A",GradientType=0 );
        /* IE6-9 */
        border: 1px solid #d8d8d8;
        border-bottom: 1px solid #b4b4b4;
    }

.dot[b-lpwgvxdviq] {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f9f9f9;
    border-radius: 50%;
    margin: 0 4px 0 0;
}

    .dot.red[b-lpwgvxdviq] {
        background: #ff6057;
        border: 1px solid #e14640;
        cursor: pointer;
    }

    .dot.amber[b-lpwgvxdviq] {
        background: #ffbd2e;
        border: 1px solid #dfa123;
    }

    .dot.green[b-lpwgvxdviq] {
        background: #27c93f;
        border: 1px solid #1dad2b;
    }

.RequestTrasactionPage[b-lpwgvxdviq] {
    position: fixed;
    width: 30%;
    height: 50vh;
    left: 35%;
    top: 25vh;
    opacity: 1;
    background-color: #fbfbfb;
    z-index: 100;
    background-color: rgb(51, 51, 51, .4);
    backdrop-filter: blur(5px);
    display: block;
    transition: all 3s;
    border-radius: 10px;
    color: black;
    z-index: 104;
    min-width:400px;
    min-height:400px;
}
.whatsappReq[b-lpwgvxdviq] {
    position: relative;
  text-align:center;
}
    .whatsappReq img[b-lpwgvxdviq] {
        display:block;
        width: 40%;
      margin-top:20px;
      margin-left:auto;
      margin-right:auto;
    }
    .whatsappReq span a[b-lpwgvxdviq]{
        text-decoration:none;
        direction:ltr;
        text-align:left;
        color:blue;;
    }

    .RequestTrasactionPage[b-lpwgvxdviq]::before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgb(51, 51, 51, .2);
        backdrop-filter: blur(0px);
        border-radius: 10px;
    }

.RequestTrasactionPageClose[b-lpwgvxdviq] {
    position: fixed;
    width: 0%;
    height: 0vh;
    left: 0%;
    top: 20%;
    background-color: #F2F2F2;
    z-index: 100;
    border: solid 0.9px black;
    display: none;
    transition: all 3s;
}

.HowWork h4[b-lpwgvxdviq] {
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.WorkDiv p[b-lpwgvxdviq] {
    position: relative;
    font-size: 13px;
    width: 95%;
    text-align: center;
    right: 2.5%;
}

.WorkDiv[b-lpwgvxdviq] {
    position: relative;
    width: 100%;
    margin-top: 130px;
}

@media only screen and (max-width: 900px) {
    .midContent[b-lpwgvxdviq] {
        position: relative;
        width: 96%;
        right: 2%;
        color: black;
        height: auto;
    }

        .midContent h1[b-lpwgvxdviq] {
            position: relative;
            font-size: 25px;
            width: 100%;
            top: 30px;
            display: inline;
            padding-top: initial;
            z-index: 104;
            height: 30px;
        }

        .midContent h2[b-lpwgvxdviq] {
            font-size: 20px;
            width: 100%;
            margin-top: 20px;
            text-align: justify;
            color: #626262;
            line-height: 30px;
            display: none;
        }

    .Main[b-lpwgvxdviq] {
        position: relative;
        width: 100%;
    }

    .convertor[b-lpwgvxdviq] {
        position: relative;
        left: 0px;
        width: 100%;
        margin-top: 10px;
        height: 310px;
    }

    .FromDiv[b-lpwgvxdviq] {
        position: absolute;
        width: 100%;
        height: 100px;
        background-color: #353535;
        border-radius: 10px;
    }

    .ToDiv[b-lpwgvxdviq] {
        position: absolute;
        width: 100%;
        height: 100px;
        top: 100px;
        background-color: #353535;
        margin-top: 10px;
        border-radius: 10px;
    }

    .convertorBtn[b-lpwgvxdviq] {
        position: absolute;
        top: 85px;
        background-color: #DEB72A;
        width: 40px;
        height: 40px;
        z-index: 1;
        right: 46%;
        border-radius: 20px;
        background-image: url('images/converter.png');
        background-size: cover;
    }

    .textCon[b-lpwgvxdviq] {
        position: absolute;
        right: 30px;
        color: white;
        top: 10px;
    }

        .textCon select[b-lpwgvxdviq] {
            position: absolute;
            border: none;
            top: 40px;
            right: 0px;
            text-align: right;
            margin: 0px;
            background-color: #353535;
            color: #DEB72A;
            width: 80px;
        }

            .textCon select:focus[b-lpwgvxdviq] {
                outline: none;
            }

            .textCon select:checked[b-lpwgvxdviq] {
                outline: none;
            }

    .inputAmount[b-lpwgvxdviq] {
        position: absolute;
        left: 30px;
        top: 10px;
        height: 80px;
        border: none;
        background-color: #353535;
        color: white;
        text-align: center;
    }

        .inputAmount:focus[b-lpwgvxdviq] {
            outline: none;
        }
    /*.inputAmount:  {
        border: none;
    }*/
    .RequestBtn[b-lpwgvxdviq] {
        position: absolute;
        width: 100%;
        height: 60px;
        top: 220px;
        line-height: 60px;
        background-color: #ff6a00;
        margin-top: 10px;
        text-align: center;
        color: black;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }

    .HowWork[b-lpwgvxdviq] {
        position: relative;
        width: 49%;
        height: 50px;
        background-color: #DEB72A;
        margin-top: 10px;
        display: inline-table;
        border-radius: 10px;
    }

        .HowWork h4[b-lpwgvxdviq] {
            font-size: 12px;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .WorkDiv p[b-lpwgvxdviq] {
        position: relative;
        font-size: 13px;
        width: 95%;
        text-align: center;
        right: 2.5%;
    }

    .WorkDiv[b-lpwgvxdviq] {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1100px) {
    .convertor[b-lpwgvxdviq] {
        position: relative;
        left: 0px;
        width: 100%;
        margin-top: 10px;
        height: 310px;
    }
}

    @media only screen and (max-width: 700px) {
        .midContent[b-lpwgvxdviq] {
            position: relative;
            width: 96%;
            right: 2%;
            color: black;
            height: auto;
        }

            .midContent h1[b-lpwgvxdviq] {
                position: relative;
                font-size: 25px;
                width: 100%;
                top: 30px;
                display: inline-flex;
                padding-top: initial;
                z-index: 104;
                height: 30px;
                text-align: center;
            }

            .midContent h2[b-lpwgvxdviq] {
                font-size: 20px;
                width: 100%;
                margin-top: 20px;
                text-align: justify;
                color: #626262;
                line-height: 30px;
                display: none;
            }

        .Main[b-lpwgvxdviq] {
            position: relative;
            width: 100%;
        }

        .convertor[b-lpwgvxdviq] {
            position: relative;
            left: 0px;
            width: 100%;
            margin-top: 10px;
            height: 310px;
        }

        .FromDiv[b-lpwgvxdviq] {
            position: absolute;
            width: 100%;
            height: 100px;
            background-color: #353535;
            border-radius: 10px;
        }

        .ToDiv[b-lpwgvxdviq] {
            position: absolute;
            width: 100%;
            height: 100px;
            top: 100px;
            background-color: #353535;
            margin-top: 10px;
            border-radius: 10px;
        }

        .convertorBtn[b-lpwgvxdviq] {
            position: absolute;
            top: 85px;
            background-color: #DEB72A;
            width: 40px;
            height: 40px;
            z-index: 1;
            right: 46%;
            border-radius: 20px;
            background-image: url('images/converter.png');
            background-size: cover;
        }

        .textCon[b-lpwgvxdviq] {
            position: absolute;
            right: 30px;
            color: white;
            top: 10px;
        }

            .textCon select[b-lpwgvxdviq] {
                position: absolute;
                border: none;
                top: 40px;
                right: 0px;
                text-align: right;
                margin: 0px;
                background-color: #353535;
                color: #DEB72A;
                width: 80px;
            }

                .textCon select:focus[b-lpwgvxdviq] {
                    outline: none;
                }

                .textCon select:checked[b-lpwgvxdviq] {
                    outline: none;
                }

        .inputAmount[b-lpwgvxdviq] {
            position: absolute;
            left: 30px;
            top: 10px;
            height: 80px;
            border: none;
            background-color: #353535;
            color: white;
            text-align: center;
        }

            .inputAmount:focus[b-lpwgvxdviq] {
                outline: none;
            }
        /*.inputAmount:  {
        border: none;
    }*/
        .RequestBtn[b-lpwgvxdviq] {
            position: absolute;
            width: 100%;
            height: 60px;
            top: 220px;
            line-height: 60px;
            background-color: #2AB318;
            margin-top: 10px;
            text-align: center;
            color: white;
            border-radius: 10px;
            font-size: 15px;
            cursor: pointer;
        }

            .RequestBtn img[b-lpwgvxdviq] {
                position: absolute;
                width: 50px;
                left: 100px;
                margin-top: 0px;
            }

        .HowWork[b-lpwgvxdviq] {
            position: relative;
            width: 49%;
            height: 50px;
            background-color: #DEB72A;
            margin-top: 10px;
            display: inline-table;
            border-radius: 10px;
        }

            .HowWork h4[b-lpwgvxdviq] {
                font-size: 12px;
                width: 100%;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

        .WorkDiv p[b-lpwgvxdviq] {
            position: relative;
            font-size: 13px;
            width: 95%;
            text-align: center;
            right: 2.5%;
        }

        .WorkDiv[b-lpwgvxdviq] {
            position: relative;
            width: 100%;
            margin-top: 50px;
        }
    }
/* _content/SarafiparsWeb/Shared/CreaditCard.razor.rz.scp.css */
@charset "UTF-8";
/********************************* 
COMEÇO Transformação 3d do cartão 
*********************************/
.esqueleto-cartao[b-4bmqtkalpm] {
    position: relative;
    width: 22em;
    height: 13em;
    z-index: 1;
    -webkit-transition: all 0.4s linear;
    /* Saf3.2+, Chrome */
    -moz-transition: all 0.4s linear;
    /* FF4+ */
    -o-transition: all 0.4s linear;
    /* Opera 10.5+ */
    transition: all 0.4s linear;
    -webkit-perspective: 1000;
    /* Saf4+, Chrome 12+ */
    -moz-perspective: 1000;

}

    .esqueleto-cartao .cartao[b-4bmqtkalpm] {
        animation: animatecard-b-4bmqtkalpm 5s ease-in-out 0s infinite normal forwards;
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 0.4s linear;
        /* Saf3.2+, Chrome */
        -moz-transition: all 0.4s linear;
        /* FF4+ */
        -o-transition: all 0.4s linear;
        /* Opera 10.5+ */
        transition: all 0.4s linear;
    }

        .esqueleto-cartao .cartao .face-cartao[b-4bmqtkalpm] {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -ms-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .esqueleto-cartao .cartao .face-cartao.traseira[b-4bmqtkalpm] {
                display: block;
                -webkit-transform: rotateY(180deg);
                -moz-transform: rotateY(180deg);
                -ms-transform: rotateY(180deg);
                transform: rotateY(180deg);
                -webkit-box-sizing: border-box;
                /* prev iOS4, prev Android  2.3 */
                -moz-box-sizing: border-box;
                /* FF1+ */
                box-sizing: border-box;
                /* Chrome, IE8, Opera, Safari 5.1*/
            }

/****************************** 
FIM Transformação 3d do cartão 
******************************/
/************************ 
COMEÇO animacao do cartão 
************************/
@keyframes animatecard-b-4bmqtkalpm {
    0% {
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center;
    }

    10% {
        animation-timing-function: ease-in;
        transform: scale(0.91);
    }

    17% {
        animation-timing-function: ease-out;
        transform: scale(0.98);
    }

    33% {
        animation-timing-function: ease-in;
        transform: scale(0.87);
    }

    45% {
        animation-timing-function: ease-out;
        -webkit-transform: rotateY(180deg) scale(1);
        -moz-transform: rotateY(180deg) scale(1);
        -ms-transform: rotateY(180deg) scale(1);
        transform: rotateY(180deg) scale(1);
    }

    100% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}
/********************* 
FIM animacao do cartão 
*********************/
/*************************** 
COMEÇO Estilização do cartão 
***************************/


small[b-4bmqtkalpm] {
    opacity: 0.7;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    width:100%;
    text-align:center;
}
.esqueleto-cartao[b-4bmqtkalpm]{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.esqueleto-cartao .cartao[b-4bmqtkalpm] {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    background: #5d54cc;
    color: white;
}

    .esqueleto-cartao .cartao .face-cartao[b-4bmqtkalpm] {
        border-radius: 15px;
    }

        .esqueleto-cartao .cartao .face-cartao.frontal[b-4bmqtkalpm] {
          background-color:black;
        }

            .esqueleto-cartao .cartao .face-cartao.frontal .chip[b-4bmqtkalpm] {
                width: 55px;
                height: 40px;
                position: absolute;
                left: 20px;
                top: 30px;
                border-radius: 3px;
                background: -webkit-linear-gradient(to top left, #aacaef, #fde7f9);
                background: -moz-linear-gradient(to top left, #aacaef, #fde7f9);
                background: linear-gradient(to top left, #aacaef, #fde7f9);
                display: flex;
                justify-content: center;
                align-items: center;
            }
.LogoSarafi[b-4bmqtkalpm]{
    height:60px;
    position:absolute;
    right:10px;
    top:10px;
}
.esqueleto-cartao .cartao .face-cartao.frontal .chip div[b-4bmqtkalpm] {
    padding: 4px 6px;
    background-color: orange;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}

            .esqueleto-cartao .cartao .face-cartao.frontal .numero-cartao[b-4bmqtkalpm] {
                font-weight: 500;
                font-size:1.8em;
                width:88%;
                text-align:center;
                position: absolute;
                top: 95px;
                left: 20px;
            }

            .esqueleto-cartao .cartao .face-cartao.frontal .proprietario[b-4bmqtkalpm] {
                position: absolute;
                left: 20px;
                bottom: 50px;
                font-size:12px;
            }

            .esqueleto-cartao .cartao .face-cartao.frontal .validade[b-4bmqtkalpm] {
                position: absolute;
                bottom: 25px;
                left: 20px;
                display: flex;
                align-items: center;
            }

                .esqueleto-cartao .cartao .face-cartao.frontal .validade .small[b-4bmqtkalpm] {
                    font-size: 0.5em;
                    font-weight: bold;
                    line-height: 9px;
                    margin-right: 5px;
                }

            .esqueleto-cartao .cartao .face-cartao.frontal .bandeira[b-4bmqtkalpm] {
                position: absolute;
                bottom: 25px;
                right: 20px;
                width: 70px;
                height: 40px;
                border-radius: 30px;
                background-color: rgba(255, 255, 255, 0.4);
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .esqueleto-cartao .cartao .face-cartao.frontal .bandeira div.mastercard[b-4bmqtkalpm] {
                    width: 50px;
                    position: relative;
                }

                    .esqueleto-cartao .cartao .face-cartao.frontal .bandeira div.mastercard .circulo[b-4bmqtkalpm] {
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        bottom: -15px;
                        border-radius: 15px;
                    }

                    .esqueleto-cartao .cartao .face-cartao.frontal .bandeira div.mastercard .c-vermelho[b-4bmqtkalpm] {
                        background: red;
                        left: 0;
                    }

                    .esqueleto-cartao .cartao .face-cartao.frontal .bandeira div.mastercard .c-laranja[b-4bmqtkalpm] {
                        background: orange;
                        opacity: 0.8;
                        right: 0;
                    }

        .esqueleto-cartao .cartao .face-cartao.traseira[b-4bmqtkalpm] {
           background-color:black;
        }

            .esqueleto-cartao .cartao .face-cartao.traseira .barra[b-4bmqtkalpm] {
                width: 100%;
                height: 40px;
                margin-top: 20px;
                background-color: white;
            }

            .esqueleto-cartao .cartao .face-cartao.traseira .observacao[b-4bmqtkalpm] {
                display: block;
                width: 80%;
                margin: auto;
                font-size: 0.8em;
                margin-top: 10px;
            }

                .esqueleto-cartao .cartao .face-cartao.traseira .observacao a[b-4bmqtkalpm] {
                    text-decoration: none;
                    color: lightblue;
                }

                    .esqueleto-cartao .cartao .face-cartao.traseira .observacao a:hover[b-4bmqtkalpm] {
                        text-decoration: underline;
                    }

            .esqueleto-cartao .cartao .face-cartao.traseira .box-senha[b-4bmqtkalpm] {
                width: 80%;
                padding: 5px;
                margin: auto;
                margin-top: 20px;
                background-color: white;
                color: black;
                text-align: right;
            }

@media only screen and (max-width: 700px) {
    .esqueleto-cartao[b-4bmqtkalpm] {
        margin: 0 auto;
    }
}
/* _content/SarafiparsWeb/Shared/CryptoCurrencyRates.razor.rz.scp.css */
.Midd2[b-fzjvg6pjk5]{
    margin-top:30px;
}
.grid-row[b-fzjvg6pjk5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15%, 24%));
    grid-gap: 15px 15px;
    justify-content: center;
    align-items: baseline;
}
.grid-item[b-fzjvg6pjk5]{
    position:relative;
    height:100px;
    background-color:#535353;
    color:#f2f2f2;
    padding:10px;
    border-radius:10px;
}
.grid-item h4[b-fzjvg6pjk5]{
    font-size:14px;
    display:inline;
}
    .grid-item h6[b-fzjvg6pjk5]{
        font-size: 12px;
        display: inline;
    }
    .price[b-fzjvg6pjk5]{
        position:relative;
        width:100%;
        direction:ltr;
        text-align:center;
        font-size:25px;
        line-height:25px;

    }
    .grid-item span[b-fzjvg6pjk5]{
        position:absolute;
       margin-left:-28px;
       margin-top:1px;
        display:inline;
        font-size:11px;

    }
.ColorBackRed[b-fzjvg6pjk5] {
    color: #f7817e;
    /* text-shadow: 0 0 10px rgba(255, 0, 0, 1), 0 0 40px rgba(255, 0, 0, 1), 0 0 100px rgba(255, 0, 0, 1);*/
}

.ColorBackGreen[b-fzjvg6pjk5] {
    color: #00D95D;
    /*  text-shadow: 0 0 10px rgba(0, 217, 93, .7), 0 0 40px rgba(0, 217, 93, .7), 0 0 100px rgba(0, 217, 93, .7);*/
}

h3[b-fzjvg6pjk5]{
    width:100%;
    text-align:center;
}
@media only screen and (max-width: 1400px) {
    .Midd2[b-fzjvg6pjk5] {
        margin-top: 270px;
    }
    .grid-row[b-fzjvg6pjk5] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 400px));
        grid-gap: 15px 15px;
        justify-content: center;
        align-items: baseline;
    }
}  
@media only screen and (max-width: 900px) {
    .grid-row[b-fzjvg6pjk5] {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 400px));
        grid-gap: 15px 15px;
        justify-content: center;
        align-items: baseline;
    }
}  
/* _content/SarafiparsWeb/Shared/CurrencyRate.razor.rz.scp.css */
.midContent[b-85gt3fn8h7] {
    position: relative;
    width: 100%;
    right: 0%;
    color: black;
    margin-top:20px;
    max-height:600px
   
  
}
.ColorBackGreen[b-85gt3fn8h7] {
    animation: mymove-b-85gt3fn8h7 2s ;
}
   
@keyframes mymove-b-85gt3fn8h7 {
    50% {
        background-color: #B4DED0;
    }



    100% {
      
        color: black;
    }
}
.ColorBackRed[b-85gt3fn8h7] {
    animation: red-b-85gt3fn8h7 2s;
}

@keyframes red-b-85gt3fn8h7 {
    50% {
        background-color: #F6B0B0;
        
    }



    100% {
        color: black;
    }
}
.wifi-symbol[b-85gt3fn8h7] {
    display: none;
    display: block;
    position: absolute;
    top: -50px;
    display: inline-block;
    width: 5px;
    height: 5px;
    left: 100px;
    -ms-transform: rotate(-45deg) translate(-100px);
    -moz-transform: rotate(-45deg) translate(-100px);
    -o-transform: rotate(-45deg) translate(-100px);
    -webkit-transform: rotate(-45deg) translate(-100px);
    transform: rotate(-45deg) translate(-100px);
}

.wifi-circle[b-85gt3fn8h7] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-color: $circleColor;
    border-style: solid;
    border-width: 1em 1em 0 0;
    -webkit-border-radius: 0 100% 0 0;
    border-radius: 0 100% 0 0;
    opacity: 0;
    -o-animation: wifianimation 3s infinite;
    -moz-animation: wifianimation 3s infinite;
    -webkit-animation: wifianimation 3s infinite;
    animation: wifianimation 3s infinite;
    &.first

{
    -o-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

&.second[b-85gt3fn8h7] {
    width: 5em;
    height: 5em;
    -o-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

&.third[b-85gt3fn8h7] {
    width: 3em;
    height: 3em;
}

&.fourth[b-85gt3fn8h7] {
    width: 1em;
    height: 1em;
    opacity: 1;
    background-color: $circleColor;
    -o-animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
}

}
}

@-o-keyframes wifianimation {
    0% {
        opacity: 0.4;
    }

    5% {
        opactiy: 1;
    }

    6% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

@-moz-keyframes wifianimation {
    0% {
        opacity: 0.4;
    }

    5% {
        opactiy: 1;
    }

    6% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

@-webkit-keyframes wifianimation {
    0% {
        opacity: 0.4;
    }

    5% {
        opactiy: 1;
    }

    6% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

.midContent h2[b-85gt3fn8h7]{
    width:100%;
    text-align:center;
}


.Main[b-85gt3fn8h7] {

    position: relative;
    width: 100%;
    margin-top:20px;
    
}
.CurrencyTable[b-85gt3fn8h7]{

    position:relative;
    margin-top:20px;
    width:100%;
    height:400px;
   
}
.tbdiv[b-85gt3fn8h7] {
    position: relative;
    display: inline-table;
    width: 29%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    direction: ltr;
    margin-top:1px;
}
    .tbdiv img[b-85gt3fn8h7]{
        position:absolute;
        right:0px;
        width:50px;
    }
    .headertb[b-85gt3fn8h7] {
        background-color: #333333;
        color: #DEB72A;
        font-size: 17px;
    }
.nameCur[b-85gt3fn8h7] {
    width: 40.0%;
   
}
.nameCur h2[b-85gt3fn8h7] {
    font-size:15px;
    display:inline;
}
.CurrencyTable a[b-85gt3fn8h7] {
    text-decoration: none;
    color: #333333;
}
@media only screen and (max-width: 1300px) {
    .midContent[b-85gt3fn8h7] {
        position: relative;
        width: 96%;
        right: 2%;
        color: black;
        top: 70px;
        max-height: 1000px;
        min-height: auto;
    }

        .midContent h2[b-85gt3fn8h7] {
            width: 100%;
            text-align: center;
        }

    .h522[b-85gt3fn8h7] {
        font-size: 13px;
        width: 100%;
        left: 0px;
    }

    .Main[b-85gt3fn8h7] {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .CurrencyTable[b-85gt3fn8h7] {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }

    .tbdiv[b-85gt3fn8h7] {
        position: relative;
        display: inline-table;
        width: 18.0%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        direction: ltr;
    }

    .nameCur[b-85gt3fn8h7] {
        width: 60.0%;
    }

    .tbdiv img[b-85gt3fn8h7] {
        position: absolute;
        right: 0px;
        width: 30px;
        margin-top: 10px;
    }

    .headertb[b-85gt3fn8h7] {
        background-color: #333333;
        color: #DEB72A;
        font-size: 17px;
    }
}


@media only screen and (max-width: 700px) {
    .midContent[b-85gt3fn8h7] {
        position: relative;
        width: 97%;
        right: 2%;
        color: black;
        top: 70px;
        max-height: 1000px;
        min-height: auto;
    }

        .midContent h2[b-85gt3fn8h7] {
            width: 100%;
            text-align: center;
        }

    .h522[b-85gt3fn8h7] {
        font-size: 13px;
        width: 100%;
        left: 0px;
    }

    .Main[b-85gt3fn8h7] {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .CurrencyTable[b-85gt3fn8h7] {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }

    .tbdiv[b-85gt3fn8h7] {
        position: relative;
        display: inline-table;
        width: 18.0%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        direction: ltr;
    }

    .nameCur[b-85gt3fn8h7] {
        width: 60.0%;
    }

    .tbdiv img[b-85gt3fn8h7] {
        position: absolute;
        right: 0px;
        width: 30px;
        margin-top: 10px;
    }

    .headertb[b-85gt3fn8h7] {
        background-color: #333333;
        color: #DEB72A;
        font-size: 17px;
    }
}
/* _content/SarafiparsWeb/Shared/CurrencyRateHavaleh.razor.rz.scp.css */
:root[b-1d0fj804v5] {
    --loading-grey: black;
}
.midContent[b-1d0fj804v5] {
    position: relative;
    width: 50%;
    right:50%;
    color: black;
    margin-top:20px;
    max-height:250px;
    
  top:-480px;
}
.midContent h2[b-1d0fj804v5]{
    width:100%;
    text-align:center;
}

.h522[b-1d0fj804v5] {
    font-size:13px;
    width: 65%;
    left: 0px;
}
h5[b-1d0fj804v5] {
    position: absolute;
    font-size: 15px;
    display: contents;
    text-align: center;
}
.Main[b-1d0fj804v5] {

    position: relative;
    width: 100%;
    margin-top:0px;
    
    
}
.CurrencyTable[b-1d0fj804v5]{

    position:relative;
    margin-top:20px;
    width:100%;
  
   
}
.tbdiv[b-1d0fj804v5] {
    position: relative;
    display: inline-table;
    width: 31.8%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size:14px;
    direction:ltr;

}
    .tbdiv img[b-1d0fj804v5]{
        position:absolute;
        right:0px;
        width:50px;
      
    }
    .headertb[b-1d0fj804v5] {
        background-color: #333333;
        color: #DEB72A;
        font-size: 17px;
    }
.loading[b-1d0fj804v5] {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;);
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 1s loading-b-1d0fj804v5 ease-in-out infinite;
    min-height: 1.6rem;
    border-radius: 4px;
    animation-delay: 0.05s;
}

@keyframes loading-b-1d0fj804v5 {
    to {
        background-position-x: -20%;
    }
}

.loading div[b-1d0fj804v5] {
    min-height: 1.6rem;
    border-radius: 4px;
    animation-delay: 0.05s;
}

.loading .description[b-1d0fj804v5] {
    min-height: 4rem;
    border-radius: 4px;
    animation-delay: 0.06s;
}
@media only screen and (max-width: 1300px) {
    .midContent[b-1d0fj804v5] {
        position: relative;
        width: 97%;
        right: 2%;
        color: black;
        top: 270px;
        max-height: 1000px;
        min-height: auto;
    }

        .midContent h2[b-1d0fj804v5] {
            width: 100%;
            text-align: center;
        }

    .h522[b-1d0fj804v5] {
        font-size: 13px;
        width: 100%;
        left: 0px;
    }

    .Main[b-1d0fj804v5] {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .CurrencyTable[b-1d0fj804v5] {
        position: relative;
        margin-top: 20px;
        width: 100%;
    }

    .tbdiv[b-1d0fj804v5] {
        position: relative;
        display: inline-table;
        width: 18.0%;
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        direction: ltr;
    }

    .nameCur[b-1d0fj804v5] {
        width: 60.0%;
    }

    .tbdiv img[b-1d0fj804v5] {
        position: absolute;
        right: 0px;
        width: 30px;
        margin-top: 10px;
    }

    .headertb[b-1d0fj804v5] {
        background-color: #333333;
        color: #DEB72A;
        font-size: 17px;
    }
}


    @media only screen and (max-width: 700px) {
        .midContent[b-1d0fj804v5] {
            position: relative;
            width: 97%;
            right: 2%;
            color: black;
           top: 270px;
            max-height: 1000px;
            min-height: auto;
        }

            .midContent h2[b-1d0fj804v5] {
                width: 100%;
                text-align: center;
            }

        .h522[b-1d0fj804v5] {
            font-size: 13px;
            width: 100%;
            left: 0px;
        }
        .Main[b-1d0fj804v5] {
            position: relative;
            width: 100%;
            margin-top: 10px;
        }

        .CurrencyTable[b-1d0fj804v5] {
            position: relative;
            margin-top: 20px;
            width: 100%;
        }

        .tbdiv[b-1d0fj804v5] {
            position: relative;
            display: inline-table;
            width: 18.0%;
            text-align: center;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            direction: ltr;
        }

        .nameCur[b-1d0fj804v5] {
            width: 60.0%;
        }

        .tbdiv img[b-1d0fj804v5] {
            position: absolute;
            right: 0px;
            width: 30px;
            margin-top: 10px;
        }

        .headertb[b-1d0fj804v5] {
            background-color: #333333;
            color: #DEB72A;
            font-size: 17px;
        }
    }
/* _content/SarafiparsWeb/Shared/Faq.razor.rz.scp.css */


.container[b-xe62jmfxbk] {
    margin: 0 auto;
    padding-top: 50px;
    width: 100%;
}
h2[b-xe62jmfxbk]{
    font-size:30px;
    width:100%;
    text-align:center;
    padding-bottom:10px;
}
.accordion .accordion-item[b-xe62jmfxbk] {
    border-bottom: 1px solid #e5e5e5;
}

    .accordion .accordion-item button[aria-expanded=true][b-xe62jmfxbk] {
        border-bottom: 1px solid #03b5d2;
    }

.accordion button[b-xe62jmfxbk] {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 0 1em;
    color: #7288a2;
    font-size: 16px;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    height: 40px;
   
}

    .accordion button:hover[b-xe62jmfxbk], .accordion button:focus[b-xe62jmfxbk] {
        cursor: pointer;
        color: #03b5d2;
    }

        .accordion button:hover[b-xe62jmfxbk]::after, .accordion button:focus[b-xe62jmfxbk]::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2;
        }

    .accordion button .accordion-title[b-xe62jmfxbk] {
        padding:0 1.5em 1em 1em;
    }

    .accordion button .icon[b-xe62jmfxbk] {
        display: inline-block;
        position: absolute;
        top: 10px;
        left:10px;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .accordion button .icon[b-xe62jmfxbk]::before {
            display: block;
            position: absolute;
            content: "";
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon[b-xe62jmfxbk]::after {
            display: block;
            position: absolute;
            content: "";
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded=true][b-xe62jmfxbk] {
        color: #03b5d2;
    }

        .accordion button[aria-expanded=true] .icon[b-xe62jmfxbk]::after {
            width: 0;
        }

        .accordion button[aria-expanded=true] + .accordion-content[b-xe62jmfxbk] {
            opacity: 1;
            max-height: 9em;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content[b-xe62jmfxbk] {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p[b-xe62jmfxbk] {
        font-size: 1rem;
        font-weight: 300;
        margin: 0 2em;
    }
@media only screen and (max-width : 900px){
    .accordion button[b-xe62jmfxbk] {
        position: relative;
        display: block;
        text-align: right;
        width: 100%;
        padding: 0 1em;
        color: #7288a2;
        font-size: 10px;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
        height: 40px;
    }
}
/* _content/SarafiparsWeb/Shared/Footer.razor.rz.scp.css */



#bottomStickContainer[b-p016ruzy2w]{
    display:none;
}
a[b-p016ruzy2w] {
    background-color: transparent;
}

*[b-p016ruzy2w] {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: inherit;
    border: 0 solid var(--border-1);
}

a[b-p016ruzy2w] {
    color: inherit;
    text-decoration: none;
}

img[b-p016ruzy2w] {
    margin-top: 8px;
    width: 24px;
    height: 24px;
}

span[b-p016ruzy2w] {
    position: relative;
    margin-top: 10px;
}

a:visited[b-p016ruzy2w] {
    color: inherit;
}

*[b-p016ruzy2w], [b-p016ruzy2w]:before, [b-p016ruzy2w]:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.relative[b-p016ruzy2w] {
    position: relative !important;
}

.mt-1[b-p016ruzy2w] {
    margin-top: .25rem !important;
}

.flex[b-p016ruzy2w] {
    display: block !important;
}

.w-full[b-p016ruzy2w] {
    width: 100% !important;
}

.flex-col[b-p016ruzy2w] {
    flex-direction: row !important;
}

.items-center[b-p016ruzy2w] {
    align-items: center !important;
}

.justify-center[b-p016ruzy2w] {
    justify-content: center !important;
}

.justify-around[b-p016ruzy2w] {
    justify-content: space-around !important;
}

.bg-white[b-p016ruzy2w] {
    background-color: #fff !important;
}

.p-1[b-p016ruzy2w] {
    padding: .25rem !important;
}

.text-2[b-p016ruzy2w] {
    font-size: .75rem !important;
}
.WhatsappFix[b-p016ruzy2w] {
    position: absolute;
    top: -55px;
    width: 50px;
    height: 50px;
    left: 25px;
    color: #f6f6f6;
    background-color: forestgreen;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 28px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 28px 0px rgba(0,0,0,0.75);
}

.font-medium[b-p016ruzy2w] {
    font-weight: 500 !important;
}

.btn[b-p016ruzy2w] {
    background-color: transparent;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    --padding-inline: .25rem;
    padding: .25rem var(--padding-inline);
    --button-size: auto;
    min-height: var(--button-size);
    border: solid 1px var(--border-1);
    border-radius: 8px;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    --outline-width: 2px;
    outline: var(--outline-width) none var(--grays-500);
    outline-offset: calc(var(--outline-width) * -1);
    transition-duration: .2s;
    transition-timing-function: ease;
    transition-property: background-color,border-color,opacity;
}

    .btn:focus[b-p016ruzy2w] {
        outline-style: solid;
    }

    .btn.is-block[b-p016ruzy2w] {
        display: flex;
        width: 100%;
    }

    .btn.is-md[b-p016ruzy2w] {
        --padding-inline: .75rem;
        --button-size: 2.5rem;
        font-size: .875rem;
    }

    .btn.is-raw[b-p016ruzy2w] {
        background-color: transparent;
        color: inherit;
        border-width: 0;
        padding: 0;
        box-shadow: none;
        transition-property: box-shadow;
    }

        .btn.is-raw:active[b-p016ruzy2w] {
            box-shadow: 0 0 5px 2px inset #00000026;
        }

*[b-p016ruzy2w], [b-p016ruzy2w]:before, [b-p016ruzy2w]:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.relative[b-p016ruzy2w] {
    position: relative !important;
}

.mt-1[b-p016ruzy2w] {
    margin-top: .25rem !important;
}

.-mb-2[b-p016ruzy2w] {
    margin-bottom: -.5rem !important;
}

.flex[b-p016ruzy2w] {
    display: flex !important;
}

.min-h-\[auto\][b-p016ruzy2w] {
    min-height: auto !important;
}

.w-full[b-p016ruzy2w] {
    width: 100% !important;
}

.flex-col[b-p016ruzy2w] {
    flex-direction: column !important;
}

.items-center[b-p016ruzy2w] {
    align-items: center !important;
}

.justify-center[b-p016ruzy2w] {
    justify-content: center !important;
}

.justify-around[b-p016ruzy2w] {
    justify-content: space-around !important;
}

.bg-white[b-p016ruzy2w] {
    background-color: #fff !important;
}

.p-1[b-p016ruzy2w] {
    padding: .25rem !important;
}

.text-2[b-p016ruzy2w] {
    font-size: .75rem !important;
}

.font-medium[b-p016ruzy2w] {
    font-weight: 500 !important;
}

.bottom-stick[b-p016ruzy2w] {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: transform;
    transition: transform .3s linear;
}

.home-bottom-menu[b-p016ruzy2w] {
    padding-bottom: env(safe-area-inset-bottom);
}

    .home-bottom-menu .btn[b-p016ruzy2w] {
        box-shadow: none !important;
    }

        .home-bottom-menu .btn.is-active[b-p016ruzy2w] {
            color: var(--secondary-400);
        }

    .home-bottom-menu .sticky-icon[b-p016ruzy2w] {
        margin-right: -10px;
    }

.home-bottom-menu[b-p016ruzy2w] {
    box-shadow: var(--shadow-nav-bar);
}
.ContactUsPn[b-p016ruzy2w] {
    position: fixed;
    width: 100%;
    height: 92%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.ContactUsPnHid[b-p016ruzy2w] {
    position: fixed;
    width: 100%;
    height: 92%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 200;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    display:none;
}
.Close[b-p016ruzy2w] {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 25px;
    margin-top: 5px;
    color: #333333;
}
    .Close i[b-p016ruzy2w]{
       
        padding-right:30px;
        padding-left:30px;
       

    }
.ContactUsMobOx[b-p016ruzy2w]{
    position:absolute;
    width:98%;
    right:1%;
    height: calc(100% - 50px);
    background-color:white;
   border-radius:10px;
}
    .ContactUsMobOx .ContactAvatar[b-p016ruzy2w] {
        display: block;
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }
.ContactusDiv[b-p016ruzy2w]{
    position:relative;
   border-bottom :solid .5px #00000026;
   
}
.socialMedia[b-p016ruzy2w] {
    position: relative;
    display: inline;
    left: 0px;
    width: 30px;
    height: 30px;
    margin-right:4px;
}
.socialMediaall[b-p016ruzy2w] {
    position: absolute;
    left:30px;
    top:42px;
}
.AddressCon[b-p016ruzy2w]{

    padding:10px;
    padding-left:30px;
    padding-right:30px;
    font-size:15px;
   

}
.sec[b-p016ruzy2w] {
    position:absolute;
   text-align:left;
   right:120px;
    top: 5px;
    margin-top:30px;
}
.sec a i[b-p016ruzy2w]{
    font-size:30px;
    color:blue;
}
.AddressContitle[b-p016ruzy2w] {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 12px;
    direction: ltr;

}
        .AddressContitle i[b-p016ruzy2w] {
            color: #FBBD13;
            padding-right:3px;
            
        }
    bubble[b-p016ruzy2w] {
        display: block;
        position: absolute;
        cursor: pointer;
    }

.bubble:hover[b-p016ruzy2w]:after {
    background-color: green
}

.bubble[b-p016ruzy2w]:after {
    content: "";
    background-color: green;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 1px;
    left: 1px;
}

.bubble .bubble-outer-dot[b-p016ruzy2w] {
    margin: 1px;
    display: block;
    text-align: center;
    opacity: 1;
    background-color: green;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse-b-p016ruzy2w 1.5s linear infinite; top: -9px;
    left: -.5px;
}

.bubble .bubble-inner-dot[b-p016ruzy2w] {
    display: block;
    text-align: center;
    opacity: 1;
    background-color: greenyellow;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-animation: bubble-pulse 1.5s linear infinite;
    -moz-animation: bubble-pulse 1.5s linear infinite;
    -o-animation: bubble-pulse 1.5s linear infinite;
    animation: bubble-pulse-b-p016ruzy2w 1.5s linear infinite
}

    .bubble .bubble-inner-dot[b-p016ruzy2w]:after {
        content: "";
        display: block;
        text-align: center;
        opacity: 1;
        background-color: greenyellow;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        -webkit-animation: bubble-pulse 1.5s linear infinite;
        -moz-animation: bubble-pulse 1.5s linear infinite;
        -o-animation: bubble-pulse 1.5s linear infinite;
        animation: bubble-pulse-b-p016ruzy2w 1.5s linear infinite
    }
.ContactUsMobOx p[b-p016ruzy2w]{
    position:absolute;
    width:96%;
    right:2%;
    text-align:justify;
    margin-top:20px;
    font-size:14px;

}
@-webkit-keyframes bubble-pulse {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@keyframes bubble-pulse-b-p016ruzy2w {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@-moz-keyframes bubble-pulse {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

@-o-keyframes bubble-pulse {
    0% {
        transform: scale(1);
        opacity: .75
    }

    25% {
        transform: scale(1);
        opacity: .75
    }

    100% {
        transform: scale(2.5);
        opacity: 0
    }
}


/*Center-div (Not part of the symbol)*/

#center-div[b-p016ruzy2w] {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
  
    width: 14px;
    height: 14px;
    right:30px;
}
@media only screen and (max-width: 1400px) {
    #bottomStickContainer[b-p016ruzy2w] {
        display: block;
    }
}
/* _content/SarafiparsWeb/Shared/FooterDeskTop.razor.rz.scp.css */

a[b-s38pov0ydt] {
    background-color: transparent;
}
.MainFooter[b-s38pov0ydt] {
    position: relative;
    width: 100%;
    background-color: #333333;
    color:white;
    max-height:400px;
}
img[b-s38pov0ydt] {
    border-style: none;
}

*[b-s38pov0ydt] {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: inherit;
    border: 0 solid var(--border-1);
}

a[b-s38pov0ydt] {
    color: inherit;
    text-decoration: none;
}

    a:visited[b-s38pov0ydt] {
        color: inherit;
    }

p[b-s38pov0ydt] {
    margin-top: 0;
}

address[b-s38pov0ydt] {
    font-style: normal;
}

*[b-s38pov0ydt], [b-s38pov0ydt]:before, [b-s38pov0ydt]:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.sr-only[b-s38pov0ydt] {
    position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    margin: 0;
    white-space: nowrap !important;
}

.m-0[b-s38pov0ydt] {
    margin: 0 !important;
}

.mr-auto[b-s38pov0ydt] {
    margin-right: auto !important;
}

.mb-2[b-s38pov0ydt] {
    margin-bottom: .5rem !important;
    font-size:10px;
}

.mt-2[b-s38pov0ydt] {
    margin-top: .5rem !important;
}

.mb-5[b-s38pov0ydt] {
    margin-bottom: 1.5rem !important;
}

.mb-3[b-s38pov0ydt] {
    margin-bottom: .75rem !important;
}

.mb-7[b-s38pov0ydt] {
    margin-bottom: 3rem !important;
}

.block[b-s38pov0ydt] {
    display: block !important;
}

.inline-block[b-s38pov0ydt] {
    display: inline-block !important;
}

.grid[b-s38pov0ydt] {
    display: grid !important;
}

.list-none[b-s38pov0ydt] {
    list-style-type: none !important;
}

.p-0[b-s38pov0ydt] {
    padding: 0 !important;
}

.p-1[b-s38pov0ydt] {
    padding: .25rem !important;
}

.px-2[b-s38pov0ydt] {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.text-left[b-s38pov0ydt] {
    text-align: left !important;
}

.text-3[b-s38pov0ydt] {
    font-size: .875rem !important;
}

.font-bold[b-s38pov0ydt] {
    font-weight: 700 !important;
}

.font-medium[b-s38pov0ydt] {
    font-weight: 500 !important;
}

.text-grays-500[b-s38pov0ydt] {
    color: #4b5259 !important;
}

.text-grays-600[b-s38pov0ydt] {
    color: #a4a4a4 !important;
}

img[b-s38pov0ydt] {
    color: transparent;
}

    img.is-responsive[b-s38pov0ydt] {
       height:60px;
    }

*[b-s38pov0ydt], [b-s38pov0ydt]:before, [b-s38pov0ydt]:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

.m-0[b-s38pov0ydt] {
    margin: 0 !important;
}

.mt-2[b-s38pov0ydt] {
    margin-top: .5rem !important;
}

.mb-7[b-s38pov0ydt] {
    margin-bottom: 3rem !important;
}

.mb-2[b-s38pov0ydt] {
    margin-bottom: .5rem !important;
}

.mb-3[b-s38pov0ydt] {
    margin-bottom: .75rem !important;
}

.mr-3[b-s38pov0ydt] {
    margin-right: .75rem !important;
}

.mb-5[b-s38pov0ydt] {
    margin-bottom: 1.5rem !important;
}

.mr-auto[b-s38pov0ydt] {
    margin-right: auto !important;
}

.block[b-s38pov0ydt] {
    display: block !important;
}

.inline-block[b-s38pov0ydt] {
    display: inline-block !important;
}

.grid[b-s38pov0ydt] {
    display: grid !important;
}

.list-none[b-s38pov0ydt] {
    list-style-type: none !important;
}

.p-0[b-s38pov0ydt] {
    padding: 0 !important;
}

.p-1[b-s38pov0ydt] {
    padding: .25rem !important;
}

.px-2[b-s38pov0ydt] {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.px-0[b-s38pov0ydt] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pt-6[b-s38pov0ydt] {
    padding-top: 2rem !important;
}

.text-left[b-s38pov0ydt] {
    text-align: left !important;
}

.text-3[b-s38pov0ydt] {
    font-size: .875rem !important;
}

.font-bold[b-s38pov0ydt] {
    font-weight: 700 !important;
}

.font-medium[b-s38pov0ydt] {
    font-weight: 500 !important;
}

.text-grays-500[b-s38pov0ydt] {
    color: #4b5259 !important;
}

.text-grays-600[b-s38pov0ydt] {
    color: #d7d7d7 !important;
}

.footer__business-logos[data-v-05cc51d0][b-s38pov0ydt] {
   height:200px
}
.logoSize[b-s38pov0ydt]{
    height:130px;
}
.footer-link[data-v-05cc51d0][b-s38pov0ydt] {
    display: block;
    font-size: .875rem;
}

    .footer-link[data-v-05cc51d0]:hover[b-s38pov0ydt] {
        color: #4b5259;
    }

.footer-link[data-v-05cc51d0][b-s38pov0ydt] {
    transition: all ease .15s;
}

.footer-card[b-s38pov0ydt]  {
    margin-right: .5rem;
    display: flex;
    align-items: center;
    border-width: 1px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 2;
    padding: 5px 16px;
    border-radius: 8px;
}

.sr-only[b-s38pov0ydt] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}
.PartnerLoc[b-s38pov0ydt]{
    position:absolute;
    top:10px;
    left:20%;
    width:420px;
    
}
.inline-block img[b-s38pov0ydt] {
    width: 200px;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-dodge;
    background-color:#808080;
    margin-top:5px;
    border-radius:5px;
    margin-left:5px;
}
@media only screen and (max-width: 1400px) {
    .MainFooter[b-s38pov0ydt] {
        position: relative;
        width: 100%;
        background-color: #333333;
        color: white;
        display:none;
    }
}
/* _content/SarafiparsWeb/Shared/Header.razor.rz.scp.css */
.Main[b-fcvgv4kw75] {
    background-color: #f7f7f7;
    overflow:hidden;
}
@keyframes move-b-fcvgv4kw75 {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}
.ball[b-fcvgv4kw75] {
    position: absolute;
    width: 20vmin;
    height: 20vmin;
    border-radius: 50%;
    backface-visibility: hidden;
    animation: move-b-fcvgv4kw75 linear infinite;
}

    .ball:nth-child(odd)[b-fcvgv4kw75] {
        color: #006D5B;
    }

    .ball:nth-child(even)[b-fcvgv4kw75] {
        color: #FF6F61;
    }

    /* Using a custom attribute for variability */
    .ball:nth-child(1)[b-fcvgv4kw75] {
        top: 77%;
        left: 88%;
        animation-duration: 40s;
        animation-delay: -3s;
        transform-origin: 16vw -2vh;
        box-shadow: 40vmin 0 5.703076368487546vmin currentColor;
    }

    .ball:nth-child(2)[b-fcvgv4kw75] {
        top: 42%;
        left: 2%;
        animation-duration: 53s;
        animation-delay: -29s;
        transform-origin: -19vw 21vh;
        box-shadow: -40vmin 0 5.17594621519026vmin currentColor;
    }

    .ball:nth-child(3)[b-fcvgv4kw75] {
        top: 28%;
        left: 18%;
        animation-duration: 49s;
        animation-delay: -8s;
        transform-origin: -22vw 3vh;
        box-shadow: 40vmin 0 5.248179047256236vmin currentColor;
    }

    .ball:nth-child(4)[b-fcvgv4kw75] {
        top: 50%;
        left: 79%;
        animation-duration: 26s;
        animation-delay: -21s;
        transform-origin: -17vw -6vh;
        box-shadow: 40vmin 0 5.279749632220298vmin currentColor;
    }

    .ball:nth-child(5)[b-fcvgv4kw75] {
        top: 46%;
        left: 15%;
        animation-duration: 36s;
        animation-delay: -40s;
        transform-origin: 4vw 0vh;
        box-shadow: -40vmin 0 5.964309466052033vmin currentColor;
    }

    .ball:nth-child(6)[b-fcvgv4kw75] {
        top: 77%;
        left: 16%;
        animation-duration: 31s;
        animation-delay: -10s;
        transform-origin: 18vw 4vh;
        box-shadow: 40vmin 0 5.178483653434181vmin currentColor;
    }

    .ball:nth-child(7)[b-fcvgv4kw75] {
        top: 22%;
        left: 17%;
        animation-duration: 55s;
        animation-delay: -6s;
        transform-origin: 1vw -23vh;
        box-shadow: -40vmin 0 5.703026794398318vmin currentColor;
    }

    .ball:nth-child(8)[b-fcvgv4kw75] {
        top: 41%;
        left: 47%;
        animation-duration: 43s;
        animation-delay: -28s;
        transform-origin: 25vw -3vh;
        box-shadow: 40vmin 0 5.196265905749415vmin currentColor;
    }

.midContent[b-fcvgv4kw75] {
    position: relative;
    width: 80%;
    right: 10%;
 max-height:600px;
    color: black;
    height:600px;
    height:600px;
  /*  background-color:black;*/
   
}
.midContent h1[b-fcvgv4kw75]{
    font-size:19px;
    width:500px;
    padding-top:90px;

}
    .midContent h2[b-fcvgv4kw75] {
        font-size: 15px;
        width: 600px;
        margin-top: 20px;
        text-align:justify;
        color:#626262;
        line-height:30px
        
    }
.Main[b-fcvgv4kw75] {
    position: relative;
    width: 100%;
   /* background: linear-gradient(#DEB72A, #f2f2f2)*/
}
.convertor[b-fcvgv4kw75]{
    position:absolute;
    left:10px;
    width:400px;
   cursor:pointer;
    
    top:50px;
}
.FromDiv[b-fcvgv4kw75] {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #353535;
    border-radius: 10px;
}

.ToDiv[b-fcvgv4kw75] {
    position: absolute;
    width: 100%;
    height: 100px;
    top:100px;
    background-color: #353535;
    margin-top: 10px;
    border-radius: 10px;
}
.convertorBtn[b-fcvgv4kw75] {
    position: absolute;
    top: 85px;
    background-color: #DEB72A;
    width: 40px;
    height: 40px;
    z-index: 1;
    right: 180px;
    border-radius: 20px;
    background-image: url('images/converter.png');
    background-size:cover;
}
.textCon[b-fcvgv4kw75]{
    position:absolute;
    right:30px;
    color:white;
    top:10px;

}
    .textCon select[b-fcvgv4kw75] {
        position: absolute;
        border: none;
        top: 40px;
        right: 0px;
        text-align: right;
        margin: 0px;
        background-color: #353535;
        color: #DEB72A;
        width:80px;
        
    }
    .textCon select:focus[b-fcvgv4kw75] {
        outline: none;
    }
    .textCon select:checked[b-fcvgv4kw75] {
        outline: none;
    }
.inputAmount[b-fcvgv4kw75] {
    position: absolute;
    left: 30px;
    top: 10px;
    height: 80px;
    border: none;
    background-color:#353535;
    color:white;
    text-align:center;
}
    .inputAmount:focus[b-fcvgv4kw75] {
        outline: none;
    }
    /*.inputAmount:  {
        border: none;
    }*/
.RequestBtn[b-fcvgv4kw75] {
    position: absolute;
    width: 100%;
    height: 60px;
    top:220px;
    line-height: 60px;
    background-color: #ff6a00;
    margin-top: 10px;
    text-align: center;
    color: black;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}
.HowWork[b-fcvgv4kw75] {
    position: relative;
    width: 24.4%;
    height: 50px;
    background-color: #cfb578;
    margin-top: 10px;
    display: inline-table;
    border-radius: 10px;
    
}
.outer[b-fcvgv4kw75] {
    background: #b4b4b4;
    opacity: 0.9;
    width: 100%;
 
    padding: 10px;
    border-radius: 7px 7px 0px 0px;
}

    .outer.dark[b-fcvgv4kw75] {
        background: #273138;
    }

        .outer.dark .dot[b-fcvgv4kw75] {
            background: #4a5c66;
        }

    .outer.yosemite[b-fcvgv4kw75] {
        background: #f6f6f6;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dadada));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #f6f6f6 0%, #dadada 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#dadada",GradientType=0 );
        /* IE6-9 */
        border: 1px solid #d8d8d8;
        border-bottom: 1px solid #b4b4b4;
    }

.dot[b-fcvgv4kw75] {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f9f9f9;
    border-radius: 50%;
    margin: 0 4px 0 0;
}

    .dot.red[b-fcvgv4kw75] {
        background: #ff6057;
        border: 1px solid #e14640;
        cursor:pointer;
    }

    .dot.amber[b-fcvgv4kw75] {
        background: #ffbd2e;
        border: 1px solid #dfa123;
    }

    .dot.green[b-fcvgv4kw75] {
        background: #27c93f;
        border: 1px solid #1dad2b;
    }
.RequestTrasactionPage[b-fcvgv4kw75] {
    position: fixed;
    width: 90%;
    height: 90vh;
    left: 5%;
    top: 5vh;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 100;
    background-color: rgb(51, 51, 51, .9);
    backdrop-filter: blur(5px);
    display: block;
    transition: all 3s;
    border-radius: 10px;
    color:white;
    z-index:104;
}
    .RequestTrasactionPage[b-fcvgv4kw75]::before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgb(51, 51, 51, .2);
        backdrop-filter: blur(0px);
        border-radius: 10px;
    }
.RequestTrasactionPageClose[b-fcvgv4kw75] {
    position: fixed;
    width: 0%;
    height: 0vh;
    left: 0%;
    top: 20%;
    background-color: #F2F2F2;
    z-index: 100;
    border: solid 0.9px black;
    display:none;
    transition: all 3s;
    
}
.HowWork h4[b-fcvgv4kw75] {
    font-size: 17px;
    width: 100%;
    height: 50px;
    line-height: 60px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.WorkDiv p[b-fcvgv4kw75]{
    position:relative;
    font-size:13px;
    width:95%;
    text-align:center;
    right:2.5%;
    
}
.WorkDiv[b-fcvgv4kw75]{
    position:relative;
    width:100%;
    margin-top:130px;
    
    
}
@media only screen and (max-width: 1350px) {
    .midContent[b-fcvgv4kw75] {
        position: relative;
        width: 95%;
        right: 2%;
        color: black;
        height: auto;

    }
    .HowWork h4[b-fcvgv4kw75] {
        font-size: 12px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}
@media only screen and (max-width: 1100px) {
    .midContent[b-fcvgv4kw75] {
        position: relative;
        width: 96%;
        right: 2%;
        color: black;
        height: auto;
    }
        .midContent h1[b-fcvgv4kw75] {
            position: relative;
            font-size: 20px;
            width: 100%;
            top: 30px;
            display: block;
            padding-top: initial;
            z-index: 104;
            height: 30px;
            text-align: center;
        }
        .midContent h2[b-fcvgv4kw75] {
            font-size: 20px;
            width: 100%;
            margin-top: 20px;
            text-align: justify;
            color: #626262;
            line-height: 30px;
            display: none;
        }
    .convertor[b-fcvgv4kw75] {
        position: relative;
        left: 0px;
        width: 100%;
        margin-top: 10px;
        height: 310px;
    }
    .HowWork h4[b-fcvgv4kw75] {
        font-size: 12px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}
    @media only screen and (max-width: 800px) {
        .midContent[b-fcvgv4kw75] {
            position: relative;
            width: 96%;
            right: 2%;
            color: black;
            height: auto;
        }

            .midContent h1[b-fcvgv4kw75] {
                position: relative;
                font-size: 20px;
                width: 100%;
                top: 30px;
                display: block;
                padding-top: initial;
                z-index: 104;
                height: 30px;
                text-align: center;
            }

            .midContent h2[b-fcvgv4kw75] {
                font-size: 20px;
                width: 100%;
                margin-top: 20px;
                text-align: justify;
                color: #626262;
                line-height: 30px;
                display: none;
            }

        .Main[b-fcvgv4kw75] {
            position: relative;
            width: 100%;
        }

        .convertor[b-fcvgv4kw75] {
            position: relative;
            left: 0px;
            width: 100%;
            margin-top: 10px;
            height: 310px;
        }

        .FromDiv[b-fcvgv4kw75] {
            position: absolute;
            width: 100%;
            height: 100px;
            background-color: #353535;
            border-radius: 10px;
        }

        .ToDiv[b-fcvgv4kw75] {
            position: absolute;
            width: 100%;
            height: 100px;
            top: 100px;
            background-color: #353535;
            margin-top: 10px;
            border-radius: 10px;
        }

        .convertorBtn[b-fcvgv4kw75] {
            position: absolute;
            top: 85px;
            background-color: #DEB72A;
            width: 40px;
            height: 40px;
            z-index: 1;
            right: 46%;
            border-radius: 20px;
            background-image: url('images/converter.png');
            background-size: cover;
        }

        .textCon[b-fcvgv4kw75] {
            position: absolute;
            right: 30px;
            color: white;
            top: 10px;
        }

            .textCon select[b-fcvgv4kw75] {
                position: absolute;
                border: none;
                top: 40px;
                right: 0px;
                text-align: right;
                margin: 0px;
                background-color: #353535;
                color: #DEB72A;
                width: 80px;
            }

                .textCon select:focus[b-fcvgv4kw75] {
                    outline: none;
                }

                .textCon select:checked[b-fcvgv4kw75] {
                    outline: none;
                }

        .inputAmount[b-fcvgv4kw75] {
            position: absolute;
            left: 30px;
            top: 10px;
            height: 80px;
            border: none;
            background-color: #353535;
            color: white;
            text-align: center;
        }

            .inputAmount:focus[b-fcvgv4kw75] {
                outline: none;
            }
        /*.inputAmount:  {
        border: none;
    }*/
        .RequestBtn[b-fcvgv4kw75] {
            position: absolute;
            width: 100%;
            height: 60px;
            top: 220px;
            line-height: 60px;
            background-color: #ff6a00;
            margin-top: 10px;
            text-align: center;
            color: black;
            border-radius: 10px;
            font-size: 15px;
            cursor: pointer;
        }

        .HowWork[b-fcvgv4kw75] {
            position: relative;
            width: 49%;
            height: 50px;
            background-color: #DEB72A;
            margin-top: 10px;
            display: inline-table;
            border-radius: 10px;
            display: none;
        }

            .HowWork h4[b-fcvgv4kw75] {
                font-size: 12px;
                width: 100%;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

        .WorkDiv p[b-fcvgv4kw75] {
            position: relative;
            font-size: 13px;
            width: 95%;
            text-align: center;
            right: 2.5%;
        }

        .WorkDiv[b-fcvgv4kw75] {
            position: relative;
            width: 100%;
            margin-top: 50px;
        }
    }

    @media only screen and (max-width: 700px) {
        .midContent[b-fcvgv4kw75] {
            position: relative;
            width: 96%;
            right: 2%;
            color: black;
            height: auto;
        }

            .midContent h1[b-fcvgv4kw75] {
                position: relative;
                font-size: 20px;
                width: 100%;
                top: 30px;
                display: block;
                padding-top: initial;
                z-index: 104;
                height: 30px;
                text-align: center;
            }

            .midContent h2[b-fcvgv4kw75] {
                font-size: 20px;
                width: 100%;
                margin-top: 20px;
                text-align: justify;
                color: #626262;
                line-height: 30px;
                display: none;
            }

        .Main[b-fcvgv4kw75] {
            position: relative;
            width: 100%;
        }

        .convertor[b-fcvgv4kw75] {
            position: relative;
            left: 0px;
            width: 100%;
            margin-top: 10px;
            height: 310px;
        }

        .FromDiv[b-fcvgv4kw75] {
            position: absolute;
            width: 100%;
            height: 100px;
            background-color: #353535;
            border-radius: 10px;
        }

        .ToDiv[b-fcvgv4kw75] {
            position: absolute;
            width: 100%;
            height: 100px;
            top: 100px;
            background-color: #353535;
            margin-top: 10px;
            border-radius: 10px;
        }

        .convertorBtn[b-fcvgv4kw75] {
            position: absolute;
            top: 85px;
            background-color: #DEB72A;
            width: 40px;
            height: 40px;
            z-index: 1;
            right: 46%;
            border-radius: 20px;
            background-image: url('images/converter.png');
            background-size: cover;
        }

        .textCon[b-fcvgv4kw75] {
            position: absolute;
            right: 30px;
            color: white;
            top: 10px;
        }

            .textCon select[b-fcvgv4kw75] {
                position: absolute;
                border: none;
                top: 40px;
                right: 0px;
                text-align: right;
                margin: 0px;
                background-color: #353535;
                color: #DEB72A;
                width: 80px;
            }

                .textCon select:focus[b-fcvgv4kw75] {
                    outline: none;
                }

                .textCon select:checked[b-fcvgv4kw75] {
                    outline: none;
                }

        .inputAmount[b-fcvgv4kw75] {
            position: absolute;
            left: 30px;
            top: 10px;
            height: 80px;
            border: none;
            background-color: #353535;
            color: white;
            text-align: center;
        }

            .inputAmount:focus[b-fcvgv4kw75] {
                outline: none;
            }
        /*.inputAmount:  {
        border: none;
    }*/
        .RequestBtn[b-fcvgv4kw75] {
            position: absolute;
            width: 100%;
            height: 60px;
            top: 220px;
            line-height: 60px;
            background-color: #ff6a00;
            margin-top: 10px;
            text-align: center;
            color: black;
            border-radius: 10px;
            font-size: 15px;
            cursor: pointer;
        }

        .HowWork[b-fcvgv4kw75] {
            position: relative;
            width: 49%;
            height: 50px;
            background-color: #DEB72A;
            margin-top: 10px;
            display: inline-table;
            border-radius: 10px;
        }

            .HowWork h4[b-fcvgv4kw75] {
                font-size: 12px;
                width: 100%;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

        .WorkDiv p[b-fcvgv4kw75] {
            position: relative;
            font-size: 13px;
            width: 95%;
            text-align: center;
            right: 2.5%;
        }

        .WorkDiv[b-fcvgv4kw75] {
            position: relative;
            width: 100%;
            margin-top: 50px;
        }
    }
/* _content/SarafiparsWeb/Shared/HowWork.razor.rz.scp.css */

.midContent[b-xyl8uw8tf7] {
    position: relative;
    width: 80%;
    right: 10%;
    color: black;
    height: 505px;
}

    .midContent h1[b-xyl8uw8tf7] {
        font-size: 25px;
        width: 400px;
        padding-top: 90px;
    }

    .midContent h2[b-xyl8uw8tf7] {
        font-size: 20px;
        width: 600px;
        margin-top: 20px;
        text-align: justify;
        color: #626262;
        line-height: 30px
    }

.Main[b-xyl8uw8tf7] {
    position: relative;
    width: 100%;
    /* background: linear-gradient(#DEB72A, #f2f2f2)*/
}

.convertor[b-xyl8uw8tf7] {
    position: absolute;
    left: 10px;
    width: 400px;
    cursor: pointer;
    top: 50px;
}

.FromDiv[b-xyl8uw8tf7] {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #353535;
    border-radius: 10px;
}

.ToDiv[b-xyl8uw8tf7] {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 100px;
    background-color: #353535;
    margin-top: 10px;
    border-radius: 10px;
}

.convertorBtn[b-xyl8uw8tf7] {
    position: absolute;
    top: 85px;
    background-color: #DEB72A;
    width: 40px;
    height: 40px;
    z-index: 1;
    right: 180px;
    border-radius: 20px;
    background-image: url('images/converter.png');
    background-size: cover;
}

.textCon[b-xyl8uw8tf7] {
    position: absolute;
    right: 30px;
    color: white;
    top: 10px;
}

    .textCon select[b-xyl8uw8tf7] {
        position: absolute;
        border: none;
        top: 40px;
        right: 0px;
        text-align: right;
        margin: 0px;
        background-color: #353535;
        color: #DEB72A;
        width: 80px;
    }

        .textCon select:focus[b-xyl8uw8tf7] {
            outline: none;
        }

        .textCon select:checked[b-xyl8uw8tf7] {
            outline: none;
        }

.inputAmount[b-xyl8uw8tf7] {
    position: absolute;
    left: 30px;
    top: 10px;
    height: 80px;
    border: none;
    background-color: #353535;
    color: white;
    text-align: center;
}

    .inputAmount:focus[b-xyl8uw8tf7] {
        outline: none;
    }
/*.inputAmount:  {
        border: none;
    }*/
.RequestBtn[b-xyl8uw8tf7] {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 220px;
    line-height: 60px;
    background-color: #ff6a00;
    margin-top: 10px;
    text-align: center;
    color: black;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

.HowWork[b-xyl8uw8tf7] {
    position: relative;
    width: 24.3%;
    height: 50px;
    background-color: #cfb578;
    margin-top: 10px;
    display: inline-table;
    border-radius: 10px;
}

.outer[b-xyl8uw8tf7] {
    background: #b4b4b4;
    opacity: 0.9;
    width: 100%;
    padding: 10px;
    border-radius: 7px 7px 0px 0px;
}

    .outer.dark[b-xyl8uw8tf7] {
        background: #273138;
    }

        .outer.dark .dot[b-xyl8uw8tf7] {
            background: #4a5c66;
        }

    .outer.yosemite[b-xyl8uw8tf7] {
        background: #f6f6f6;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #dadada));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f6f6f6 0%, #dadada 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #f6f6f6 0%, #dadada 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f6f6f6", endColorstr="#dadada",GradientType=0 );
        /* IE6-9 */
        border: 1px solid #d8d8d8;
        border-bottom: 1px solid #b4b4b4;
    }

.dot[b-xyl8uw8tf7] {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #f9f9f9;
    border-radius: 50%;
    margin: 0 4px 0 0;
}

    .dot.red[b-xyl8uw8tf7] {
        background: #ff6057;
        border: 1px solid #e14640;
        cursor: pointer;
    }

    .dot.amber[b-xyl8uw8tf7] {
        background: #ffbd2e;
        border: 1px solid #dfa123;
    }

    .dot.green[b-xyl8uw8tf7] {
        background: #27c93f;
        border: 1px solid #1dad2b;
    }

.RequestTrasactionPage[b-xyl8uw8tf7] {
    position: fixed;
    width: 90%;
    height: 90vh;
    left: 5%;
    top: 5vh;
    opacity: 1;
    background-color: #F2F2F2;
    z-index: 100;
    background-color: rgb(51, 51, 51, .9);
    backdrop-filter: blur(5px);
    display: block;
    transition: all 3s;
    border-radius: 10px;
    color: white;
    z-index: 104;
}

    .RequestTrasactionPage[b-xyl8uw8tf7]::before {
        content: '';
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgb(51, 51, 51, .2);
        backdrop-filter: blur(0px);
        border-radius: 10px;
    }

.RequestTrasactionPageClose[b-xyl8uw8tf7] {
    position: fixed;
    width: 0%;
    height: 0vh;
    left: 0%;
    top: 20%;
    background-color: #F2F2F2;
    z-index: 100;
    border: solid 0.9px black;
    display: none;
    transition: all 3s;
}

.HowWork h4[b-xyl8uw8tf7] {
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.WorkDiv p[b-xyl8uw8tf7] {
    position: relative;
    font-size: 13px;
    width: 95%;
    text-align: center;
    right: 2.5%;
}

.WorkDiv[b-xyl8uw8tf7] {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

@media only screen and (max-width: 900px) {
    .midContent[b-xyl8uw8tf7] {
        position: relative;
        width: 96%;
        right: 2%;
        color: black;
        height: auto;
    }

        .midContent h1[b-xyl8uw8tf7] {
            position: relative;
            font-size: 25px;
            width: 100%;
            top: 30px;
            display: inline;
            padding-top: initial;
            z-index: 104;
            height: 30px;
        }

        .midContent h2[b-xyl8uw8tf7] {
            font-size: 20px;
            width: 100%;
            margin-top: 20px;
            text-align: justify;
            color: #626262;
            line-height: 30px;
            display: none;
        }

    .Main[b-xyl8uw8tf7] {
        position: relative;
        width: 100%;
    }

    .convertor[b-xyl8uw8tf7] {
        position: relative;
        left: 0px;
        width: 100%;
        margin-top: 10px;
        height: 310px;
    }

    .FromDiv[b-xyl8uw8tf7] {
        position: absolute;
        width: 100%;
        height: 100px;
        background-color: #353535;
        border-radius: 10px;
    }

    .ToDiv[b-xyl8uw8tf7] {
        position: absolute;
        width: 100%;
        height: 100px;
        top: 100px;
        background-color: #353535;
        margin-top: 10px;
        border-radius: 10px;
    }

    .convertorBtn[b-xyl8uw8tf7] {
        position: absolute;
        top: 85px;
        background-color: #DEB72A;
        width: 40px;
        height: 40px;
        z-index: 1;
        right: 46%;
        border-radius: 20px;
        background-image: url('images/converter.png');
        background-size: cover;
    }

    .textCon[b-xyl8uw8tf7] {
        position: absolute;
        right: 30px;
        color: white;
        top: 10px;
    }

        .textCon select[b-xyl8uw8tf7] {
            position: absolute;
            border: none;
            top: 40px;
            right: 0px;
            text-align: right;
            margin: 0px;
            background-color: #353535;
            color: #DEB72A;
            width: 80px;
        }

            .textCon select:focus[b-xyl8uw8tf7] {
                outline: none;
            }

            .textCon select:checked[b-xyl8uw8tf7] {
                outline: none;
            }

    .inputAmount[b-xyl8uw8tf7] {
        position: absolute;
        left: 30px;
        top: 10px;
        height: 80px;
        border: none;
        background-color: #353535;
        color: white;
        text-align: center;
    }

        .inputAmount:focus[b-xyl8uw8tf7] {
            outline: none;
        }
    /*.inputAmount:  {
        border: none;
    }*/
    .RequestBtn[b-xyl8uw8tf7] {
        position: absolute;
        width: 100%;
        height: 60px;
        top: 220px;
        line-height: 60px;
        background-color: #ff6a00;
        margin-top: 10px;
        text-align: center;
        color: black;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }

    .HowWork[b-xyl8uw8tf7] {
        position: relative;
        width: 49%;
        height: 50px;
        background-color: #DEB72A;
        margin-top: 10px;
        display: inline-table;
        border-radius: 10px;
    }

        .HowWork h4[b-xyl8uw8tf7] {
            font-size: 12px;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .WorkDiv p[b-xyl8uw8tf7] {
        position: relative;
        font-size: 13px;
        width: 95%;
        text-align: center;
        right: 2.5%;
    }

    .WorkDiv[b-xyl8uw8tf7] {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 700px) {
    .midContent[b-xyl8uw8tf7] {
        position: relative;
        width: 96%;
        right: 2%;
        color: black;
        height: auto;
    }

        .midContent h1[b-xyl8uw8tf7] {
            position: relative;
            font-size: 25px;
            width: 100%;
            top: 30px;
            display: inline-flex;
            padding-top: initial;
            z-index: 104;
            height: 30px;
            text-align: center;
        }

        .midContent h2[b-xyl8uw8tf7] {
            font-size: 20px;
            width: 100%;
            margin-top: 20px;
            text-align: justify;
            color: #626262;
            line-height: 30px;
            display: none;
        }

    .Main[b-xyl8uw8tf7] {
        position: relative;
        width: 100%;
    }

    .convertor[b-xyl8uw8tf7] {
        position: relative;
        left: 0px;
        width: 100%;
        margin-top: 10px;
        height: 310px;
    }

    .FromDiv[b-xyl8uw8tf7] {
        position: absolute;
        width: 100%;
        height: 100px;
        background-color: #353535;
        border-radius: 10px;
    }

    .ToDiv[b-xyl8uw8tf7] {
        position: absolute;
        width: 100%;
        height: 100px;
        top: 100px;
        background-color: #353535;
        margin-top: 10px;
        border-radius: 10px;
    }

    .convertorBtn[b-xyl8uw8tf7] {
        position: absolute;
        top: 85px;
        background-color: #DEB72A;
        width: 40px;
        height: 40px;
        z-index: 1;
        right: 46%;
        border-radius: 20px;
        background-image: url('images/converter.png');
        background-size: cover;
    }

    .textCon[b-xyl8uw8tf7] {
        position: absolute;
        right: 30px;
        color: white;
        top: 10px;
    }

        .textCon select[b-xyl8uw8tf7] {
            position: absolute;
            border: none;
            top: 40px;
            right: 0px;
            text-align: right;
            margin: 0px;
            background-color: #353535;
            color: #DEB72A;
            width: 80px;
        }

            .textCon select:focus[b-xyl8uw8tf7] {
                outline: none;
            }

            .textCon select:checked[b-xyl8uw8tf7] {
                outline: none;
            }

    .inputAmount[b-xyl8uw8tf7] {
        position: absolute;
        left: 30px;
        top: 10px;
        height: 80px;
        border: none;
        background-color: #353535;
        color: white;
        text-align: center;
    }

        .inputAmount:focus[b-xyl8uw8tf7] {
            outline: none;
        }
    /*.inputAmount:  {
        border: none;
    }*/
    .RequestBtn[b-xyl8uw8tf7] {
        position: absolute;
        width: 100%;
        height: 60px;
        top: 220px;
        line-height: 60px;
        background-color: #ff6a00;
        margin-top: 10px;
        text-align: center;
        color: black;
        border-radius: 10px;
        font-size: 15px;
        cursor: pointer;
    }

    .HowWork[b-xyl8uw8tf7] {
        position: relative;
        width: 49%;
        height: 50px;
        background-color: #DEB72A;
        margin-top: 10px;
        display: inline-table;
        border-radius: 10px;
    }

        .HowWork h4[b-xyl8uw8tf7] {
            font-size: 12px;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

    .WorkDiv p[b-xyl8uw8tf7] {
        position: relative;
        font-size: 13px;
        width: 95%;
        text-align: center;
        right: 2.5%;
    }

    .WorkDiv[b-xyl8uw8tf7] {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
}
/* _content/SarafiparsWeb/Shared/MainLayout.razor.rz.scp.css */
.page[b-1fc7cgigbb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1fc7cgigbb] {
    flex: 1;
}

.sidebar[b-1fc7cgigbb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1fc7cgigbb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1fc7cgigbb]  a, .top-row .btn-link[b-1fc7cgigbb] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1fc7cgigbb] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1fc7cgigbb] {
        display: none;
    }

    .top-row.auth[b-1fc7cgigbb] {
        justify-content: space-between;
    }

    .top-row a[b-1fc7cgigbb], .top-row .btn-link[b-1fc7cgigbb] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1fc7cgigbb] {
        flex-direction: row;
    }

    .sidebar[b-1fc7cgigbb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1fc7cgigbb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-1fc7cgigbb], article[b-1fc7cgigbb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SarafiparsWeb/Shared/NavMenu.razor.rz.scp.css */
a[b-3g3qvv9rnf]{
    text-decoration:none;
    color:white;
}
.mainMenu[b-3g3qvv9rnf] {
    position: relative;
    width: 100%;
    height: 130px;
    background-color: #1e1e1e;
    color: white;
    font-size: 13px;
}
.Logopos[b-3g3qvv9rnf] {
    width: 140px;
    height: 180px;
    background-color: #cfb578;
    position: absolute;
    right:10%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index:120;
}
.mainMenu img[b-3g3qvv9rnf] {
    position: absolute;
    width: 80px;
    right:30px;
  
    top: 75px;
   
}
   
.midContent[b-3g3qvv9rnf]{
    position:absolute;
    width:70%;
    right:18%;
  
    height:100%;
    display:inline-flex;
}
.MenuItems[b-3g3qvv9rnf] {
    position: relative;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    height: 50px;
    margin-top: 80px;
    background-color: #1e1e1e;
    line-height: 50px;
    cursor: pointer;
    min-width:60px;
}
    .MenuItems:hover[b-3g3qvv9rnf] {
        color: #DEB72A;
        transition :all 1s;
        
    }
@media only screen and (max-width: 1500px) {
    .midContent[b-3g3qvv9rnf] {
        position: absolute;
        width: 100%;
        right: 0%;
        height: 100%;
        display: inline-flex;
        display: none;
    }

    .Logopos[b-3g3qvv9rnf] {
        width: 120px;
        height: 180px;
        background-color: #cfb578;
        position: absolute;
        right: 1%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index:120;
    }

    .mainMenu img[b-3g3qvv9rnf] {
        position: absolute;
        width: 50%;
        right: 25%;
        top: 80px;
    }
}
@media only screen and (max-width: 1350px) {
    .midContent[b-3g3qvv9rnf] {
        position: absolute;
        
        width: 100%;
        right: 0%;
        height: 100%;
        display: inline-flex;
        display: none;
    }
    .Logopos[b-3g3qvv9rnf] {
        width: 120px;
        height: 180px;
        background-color: #cfb578;
        position: absolute;
        right: 1%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .mainMenu img[b-3g3qvv9rnf] {
        position: absolute;
        width: 50%;
        right: 25%;
        top: 80px;
    }
}
    @media only screen and (max-width: 700px) {
        .Logopos[b-3g3qvv9rnf] {
            width: 120px;
            height: 100px;
            background-color: #cfb578;
            position: absolute;
            right: 1%;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
        .midContent[b-3g3qvv9rnf] {
            position: absolute;
            width: 100%;
            right: 0%;
            height: 100%;
            display: inline-flex;
            display: none;
        }

        .mainMenu[b-3g3qvv9rnf] {
            position: relative;
            width: 100%;
            height: 80px;
            background-color: #333333;
            color: white;
        }

            .mainMenu img[b-3g3qvv9rnf] {
                position: absolute;
                width: 50%;
                right: 25%;
                top: 20px;
            }
    }
/* _content/SarafiparsWeb/Shared/NewMenu.razor.rz.scp.css */
.MenuNCont[b-u810jrpzp8] {
    position: absolute;
    width: 40%;
    margin-right: 30%;
    margin-top: 5px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: center;
    display:flex;
    justify-items:center;
}
.MenuNCont div[b-u810jrpzp8]{

    line-height:50px;
    padding:0 10px 0 10px;
    font-size:12px;
}
img[b-u810jrpzp8]{
    position:absolute;
    width:70px;
    
    padding-top:5px;
    padding-bottom:10px;
    top:5px;
    right:10%;
    z-index:124;
    fill:red;
    

}
.continaer[b-u810jrpzp8] {
    position: relative;
    background-color: transparent;
    width: 100%;
    height: 70px;
}
/* _content/SarafiparsWeb/Shared/News.razor.rz.scp.css */
.NewsContent[b-6mziw8wck0] {
    position: relative;
    width: 100%;
    color: #808080;
}
.Title[b-6mziw8wck0]{
    position:relative;
    width:400px;
    height:50px;
    line-height:50px;
   
    color:#ededed;

    

}
.firsnews[b-6mziw8wck0]{
    position:relative;

    width:400px;
    height:400px;
  
   

}
.firsnews img[b-6mziw8wck0]{
    position:relative;
    width:100%;

}
    .firsnews h5[b-6mziw8wck0] {
        color: #151515;
        margin-top: 10px;
    }
.firsnews p[b-6mziw8wck0]{
    text-align:justify;
    font-size:15px;
}
.ScondPart[b-6mziw8wck0]{
    position:absolute;
    width:calc(100% - 410px);
    height:400px;
    left:00px;
    top:50px;
   
   
}
.NewsCard[b-6mziw8wck0]{
    position:relative;
    width:45%;
    height:82px;
    float:right;
    margin-right:20px;
}
.NewsCard img[b-6mziw8wck0]{
    width:100px;

}
    .NewsCard h5[b-6mziw8wck0] {
        position: absolute;
        right: 105px;
        top: 0px;
        color: #151515;
        font-size:15px;
    }
    .NewsCard p[b-6mziw8wck0] {
        position: absolute;
        right: 105px;
        top: 25px;
        height:40px;
        font-size: 13px;
        text-align: justify;
        overflow: hidden;
        color:#808080
    }
   @media only screen and ( max-width : 700px ){
    .Midd2[b-6mziw8wck0]{

    }
    .NewsContent[b-6mziw8wck0] {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #333333;
        color: #ededed;
        padding-bottom:100px;
    }

    .Title[b-6mziw8wck0] {
        position: relative;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #ededed;
    }

    .firsnews[b-6mziw8wck0] {
        position: relative;
        width: 100%;
        height: auto;
    }

        .firsnews img[b-6mziw8wck0] {
            position: relative;
            width: 100%;
        }

        .firsnews h5[b-6mziw8wck0] {
            color: #DFBB36;
            margin-top: 10px;
        }

        .firsnews p[b-6mziw8wck0] {
            text-align: justify;
            font-size: 15px;
        }

    .ScondPart[b-6mziw8wck0] {
        position: relative;
        width:100%;
        height: auto;
        right: 0px;
        left:auto;
        top: 50px;
    }

    .NewsCard[b-6mziw8wck0] {
        position: relative;
        width: 100%;
        height: 82px;
        float: none;
        margin-right: 0px;
    }

        .NewsCard img[b-6mziw8wck0] {
            width: 100px;
        }

        .NewsCard h5[b-6mziw8wck0] {
            position: absolute;
            right: 105px;
            top: 0px;
            color: #DFBB36;
            font-size: 15px;
        }

        .NewsCard p[b-6mziw8wck0] {
            position: absolute;
            right: 105px;
            top: 25px;
            height: 40px;
            font-size: 13px;
            text-align: justify;
            overflow: hidden;
            color: #d5d5d5
        }
   }
/* _content/SarafiparsWeb/Shared/Partner.razor.rz.scp.css */


.section-title h2[b-ru3ef830z7] {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}

.section-title[b-ru3ef830z7]::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/****************/
/*	 BX-SLIDER 	*/
/****************/
section.client[b-ru3ef830z7] {
   direction:ltr;
    background-color: #eee;
}

    section.client .section-title[b-ru3ef830z7] {
       
    }

img[b-ru3ef830z7] {
    /*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
    width:200px;

    margin-top:50px;
    margin:10px;
   
}
.Midd2[b-ru3ef830z7] {
    padding-top:20px;
    direction: ltr;
    text-align: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* _content/SarafiparsWeb/Shared/TehranContact.razor.rz.scp.css */
.Midd2[b-8umkreynfn] {
    position: fixed;
    background-color: transparent;
    width: 100%;
    right: 0%;
    min-height: 45px;
    margin-top: 0px;
    border-radius: 0px;
    padding: 10px;
    bottom: 45px;
    z-index: 10;
}
    .Midd2 a[b-8umkreynfn] {
        position: absolute;
        right: 10px;
        text-decoration: none;
        color: #000000;
        line-height: 25px;
        margin-top: 20px;
        border: solid 1px;
        padding: 10px;
        background-color: white;
        width: 150px;
        text-align:center;
    }
@media only screen and ( max-width : 700px ) {
    .Midd2[b-8umkreynfn] {
        position: fixed;
        background-color: transparent;
        width: 100%;
        right: 0%;
        min-height: 45px;
        margin-top: 0px;
        border-radius: 0px;
        padding: 10px;
        bottom: 100px;
        z-index: 10;
    }

        .Midd2 a[b-8umkreynfn] {
            position: absolute;
            right: 10px;
            text-decoration: none;
            color: #000000;
            line-height: 25px;
            margin-top: 20px;
            border: solid 1px;
            padding: 10px;
            background-color:white;
            width:150px;
        }
}
/* _content/SarafiparsWeb/Shared/TranferMoneyAds.razor.rz.scp.css */
.Midd2[b-qlog766i9t]{
   margin-top:50px;
   margin-bottom:50px;
}

.Title h2[b-qlog766i9t]{
    position:relative;
    width:100%;
    text-align:center;
    
}
.Title[b-qlog766i9t] {
    text-align: center;
}
.country[b-qlog766i9t]{
    position:relative;
    width:100%;

}
.countryItems[b-qlog766i9t]{
    position:relative;
    width:23%;
    height:90px;
   
    margin:5px;
    display:inline-flex;
}
.countryItems img[b-qlog766i9t]{
    position:absolute;
    width:70px;
    top:0px;
    right:10px
}
    .countryItems .countryName[b-qlog766i9t] {
        position: absolute;
        right: 90px;
        height: 100%;
        margin-top: 10px;
        font-size: 16px;
    }
@media only screen and (max-width: 900px) {
    .country[b-qlog766i9t] {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }

    .countryItems img[b-qlog766i9t] {
        position: absolute;
        width: 40px;
        top: 0px;
        right: 25px
    }

    .Title h2[b-qlog766i9t] {
        position: relative;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .countryItems[b-qlog766i9t] {
        position: relative;
        width: 32%;
        height: 90px;
        margin: 0px;
        display: inline-flex;
        font-size: 14px;
        margin-top: 5px;
    }

        .countryItems .countryName[b-qlog766i9t] {
            position: absolute;
            right: 70px;
            height: 100%;
            line-height: 20px;
            margin-top: 0px;
            font-size: 14px;
        }

}
    @media only screen and (max-width: 700px) {
        .country[b-qlog766i9t] {
            position: relative;
            width: 100%;
            margin-top: 50px;
        }

        .countryItems img[b-qlog766i9t] {
            position: absolute;
            width: 40px;
            top: 0px;
            right: 25px
        }

        .Title h2[b-qlog766i9t] {
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 18px;
        }

        .countryItems[b-qlog766i9t] {
            position: relative;
            width: 49%;
            height: 90px;
            margin: 0px;
            display: inline-flex;
            font-size: 14px;
            margin-top: 5px;
        }

            .countryItems .countryName[b-qlog766i9t] {
                position: absolute;
                right: 70px;
                height: 100%;
                line-height: 20px;
                margin-top: 0px;
                font-size: 12px;
            }
    }
/* _content/SarafiparsWeb/Shared/Video.razor.rz.scp.css */
video[b-6irqf9k2xm]{
    position:relative;
    width:270px;
    height:480px;
   right:10px;
   z-index:101;
}
.contentVideo[b-6irqf9k2xm]{
    position:relative;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
}


section[b-6irqf9k2xm] {
    position: relative;
    height: 450px;
    width: 80%;
    display: flex;
    align-items: center;
    margin-top:50px;
    right:10%;

}

.swiper[b-6irqf9k2xm] {
    width: 85%;
}

.card[b-6irqf9k2xm] {
    position: relative;
    background: #fff;
   
    margin: 20px 0;
   
    width:270px;
    border:none;
}

    .card[b-6irqf9k2xm]::before {
        content: "";
        position: absolute;
        height: 40%;
        width: 100%;
        
       
    }

    .card .card-content[b-6irqf9k2xm] {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        position: relative;
        z-index: 100;
    }










.swiper-pagination-bullet[b-6irqf9k2xm] {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #7d2ae8;
    display:none;
}

.swiper-button-next[b-6irqf9k2xm],
.swiper-button-prev[b-6irqf9k2xm] {
    opacity: 0.7;
    color: #7d2ae8;
    transition: all 0.3s ease;
}

    .swiper-button-next:hover[b-6irqf9k2xm],
    .swiper-button-prev:hover[b-6irqf9k2xm] {
        opacity: 1;
        color: #7d2ae8;
    }
@media only screen and (max-width: 900px) {
    .contentVideo[b-6irqf9k2xm] {
        position: relative;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: none;
    }
    section[b-6irqf9k2xm] {
        position: relative;
        width: 100%;
        align-items: center;
        margin-top: 50px;
        right: 0%;
        display: none;
    }
}
    @media only screen and (max-width: 700px) {
        .contentVideo[b-6irqf9k2xm] {
            position: relative;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: center;
            display: none;
        }

        section[b-6irqf9k2xm] {
            position: relative;
            width: 100%;
            align-items: center;
            margin-top: 50px;
            right: 0%;
            display: none;
        }

        .swiper[b-6irqf9k2xm] {
            width: 80%;
        }

        video[b-6irqf9k2xm] {
            position: relative;
            width: 100%;
            z-index: 101;
        }
    }
/* _content/SarafiparsWeb/Shared/Weblog.razor.rz.scp.css */
.news-hero[b-kkbbn1bz14] {
    position: relative;
    background: url('/Images/exchange-img.png') center/cover no-repeat;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
    z-index: 0;
}

    .news-hero[b-kkbbn1bz14]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .news-hero .hero-content[b-kkbbn1bz14] {
        position: relative;
        max-width: 600px;
        margin: 0 auto;
        z-index:100;
    }

    .news-hero h1[b-kkbbn1bz14] {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .news-hero p[b-kkbbn1bz14] {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

.btn-primary[b-kkbbn1bz14] {
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: #0a65fe;
    color: #fff;
    border-radius: 2em;
    font-weight: 700;
    text-decoration: none;
}

    .btn-primary:hover[b-kkbbn1bz14] {
        background-color: #084ecc;
    }

.news-container[b-kkbbn1bz14] {
    max-width: 1140px;
    margin: 40px auto;
    padding: 0 20px;
}

    .news-container h2[b-kkbbn1bz14] {
        font-size: 2rem;
        margin-bottom: 1rem;
        text-align: right;
    }

.news-grid[b-kkbbn1bz14] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.news-card[b-kkbbn1bz14] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-img[b-kkbbn1bz14] {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.card-icon[b-kkbbn1bz14] {
    font-size: 4rem;
    color: #0a65fe;
    text-align: center;
    padding: 2rem 0;
}

.card-body[b-kkbbn1bz14] {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card h3[b-kkbbn1bz14] {
    font-size: 1.2rem;
    margin: 0 0 8px;
}

.news-card p[b-kkbbn1bz14] {
    font-size: 0.95rem;
    margin: 0 0 16px;
    flex: 1;
}

.card-footer[b-kkbbn1bz14] {

    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    text-align:center;
}

.read-more[b-kkbbn1bz14] {
    color: #0a65fe;
    text-decoration: none;
    font-weight: 500;
    text-align:center;

    .read-more:hover {
        text-decoration: underline;
    }
/* _content/SarafiparsWeb/Shared/Whatsapp.razor.rz.scp.css */
a[b-dpi4rbfgcu] {
    text-decoration: none;
}

.floating_btn[b-dpi4rbfgcu] {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing-b-dpi4rbfgcu {
    to {
        box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
    }
}

.contact_icon[b-dpi4rbfgcu] {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing-b-dpi4rbfgcu 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 100ms ease-in-out;
}


.text_icon[b-dpi4rbfgcu] {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
@media only screen and (max-width: 1300px) {
    a[b-dpi4rbfgcu] {
        text-decoration: none;
        display:none;
    }
}
/* _content/SarafiparsWeb/Shared/WorSend.razor.rz.scp.css */


.frame[b-l193g7k0u9] {
    position: absolute;
    width: 400px;
    height: 100px;
    border-radius: 2px;
   right: calc(50% - 200px);
    overflow: hidden;
    
    color:black ;
    margin-bottom:50px;
  
}

.center[b-l193g7k0u9] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -37.5px;
}

.carousel[b-l193g7k0u9] {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 75px;
    height: 75px;
}

    .carousel .pre[b-l193g7k0u9] {
        position: absolute;
        top: 0;
        right: 25%;
        height: 75px;
        
    }

    .carousel .change_outer[b-l193g7k0u9] {
        position: absolute;
        top: 0;
        right: 50%;
        text-align: right;
        height: 75px;
        overflow: hidden;
    }

        .carousel .change_outer .change_inner[b-l193g7k0u9] {
            position: relative;
            -webkit-animation: rotate 40s ease-in-out infinite;
            animation: rotate-b-l193g7k0u9 40s ease-in-out infinite;
        }

        .carousel .change_outer .element[b-l193g7k0u9] {
            display: block;
            font-weight: 700;
           
        }

@-webkit-keyframes rotate {
    0%, 5% {
        transform: translateY(0);
    }

    5%, 10% {
        transform: translateY(-75px);
    }

    10%, 15% {
        transform: translateY(-150px);
    }

    15%, 20% {
        transform: translateY(-225px);
    }

    20%, 25% {
        transform: translateY(-300px);
    }

    25%, 30% {
        transform: translateY(-375px);
    }

    30%, 35% {
        transform: translateY(-450px);
    }

    40%, 45% {
        transform: translateY(-525px);
    }

    45%, 50% {
        transform: translateY(-600px);
    }

    50%, 55% {
        transform: translateY(-675px);
    }

    55%, 60% {
        transform: translateY(-750px);
    }

    60%, 65% {
        transform: translateY(-825px);
    }

    65%, 70% {
        transform: translateY(-900px);
    }

    70%, 75% {
        transform: translateY(-975px);
    }

    75%, 80% {
        transform: translateY(-1050px);
    }

    80%, 85% {
        transform: translateY(-1125px);
    }

    85%, 90% {
        transform: translateY(-1200px);
    }

    90%, 95% {
        transform: translateY(-1275px);
    }
}

@keyframes rotate-b-l193g7k0u9 {
    0%, 5% {
        transform: translateY(0);
    }

    5%, 10% {
        transform: translateY(-75px);
    }

    10%, 15% {
        transform: translateY(-150px);
    }

    15%, 20% {
        transform: translateY(-225px);
    }

    20%, 25% {
        transform: translateY(-300px);
    }

    25%, 30% {
        transform: translateY(-375px);
    }

    30%, 35% {
        transform: translateY(-450px);
    }

    40%, 45% {
        transform: translateY(-525px);
    }

    45% , 50% {
        transform: translateY(-600px);
    }
    50%, 55% {
        transform: translateY(-675px);
    }
    55%, 60% {
        transform: translateY(-750px);
    }
    60%, 65% {
        transform: translateY(-825px);
    }
    65%, 70% {
        transform: translateY(-900px);
    }
    70%, 75% {
        transform: translateY(-975px);
    }
    75%, 80% {
        transform: translateY(-1050px);
    }
    80%, 85% {
        transform: translateY(-1125px);
    }
    85%, 90% {
        transform: translateY(-1200px);

    }
    90%, 95% {
        transform: translateY(-1275px);
    }
}
@media only screen and (max-width: 1300px) {
    .frame[b-l193g7k0u9] {
        position: absolute;
        width: 400px;
        height: 100px;
        border-radius: 2px;
        right: calc(50% - 200px);
        overflow: hidden;
        color: black;
        margin-bottom: 50px;
        display:none;
    }
}
