﻿@keyframes CalMenuAnimation {
    from {
        opacity: 0;
        left: -50px;
    }

    to {
        opacity: 1;
        left: 15px;
    }
}

@font-face {
    font-family: iransans;
    src: url(../fonts/IRANSansWeb_Light.eot);
    src: url(../fonts/IRANSansWeb_Light.eot?#iefix) format('embedded-opentype'),url(../fonts/IRANSansWeb_Light.woff) format('woff'),url(../fonts/IRANSansWeb_Light.ttf) format('truetype');
}

@font-face {
    font-family: iransans;
    font-weight: 700;
    src: url(../fonts/IRANSansWeb_bold.eot);
    src: url(../fonts/IRANSansWeb_bold.eot?#iefix) format('embedded-opentype'),url(../fonts/IRANSansWeb_bold.woff) format('woff'),url(../fonts/IRANSansWeb_bold.ttf) format('truetype');
}

body {
    direction: rtl;
    font-family: iransans,Tahoma;
    padding: 0;
    margin: 0;
    text-align: right;
    color: #000;
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
}

.color-white {
    color: #fff;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 1676px;
}

.rfv {
    font-family: Tahoma;
    font-weight: 400;
    color: red;
    font-size: 9pt;
    padding: 6px 7px 6px 7px;
    background-color: #fff0f0;
    position: relative;
    bottom: 30px;
}

.TsRed {
    background-color: #e91e63;
}

.TsPink {
    background-color: #ec008c;
}

.tsGreen {
    color: #39d399;
}

.tsGreenBG {
    background-color: #39d399 !important;
}

.tsBlack {
    color: #333;
}

.tsBgBlack {
    background: #333;
}

.tsBgPurple {
    background-color: #f6f6f6;
}

.tsBgGrey {
    background: #525252;
    color: #fff;
}

.tsBgGreenSale {
    background-color: #48af55 !important;
}

.tsWhite {
    color: #ddd;
}

.marginGrid {
    margin: 20px;
}

.tsClear {
    clear: both !important;
}

.tsCenterTextAlign {
    text-align: center !important;
}

.tsTextAlign {
    text-align: right !important;
}

.tsLeftTextAlign {
    text-align: left;
}

.tsFlex {
    display: flex !important;
}

input, select, textarea {
    max-width: 280px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rfv-calc {
    bottom: 0;
}

.noDisplay {
    display: none;
}

.noTextDecor {
    text-decoration: none !important;
}

.hvrMain {
    margin-left: 2px !important;
    border-radius: 0px 10px 10px 0px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.divValidation {
    text-align: left;
    float: left;
    width: auto;
    height: auto;
}

.noteTxt {
    background-color: rgba(46,33,156,.1);
    padding: 15px;
    border-radius: 15px;
    margin-left: 5px;
    margin-right: 10px;
    max-width: 520px;
    margin-bottom: 0;
}

.btn {
    padding: 0 13px;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #b889c9;
    font-size: 1.1rem !important;
    height: 30px;
}

.answer_btn {
    margin-right: 10px !important;
    width: 140px !important;
    height: 40px !important;
}

.main_btn {
    background-image: -webkit-gradient(linear,left top,right top,from(#bc2bff),color-stop(51%,#7249fb),to(#bc2bff));
    background-image: -webkit-linear-gradient(left,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-image: -o-linear-gradient(left,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-image: linear-gradient(to right,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-size: 200% auto;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(115,73,251,.3);
    box-shadow: 0 10px 30px 0 rgba(115,73,251,.3);
    width: 130px;
    margin-top: 20px;
    height: 60px;
}

    .main_btn:hover {
        background-position: right center;
        cursor: pointer;
    }

.main_btnEntry {
    background-image: -webkit-gradient(linear,left top,right top,from(#bc2bff),color-stop(51%,#7249fb),to(#bc2bff));
    background-image: -webkit-linear-gradient(left,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-image: -o-linear-gradient(left,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-image: linear-gradient(to right,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-size: 200% auto;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(115,73,251,.3);
    box-shadow: 0 10px 30px 0 rgba(115,73,251,.3);
    width: 130px;
}

    .main_btnEntry:hover {
        background-position: right center;
        cursor: pointer;
    }

.main_searchbtn {
    background-image: -webkit-gradient(linear,left top,right top,from(#bc2bff),color-stop(51%,#7249fb),to(#bc2bff));
    background-image: -webkit-linear-gradient(left,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-image: -o-linear-gradient(left,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-image: linear-gradient(to right,#bc2bff 0,#7249fb 51%,#bc2bff 100%);
    background-size: 200% auto;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 32px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(115,73,251,.3);
    box-shadow: 0 10px 30px 0 rgba(115,73,251,.3);
    width: 100px;
    margin-right: 5px;
}

    .main_searchbtn:hover {
        background-position: right center;
        cursor: pointer;
    }


.main_btnChangeSale {
    background-image: -webkit-gradient(linear,left top,right top,from(#48af55),color-stop(51%,#39d399),to(#48af55)) !important;
    background-image: -webkit-linear-gradient(left,#48af55 0,#39d399 51%,#48af55 100%) !important;
    background-image: -o-linear-gradient(left,#48af55 0,#39d399 51%,#48af55 100%) !important;
    background-image: linear-gradient(to right,#48af55 0,#39d399 51%,#48af55 100%) !important;
    -webkit-box-shadow: 0 10px 30px 0 rgba(137,253,157,.3) !important;
    box-shadow: 0 10px 30px 0 rgba(137,253,157,.3) !important;
}

.return_btn {
    background-size: 200% auto;
    color: #333;
    border: 2px solid #b92dff;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    Width: 130px;
    height: 50px;
    background: 0 0;
}

    .return_btn:hover {
        cursor: pointer;
    }

.main_modal_btn {
    background-size: 200% auto;
    z-index: 2;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    Width: 120px;
    color: #000;
    border: 2px solid #39d399;
    height: 50px;
    background: 0 0;
}

.bug_modal_btn {
    border: 2px solid #e91e63;
}

.share_btn {
    background-size: 200% auto;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(115,73,251,.3);
    box-shadow: 0 0 5px 1px rgba(115,73,251,.3);
    width: 130px;
    background-color: #ec008c;
    margin-right: 1rem;
    float: right;
}

.copy_btn:hover {
    cursor: pointer;
}

.bugInput {
    border: 2px solid #333;
}

.copy_btn {
    background-size: 200% auto;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(115,73,251,.3);
    box-shadow: 0 0 5px 1px rgba(115,73,251,.3);
    width: 130px;
    background-color: #ec008c;
    float: left;
    margin-left: 1.2rem;
    margin-right: .5rem;
}

    .copy_btn:hover {
        cursor: pointer;
    }

.eltr {
    direction: ltr;
}

.dEnBlock {
    display: inline-block;
}

.pInfo {
    width: 350px;
    text-align: justify;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background-color: rgba(46,33,156,.1);
    padding: 15px;
    border-radius: 15px;
    color: #333;
}

.siteColor {
    background-image: -moz-linear-gradient(0deg,rgba(188,43,255,.9) 0,#7249fb 100%);
    background-image: -webkit-linear-gradient(0deg,rgba(188,43,255,.9) 0,#7249fb 100%);
    background-image: -ms-linear-gradient(0deg,rgba(188,43,255,.9) 0,#7249fb 100%);
}

.demotext {
    color: #fff;
    background: #fff;
    color: #fff;
    background: #fff;
}

.navbar-brand {
    font-size: 1.6em;
    font-weight: 700;
}

.siteFooter {
    height: 130px;
    color: #fff;
    font-size: 1.2rem;
}

.rdbInput {
    width: 30px;
    margin-right: .5rem;
}

.title {
    color: #fff;
    clear: both;
    padding: 10px 20px 10px 0;
    font-size: 1.5rem;
    font-weight: 300;
    min-height: 50px;
}

.img-NewestProductImage {
    border-radius: .2em;
    background-color: #7549fb;
}

.ts-mtb {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ts-footer {
    text-align: center;
    font-size: 12px;
}

.tx-calcLink {
    background: #39d399;
    padding: 37px;
    border-radius: 15px;
    text-align: center;
    margin: 0px auto;
    color: white !important;
    text-decoration: none;
    float: none !important;
}

    .tx-calcLink:hover {
        box-shadow: #b92dff 0px 0px 10px;
        color: black !important;
        text-decoration: none;
    }

.Know-moreLink {
    background: deeppink;
    padding: 0px 6px;
    border-radius: 2px;
    text-align: center;
    color: white !important;
    text-decoration: none;
    float: none !important;
    white-space: nowrap;
}

    .Know-moreLink:hover {
        box-shadow: #b92dff 0px 0px 10px;
        color: black !important;
        text-decoration: none;
    }

.cardWidth {
    max-width: 300px;
    border: 2px solid #d5c8f0;
    margin-top: 14px;
}

.p-card {
    padding-right: 10px;
    padding-left: 4px;
}

.p-cardLeftXs {
    padding-right: 6px;
    padding-left: 10px;
}

.Box-Shadow-violat {
    box-shadow: 2px 2px 6px rgba(197,161,248,.8);
}

    .Box-Shadow-violat:hover {
        box-shadow: 0 0 2px 2px rgba(114,73,251,.6);
        -moz-box-shadow: 0 0 2px 2px rgba(114,73,251,.6);
        -webkit-box-shadow: 0 0 2px 2px rgba(114,73,251,.6);
        text-decoration: none;
    }

.hvr-violat {
    background: #fcfcf5;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: 2px 2px 6px rgba(197,161,248,.8);
}

.Baner {
    background: url(../Images/Templates/home-banner.jpg.png);
    background-size: cover;
}

.inputNumber {
    text-align: right;
    direction: ltr;
}

.w-79 {
    width: 79px !important;
}

.w-90 {
    width: 90% !important;
}

.w-360 {
    max-width: 360px !important;
}

.w-120 {
    width: 120px !important;
}

.w-280 {
    width: 280px !important;
}

.thermoImg {
    height: 40px;
    padding-right: 0;
    border-radius: 30px;
    border: 3px #fff solid;
    background-color: #774ffb;
}

.navbarfix {
    position: fixed;
    top: 0;
    width: 100%;
}

.divQuestionTajhizatModal {
    text-align: center;
    padding-top: 5px;
    height: auto;
    height: auto;
    font-weight: 400;
    color: #333;
    font-style: normal;
    font-variant: normal;
    font-size: 14px;
    line-height: normal;
}

.quantity {
    display: inline-flex;
    margin: 5px auto;
}

.pub {
    background-color: #333 !important;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.quantity .input-text.qty {
    width: 35px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

    .quantity.buttons_added input {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        box-shadow: none;
    }

    .quantity.buttons_added .minus, .quantity.buttons_added .plus {
        padding: 4px 10px 8px;
        height: 30px;
        background-color: #fff;
        cursor: pointer;
    }

.minus {
    border: 0;
    border-radius: 5px 0 0 5px;
}

.plus {
    border: 0;
    border-radius: 0 5px 5px 0;
}

.quantity input::-webkit-inner-spin-button, .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus, .quantity.buttons_added .plus:focus {
    outline: 0;
}

.parentTajhizat {
    background-color: #39d399;
    border-radius: 5px;
    text-align: center;
    max-width: 140px;
    margin: 5px auto;
}

.divQuestion {
    text-align: right;
    float: right;
    height: auto;
    height: auto;
    font-weight: 400;
    color: #333;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    line-height: normal;
}

.divAnswer {
    text-align: right;
    float: right;
    padding: 2px 4px;
    height: auto;
    color: #4e80ab;
    font-size: 18px;
    line-height: 1.5;
    margin-right: .25rem;
    margin-left: .5rem;
}

.dropdown-selfmenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    margin-right: 2rem;
}

.navbar {
    padding: .5rem .3rem;
}

.navbar-nav .nav-link {
    padding: .5rem .3rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
}

.navbar-dark .navbar-brand:hover {
    text-shadow: 1px 1px 10px #000;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.95);
}

.navbar-toggler {
    padding: .25rem .5rem;
}

.calcLink {
    cursor: pointer;
    color: #0056b3;
}

.inlineCalc {
    display: inline-flex;
}

.form-control {
    padding-left: 0;
}

.contacu-us {
    border: 1px solid;
    height: 115px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: .2rem;
    font-weight: 700;
}

.helpCall {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    width: 40px;
    height: 40px;
}

.helpMessage {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    width: 40px;
    height: 40px;
}

.ErrorLogin {
    border: 1px solid red;
    padding: 7px 20px;
    background-color: #e91e63;
    color: #fff;
    font-size: 14pt;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    height: 120px;
}

.ErrorCheckLogin {
    border: 1px solid red;
    padding: 7px 20px;
    background-color: #e91e63;
    color: #fff;
    font-size: 14pt;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.logoLogin {
    position: absolute;
    right: -70px;
    top: 2px;
}

.SignInMember {
    background-color: #fff;
    position: relative !important;
    right: 75px !important;
    color: #784bfb !important;
}

.SignIn {
    font-size: 16px;
    color: #784bfb;
    font-weight: 700;
    cursor: pointer;
    position: fixed;
    top: 11pt;
    padding: 5px;
    border-radius: 5px;
    right: 67px;
}

.Search {
    color: #784bfb;
    cursor: pointer;
    position: fixed;
    top: 7pt;
    padding: 5px;
    right: 75pt;
}

.SearchModal {
    position: relative !important;
    right: 175px !important;
    top: 12pt !important;
}

.TrueLogin {
    display: none;
    position: absolute !important;
    right: 250px !important;
    top: 2px !important;
}

.searchSet {
    position: relative !important;
    right: -145px !important;
    top: 8pt !important;
    float: right !important;
}

.signInProfileLogo {
    top: 7pt !important;
    position: relative !important;
    right: -254px !important;
    float: right !important;
}

.ProfileIcon {
    height: 40px;
    border: solid 3px;
    border-radius: 5px;
    margin-right: 5px;
}

.menuIcon {
    border-radius: 30px;
    border: solid #39d399 3px;
    padding: 7px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    background-color: #eee;
    position: fixed;
    bottom: 13px;
    z-index: 100;
    left: 13px;
}

.UserProfileMenu {
    width: 240px;
    height: 320px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: fixed;
    right: 78px;
    border-radius: 13px;
    top: 41pt;
    background-color: rgba(3,3,3,.75);
    padding: 10px 5px;
}

.forgetPass {
    color: #7648fc !important;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    position: relative;
    top: 25px;
    cursor: pointer;
}

.CallMenuIcon {
    border-radius: 30px;
    border: solid #39d399 3px;
    padding: 3px;
    width: 45px;
    height: 45px;
    display: inline-flex;
    background-color: #fff;
    position: fixed;
    bottom: 83px;
    z-index: 100;
    left: -50px;
    box-shadow: 0 0 5px #626060;
}

.CallBugIcon {
    position: fixed;
    bottom: 153px;
    z-index: 100;
    left: -50px;
    border: solid #ef3930 3px;
    border-radius: 52px;
    padding: 3px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 0 5px #626060;
}

.CallHistoryIcon {
    bottom: 220px;
    position: fixed;
    z-index: 100;
    left: -50px;
    border: solid #842eff 3px;
    border-radius: 52px;
    padding: 3px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 0 5px #626060;
}

.CallHomeIcon {
    border-radius: 30px;
    border: solid #842eff 3px;
    padding: 3px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    position: fixed;
    bottom: 13px;
    z-index: 100;
    left: -50px;
    box-shadow: 0 0 5px #626060;
}

.callIcon {
    left: 13px;
}

.MenuHRight {
    padding: 3px 10px 0 0;
    display: block;
    width: auto;
    clear: both;
    font-size: .9em;
    font-weight: 700;
    overflow: hidden;
}

.MenuHRightInvite {
    padding: 3px 26px 0 0;
    display: block;
    width: auto;
    clear: both;
    font-size: .9em;
    font-weight: 700;
    overflow: hidden;
}

.MenuHRightA {
    border-radius: 3px;
    padding: 6px 10px;
    clear: both;
    background-color: #39d399;
    height: 66px;
    color: #333;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.MenuHRightRet {
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 10px;
    clear: both;
    width: 145px;
    height: 66px;
    color: #333;
    background-color: Red;
    padding: 6px 3px 6px 3px;
    padding-right: 3rem;
    padding-top: 1.5rem;
}

.Hret {
    background-color: #e91e63;
    padding: 1.5rem 4rem;
}

.justify {
    text-align: justify;
    float: right;
}

input[type=radio] {
    height: 1.25em;
    width: 1.25em;
    vertical-align: middle;
    margin-left: .25em;
}

.tsfont {
    font-size: 16px;
}

.tsfont-14 {
    font-size: 14px;
}

.copy-notification {
    color: #fff;
    background-color: rgba(0,0,0,.8);
    padding: 20px;
    border-radius: 30px;
    position: fixed;
    bottom: 50%;
    left: 50%;
    width: 200px;
    margin-top: -5px;
    margin-left: -50px;
    display: none;
    text-align: center;
    z-index: 9999;
}

.InviteDesc {
    display: block;
    padding: 10px;
    text-align: justify;
    /*color: #ffe100;*/
    border-radius: 4px;
    font-size: 1rem;
    /*text-shadow: 0 0 11px gold;*/
    background-color: #333;
    color: #fff;
    width: 290px;
    margin-bottom: 15px;
}

.accountType {
    display: block;
    padding: 10px;
    text-align: center;
    color: #ffe100;
    border-radius: 4px;
    font-size: 1.2rem;
    text-shadow: 0 0 11px gold;
    background-color: #333;
}

.inviteLink {
    cursor: pointer;
    color: #00ffb8 !important;
    text-align: center;
    display: block;
}

.minTile {
    max-width: 750px;
    min-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.minTileXs {
    max-width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.card-title {
    color: black;
    font-size: 15px;
}

.card-body {
    padding: 0.4rem;
    height: 65px;
    overflow: hidden;
}

.card {
    max-width: 300px;
    max-height: 260px;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.tsGray {
    filter: grayscale(100%);
}

.googleImg {
    box-shadow: #842eff 0 0 2px;
}

.yahooImg {
    margin: 5px 0 5px 5px;
    border-radius: 5px;
    width: 118px;
    box-shadow: #842eff 0 0 2px;
    height: 35px;
}

.Extend_history_btn {
    Width: 280px;
    margin-top: 2rem;
    background-size: 200% auto;
    z-index: 2;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #c040ff;
    height: 50px;
    background: 0 0;
}

.historyNumber {
    margin-right: 5px;
}

.historyText {
    direction: ltr;
    float: right;
}

.histortyBorder {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid #c040ff;
    display: inline-block;
    margin-left: 5px;
    background-color: #7348fb;
}

.ulOutputDescription {
    list-style-type: disc !important;
    direction: rtl !important;
    color: #b92dff !important;
    text-align: justify !important;
}

.ulInputDescription {
    list-style-type: disc !important;
    direction: rtl !important;
    color: #39d399 !important;
    text-align: justify !important;
}

.hrOutputDescription {
    background-color: #b92dff !important;
    width: 100px !important;
    float: right !important;
    margin: 0 auto !important;
    margin-top: 7px !important;
    height: 3px !important;
    border: none !important;
}

.hrDescription {
    background-color: #39d399 !important;
    width: 100px !important;
    float: right !important;
    margin: 0 auto !important;
    margin-top: 7px !important;
    height: 3px !important;
    border: none !important;
}

.ddlhistory {
    border: 2px solid #c040ff;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url(/web/Images/Templates/Arrow.png);
    background-position: 6px;
    background-repeat: no-repeat;
    text-indent: .01px;
    Width: 100%;
    text-overflow: '';
    height: 50px;
}

.historyNoTitle {
    color: #d7d7dc;
}

.historyTitle {
    font-weight: 700;
}

.historyPersianText {
    direction: rtl;
}

.imgShareMenu {
    max-width: 50px;
    border-radius: .2em;
    margin-left: 10px;
    cursor: pointer;
}

.shareTitle {
    width: 100%;
    text-align: center;
    clear: both;
    padding: 10px 0;
    font-size: 1rem;
    font-weight: 300;
}

.eGrid {
    width: 93%;
    background-color: #fff;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-size: 11pt;
    font-family: iransans;
    font-weight: 400;
}

    .eGrid td {
        padding: 0 5px;
        border: solid 1px #c1c1c1;
        color: #717171;
        vertical-align: top;
        text-align: center;
        height: 26px;
        line-height: 26px;
    }

    .eGrid th {
        background-color: #555;
        padding: 0 5px 5px;
        color: #fff;
        border-left: solid 1px #fff;
        font-size: 11pt;
        font-family: iransans;
        text-align: center;
        height: 26px;
        line-height: 26px;
        font-weight: 400;
    }

    .eGrid .altrow {
        background-color: #f0f0f0;
    }

.ExtendExpdate {
    margin-right: 10px;
    width: 200px;
}

.lnkGreen {
    background: #00a651;
    background: -moz-linear-gradient(top,#88c400 0,#95d700 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#88c400),color-stop(100%,#95d700));
    background: -webkit-linear-gradient(top,#88c400 0,#95d700 100%);
    background: -o-linear-gradient(top,#88c400 0,#95d700 100%);
    background: -ms-linear-gradient(top,#88c400 50%,#95d700 100%);
    background: linear-gradient(top,#88c400 0,#95d700 100%);
    color: #fff;
    border-radius: -ms 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 2px solid #1e784a;
    font-family: IRANSans !important;
    font-size: 14px !important;
    padding: 10px 14px;
    display: inline-block;
    min-width: 200px;
    max-width: 300px;
    text-align: center;
    margin-top: 10px;
}

.setInputMinimize {
    border-radius: 0 6px 6px 0;
    width: 180px;
    height: 39px;
    font-size: 1rem;
    color: #495057;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 5px;
}

.building {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    width: 100px;
    height: 90px;
    border-top: 5px solid red;
    border-right: 5px solid green;
    border-left: 5px solid #ff0;
    border-bottom: 5px solid #00f;
    margin: 0 auto;
    margin-top: 10px;
}

.newsImg {
    background-image: url(/web/Images/Templates/news.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 15px;
    padding-top: .35em;
    padding-bottom: .625em;
    padding-left: .75em;
    padding-right: .75em;
    border: 2px groove red;
}

.nextImgBtn {
    background-image: url(/web/Images/Templates/next_icons.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    height: 40px;
}

.backImgBtn {
    background-image: url(/web/Images/Templates/back_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    height: 40px;
}

.zeroBtn {
    height: 40px;
    width: 50px;
    background-color: red;
}

.ShapeSettinEstakhr {
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}

.miniTextIcon {
    color: #333;
    font-size: 16px;
    margin-top: 12px;
    margin-right: 5px;
    font-weight: 700;
    position: absolute;
    top: 6px;
}

.miniTextIconHome {
    color: #333;
    font-size: 16px;
    margin-top: 16px;
    margin-right: 50px;
    font-weight: 700;
    position: absolute;
    top: 6px;
}

.miniUcTextIcon {
    color: #333;
    font-size: 10px;
    margin-top: 14px;
    margin-right: 5px;
    font-weight: 700;
    position: absolute;
    top: 6px;
}

.MiniIconHomePad {
    padding: 6px 10px 4px 6px !important;
}

.divItembackground {
    background-image: linear-gradient(to left,#baa4fd,#fff);
}

.IconMenuactive {
    content: "";
    border: 1px solid #7549fb;
    padding-bottom: 1px;
    background-color: #7549fb;
    display: block;
    border-radius: 5px;
    text-decoration: underline !important;
}

.a_img {
    padding: 2px 3px 0;
    background-color: #7549fb;
    border-radius: 10px 0 0 0;
}

.a_txt {
    text-shadow: none;
}

.a_icon {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.ShapeSettingJacuzy {
    width: 320px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    display: block;
}

.triangle-left {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #555;
    position: absolute;
    top: 45px;
}

.inner-triangle {
    position: relative;
    top: -9px;
    left: 7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #39d299;
}

.TriangleCompleteDesc {
    top: 120px !important;
    right: 245px !important;
}

.SearchIcon {
    height: 40px;
    margin-right: 5px;
}

.SearchIconImg {
    height: 35px;
    margin-right: 15px;
}

.SearchShadow {
    -moz-box-shadow: 0 0 5px 5px #fe97ff;
    -webkit-box-shadow: 0 0 5px 5px #fe97ff;
    box-shadow: 0 0 5px 5px #fe97ff;
}

.searchBox {
    display: flex !important;
    border-radius: 6px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 260px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.searchDescrip {
    background-image: -webkit-gradient(linear,left bottom,right bottom,from(#ecfbf6),color-stop(51%,#d3f5e7),to(#39d299));
    background-image: -webkit-linear-gradient(bottom,#ecfbf6 0,#d3f5e7 51%,#39d299 100%);
    background-image: -o-linear-gradient(bottom,#ecfbf6 0,#d3f5e7 51%,#39d299 100%);
    background-image: linear-gradient(to bottom,#ecfbf6 0,#d3f5e7 51%,#39d299 100%);
}

.setTextSeo {
    max-height: 400px !important;
    overflow-y: scroll !important;
    transition: max-height .3s ease-out;
}

.DescBox {
    position: relative;
    overflow: hidden;
    border: 1px solid #d7b5f2;
    border-radius: .25rem;
    max-height: 180px;
    overflow-y: hidden;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.SeoDesc {
    margin: 1rem;
    text-align: justify;
    font-size: 14px;
    color: #ddd;
}

.ReadMore {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    text-align: center;
    margin: 0;
    background-image: linear-gradient(to bottom,transparent 0,#fff 45%,#d3f5e7 89%,#39d299 100%);
}

.DescSet {
    text-align: center;
    display: block;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 270px;
}

.DescAfterLarge {
    position: fixed;
    height: 27px;
}

.DescContinue {
    text-align: center;
    padding-top: 2.4rem;
    cursor: pointer;
}

.DescHeader {
    margin-top: 1rem;
    border: 1px solid #d7b5f2;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-radius: 4px 4px 0 0;
    height: 40px;
}

.col-12, .col-md-12 {
    padding-left: 15px;
}

.quantity {
    display: inline-flex;
    margin: 5px auto;
}

.pub {
    background-color: #333 !important;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.quantity .input-text.qty {
    width: 35px;
    height: 30px;
    padding: 0 5px;
    text-align: center;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

    .quantity.buttons_added input {
        display: inline-block;
        margin: 0;
        vertical-align: top;
        box-shadow: none;
    }

    .quantity.buttons_added .minus, .quantity.buttons_added .plus {
        padding: 4px 10px 8px;
        height: 30px;
        background-color: #fff;
        cursor: pointer;
    }

.minus {
    border: 0;
    border-radius: 5px 0 0 5px;
}

.plus {
    border: 0;
    border-radius: 0 5px 5px 0;
}

.quantity input::-webkit-inner-spin-button, .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus, .quantity.buttons_added .plus:focus {
    outline: 0;
}

.parentTajhizat {
    background-color: #39d399;
    border-radius: 5px;
    text-align: center;
    max-width: 140px;
    margin: 5px auto;
}

.setTextSeom {
    max-height: 400px !important;
    overflow-y: scroll !important;
}

.DescriptionHeader {
    text-align: right;
    padding-bottom: 3px;
    padding-top: 8px;
    padding-right: 11px;
    display: inline-block;
    float: right;
    width: 270px;
    cursor: pointer;
}

.inputParmTitle {
    margin-top: 15px;
    font-weight: 700;
    display: block;
    color: #39d399;
}

.inputTitle {
    font-weight: 700;
    color: #39d399;
    font-size: 14px !important;
    display: inline-block !important;
}

.inputDsc {
    color: #ddd;
}

.ArticleBullet {
    width: 32px;
    height: 32px;
}

.aArticle {
    display: inline-flex;
}

ul {
    padding: 12px;
    margin: 0;
    margin-top: 5px;
}

    ul li {
        margin: 0 auto;
    }

.outputParmTitle {
    margin-top: 15px;
    font-weight: 700;
    display: block;
    color: #b92dff;
}

.sourceEngDesc {
    direction: ltr;
    float: left;
}

.outputTitle {
    font-weight: 700;
    color: #b92dff;
    font-size: 14px !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.outputDsc {
    color: #ddd;
}

.descResorseTitle {
    margin-top: 15px;
    font-weight: 700;
    color: #e8554e;
    display: block;
}

.descImgRotate {
    transform: rotate(-180deg);
}

.descImgArrow {
    text-align: left;
    padding-bottom: 3px;
    padding-top: 3px;
    float: left;
}

.mrClose {
    margin-bottom: 30px !important;
}

.buyAccountBox-packages {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 10px;
}

    .buyAccountBox-packages .buyAccountBox {
        border-radius: 10px;
        background-color: #ddbdfc;
        margin: 10px;
    }

.buyAccountBox .buyAccountBox-header {
    background-color: #cba9ec;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-weight: bolder;
}

.buyAccountBox-header h2 {
    padding: 10px 0;
    margin: 0;
    font-size: large;
}

.buyAccountBox .buyAccountBox-image {
    margin: 10px;
}

    .buyAccountBox .buyAccountBox-image img {
        border-radius: 50%;
    }

.buyAccountBox-body {
    margin: 15px;
    text-align: center;
}

    .buyAccountBox-body p {
        text-align: justify;
        text-justify: inter-word;
    }

.div-Button {
    padding: 10px 0;
}

.btnSelect {
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    background-color: #b6b6e6;
}

.selectedPackage {
    background-color: #9f93ef;
    color: #130b21;
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
}

.StakeHolderImg {
    height: 191px;
    width: 191px;
    border-radius: 50%;
}

.StakeHolderPartImg {
    padding: 20px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.StakeHolderInfo {
    padding-top: 18px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.StakeHolderExpertName {
    padding-top: 10px;
    font-weight: 700;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.StakeHolderExpertPart {
    background-color: #27b8e8;
    height: 40px;
    Border-radius: 7px 7px 0 0;
}

.collapseSet {
    max-height: 300px !important;
    overflow-y: scroll !important;
}

.colorlogin {
    border-color: #b92dff !important;
}

.search-content {
    text-align: right !important;
    background-color: transparent !important;
    border: none !important;
}

.mr-b-7 {
    margin-bottom: 7px !important;
}

.pt-33 {
    padding-top: 33px !important;
}

.pt-66 {
    padding-top: 66px !important;
}

.mh-60 {
    min-height: 60px !important;
}

.mh-550 {
    min-height: 550px !important;
}

.bg-2 {
    background-color: #222 !important;
}

.tamasSet {
    color: #fff;
    text-decoration: none;
}

.footerLogin {
    border-bottom: 1px solid #e9ecef !important;
    border-top: none !important;
    padding-top: 0 !important;
}

.passwordRecovery {
    cursor: pointer !important;
    padding-bottom: 1vw !important;
    color: #b92dff !important;
    padding-top: 10px;
}

.btnLogin {
    margin-left: 10px !important;
    width: 120px !important;
    height: auto !important;
}

.btnReg {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}

.box-reg {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 260px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.share-modal-body {
    position: absolute;
    bottom: 0;
    left: 6%;
    margin: 150px auto 0;
    padding: 15px;
    max-width: 60%;
    height: auto;
    background-color: #f8faf7;
    border: 1px solid #bebebe;
    -webkit-transition: opacity .3s ease-out,bottom .3s ease-out;
    -moz-transition: opacity .3s ease-out,bottom .3s ease-out;
    -o-transition: opacity .3s ease-out,bottom .3s ease-out;
    transition: opacity .3s ease-out,bottom .3s ease-out;
    min-width: 300px;
    max-width: 460px;
}

.share-close {
    margin-top: -15px;
    margin-left: -14px;
    text-shadow: 0 1px 0 #fff;
    float: left;
    border: 0;
    background-color: #fff;
    font-size: 21px;
}

.MenuRight {
    width: auto;
    padding: 6px 20px 6px 0;
    clear: both;
}

.MenuRightA {
    display: block;
    width: auto;
    height: auto;
}

.cen {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.invite-modal-body {
    position: absolute;
    bottom: 318px;
    left: 10%;
    margin: 150px auto 0;
    padding: 15px;
    max-width: 60%;
    height: auto;
    background-color: #f8faf7;
    border: 1px solid #bebebe;
    -webkit-transition: opacity .3s ease-out,bottom .3s ease-out;
    -moz-transition: opacity .3s ease-out,bottom .3s ease-out;
    -o-transition: opacity .3s ease-out,bottom .3s ease-out;
    transition: opacity .3s ease-out,bottom .3s ease-out;
    min-width: 300px;
    max-width: 460px;
}

.invite-close {
    margin-top: -15px;
    margin-left: -14px;
    text-shadow: 0 1px 0 #fff;
    float: left;
    border: 0;
    background-color: #fff;
    font-size: 21px;
}

.closeModalSetting {
    float: left;
    top: 0;
    left: 0;
    background-color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.UcHeader {
    background-color: silver;
    margin-top: -8px;
    height: 32px;
}

.prem {
    color: #fff;
    position: absolute;
    z-index: 100;
    top: 17px;
    left: -23px;
    font-weight: 700;
    background: #ff6c00;
    padding: 0 20px 0 20px;
    border-radius: .2em 0 0 0;
    -webkit-transform: rotate(-45deg);
}

.TsGrayscale {
    filter: grayscale(100%);
}

.nologinPremium {
    background-color: #ec008c;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 5px;
    max-width: 380px;
}

.nologinPremiumModal {
    margin-right: 1rem;
    border-radius: 5px;
    max-width: 380px;
}

.mlink {
    /*margin-right: 1rem;
    margin-top: .5rem;*/
    cursor: pointer;
    color: #ffffff !important;
    background-color: #e91e63;
    border-radius: 4px;
    padding: 4px 4px 4px 4px;
    top: 11px;
    position: relative;
}

.ReminderLogin {
    border: 1px solid #dca8a1;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 5px;
    max-width: 380px;
}

.lblReminderLogin {
    color: white;
    background-color: #ea1e63;
    margin-bottom: 0 !important;
    border-radius: 0px 4px 4px 0px;
    margin-top: 0px;
}

.lnkReminderLogin {
    color: #ea1e63 !important;
    font-weight: bold;
    text-align: center;
    margin-right: auto;
    cursor: pointer;
    margin-left: auto;
}

.Text-set {
    float: right;
    padding: 10px;
    text-align: justify;
}

.setBtnArticles {
    text-align: center;
    margin-bottom: 16px;
}

.emTitleArticles {
    color: #666;
    font-weight: bold;
    text-align: center;
    margin: 0px auto;
    display: inline-block;
    width: 100%;
}

.imgArticle {
    background-color: #fcfcf5;
    /*width:90%;
      max-width: 600px !important;*/
    max-height: 600px;
    border-radius: 10px;
}

.TotalFactor {
    text-align: left !important;
    padding-left: 10px !important;
}

.TotalAmountPriceFactor {
    float: left;
    padding-left: 325px;
    font-size: 20px;
    font-weight: bold;
}

.TotalAmountPriceFactorPFac {
    float: left;
    /*padding-left: 105px;*/
    font-size: 20px;
    font-weight: bold;
}

.TotalLabelFactor {
    float: left;
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

.fpFileUpload {
    max-width: 180px;
    font-size: 11px;
}

.titleOutputShowSale {
    background-color: #bc2bff;
    border-radius: 5px;
    padding: 3px 8px;
}

.SaleEquipMent {
    /*background-color: #48af55;
    width: 90%;
    border-radius: 5px;
    height: 35px;
   
    text-align: center;
    margin-bottom: 10px;
    padding: 7px;*/
    background-color: #48af55;
    width: 85%;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
    padding: 7px;
    margin-right: 1rem;
    color: white;
}

.SaleLnkEquipMent {
    background-color: #48af55;
    width: 85%;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
    padding: 3px;
    margin-right: 1rem;
    color: white;
}
.ShowStatusSale {
    background-color: #39d399;
    border-radius: 5px;
    padding: 2px 8px 2px 8px;
}

.RemainAmount {
    font-size: 17px; /*20px;*/
    font-weight: bold;
}

.pSetBug {
    font-style: italic;
    display: inline;
    margin: 5px;
    /*background: red;*/
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    direction: ltr;
}

.txtCalcArticle {
    color: #f0f2f1 !important;
    margin-bottom: 20px;
}

.imgInnerArticle {
    /*height:195px;
                float:right;
                padding:5px;
                width:auto;
                max-width: 207px;*/
    height: 200px;
    float: right;
    width: auto;
    /*max-width: 207px;*/
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
}

.article {
    border: 2px solid #39d399;
    box-shadow: 0px 0px 8px #39d399;
    display: flex !important;
    border-radius: 15px;
    height: 204px;
    margin-right: auto;
    margin-left: auto;
}

.tx-calcLink {
    width: auto;
    float: left;
    max-width: 300px;
    padding: 60px 25px;
    height: 202px;
    margin-top: -1px;
    margin-bottom: 0px;
    margin-left: -1px;
    border-radius: 13px 0px 0px 13px;
    text-align: center;
    /*margin: 0px auto;*/
    color: #39d399 !important;
    text-decoration: none;
    float: none !important;
    background: #333 !important;
    /*margin-top: auto;
    margin-bottom: auto;*/
}

.article:hover {
    color: #39d399 !important;
    box-shadow: #39d399 0px 0px 10px !important;
    text-decoration: none;
}

.tx-calcLink:hover {
    color: #39d399 !important;
    box-shadow: #39d399 0px 0px 10px;
    text-decoration: none;
}

.inner {
    line-height: 1.5;
    text-indent: 10px;
}

.brandSale {
    padding: 10px 10px 8px 10px;
    background-color: #82c2ff;
    text-align: center;
    color: black;
    border-radius: 5px;
    width: 100px;
}

.itemSale {
    background-color: #b400ff;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    position: relative;
    padding-right: 20px;
    border-radius: 5px;
}

.hrSale {
    color: black;
    border-top: 2px solid #101010;
    width: 93%;
    text-align: left;
    margin-left: 36px;
    position: absolute;
    margin-top: 2px;
 
}



@media screen and (max-width:768px) {
   
    .imgInnerArticle {
        max-width: 160px;
    }

    .noDisplayXs {
        display: none;
    }

    .showSearchbtnSale {
        margin-top: 5px;
    }

    .inner {
        position: relative;
        bottom: 20%;
    }

    .TotalAmountPriceFactor {
        float: left;
        padding-left: 325px;
        font-size: 20px;
        font-weight: bold;
    }

    .TotalAmountPriceFactorPFac {
        float: left;
        padding-left: 25px;
        font-size: 20px;
        font-weight: bold;
    }

    .TotalLabelFactor {
        float: left;
        margin-left: 10px;
        font-size: 20px;
        font-weight: bold;
    }

    .gvZarfitLabel {
        font-size: 8px;
        width: 40px !important;
    }

    .gvfactor {
        max-width: 550px;
        width: auto;
    }

    .card {
        max-height: 240px;
        overflow-y: hidden;
    }

    .gvDescCell {
        display: none;
    }

    .lblReminderLogin {
        padding: 12px;
    }

    .lnkReminderLogin {
        padding: 10px;
    }

    .ReminderLogin {
        margin: 1rem;
    }

    .UcHeader {
        border-radius: 4px;
        padding-right: 15px;
        margin-right: 15px;
        padding-top: 5px;
        position: relative;
    }

    .UcTitle {
        float: right;
        right: 10px;
        top: 5px;
    }

    .closeModalSetting {
        position: absolute;
    }

    .col-bug-12, .col-md-bug-12 {
        padding-right: 15px;
        margin-right: 15px !important;
    }

    .triangle-left {
        right: 73px;
    }

    .ml-forgetPass {
        margin-left: 2rem;
    }

    .buyAccountBox-packages {
        width: 78%;
    }

    .StakeHolderDivMar {
        margin-top: 10px;
    }

    .DescAfterLarge {
        width: 280px;
    }

    .DescBoxWidth {
        width: 280px;
    }

    .DescBoxMargin {
        margin-right: 1rem;
    }

    .noteTxt {
        padding-right: 15px !important;
        max-width: 300px;
    }

    input[type=radio] {
        margin-right: .5em;
    }

    .mr-form {
        margin-right: 1rem !important;
        padding-right: 0 !important;
    }

    .imgBaner {
        height: 200px;
    }

    .pt-search {
        padding-top: 180px;
    }

    .setDescSeo {
        padding-right: 7rem !important;
    }

    .ShapeSettinEstakhr {
        padding-right: 15px;
    }

    .setOutput {
        max-width: 310px;
    }

    .mr-Set {
        margin-right: 25px !important;
    }

    .col-12, .col-md-12 {
        padding-right: 15px;
    }

    .mfooter {
        margin-left: 14vw;
    }

    .smallMenu {
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 105pt;
        z-index: 999;
    }

    .mleftBug {
        margin-left: -3rem !important; /*1.4*/
    }

    /*.mlink {
    margin-right: .5rem;
    margin-top: .5rem;
  }*/

    .mRadio {
        margin-right: .5rem;
        margin-top: .5rem;
    }

    .hidden-xs {
        display: none !important;
        visibility: hidden;
    }

    .visible-xs {
        display: normal !important;
        visibility: visible;
    }

    .xsFontSize {
        font-size: .8rem;
    }

    .mRegMinimize {
        margin-right: 17%;
        max-width: 400px;
    }

    .regMinimize {
        height: 39px;
        border: 0;
        border-radius: 6px 0 0 6px;
    }

    .ShapeSettingJacuzy {
        margin-right: 20px;
    }
}

@media screen and (min-width:768px) {
    
    .imgInnerArticle {
        max-width: 207px;
    }

    .widthkulerAbi {
        width: 600px;
    }

    .inner {
        position: relative;
        top: 20%;
    }

    .showSearchSale {
        width: 100%;
        display: inline-flex;
    }

    .showPayTbl {
        margin-top: 30px;
        margin-right: 127px;
        max-width: 400px;
    }

    .blOutput {
        border-left: 1px solid gray;
    }

    .gvfactor {
        max-width: 1100px;
    }

    .gvDescCell {
        width: 550px;
    }

    .imgArticle {
        max-width: 600px !important;
    }

    .lblReminderLogin {
        padding: 5px 15px;
    }

    .lnkReminderLogin {
        min-width: 47px;
        padding: 3px;
    }

    .DescSetLarge {
        width: 150px !important;
        background-color: #3c3c3c !important;
        color: white !important;
        margin-right: 0px !important;
        border-radius: 10px 0px 0px 10px !important;
        padding: 15px !important;
    }

    .UcHeader {
        top: 0;
        border-top-right-radius: 8px;
    }

    .UcTitle {
        float: right;
        right: 10px;
        position: fixed;
        top: 5px;
    }

    .closeModalSetting {
        position: fixed;
    }

    .col-md-bug-12 {
        margin-right: 25px !important;
    }

    .col-bug-12 {
        margin-right: 25px !important;
    }

    .jumbotron {
        margin-top: 20px;
    }

    .copyright {
        display: inline-flex;
    }

    .buyAccountBox-packages {
        width: 100%;
    }

    .triangle-left {
        right: 76px;
    }

    .ml-forgetPass {
        margin-left: .5rem;
    }

    .DescBoxWidth {
        width: 285px;
    }

    input[type=radio] {
        margin-right: 2em;
    }

    .DescBoxMargin {
        margin-right: 2.3rem;
    }

    .DescAfterLarge {
        width: 300px;
    }

    .mr-form {
        margin-right: 2.3rem !important;
    }

    .pt-search {
        padding-top: 166px;
    }

    .setDescSeo {
        padding-right: 15rem !important;
    }

    .mr-Set {
        margin-right: 45px !important;
    }

    .col-md-12 {
        margin-right: 2.3rem !important;
        padding-right: 0 !important;
    }

    .col-12 {
        margin-right: 4px;
    }

    .noteTxt {
        padding-right: 15px !important;
        max-width: 300px;
    }

    .marginlogin {
        padding-right: 30px !important;
    }

    .smallMenu {
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 86pt;
        z-index: 999;
    }

    .modal-footer > :not(:first-child) {
        margin-left: 1.7rem;
    }



    .mRadio {
        margin-right: 1rem;
        margin-top: .5rem;
    }

    .textIndent {
        margin-right: 2.3rem !important;
        padding-right: 0 !important;
    }

    .textBugIndent {
        padding-right: 20px;
        padding-left: 1.5vw;
    }

    .mleftBug {
        margin-left: -33px !important; /*-22*/
    }

    .mfooter {
        margin-left: 5vw;
    }

    .visible-lg {
        display: normal !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .hvr-glow {
        min-width: 360px;
        background: #fcfcf5;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
        box-shadow: 0 0 6px rgba(141,44,219,.8);
        margin: 2rem 2rem 1rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: .5rem;
    }

    .hvr-Set {
        width: 85%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .Content-set {
        text-align: center;
        width: 85%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .mRegMinimize {
        margin-right: 37%;
        max-width: 400px;
    }

    .regMinimize {
        height: 39px;
        border: 0;
        border-radius: 6px 0 0 6px;
    }

    .body-content {
        padding: 0;
    }
}
