

:root{
    --maincolor: #29b6f6;
    --background: #fbfeff;
    --foreground:#03a9f4;
    --bluebtn: #29b6f6;
    --bluebtnhover: #4fc3f7;
    
    }
    
    @font-face {
        font-family: "kalamehblack";
        src: url(/assets/fonts/kalameh/KalamehWeb/eot/KalamehWeb_Black.eot);
        src: url(/assets/fonts/kalameh/KalamehWeb/eot/KalamehWeb_Black.eot) format('embedded-opentype'),url(/assets/fonts/kalameh/KalamehWeb/woff2/KalamehWeb_Black.woff2) format('woff2'),url(/assets/fonts/kalameh/KalamehWeb/woff/KalamehWeb_Black.woff) format('woff'),url(/assets/fonts/kalameh/KalamehWeb/ttf/KalamehWeb_Black.ttf) format('truetype');
        font-weight: 400;
        font-style: normal
    }
    
    
    @font-face {
        font-family: "VazirFD";
        src: url('/assets/fonts/vazir/webfonts/Vazirmatn-FD.woff2') format('woff2 supports variations'), url('/assets/fonts/vazir/webfonts/Vazirmatn-FD.woff2') format('woff2-variations'),url('/assets/fonts/vazir/ttf/Vazirmatn-FD.ttf') format('truetype');
        font-weight: 100 900;
        font-style: normal;
        font-display: swap;
    }
    
    
    html {
      min-height: 100%;
      position: relative;
    }
    body {
      font-family: "VazirFD", "tahoma", Helvetica, Arial, sans-serif;
      font-size: 1.1em;
      padding-top: 64px;
      padding-bottom: 30px;
      direction: ltr;
    }
    
    hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        /* border-top: 1px solid #d8d8d8 !important; */
    }
    
    #header {
      background-color: #42c4ff;
      /* border-color: #000; */
      height: 64px;
      margin-bottom: 0;
      position: fixed;
    }
    #header h1,
    #header h2,
    #header h3,
    #header h4,
    #header h5 {
      margin: 0;
    }
    
    .h3, h3{
    padding-bottom:5px;
    margin-top: 19px !important;
    font-family: 'kalamehblack';
    text-align: center;
    }
    }
    
    p.nojs {
        margin:  auto;
        width: 40%;
        font-size: 1em;
        color: #625f5f;
        margin-top: 40px;
        display:  none;
    }
    
    #header .container-fluid {
      padding: 8px;
    }
    
    
    #header .container-fluid > .navbar-header {
      margin: 0;
    }
    
    a {
        cursor: pointer;
        color:var(--maincolor);
    }
    
    a:focus, a:hover{
      color:#39abde
    }
    h5 {
        font-size: 1.1em !important;
        line-height: 2em;
    }
    
    span.cname {
        font-size: .6em;
        position: absolute;
        margin-top: -10px;
        padding: 5px;
        background-color: #ecfaff;
        color: #52d1ff;
        border-radius: 10px;
        line-height: 20px;
    }
    
    #header #sidebar-toggle-button {
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 17px;
      margin: 0 4px;
      padding: 12px 6px;
      float: right;
    }
    #header .brand {
      color: #fff;
      display: inline-block;
      font-size: 1.2em !important;
      line-height: 1;
      padding: 12px 16px 12px 0;
      float: left;
    }
    #header .brand a {
      color: #fff;
      text-decoration: none;
    }
    #header .brand span {
      cursor: default;
      margin-left: 14px;
    }
    #sidebar {
      background-color: #fff;
      border-left: 1px solid #e6e6e6;
      bottom: 0;
      display: block;
      right: 15;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 5;
      position: fixed;
      top: 75px;
      width: 290px;
      z-index: 999;
      /* box-shadow: 1px 1px 7px rgba(0,0,0,.2); 
      -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
      /* -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2); 
      -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
      -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);*/
    }
    #sidebar > ul.nav {
      padding-bottom: 24px;
      display: flex;
      /* flex-direction: row-reverse; */
      direction: rtl;
      padding: 1px;
    }
    #sidebar > ul.nav > li {
      margin: 0;
      text-align: right;
    }
    #sidebar > ul.nav > li > a {
      color: #000000;
      /* background-color: #fbfeff; */
      font-size: 1.3em;
      /* font-weight: 700; */
      direction: rtl;
      /* letter-spacing: 1px; */
    }
    #sidebar > ul.nav > li > a:hover,
    #sidebar > ul.nav > li > a.active {
      background-color: var(--background);
      color: var(--foreground);
    }
    #sidebar > ul.nav > li > a > span {
      margin-left: 6px;
    }
    #sidebar > ul.nav > li ul.sub-menu {
      list-style: none;
      padding: 0;
    }
    #sidebar > ul.nav > li ul.sub-menu > li a:hover, #sidebar > ul.nav > li ul.sub-menu > li.active a, .nav-sidebar li a.active {background-color: var(--background);color: var(--foreground) !important;}
    #sidebar > ul.nav > li ul.sub-menu > li > a {
      color: #000;
      display: block;
      padding: 7px 30px 7px 40px;
      text-decoration: none;
      font-size: 1em;
    }
    #sidebar > ul.nav > li.divider {
      background-color: #efefef;
      height: 1px;
      margin: 0;
      overflow: hidden;
    }
    /* sidebar toggle */
    .sidebar-toggle {
      display: none !important;
    }
    .page-content-toggle {
      margin-left: inherit !important;
    }
    #footer {
      bottom: 0;
      height: 30px;
      padding-left: 15px;
      position: fixed;
    }
    @media (min-width: 1110px) {
    
    .hide-in-desktop{
     display:none !important;
    }
        
      #sidebar {
        /* display: none; */
      }
      .sidebar-toggle {
        display: block !important;
      }
      .page-content-toggle {
        margin-right: 320px !important;
      }
    
      
    #support, #lesson-chart,#price-box {
        width: 91% !important;
        float: left !important;
        margin: auto;
        margin-left: 35px !important;
    }
    }
    
    .small_profile_picture {
        width: 90px;
        height: 90px;
        /* position: absolute; */
        right: 15px;
        margin-left: 10px;
        border-radius: 50%;
        /* background-image: url("/dashboard/profile/default.svg"); */
        cursor:  pointer;
        background-size: cover;
        outline: 2px solid #ffffff8c;
    }
    
    .profile {
        width: 600px;
        float: right;
        text-align: right;
        top: -5px;
        height: 60px;
        color: #ffffff;
        font-size: 21px;
        font-weight: normal;
        direction: rtl;
        position: relative;
    }
    .username {
        color: #a5a5a5;
        width: auto;
        font-size: 16px;
        font-family: arial;
        font-weight: 100;
        text-decoration: none;
        padding: 5px;
        /* position: relative; */
        top: 5px;
        display: block;
        margin-bottom: 5px;
        overflow: hidden;
        max-width: 130px;
        direction: ltr;
    }
    .smallbtn {
        /* border: 2px solid white; */
        color: #000000;
        width: 150px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: normal;
        /* margin: 0px 3px 90px 0; */
        text-decoration: none;
        padding: 3px;
        position: relative;
        /* top: 5px; */
        display: block;
        cursor: pointer;
    }
    .smallbtn:hover,.smallbtn:focus {
        color: #000000;
        background-color: white;
    }
    
    .expiry_date {
        /* border: 2px solid white; */
        color: #ffffff;
        width: 80px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: normal;
        margin: 0px 3px 20px 0;
        text-decoration: none;
        padding: 5px;
        position: absolute;
        top: 20px;
        cursor: pointer;
        background-color: #00BCD4;
        left: -20%;
    }
    
    .user-box {
        position: absolute;
        top: 5px;
        right: 80px;
        /* width: 300px; */
    }
    
    a.go_to_lessons:hover,a.go_to_lessons:focus,a.go_to_lessons:active {
        color: #ffffffb0;
        transition: all .3s ease;
    }
    
    .go_to_lessons {
        font-size: 16px;
        top: -2px;
        left: -40;
        color:  white;
        transition: all .3s ease;
    }
    
    p.expiry_date_label {
        font-size: 14px;
        margin: 5px;
        margin-top: 5px;
    }
    
    .expiry_date_label>a {
        margin-right: 10px;
        background-color: #03a9f4;
        color:  white;
        padding: 5px;
        -webkit-animation: expiry-date-btn 2s linear infinite;
        animation: expiry-date-btn 2s linear infinite;
        border-radius: 10px;
    }
    
    @-webkit-keyframes expiry-date-btn {
        0%  {background-color: #03a9f4;}
        50%{background-color: #266982;}
        100%{background-color: #03a9f4;}
    }
    
    @keyframes expiry-date-btn {
        0%  {background-color: #03a9f4;}
        50%{background-color: #266982;}
        100%{background-color: #03a9f4;}
    }
    
    .white-box {
        text-align: center;
        padding: 20px;
        /* border-radius: 0px; */
    }
    
    .white-box span {
        padding: 2px;
        padding-left: 15px;
        font-size: 1.3em;
        color: #29b6f6;
    }
    
    
    #account-dialog.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.8);
        z-index: 999999;
    }
    
    #account-dialog {
        /* display: none; */
       
    }
    
    a.reg-help {
        font-size: 2.3em;
        color: #29b6f6;
        position: absolute;
        /* display: none; */
        left: 42px;
        margin-top: -72px;
        }
    
    #account-dialog>section {
        display: none;
        margin-top: 15px !important;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    
    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
        display: block;
    }
    
    #time .alert,#keyboard_section .alert {
        width: 90%;
        margin:  auto;
        margin-bottom: 30px;
        cursor:  pointer;
    }
    
    #time .alert:hover,#keyboard_section .alert:hover {opacity: .9;}
    
    #account-dialog>section h2 {
        font-size: 36px;
        font-weight: 100;
        text-align: center;
        font-family: 'kalamehblack';
        margin-bottom: 20px;
    }
    #account-dialog>section .form-control {
        font-size: 20px;
        height: auto;
        padding: 10px 14px;
        margin-bottom: 16px;
        font-weight: 400;
        border-radius: 10px;
    }
    
    textarea {
       resize: none;
    }
    
    #report> .table {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        border: none !important;
    }
    
    .form-control {
        display: block;
        width: 90%;
        height: 46px;
        padding: 6px 32px;
        font-size: 18px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 2px solid #e1e1e1;
        border-radius: 2px;
        margin: 20px auto;
        transition: unset !important;
    }
    
    @media (max-width: 670px) {
    
    
    h4.small-lable {
        font-size: .7em !important;
        line-height:1.7em;
    }
    
      button.addUserBtn{
      width: 100px !important;
      font-size:14px;
      margin-top: 46px;
      margin-right: 5px;
    }
    
    button.buyUpgrade{
      width: 100px !important;
      font-size:14px;
      margin-top: 46px;
      margin-right: 116px !important;
    }  
    
      .dataTables_wrapper .dataTables_filter{
        
      }
    
      
    .ubox .wpm{
      display: block;
    }
    
    .c-p-preview{
     margin-top:unset;
    }
    #reg_msg{
      width:100% !important;
    }
        #account-dialog>section{
            width:100% !important
        }
    
        .h3, h3{
    
          font-size:1.4em
        }
    
        #support, #lesson-chart,#price-box {
      
        float: left !important;
        margin: auto;
        
    }
    
        .time_box{width:100% !important;height: 200px !important;margin: 0 !important;}
    
        label.label_2 {
        position: relative;
    
        left: 10px !important;
        font-size: 1.3em;
    }
    
    .send_date {
        width: 50px !important;
        height: 50px;
        display: inline-block;
        border: none !important
        position: absolute;
        border-radius: 10px;
        top: 152px !important;
        right: 26px !important;
        padding-top: 15px;
        color: #42add4;
        cursor: pointer;
    }
    
    #report> .table{transform: scale(0.57);transform-origin: right 0;}
    
    
    
    }
    
    button, input, select, textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        direction: rtl;
    }
    
    .select2 {
        /* display: block; */
        width: auto;
        /* height: 46px; */
        padding: 1px 10px;
        /* font-size: 14px; */
        /* line-height: 1.42857143; */
        color: #3a3a3a;
        background-color: #fff;
        border: 1px solid #e6e9ed;
        border-radius: 2px;
        margin: 10px 5px;
        outline-color: #c5f8ff;
    }
    
    
    
    form#send_picture {
        text-align: center;
        margin-top: 20px;
    }
    
    input[type=file] {
        margin: 20px;
        margin-left: 20%;
    }
    
    
    #account-dialog>section .btn-primary {
        margin: 0 auto 0 auto;
        font-size: 19px;
        font-weight: 600;
        padding: 10px 0;
        display: block;
        width: 200px;
        border: none;
    }
    
    .g-recaptcha {
        margin-right: 12%;
        margin-bottom: 5%;
    }
    
    .google-login, .google-login:focus {text-align:center;background-color: #F44336 !important;}
    .google-login:hover {background-color: #e84034;}
    
    .form-btn{margin-top:5px;/* margin-right: -30px; *//* width: 100%; */}
    span.fa.fa-google {
        padding: 0 10px 0px 10px;
    } 
    .btn-primary {
        margin: 0 auto 0 auto;
        font-size: 19px;
        font-weight: normal;
        padding: 10px 0;
        display: block;
        width: 200px;
        border: none;
        margin-bottom: 10px;
        border-radius: 10px;
        box-shadow: unset !important;
    }
    fieldset {
        padding: 0;
        margin: 0;
        border: 0;
        min-width: 0;
    }
    
    .username:hover {
        /* color: white; */
    }
    
    .settings-box {
        display: block;
        margin-top: 10px;
        direction: rtl;
        width: 100%;
    }
    #report {
        text-align: center;
        direction: rtl;
        margin-top: 60px;
    }
    
    /*
    .wpm {
        background-color: #4cc9ec;
        color: white;
        padding: 2px 6px 0px 6px;
        font-size: 10px;
        border-radius: 10px;
        border-bottom: 2px solid #27a3c5;
        margin: 5px;
    }*/
    
    .star {
        background-image: url(/assets/img/table_stars.png);
        width: 100px;
        height: 20px;
        background-size: cover;
        margin: auto;
    }
    
    .stars-5 {
        background-position: 100px 21px;
    }
    
    .stars-4 {
        background-position: 100px 52px;
    }
    
    .stars-3 {
        background-position: 100px 84px;
    }
    
    .stars-2 {
        background-position: 100px 116px;
    }
    
    .stars-1 {
        background-position: 100px 150px;
    }
    
    .shadow {
        box-shadow: 1px 1px 1px rgba(0,0,0,.2);
        -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
        -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    }
    
    #certification-box label.container {
        text-align: right;
    }
    
    .c-small-box {
        height: 200px;
    }
    
    span.c-box-icon {
        padding: 0 0px 10px 0;
    }
    
    .cbox-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        font-size: 1.5em;
    }
    
    .cbox-icon span.fa-check-circle {
        color: #52c34a;
    }
    
    .cbox-icon span.fa-close {
        color: #f5786e;
    }
    
    .cbox-icon span.fa-clock-o {
        color: #d6d6d6;
    }
    
    span.label.clabel {
        color: #7b7b7b;
        background-color: unset;
    }
    
    
    div#overall, #lesson-chart, #support,#vendor-box,#certification-box {
        min-height: 549px;
        height: auto;
        padding: 10px;
        margin-top: 40px;
        margin-bottom: 30px;
        text-align: center;
        /* border-top: 1px solid darkgrey; */
    }
    
    div#overall {
        margin-top: 15px;
    }
    
    
    
    .nav_btn{left: -260;font-size: 19px;top: 2px;color: white;cursor: pointer;margin-top: 20px;margin-bottom: 10px;float: left;position:  relative;}
    
    #purchase, #purchase_error {
        width: 80% !important;
        margin-right: 10%;
        margin: auto !important;
        float: unset !important;
    }
    
    div#vendor-box,div#certification-box {
        width: 96%;
        margin-left: 10px;
    }
    
    .vedors- {
        height: auto;
        margin: 5px;
        min-height: 200px;
    }
    
    #vendor-box .row,#certification-box .row {
        /* width: 98%; */
        margin: auto;
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .banner-link {
        width: 399px;
        direction: ltr;
    }
    
    .small-banner-btn {
        width: 300px !important;
        margin-top: -10px;
        margin-bottom: 30px;
    }
    
    .all-banners p {
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: -10px;
    }
    
    .ad-box p {
        line-height: 25px;
        margin-top: 20px;
    }
    
    .ad-box h4 {
        font-size: 1.2em;
        margin: 20px 0;
    }
    
    
    input {
        border-radius: 10px !important;
    }
    
    .form-control:focus {
        border: 2px solid var(--maincolor);
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
    .alert {
        direction: rtl;
        line-height: 25px;
    }
    
    .alert {
        /* border: none; */
        border-radius: 5px;
        /* padding: 5px 20px; */
        margin-bottom: 5px;
        border:none;
        border: unset;
        font-size: 16px;
        text-align: center;
    }
    
    .alert.alert-info {
        /* border-bottom: 2px solid #8ccfe8; */
        background-color: #f2fcff;
        color: #0fa1d6;
        }
    
    .alert.alert-warning {
        border-bottom: unset;
    }
    
    .alert-warning {
        color: #d4a944 !important;
        background-color: #fffeef !important;
        border-color: #faebcc !important;
    }
    
    .alert.alert-success {
        /* border-bottom: 2px solid #e7dead; */
    }
    
    .alert-success {
        /* color: #709c3d !important; */
        background-color: #efffdb !important;
        border-color: #b0dc6e !important;
    }
    
    .margin- {
        margin: 10px 0 !important;
    }
    
    #payit,#save_card,#get_certification,.no-border {
        margin: 0 auto 0 auto;
        /* font-size: 14px; */
        /* font-weight: 600; */
        padding: 10px;
        /* display: block; */
        width: auto;
        border: none;
        /* margin-bottom: 10px; */
        border-radius: 10px;
        margin-left: 10px;
    }
    
    .whitebox, #report, #price-box, #lesson-chart, #overall, #keyboard_section, #support, #time, #purchase, #purchase_error, #vendor-box,#certification-box, #show-group-chart,#all_members {
        float: left;
        width: 100%;
        background: #fff;
        /*
        box-shadow: 1px 1px 7px rgba(0,0,0,.2);
        -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
        -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
        -ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
        -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
        border-radius: 10px;
        -webkit-border-radius: 10px;    
        -moz-border-radius: 10px; */
        margin-bottom: 25px;
        padding: 5px 10px 10px 10px;
        margin-top: 10px;
        -webkit-animation: show_box .6s linear;
        animation: show_box .6s linear;
        /* border-top: 1px solid #e6e6e6; */
        /* border-bottom: 1px solid #e6e6e6; */
    }
    
    .container-fluid.main {
        border-right: 1px solid #d6d6d6;
        padding: 0px;
    }
    
    #show-chart {
        min-height: 100px;
        height: auto;
        padding: 10px;
        margin-top: 40px;
        margin-bottom: 30px;
        position: absolute;
        top: 1200px;
    }
    
    .panel {
        direction: rtl;
    }
    
    p.expiry_date_label a {
        font-size: 9px;
    }
    
    @media only screen and (max-device-width: 1110px) {
        /* styles for mobile browsers smaller than 480px; (iPhone)  */
    
      .input-icon{
        top: 7px !important;
        right: -1px !important;
      }
    
    
      
    a.help_btn_circle {
      left:10px !important;
      margin-top:-30px !important;
    }
    
    #members-table a.help_btn_circle {
      left:10px !important;
      margin-top: -4px !important;
    }
      
    .c-p-preview{
     /* margin-top:unset !important; */
    }
        .navbar-header {
        /* width: 300px; */
        float: right;
    }
    
        }
    
    @media  screen and (max-width: 701px) {
    
      .userprogress >div:last-child {
        display: none !important;
    }
    
      .clouds{
    display: none !important;
        
      }

  .row.formbtns {display: flex;flex-direction: column-reverse;}
        
     .loginForm{
       overflow: scroll !important;;
       flex-wrap: wrap;
     } 
      .userprogress div:nth-child(5) {
        display: none !important;
    }
    
        }    
        
    @media screen and (max-width: 1110px) {
    
    .profile{
    display:none;
      
    }
    
    }
    
    a.canvasjs-chart-credit {
        display: none;
    }
    
    .image-icon {
        width: 150px;
        height: 150px;
        margin: 20px auto;
    }
    

    
    .checked {
        background-image: url(/assets/img/checked.svg);
    }
    
    .purchase_error {
        background-image: url(/assets/img/purchase_error.svg);
    }
    
    .telegram {
        background-image: url(/assets/img/telegram.svg);
    }
    
    .idea {
        background-image: url(/assets/img/idea.svg);
    }
    
    .gift {
        background-image: url(/assets/img/gift.svg);
    }
    
    
    
    .small-txt {
        font-size: 12px;
    }
    
    .set_time {
        display: inline-flex;
        direction: rtl;
        margin-left: 35px;
        zoom: 0.8;
    }
    
    .year {
        width: auto;
        max-width: 80px;
        padding: 5px 8px 5px 8px;
        text-align: center;
    }
    
    .day {
        max-width: 110px;
        width: 60px !important;
        padding: 6px 5px 0px 5px;
    }
    
    .month {
        max-width: 160px;
        padding: 5px 5px;
    }
    
    div#time {
        text-align: center;
    }
    
    label.label_2 {position: relative;top: 50px;left: 20px;font-size: 1.3em;}
    
    div#today_pratice {
    }
    
    .send_date {
        width: 90px;
        height: 50px;
        display: inline-block;
        border: 1px solid var(--bluebtn);
        position: absolute;
        border-radius: 10px;
        top: 40px;
        right: 20px;
        padding-top: 15px;
        color: var(--bluebtn);
        cursor: pointer;
    }
    
    .send_btn_place {
        position: relative;
    }
    
    .send_date:hover {
        color: #ffffff;
        background-color: var(--bluebtnhover);
    }
    
    .animation{
    
    transition: all 0.2s ease;
    
    -moz-transition: all 0.2s ease;
    
    -o-transition: all 0.2s ease;
    
    -ms-transition: all 0.2s ease;
    
    -khtml-transition: all 0.2s ease;
    
    -webkit-transition: all 0.2s ease;
    }
    
    .loader {
      border: 16px solid #ffffff;
      border-radius: 50%;
      border-top: 16px solid var(--maincolor);
      width: 120px;
      height: 120px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      margin: auto;
    }
    
    ul.list-group.list-group-flush.text-center {
        padding: 0px;
    }
    
    del.descount {
        text-shadow: 0px 0px 0px rgba(250,250,250, .8);
        color: #9c9b9b;
        position:  absolute;
        width: 200px;
        left: 20%;
        top: 145px;
        font-size: .8em;
    }
    
    .special {
        position:  absolute;
        left: 36%;
        top: 70px;
        font-size: 1.2em;
        background-color: #60d560;
        padding: 5px;
    }
    
    .special-2 {
        position: absolute;
        left: 0;
        /* top: 70px; */
        font-size: .8em;
        background-color: #ff6e6e;
        padding: 5px;
        color: white;
        cursor: default;
    }
    
    #show-vendor-box .label {
        font-size: .5em;
        background-color: #ff6363;
    }
    
    .panel-blue del.descount,.panel-green del.descount   {
        text-shadow: 0px 0px 0px rgba(250,250,250, .8);
        color: #ffffff !important;
        position:  absolute;
        width: 200px;
        left: 60px;
        top: 145px;
        font-size: .8em;
    }
    
    div#c-alert {
        /* text-align: right; */
    }
    
    span {}
    
    span.cn {
        padding: 0 5px;
        background-color: #ffffff;
        color: black;
        border-radius: 5px;
    }
    
    #price-box .alert {
        /* padding: 5px; */
        margin-bottom: 10px;
        padding-top: 15px;
    }
    
    p {
        direction: rtl;
        line-height: 2.4em;
    }
    
    .shoping_items_{
        direction: rtl;
    }
    
    li .fa {
        margin-left: 9px;
    }
    
    .rtl {
        direction: rtl !important;
        text-align:  right;
    }
    
    a.btn-primary.google-login {
        background-color: #ff5959 !important;
    }
    
    .shoping_items_ li {margin-bottom: 10px;list-style: arabic-indic;}
    
    
            /* white price */
            
        
            .price.panel-white>.panel-heading {
                color: #333;
                background-color: #f9f9f9;
                /* border-color: #ccc; */
                /* border-bottom: 1px solid #ccc; */
                text-shadow: 0px 2px 0px rgba(250,250,250, .7);
            }
            
            .panel.panel-white.price:hover>.panel-heading{
                /* -webkit-box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset; */
                /* box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset; */
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }
                
            .price.panel-white>.panel-body {
                color: #fff;
                background-color: #ececec;
            }
                    
            .price.panel-white>.panel-body .lead{
                    text-shadow: 0px 2px 0px rgba(250,250,250, .8);
                    color:#666;
            }
            
            .price:hover.panel-white>.panel-body .lead{
                    text-shadow: 0px 2px 0px rgba(250,250,250, .9);
                    color:#333;
            }
            
            .price.panel-white .list-group-item {
                color: #333;
                /* background-color: rgba(50,50,50, .01); */
                /* font-weight:600; */
                text-shadow: 0px 1px 0px rgba(250,250,250, .75);
            }
    
    
        /* blue panel */
        
            
            .price.panel-blue>.panel-heading {
                color: #fff;
                background-color: #37b4e1;
                /* border-bottom: 1px solid #78AEE1; */
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }
            
                
            .price.panel-blue>.panel-body {
                color: #fff;
                background-color: #56cef9;
            }
                    
            
            .price.panel-blue>.panel-body .lead{
                    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
            }
            
            .price.panel-blue .list-group-item {
                /* color: #333; */
                /* background-color: rgba(50,50,50, .01); */
                /* font-weight:600; */
                /* text-shadow: 0px 1px 0px rgba(250,250,250, .75); */
            }
    
    
        /* green panel */
        
            
            .price.panel-green>.panel-heading {
                color: #fff;
                background-color: #57AC57;
                /* border-color: #71DF71; */
                /* border-bottom: 1px solid #71DF71; */
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }
            
                
            .price.panel-green>.panel-body {
                color: #fff;
                background-color: #63d263;
            }
                    
            
            .price.panel-green>.panel-body .lead{
                    text-shadow: 0px 3px 0px rgba(50,50,50, .3);
            }
            
            .price.panel-green .list-group-item {
                color: #333;
                /* background-color: rgba(50,50,50, .01); */
                /* font-weight:600; */
                /* text-shadow: 0px 1px 0px rgba(250,250,250, .75); */
            }		
    
        .panel-green .btn {
        background-color: #63d263 !important;
        color: white !important;
    }
    
    
    .panel-blue .btn {
        background-color: #41b4e8 !important;
        color: white !important;
    }
    
    .panel-white .btn {
        background-color: #e0e0e0 !important;
        color: #6f6666 !important;
    }
    
    
    
    .list-group-item{
        position: relative;
        display: block;
        padding: 10px 15px;
        /* margin-bottom: -1px; */
        background-color: white;
        border:unset;
    }
    
    .list-group-item:nth-child(odd) {
    
        background-color: #f1f1f1e0;
    
    }
    
    .btn-purchase {
    
        margin: 8px 0;
          min-width: 150px;
         opacity:1;
        -webkit-transition: all .5s;
        transition: all .5s;
    
    }
    
    .btn-purchase:hover{
    
    box-shadow: 0 0 10px rgb(212 212 212 / 31%);
     opacity:.8;
      transition: all .4s;
    
    }
    
    .panel-green .btn-purchase {
        color: #fff;
        background: #18ce9b;
        background: -moz-linear-gradient(left,rgba(24,206,155,1) 0%,rgba(80,221,81,1) 100%);
        background: -webkit-linear-gradient(left,rgba(24,206,155,1) 0%,rgba(80,221,81,1) 100%);
        background: linear-gradient(to right,rgba(24,206,155,1) 0%,rgba(80,221,81,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18ce9b',endColorstr='#50dd51',GradientType=1);
        box-shadow: 0 0 10px rgb(80 221 81 / 50%);
    
    }
    
    .panel-blue .btn-purchase {
        color: #fff;
        background: #03a9f4;
        background: -moz-linear-gradient(left,rgb(3 169 244) 0%,rgba(55 205 255) 100%);
        background: -webkit-linear-gradient(left,rgba(3 169 244) 0%,rgba(55 205 255) 100%);
        background: linear-gradient(to right,rgb(3 169 244) 0%,rgb(55 205 255) 100%);
        box-shadow: 0 0 10px rgb(44 197 252 / 53%);
    }
    
    
    .panel-heading {
      
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }
    
    .card-to-card {
        font-size: 16px;
        border-radius: 10px;
        background-color: #f7f7f7;
        padding: 10px;
    }
    
    h5.des {
        font-size: 14px !important;
        margin-top: -10px;
    }
    
    
    .discount-box {
        background-color: #edf9ff;
        color: #146a91;
    }
    
    .loader-place {
        position: fixed;
        /* top: 10%; */
        width: 100%;
        height: 100%;
        color: #444;
        z-index: 999;
        line-height: 50px;
        font-family: 'VazirFD', Roboto;
        font-weight: 100;
        background-color: white;
        background-color: #ffffff;
        padding: 20%;
        /* opacity: 0.6; */
    }
    
    .cloader {
        position: absolute;
        /* top: 30%; */
        left: 0px;
        width: 100%;
        height: 100%;
        color: #444;
        z-index: 10;
        /* line-height: 50px; */
        font-family: VazirFD,tahoma;
        font-weight: 100;
        background-color: white;
        /* padding: 20%; */
        margin: auto;
        padding-top:10%;
        opacity: .7;
    }
    
    .user_picture {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin: auto;
        background-size: cover !important;
        /* background-position: -30px 0px !important; */
    }
    
    input#fileToUpload {
        margin: 10px auto;
    }
    
    .des {
        text-align:  center;
        direction:rtl
    }
    
    #price-box .panel {
        /* -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.5); */
        /* box-shadow: 0 2px 2px rgba(0,0,0,.5); */
        /* border: 1px solid #e8e8e8; */
    }
    
    span.d-bold {
        padding: 5px;
        background-color: #ffffff;
        border-radius: 10px;
        margin: 5px;
        color: #000;
    }
    
    .discount-box .alert {
        border-bottom: 4px dotted #bcf0ff;
        border-radius: 0px;
    }
    
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
      0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    }
    
    
    @keyframes show_box {
      0% { opacity:0; }
      100% { opacity:1; }
    }
    
    @-webkit-keyframes show_box {
      0% { opacity:0; }
      100% { opacity:1;}
    }
    
    
    
    ._m_dashboard {
        width: 170px;
        height: 5px;
        float: left;
        font-size: 110%;
        color: white;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 10px;
        position:  relative;
        left: 100px;
    }
    
    .btn.dropdown-toggle {
        background-color: #41b3e7;
        color: #ffffff;
        font-size: 110%;
    }
    
    .dropdown-menu>li>a {
        width: 100%;
    }
    
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #3ca0ce;
        color: white;
    }
    
    .dropdown-menu>li>a {
        display: block;
        padding: 10px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        font-size: .9em;
        color: #ffffff;
        white-space: nowrap;
        text-align:  right;
    }
    
    .profile span.fa {
        margin: 0px 8px;
        font-size: 22px;
    }
    
    .dropdown-toggle {
        color: white;
        /* font-size: .7em; */
    }
    
    .dropdown-toggle:hover {
        color: white;
        /* font-size: .7em; */
    }
    
    .group_changer {
        /* text-align: center; */
        /* position: absolute; */
        right: 90px;
        direction: rtl;
        margin-top: 15px;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .group_changer .select2{/* display:block; */}
    
    
    
    
    .settings_bar {
        width: 95%;
        height: 88px;
        border-bottom: 1px solid #e6e6e6;
        /* margin: auto; */
        font-size: 1.1em;
        /* float: right !important; */
    }
    
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        color: #03a9f4;
        text-decoration: none;
        background-color: #eef9fe;
        /* color: #ffffff; */
    }
    
    .dropdown-menu>li>a {
        display: block;
        padding: 8px 20px;
        line-height: 1.42857143;
        /* font-size: .9em; */
        color: #5f5f5f;
        white-space: nowrap;
        text-align: right;
    }
    
    ul.dropdown-menu {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18);
        box-shadow: 0 3px 6px rgba(0,0,0,.18);
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    
    
    .profile ul.dropdown-menu {
        margin-top: 15px;
    }
    
    button.btn.btn-lg.btn-info.animation {
        margin: 5px;
    }
    
    
    .time_box {
        width: 40%;
        display: inline-block;
        height: 300px;
        margin: 0 20px;
    }
    
    .box_shadow{/* box-shadow: 0px 2px 0px rgb(0 0 0 / 17%); */padding: 5px;border: 2px solid #f4f4f4;border-radius: 10px;}
    
    .color-legend i {
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 3px 2px;
        vertical-align: bottom;
    }
    
    .color-legend span i {
        direction: rtl;
    }
    
    .animated-icon {-webkit-animation-duration: 2s;animation-duration: 2s;-webkit-animation-delay: 1s;animation-delay: 1s;-webkit-animation-name: animated-icon;animation-name: animated-icon;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);border-radius: 50%;}
    
    @-webkit-keyframes animated-icon
    {
    0%{opacity:1; -webkit-box-shadow:0 0 0 0 rgb(66, 173, 212); box-shadow:0 0 0 0 rgb(66, 173, 212)}30%{-webkit-box-shadow:0 0 0 10px rgba(204,169,44,0);box-shadow:0 0 0 10px rgba(204,169,44,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(204,169,44,0);box-shadow:0 0 0 0 rgba(204,169,44,0)}
    }
    
    @keyframes animated-icon
    {
    0%{opacity:1; -webkit-box-shadow:0 0 0 0 rgb(66, 173, 212); box-shadow:0 0 0 0 rgb(66, 173, 212)}30%{-webkit-box-shadow:0 0 0 10px rgba(204,169,44,0);box-shadow:0 0 0 10px rgba(204,169,44,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(204,169,44,0);box-shadow:0 0 0 0 rgba(204,169,44,0)}
    }
    
    .center {
        text-align: center;
    }
    
    /* start pb *//* start pb *//* start pb *//* start pb *//* start pb */
    /* start pb *//* start pb *//* start pb *//* start pb *//* start pb */
    
    .text_box:nth-child(n+7) {
        display: none;
    }
    
    .show_all_texts .text_box{display: block;}
    
    .s_holder {
        display: inline-block;
        color: #ffc107;
        font-size: 250%;
    }
    
    #texts .s_holder {
        font-size: 90%;
    }
    
    #texts .s_holder span {
        margin: 1px;
        direction: ltr;
    }
    
    .correct {
        color: #1ec0e7;
    }
    
    .incorrect {
        color: #e11b2c;
        background-color: #fff6f6;
    }
    
    .s_holder span {
        margin: 4px;
        direction: ltr;
    }
    
    .typed_txt {
        height: 130px;
        text-align: justify;
        white-space: normal;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
    
    .col-md-4.text_box {
        float: right;
    }
    
    .text_box {
    cursor: pointer;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    margin-bottom: 15px;
    padding-top: 10px;
    -webkit-box-shadow: 0px 8px 0px 0px #e4e4e4;
    box-shadow: 0px 8px 0px 0px #e4e4e4;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    border: 1px solid #efefef;
    transition: all 0.2s;
    /* margin-left: 1px; */
    }
    
    .text_box:hover {background-color: #f9f9f9;-webkit-box-shadow: 0px 5px 0px 0px #e4e4e4;box-shadow: 0px 5px 0px 0px #e4e4e4;-webkit-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}
    
    .pb_modal_dialog label {
        color: black;
    }
    
    
    
    #pb_button.paused {
        width: 100%;
        background-color: #0000008a;
        height: 250px;
        position: absolute;
        cursor: pointer;
    }
    
    #pb_button.play {
        width: 100%;
        background-color: #ffffff3b;
        height: 250px;
        position: absolute;
        cursor: pointer;
    }
    
    #pb_button span.fa {
        font-size: 4em;
        margin: 12px;
        margin-top: 16%;
        color: white;
        cursor: pointer;
    }
    
    .play span.fa.fa-play{
        display:none;
    }
    
    h4.modal-title {
        margin-top: -2px;
        margin-bottom: 0;
        /* font-size: 1.414em; */
        margin-right: 40px;
    }
    
    div#pb_button {
        background-color: black;
        opacity: .8;
        background-color: #000000d1;
        height: 100%;
        position: absolute;
        width: 100%;
        left: 0px;
        z-index: 10;
        text-align: center;
    }
    
    .pb_profile {
        /* border: 1px solid red; */
        width: 190px;
        height: 100px;
        position: absolute;
        z-index: 99;
        top: -25px;
    }
    
    .pb_picture {
        width: 80px;
        /* border: 1px solid red; */
        height: 80px;
        /* left: 30px; */
        /* margin-left: 40px; */
        margin-right: -42px;
        margin-top: -10px;
    }
    
    .pb_name {
        /* border: 1px solid red; */
        color: black;
        font-size: 14px;
        height: 50px;
    }
    
    .pb_stars {
        /* border: 2px solid green; */
        height: 50px;
        /* top: -10px; */
        margin-top: -25px;
    }
    
    span#pb_wpm {
        position: absolute;
        margin: 0 9px;
    }
    
    #pb_modal hr {
        border-top: 1px solid #d6d6d6;
        margin: 1px;
    }
    
    #pb_modal .details span.fa {
        margin: 0px 6px;
    }
    
    .lesson_pb {
        font-size: 1.3em;
        margin: -10px 60px 10px;
        text-align: right;
        /* width: 80%; */
        color: #424242;
        direction: rtl;
    }
    
    .show_pb span {
        margin: 0 5px;
    }
    
    #pb_text_holder {
        height: 220px;
        /* min-width: 70%; */
        margin: auto;
        font-size: 1.8em;
        font-family: VazirFD,tahoma, sans-serif;
        padding-right: 20px;
        max-width: 99%;
        text-align: right;
        line-height: 220%;
        margin-bottom: 40px;
        padding: 15px;
        cursor: pointer;
        overflow-x: hidden;
        text-align: justify;
        white-space: pre-line;
        word-break: break-word;
    }
    
    .errplace {
        position: relative;
        top: 25px;
    }
    
    
    #line,#rline {
        display:none;
        margin-top: 25px;
        font-size: 21px;
        text-align: center;
        animation: fadein 1s infinite;
        -moz-animation: fadein 1s infinite;
        /* Firefox */
        -webkit-animation: fadein 1s infinite;
        /* Safari and Chrome */
        -o-animation: fadein 1s infinite;
        /* Opera */
    
    }
    
    .modal #line{
        border: 1px solid #616161;
    
    }
    
    #pb_text_holder #line {
    margin-top: 13px;
        font-size: 21px;
        text-align: center;
        animation: fadein 1s infinite;
        -moz-animation: fadein 1s infinite;
        -webkit-animation: fadein 1s infinite;
        -o-animation: fadein 1s infinite;
        height: 20px;
        vertical-align: top;
    
    }
    
    @keyframes fadein {
        from {
            opacity: 0;
        }
    
        to {
            opacity: 1;
        }
    }
    
    @-webkit-keyframes fadein {
        /* Safari and Chrome */
        from {
            opacity: 0;
        }
    
        to {
            opacity: 1;
        }
    }
    
    .blink {
        -webkit-animation: blink 0.7s linear infinite;
        animation: blink 0.7s linear infinite;
    }
    
    div#texts {
        animation: show_box .6s linear;
    }
    
    .showerr {
        width: 40px;
        position: absolute;
        font-size: .8em;
        padding: 5px;
        background: #e11b2c;
        top: 15px;
        left: -45px;
        border-radius: 10%;
        -webkit-border-radius: 10%;
        -moz-border-radius: 10%;
        color: white;
        text-align: center;
        line-height: 30px;
        -webkit-animation: showerr 0.7s linear;
        animation: showerr 0.7s linear;
    }
    
    @-webkit-keyframes showerr {
        0% {
            top: 15px;
        }
    
        50% {
            top: 19px;
        }
    
        100% {
            top: 15px;
        }
    }
    
    @keyframes showerr {
        0% {
            top: 15px;
        }
    
        50% {
            top: 19px;
        }
    
        100% {
            top: 15px;
        }
    }
    
    .show_all_texts #show-texts-2 {
        display: none;
    }
    
    .spin {
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }
    
    /*         End playback.                    * /
    
    /* end pb style */
    
    
    
    /* ubox */
    
    h4.small-lable.number {
        font-size: 1.2em;
        margin: 8px 1px;
        left: 15px;
        border: none;
    }
    
    .round {
        -webkit-border-radius: 12px;       /* Firefox 1-3.6 */
        -moz-border-radius: 12px;         /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
        border-radius: 12px;
    }
    
    a.selected {
        background-color: whitesmoke;
    }
    
    span#show_report_name {
        width: 49px;
        /* height: 50px; */
        line-height: 20px;
        color: #42c4ff;
        font-size: 12px;
        /* position: absolute; */
        top: -15px;
        right: 20px;
        padding: 1px 5px;
        background-color: white;
    }
    
    .ubox {
        width: 160px;
        display: inline-block;
        margin: 0px 4px;
        background-color: white;
        padding: 5px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        height: 80px;
    }
    
    .userprogress {
        width: auto;
        max-width: 99%;
        height: auto;
        margin: auto;
        margin-bottom: 20px;
        direction: rtl;
        display: flex;
        padding: 11px 2px;
        background-color: #f6f6f6;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    }
    
    h4.small-lable {
        font-size: .9em;
        line-height: 1.5em;
        margin-top: 5px;
    }
    
    
    
    .wpm {
        color: #aba8a8;
        font-size: .7em !important;
        margin: 5px;
        cursor: pointer;
    }
    
    .star_num {
        background-color: #fbeb58;
        color: #212120;
        padding: 2px 6px 0px 6px;
        font-size: 14px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        margin: 5px;
        -webkit-box-shadow: 0px 3px 0px 0px #dccd42;
        box-shadow: 0px 3px 0px 0px #dccd42;
        cursor: pointer;
    }
    
    .medal,.diamond {
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        /* background-repeat: no-repeat; */
        margin: auto;
        background-size: contain !important;
    }
    
    #vendor-box .alert strong {
        background-color: #ffffff;
        padding: 2px 8px;
        color: #292929;
        font-weight: normal;
    }
    
    strong.discount {
        font-size: 1.2em;
        font-weight: normal;
    }
    
    a#more {
        padding: 10px;
        text-decoration: underline;
    }
    
    .ubox {
        cursor: pointer;
    }
    
    .ubox:hover {
        background-color:white !important;
    }
    
    
    a.help_btn_circle {
        position: absolute;
        color: #03A9F4;
        font-size: 1.1em;
        /* left: 60px; */
        margin: 10px;
        margin-top: -20px;
        /* background-color: #e7faff; */
        padding: 5px;
        border-radius: 10px;
        /* display: none; */
        animation: fadein 1s 5;
    }
    
    a.help_btn_circle span {
        font-size: 1.5em;
    }
    
    span#sale_p {
        font-size: .9em;
        position: absolute;
        padding: 2px 5px 0px 2px;
        background-color: #e8e8e8;
        color: #000000;
        cursor: pointer;
        text-align: center;
        box-shadow: 0px 1px 0px 0px #e6e6e6;
        /* margin-top: 15px; */
        margin-right: 5px;
    }
    
    .medal-1 {
        background: url(/assets/img/medal/1.svg);
        background-repeat: no-repeat
    }
    
    .medal-2 {
        background: url(/assets/img/medal/2.svg);
        background-repeat: no-repeat
    }
    
    .medal-3 {
        background: url(/assets/img/medal/3.svg);
        background-repeat: no-repeat
    }
    
    .medal-4 {
        background: url(/assets/img/medal/4.svg);
        background-repeat: no-repeat
    }
    
    .medal-5 {
        background: url(/assets/img/medal/5.svg);
        background-repeat: no-repeat
    }
    
    .d-0 {
        background: url(/assets/img/diamond/0.png);
        background-repeat: no-repeat;
    }
    
    .d-1 {
        background: url(/assets/img/diamond/1.png);
        background-repeat: no-repeat
    }
    
    .d-2 {
        background: url(/assets/img/diamond/2.png);
        background-repeat: no-repeat
    }
    
    .d-3 {
        background: url(/assets/img/diamond/3.png);
        background-repeat: no-repeat
    }
    
    .d-4 {
        background: url(/assets/img/diamond/4.png);
        background-repeat: no-repeat
    }
    
    .d-5 {
        background: url(/assets/img/diamond/5.png);
        background-repeat: no-repeat
    }
    
    .d-6 {
        background: url(/assets/img/diamond/6.png);
        background-repeat: no-repeat
    }
    
    .d-7 {
        background: url(/assets/img/diamond/7.png);
        background-repeat: no-repeat
    }
    
    .d-7 {
        background: url(/assets/img/diamond/8.png);
        background-repeat: no-repeat
    }
    
    .money {
        font-size: 1.5em !important;
    }
    
    .toman {
        color: #aba8a8;
        font-size: .5em !important;
        margin: 5px;
        /* cursor: pointer; */
        position: absolute;
        /* margin-top: -15px; */
        /* left: 10px; */
    }
    /* end ubox */
    
    .input-icon {
        position: absolute;
        top: 30px;
        right: -3px;
        font-size: 1.6em;
        color: #c5c5c5;
    }
    
    input#vendor-link {
        direction: ltr;
        padding: 0px;
        text-align: center;
    }
    
    .image-icon.advertisment {
        background-image: url(/assets/img/advertising.svg);
    }
    
    
    .banner-btn,.small-banner-btn {
        font-size: 14px;
        padding: 10px;
        /* width: 100%; */
        border: none;
        margin-bottom: 10px;
        border-radius: 10px;
        margin-top: 10px;
        min-width: 200px !important;
        line-height: 35px;
        margin-left: 10px;
    }
    
    input#card-number {
        direction: ltr;
        text-align: center;
        font-size: 1.2em;
    }
    
    .label {
        font-weight: normal !important;
    }
    
    video#video {
        width: 100%;
    }
    
    .ad-box {
        min-height: 360px;
        height: auto;
        /* margin: 5px; */
        direction: rtl;
    }
    
    
    
    h4.box-title {
        font-size: 1.1em;
        margin: auto;
        margin-top: 10px;
        /* border-bottom: 1px solid #ececec; */
        padding: 15px;
        /* background-color: #f7f7f7; */
    }
    
    /* edit pic */
    
    label.cabinet{
        display: block;
        cursor: pointer;
        height: 100px;
        width: 100%;
    }
    
    label.cabinet input.file{
        position: relative;
        height: 100%;
        width: auto;
        opacity: 0;
        -moz-opacity: 0;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
      margin-top:-30px;
    }
    
    #upload-demo{
        width: 350px;
        height: 350px;
      padding-bottom:25px;
    }
    figure figcaption {
      position: relative;
      bottom: 0;
      color: #fff;
      /* padding-bottom: 5px; */
      left: 2;
      top: -50px;
      font-size: 2em;
      text-align: center;
    }
    
    .img-thumbnail {
        display: block;
        margin: auto;
        width: 250px;
        height: 250px;
        border: 1px solid white;
        border-radius: 140px;
    }
    
    .img-thumbnail:hover {
    opacity:.9
    }
    
    #cropImagePop .modal-footer {
        text-align: center;
    }
    
    button#cropImageBtn {
        background-color: var(--bluebtn);
        color: white;
    }
    
    /* end edit pic */
    
    
    /* the list of typists */
    
    #typists_holder th {
        font-size: .9em;
    }
    
    
    div#typists_holder {
        width: 80%;
        margin: auto;
        padding: 10px;
        background-color: #ffffff;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        direction: rtl;
        min-height: auto;
        overflow-x: auto;
    }
    
    
    span.empty_alert {
        padding-top: 10px;
        margin-top: 20px;
        line-height: 40px;
        display: block;
    }
    
    span.date {
        position: relative;
        top: -10px;
        display: inline-block;
        font-size: 12px;
        right: 125px;
        color: #a0a0a0;
        text-align: center;
    }
    
    #test> .alert-info {
        width: 50%;
        margin: auto;
        margin-bottom: 20px;
    }
    
    a.name {
        
            white-space: nowrap;
            max-width: 16em;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        
    }
    
    .shadow{box-shadow: 0 1px 2px 0px rgb(0 0 0 / 18%);-webkit-transition: all .15s ease-in-out;-o-transition: all .15s ease-in-out;transition: all .15s ease-in-out;}
    
    .shadow:hover{box-shadow: 0 1px 2px 0px rgba(0,0,0,.18);-webkit-transition: all .15s ease-in-out;-o-transition: all .15s ease-in-out;transition: all .15s ease-in-out;background-color: #f7f7f7;}
    
    
    .rtl {
        direction: rtl;
    }
    
    .float-right {
        float: right;
    }
    
    
    div#load_more {
        width: 100%;
        max-width: 100%;
        margin: -5px;
    }
    
    .table-hover>tbody>tr:not(.myrank):hover {
        background-color: #f5f5f5;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    tr {
        background: #fff;
        /* -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1); */
        /* box-shadow: 0 2px 2px rgba(0,0,0,.1); */
        margin: 5px !important;
        padding: 10px 5px;
        padding: 10px 10px 5px;
        margin-bottom: 16px;
        border-radius: 9px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 9px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: unset !important;
    }
    
    tr.myrank {
        background-color: #f3faff;
        border-right: 5px solid #e1f5fe;
    }
    
    tr.myrank:hover {
        background-color: #f3faff !important;
        border-right: 5px solid #e1f5fe !important;
    }
    
    .user_speed, user_acc {
        margin-bottom: 10px;
        font-size: 1.1em;
    }
    
    a.checkit {
    
        margin: 5px;
        background-color: #ff6b60 !important;
        border-radius: 7px;
        color: white;
        display: inline-block;
        text-decoration: none;
        animation: shake 2s cubic-bezier(.36,.07,.19,.97) 1s both infinite;
    }
    
    th {
        color: #6b6b6b;
        font-size: 1.2em;
        font-weight: normal;
    }
    
    .s_holder {
        display: inline-block;
        color: #FFC107;
    }
    
    video {
        width: auto;
        max-width: 70%;
    }
    
    
    
    span.user_number, span.pb_user, span.opponent {
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        padding-top: 8px;
        font-size: 1em;
        font-weight: bold;
        background: #38a7d8;
        color: #fff;
        text-align: center;
        height: 35px;
        width: 35px;
        vertical-align: top;
        /* -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18); */
        /* box-shadow: 0 3px 6px rgba(0,0,0,.18); */
        margin: 39px -25px;
        cursor: pointer;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        position: absolute;
    }
    
    span.user_number:hover,span.pb_user:hover {
        /* -webkit-box-shadow: 0 0px 2px rgba(0,0,0,.18); */
        /* box-shadow: 0 0px 2px rgba(0,0,0,.18); */
        opacity: .8;
    }
    
    span.fa.fa-calendar {
        margin: 6px;
    }
    
    span.smalltext {
        font-size: 12px;
        margin-right: 5px;
        color: #484848;
    }
    
    span.opponent {
        margin-right: -59px;
        margin-top: 50px;
        width: 25px;
        height: 25px;
        font-size: .7em;
        background-color: #21679e;
        display: none;
    }
    
    .country {
        width: 20px;
        height: 20px;
        display: inline-block;
        position: relative;
        top: 6px;
        left: -10px;
    }
    
    .text-center {
        text-align: center;
    }
    
    .iran-icon {
        background-image: url(/assets/img/iran.svg);
    }
    
    .english-icon {
        background-image: url(/assets/img/usa.svg);
        background-size: 30px 30px;
        background-position: -5px -5px;
    }
    
    .user_holder {
        width: 260px;
        height: 80px;
    }
    
    .p_holder,.pb_picture { 
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        margin: auto;
        background-size: cover !important;
        float: right;
        clear: both;
        /* background-position: -30px 0px !important; */
    }
    
    .user_holder.competitor {
        width: 80px;
        display: inline-block;
    }
    
    .user_holder.opponent {
        width: 80px;
        display: inline-block;
    }
    
    
    span.online {
        width: 20px;
        height: 20px;
        background-color: green;
        border-radius: 50%;
    }
    
    .status {
        width: 10px;
        height: 10px;
        border: 2px solid white;
        border-radius: 50%;
        position: absolute;
        margin-right: -15px;
        left: unset;
        top: unset;
    }
    
    .offline {
    
        background-color: #cccccc;
    
    }
    
    .online {background-color: #5cff26;}
    
    #show_them_here td.competitors {
        text-align: right;
    }
    
    .winner .p_holder {
        /* border: 2px solid #ffffffd1; */
        width: 80px;
        height: 80px;
    }
    
    .user_holder.winner {
        margin-right: -10px !important;
        z-index: 999;
    }
    
    .competitor span.pb_user,.opponent span.pb_user  {
        margin-right: -9px;
    }
    
    .opponent span.opponent,.competitor span.opponent {
        margin-right: 20px;
    }
    
    .user_holder.winner span.opponent  {
    
         margin-top: 60px;
          margin-right: 25px;
    }
    
    .competitors .d_holder {
        display: inline-block;
        width: 120px;
    }
    
    
    .competitors .user_holder .fullname {
        position: absolute;
        color: #444444;
        border-radius: 10px;
        padding: 5px;
        background-color: white;
        margin-right: 8px;
        font-size: 10px;
        /* border: 2px solid #e0e0e0; */
        max-width: 70px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .user_speed span.score_for {
        width: 40px !important;
        font-size: 12px;
        padding: 5px;
        background-color: white !important;
        border-radius: 10px;
        display: inline-block;
    }
    
    p#change_pb {
        color: white;
       
        font-size: 12px;
        position: absolute;
        right: 10px;
        top: 20px;
    }
    
    
    #change_pb .btn {
        margin: 2px;
        background-color: #6f6f6f;
        color: #040404;
        font-size: 12px;
    }
    
    div#change_pb {
        color: white;
    }
    
    .btn.selected {
        background-color: #ffffff !important;
        color: #000000 !important;
        font-size:14px !important;
    }
    
    .pb_button {
        width: 220px;
        background-color: #ffffff;
        padding: 8px;
        cursor: pointer;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        text-align: center;
    }
    
    .pb_button .fa {
        margin: 5px;
    }
    
    .o_pb_button {
        width: 160px;
        background-color: #fff0c4;
        padding: 8px;
        cursor: pointer;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        text-align: center;
        margin-top: 8px;
        font-size: 14px;
        color: #ffb100;
    }
    
    span.user_number {
        box-shadow: unset;
        background-color: #32b9f5;
    }
    
    
    span.pb_user {
        margin-right: -89px;
        width: 25px;
        height: 25px;
        font-size: .7em;
        background-color: #ff5f5f;
    }
    
    .n_holder {
        display: inline-block;
        margin-bottom: 8px;
        width: 170px;
        text-align: right;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 10px;
    }
    
    .d_holder {
        font-size: 12px;
        color: #a7a7a7;
        float: left;
    }
    
    .bottom_buttons .tooltip {
        font-size: 1.1em;
        padding: 4px 0;
        /* margin-top: -14px; */
    }
    
    /*
    .bottom_buttons .tooltip-inner  {
    
        background-color: #3fa5d4;
    
    }
    
    .bottom_buttons .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #3fa5d4;
    } */
    .bottom_buttons .circle_btn {
        padding-top: 20px;
        margin: 0 5px;
        /* position: relative; */
        top: 0px;
    }
    
    .bottom_buttons .circle_btn:hover {
        top: -8px;
    }
    
    .circle {border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;color: #fff;text-align: center;vertical-align: top;box-shadow: unset;cursor: pointer;-webkit-transition: all .15s ease-in-out;-o-transition: all .15s ease-in-out;transition: all .15s ease-in-out;}
    
    .circle:hover{}
    .bottom_buttons {
        margin: auto;
        margin-bottom: 40px;
        text-align: center;
        width: 350px;
        /* background-color: #ffffff1a; */
        padding: 5px;
        border-radius: 15px;
    }
    
    
    
    
    
    #typists_holder .s_holder {
        display: inline-block;
        color: #FFC107;
        margin: 2px 20px;
        font-size: .9em !important;
    }
    
    
    
    
    
    
    
    
    .pb_alert {
        width: 100%;
        float: right;
        font-size: .8em;
        text-align: right;
        padding-right: 60px;
        margin-bottom:5px;
        margin-top:-8px;
    }
    
    div#load_more {cursor: pointer;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;margin-top: 20px;max-width: 30%;margin: 20px auto 5px auto;color: white;/* height: 80px; */background: #4fc3f7;top: 100px;padding: 20px;font-size: 1.6em;border: none;box-shadow: 0px 8px 0px 0px #41baf1;-webkit-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;color: white;width: 100%;max-width: 100%;margin: -5px;text-align: center;}
    
    
    
    
    
    
    
    
    span.smalltext {
        font-size: 12px;
        margin-right: 5px;
        color: #484848;
    }
    
    .user_speed>span.number, .user_acc>.number {
        width: 200px;
        color: #4f4f4f;
        width: 30px !important;
        text-align: center;
        display: inline-block;
    }
    
    
    
    
    .user_holder {
        width: 260px;
        height: 80px;
    }
    
    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        color: #fff;
        background-color: #51b7e4 !important;
        /* padding:5px */
    }
    
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: var(--background);
        outline: unset;
        color: var(--foreground) !important;
    }
    
    .nav-pills li {
        /* width: 100px; */
    }
    
    .nav-pills li a {
        padding: 10px;
    }
    
    
    /* the list of typists */
    /* end users *//* end users *//* end users *//* end users *//* end users *//* end users */
    
    /* table */
    
    span.show_more_info {/* font-size: 1.2em; */color: #379ec3;cursor: pointer;left: 1px;top: -30px;}
    
    span.show_more_info:hover {
        color: #3ec6f7;
    }
    
    
    .typeo_table th {
        font-size: .7em;
        font-weight: normal;
    }
    
    .typeo_table td {
        font-size: .9em;
    }
    
    .typeo_table input[type="search"] {
        border: 1px solid #babbbb;
        font-size: 1em;
        line-height: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    table.dataTable tbody tr.selected {
        background-color: #fffcdb;
    }
    
    table.dataTable tbody th, table.dataTable tbody td, table.dataTable thead th {
        /* border-bottom: 1px solid #383838; */
        border: none;
    }
    
    div#s_table_length, #s_table_filter, .dt-buttons {/* margin: 8px 10px; */}
    
    .dt-buttons {
        margin-left: 5%;
    }
    
    div.typeo_table {
        width: 100%;
        margin: auto;
    }
    
    #m_table a {
        color: #0a0a0a;
        width: 80px;
        display: inline-block;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    #m_table span.fa,#s_table span.fa {
        margin: 0px -4px;
        padding: 9px 10px;
        background: none;
        color: #737373;
    }
    
    
    #m_table .del_btn,#m_table .play_btn,#s_table span.fa{
        margin: 0px 5px;
        padding: 10px 12px !important;
        background: none;
        color: #737373;
    }
    
    
    
    .more_info_ {
    
        position: relative;
    }
    
    span.disabled {
        visibility: hidden;
    }
    
    #m_table span.fa:hover,#s_table span.fa:hover {
        /* margin: 0px 5px; */
        /* padding: 10px 12px; */
        background-color: #e8e8e8;
    }
    
    
    .circle_btn {
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        /* font-size: 29px; */
        background: #41b4e8;
        color: #fff;
        text-align: center;
        /* display: inline-block; */
        /* height: 65px; */
        /* width: 65px; */
        vertical-align: top;
        margin: 2px 5px;
        cursor: pointer;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    
    div#all_members {
        width: 98%;
    }
    
    @media (min-width: 1200px){
    .col-lg-3 {
        width: 27% !important;
    }
    
    }
    
    /* end table */
    
    
    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        color: #fff !important;
        background-color: #4fc3f7 !important;
        border-radius: 10px;
    }
    
    
    /* Customize the label (the container) */
    .container {
      display: block;
      /* position: relative; */
      /* padding-left: 15px; */
      /* margin-bottom: 12px; */
      cursor: pointer;
      font-size: 12px;
      -webkit-user-select: none;
      -moz-user-select: none;
      font-weight: normal;
      -ms-user-select: none;
      /* margin-top: 15px; */
      user-select: none;
    }
    
    /* Hide the browser's default checkbox */
    .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    /* Create a custom checkbox */
    .checkmark {
      position: relative;
      top: -4px;
      left: 18px;
      height: 25px;
      width: 25px;
      background-color: #e2e2e2;
      float: right;
      border-radius: 50%;
    }
    
    /* On mouse-over, add a grey background color */
    .container:hover input:not([disabled]) ~ .checkmark {
      /* background-color: #ccc;*/
    }
    
    
    .box_shadow.disabled {
        background-color: #f9f9f9;
        box-shadow: unset;
        opacity: .5;
    }
    
    .checkbox-div.disabled {
        /* text-decoration: line-through; */
        /* color: #a0a0a0; */
        opacity: .4;
    }
    
    .form-control[readonly] {
        background-color: white !important;
    }
    
    img.cimg {
        border-radius: unset;
        width: 155px;
        height: 200px;
    }
    
    .c-p-preview {width: 40px;height: 46px;/* background-image: url('/assets/img/c-p-default.png'); */border: 1px solid #f1f1f1;position: absolute;background-size: cover;margin-top: 19px;}
    
    img.icon {
        width: 100px;
        margin: 10px;
    }
    
    /* When the checkbox is checked, add a blue background */
    .container input:checked ~ .checkmark {
      background-color: #35c0f3;
    }
    
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the checkmark when checked */
    .container input:checked ~ .checkmark:after {
      display: block;
    }
    
    /* Style the checkmark/indicator */
    .container .checkmark:after {
      left: 10px;
      top: 6px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    img.emoji {
        height: 1em;
        width: 1em;
        margin: 0 .05em 0 .1em;
        vertical-align: -0.1em;
    }
    
    table.dataTable.no-footer {
        border-bottom: 1px solid #dddddd !important;
        border: none;
    }
    
    table.dataTable thead th, table.dataTable thead td {
        padding: 10px 18px;
        /* border-bottom: 1px solid #bfbfbf !important; */
    }
    
    .fa-cc-paypal,.fa-cc-visa {
        font-size: 2.2em !important;
        margin: 3px;
        color: #ffc449;
    }
    
    a#paypal {
        margin: 6px;
        background-color: #ffc448;
        border-radius: 10px;
        padding: 5px;
        color:white
    
    }
    
    
    
    .alert.alert-warning.paypal-getway {
        padding: 20px !important;
        background-color: #fffdd3 !important;
    }
    
    .alert.alert-warning.discount-box {
        padding: 20px !important;
        background-color: #f3f3f3 !important;
    }
    
    input#discount-code {
        margin: 5px;
        padding: 5px !important;
        border: none;
        /* font-size: 2.3em; */
        text-align: center;
        /* font-weight: bolder; */
        font-family: 'Vazir';
    }
    
    
    
    .discount-box .circle_btn {
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        font-size: 29px;
        background: #41b4e8;
        color: #fff;
        text-align: center;
        display: inline-block;
        height: 65px;
        width: 65px;
        vertical-align: top;
        /* -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.18); */
        /* box-shadow: 0 3px 6px rgba(0,0,0,.18); */
        margin: 2px 5px;
        cursor: pointer;
        -webkit-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
    }
    
    .discount-box .circle_btn:hover {
        background: #3fa5d4;
        /* -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.18); */
        /* box-shadow: 0 2px 1px rgba(0,0,0,.18); */
    }
    
    a#check-discount-code {
        font-size: 1em;
        line-height: 5em;
        color: white;
        position: absolute;
        top: -10px;
        left: 8px;
    }
    
    .discount-box span.fa.fa-tag {
        margin: 5px;
        font-size: 1.2em;
    }
    
    .icon {
        font-size: 3em;
    }
    
    
    
    span.time.to.respond {
        width: 200px;
    }
    
    span.timetorespond {
        width: 200px;
        position: absolute;
    }
    
    p.timetorespond {
        position: absolute;
        width: 120px;
        left: 10%;
        top: 200px;
        background-color: white;
        color: #4a4a4a;
        border-radius: 10px;
    }
    
    p.timetorespond::before {
    
      content:"\f10e";
      font-family: FontAwesome;
      padding:5px;
      font-size:1.2em
    
    }
    
    .mbox {
        color: #525252;
        border: 5px solid #ffffff;
        background-color: #fbfbfb;
    }
    
    .mbox p {
        font-size: 1.2em;
    }
    
    .row.alert.alert-info.discount-box {
        margin: -5px 0px 5px 0px;
        border-bottom: none;
    }
    
    .clicks th {
        font-size: 16px;
    }
    
    tbody#show_clicks_here tr {
        text-align: center;
        direction: rtl;
    }
    
    span.seelinks {
        padding: 5px;
        background-color: #efefef;
        border-radius: 10px;
        font-size: 12px;
        /* color: white; */
        position: absolute;
        margin-top: -85px;
        margin-right: 25px;
        text-transform: uppercase;
    }
    
    .clicks {
        height: 280px;
        /* width: 110%; */
        overflow-y: auto;
        overflow-x: hidden;
        /* padding-top: 240px; */
        padding-right: 20px;
    }
    
    [class^="ti-"],[class*=" ti-"] {
    
        margin:2px 4px;
    }
    
    .btn-primary,.btn-info {
        background-color: var(--bluebtn) !important;
        color: white !important;
        box-shadow: unset;
        cursor: pointer;
    }
    
    
    
    .btn-primary:hover,.btn-primary:active,.btn-info:hover,.btn-info:active {background-color: #4fc3f7 !important;}
    
    .btn-primary.green {
        background-color: #9ce547 !important;
    }
    .btn-primary.green:hover,.btn-primary.green:active{background-color: #acec62 !important;}
    
    span.showpass {
        color: #7f7f7f;
        position: absolute;
        left: 50px;
        top: 5px;
        font-size: 14px;
        padding: 10px;
        cursor: pointer;
    }
    
    span.showpass:hover {
        color: #6b6b6b;
    }
    
    
    .passwordinput {position: relative;}
    
    div#login_recaptcha,#reg_recaptcha,#password_recaptcha {
        display: flex;
        justify-content: space-around;
        margin: 10px;
    }
    
    .file-input {
      /* display: inline-block; */
      text-align: right;
      background: #fff;
      padding: 16px;
      width: 450px;
      position: relative;
      border-radius: 15px;
    /* border: 2px solid  #e0e0e0; */margin: auto;margin-bottom: 10px;}
    
    .file-input > [type='file'] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 10;
      cursor: pointer;
    }
    
    .file-input > .button {
      display: inline-block;
      cursor: pointer;
      background: #eee;
      padding: 8px 16px;
      border-radius: 6px;
      margin-right: 8px;
    }
    
    
    
    .file-input > .label {
      color: #b7b7b7;
      white-space: nowrap;
      opacity: .7;
    font-size: 14px;}
    
    
    
    p.info {background-color: #f4feff;padding: 8px;color: #0d3547;border-radius: 10px;}
    
    p.info a {padding: 0px 5px;background-color: #dbf4ff;border-radius: 5px;margin: 2px;}
    
    span.uploading {position: absolute;margin-top: -10px;}
    
    
    #purchase .panel.panel-success {
        border: none !important;
    }
    
    .panel-success>.panel-heading {
        font-size: 30px;
        font-family: kalamehblack;
        background-color: unset;
        text-align: center;
    }
    
    
    div#purchase_icon.purchase-tick {
        background-image: url("/assets/img/tick.webp");
        background-size: contain;
    }
    
    div#purchase_icon.purchase-error {
        background-image: url("/assets/img/purchase-error.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 200px;
    }
    
    #purchase .panel.panel-danger {
        border: none !important;
    }
    
    .panel-danger>.panel-heading {
        font-size: 30px;
        font-family: kalamehblack;
        background-color: unset;
        text-align: center;
    }
    
    .float {
        transform: translatey(0);
        animation: float 4s ease-in-out infinite;
    }
    
    @keyframes float {
        0% {
            transform: translatey(0)
        }
    
        50% {
            transform: translatey(-15px)
        }
    
        100% {
            transform: translatey(0)
        }
    }
    
    #purchase .alert.alert-success {
        background-color: white !important;
        font-size: 14px;
    }
    
    #purchase strong {
    }
    
    #purchase .btn-success {
        background-color: #ecffec;
        font-size: 20px;
        font-family: 'kalamehblack';
        color: green;
        border: unset;
        transition: all .2s;
    }
    
    #purchase .btn-success:hover {
        background-color: #ecffec;
        border-color: white;
    }
    
    #purchase .btn-primary {
        background-color: #f9feff !important;
        font-size: 20px;
        font-family: 'kalamehblack';
        color: #03a9f4;
        transition: all .2s;
        border: unset;
    }
    
    #purchase .btn-primary:hover {
        background-color: #fcfcfd !important;
        border-color: white;
    }
    
    #purchase_error .panel-body {
        font-size: 14px !important;
    }
    
    #purchase_error .btn-danger {
        background-color: #de6360 !important;
        font-size: 20px;
        font-family: 'kalamehblack';
        color: #ffffff;
        transition: all .2s;
        border: unset;
    }
    
    #purchase_error .alert-danger{background-color: #fff2f2;color: #f06358;}
    
    
    
    .panel.panel-danger {
        border: unset;
    }
    
    .modal-content {box-shadow: unset;border-radius: 10px;}
    
    .btn-default:hover {
        color: #333 !important;
        background-color: #f7f7f7;
        /* border-color: #ccc; */
    }
    
    div#today_practice_bar {
        background-color: var(--maincolor);
    }
    
    .canvasjs-chart-tooltip {
        box-shadow: unset !important;
        font-style: normal;
        line-height: 26px;
    }
    
    .canvasjs-chart-tooltip div{
      
      text-shadow: unset !important;
      text-align: right !important;
    }
    
    .canvasjs-chart-toolbar button {
        background-color: #f6f6f6;
        border: unset;
        padding: 5px !important;
        margin: 1px !important;
    }
    
    .buttons-excel.buttons-html5 {
        background-color: #44d444 !important;
        border: unset !important;
        background-image: unset !important;
        color: white;
        border-radius: 6px;
    }
    
    .abtn {
        position: absolute;
        right: 20px;
        /* margin-left: 20px; */
        width: 136px;
        margin-top: -33px;
        /* height: 100px; */
        z-index: 10;
        padding: 5px;
        cursor: pointer;
        font-size: 12px;
        border-radius: 10px;
        background-color: #ecfaff;
        color: #52d1ff;
        transition:
        all .3s ease
        }
    
    .abtn:hover {
        background-color: #f7fcff;
        transition:all .3s ease
    }
    
    #certification-box .clabel {
        font-size: 13px;
        margin-right: 23px;
    }
    
    .alert-danger {
        color: #f37875;
        background-color: #fff4f4 !important;
        border-color: #ffffff;
    }
    
    .disable {
        pointer-events: none;
        cursor: default;
    }
    
    button#get_certification {pointer-events: unset;cursor: pointer;}
    
    .showmoreinfo .moreinfo {width: 20px;position: absolute;cursor: pointer;z-index: 680;color: #ffa513;font-size: 20px;background-color: unset;}
    
    .moreinfo.tooltip {width: 146px;height: fit-content;background-color: #ffd658;color: #94720b;position: absolute;/* top: 41px; */text-align: right;font-family: 'VazirFD';font-size: 13px;/* left: 7px; */border-radius: 6px;padding: 10px;opacity: 1;z-index: 666;margin-top: 13px;margin-right: 10px;}
    
    .row.tabelbtns {
        float: right;
    }
    
    .row.upgradeType {
        text-align: center;
        font-size: 25px;
        margin: 5px;
        direction: rtl;
    }
    
    .upgradeType .badge {
        background-color: #b4b4b4;
        font-size: 18px;
        padding: 10px;
        cursor: pointer;
        margin: 2px;
        width: 110px;
    }
    
    .upgradeType .badge.active {
        background-color: #52c9ff;
    }
    
    .badge span.n {background-color: #707070;padding: 0px 8px;line-height: 10px;border-radius: 16px;margin: 2px;}
    .badge.active span.n {background-color: #8adbff;}
    
    span.upgradeNow,span.userDays {
        position: absolute;
        font-size: 12px;
        background-color: #f9fdff;
        padding: 2px;
        border-radius: 5px;
        color: #43c4ff;
        cursor: pointer;
        margin-top: 8px;
        transition: all .2s ease;
        margin-right: 9px;
    }
    
    option[data-owner="1"],option[data-owner="1"]:hover {
    
        background-color: #e5f7ff;
        color:#03A9F4;
    }
    
    span.upgradeNow:hover {background-color: #eefaff;transition: all .2s ease;}
    
    span.userDays {
        background-color: unset;
        color: #39c239;
        background-color: #edffdc;
    }
    
    div#m_table_length {
        display: none;
    }
    
    .buttons-excel {
        position: absolute;
    }
    
    button.addUserBtn {
        width: 89px;
        position: absolute;
        z-index: 20;
        font-size: 14px;
        margin-right: 12px;
        transition: all .2s ease-in-out;
    }
    
    button.buyUpgrade {
        width: 87px;
        position: absolute;
        z-index: 20;
        font-size: 14px;
        margin-right: 110px;
        transition: all .2s ease-in-out;
    }
    
    input[type="search"] {
        outline: none;
        background-color: #f7f7f7;
        border: none !important;
        padding: 5px;
    }
    
    .jumbotron .icon {
        font-size: 5em;
    }
    
    .jumbotron.noGroup {
        text-align: center;
        direction: rtl;
    }
    
    .jumbotron {
        background-color: #f9f9f9;
    }
    
    
    .row.userBtns {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        direction: rtl;
    }
    
    .row.userBtns button {
        margin: 5px;
        cursor: pointer;
    }
    
    button#removeuser {background-color: #f4605d !important;font-size: 16px;width: 125px;}
    
    span[data-color] {
        font-size: 9px;
        padding: 2px 4px;
        margin:2px;
        background-color: white;
        color:white;
        border-radius: 5px;
    }
    
    
    span[data-color="1"] {
    
        background-color: #ff5d51;
    
    }
    
    span[data-color="2"] {background-color: #ff7d54;}
    
    span[data-color="3"] {
    
        background-color: #FFC107;
    
    }
    
    span[data-color="4"] {
    
        background-color: #a7dc39;
    
    }
    
    span[data-color="5"] {
    
        background-color: #4CAF50;
    
    }
    
    span[data-color="6"] {
    
        background-color: #03A9F4;
    
    }
    
    h2.display-3 {
        font-size: 40px;
    }
    
    .jumbotron p {
        font-size: 18px;
    }
    
    
    .captchaHolder {
        display: flex;
        justify-content: center;
        height: 80px;
    }
    
    input#captcha {
        max-width: 130px;
        width: auto;
        margin: 5px;
        font-size: 20px !important;
        text-align: center;
    }
    
    .captchaHolder img {
        width: 110px;
        height: 57px;
        image-rendering: pixelated;
    }
    
    input[type="number"] {
      -moz-appearance: textfield;
    }
    input[type="number"]::-webkit-inner-spin-button, 
    input[type="number"]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
    }
    
    .typeoLogo {
        background-color: 4fc3f7;
        /* border: 1px solid red; */
        float: right;
        text-align: center;
        color: white;
        font-size: 2em;
        height: 100%;
        font-family: kalamehblack;
    }
    
    .loginForm {
        display: flex;
        justify-content: space-evenly;
        height: 100%;
        overflow: hidden;
        /* overflow-y: hidden; */
    }
    
    .typeoLogo .imageHoler img {
        /* width: 133px; */
        /* margin-top: 150px; */
        /* image-rendering: pixelated; */
        /* position: relative; */
        z-index:2;
        border-radius: 80px;
        border: 4px solid;
        -webkit-user-drag: none;
    }
    
    .loginForm h2 {
        text-align: center;
        font-family: 'kalamehblack';
        font-size: 3em;
    }
    
    
    
    .nomargin {
        margin: 0px !important;
        margin-right: 0px !important;
    }
    
    .nopadding {
        padding: 0px !important;
      
    }
    
.clouds {
    background: url(/assets/img/clouds.svg) repeat-x fixed 0px 89px;
    background-position-x: 0px;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    position: absolute;
    top: 1px;
    
    /* Optimized 60fps animation */
    animation: clouds 25s linear 0.1s infinite;
    will-change: transform; /* Hint to browser for optimization */
    backface-visibility: hidden; /* Prevent flickering */
    transform: translateZ(0); /* Hardware acceleration */
    pointer-events: none;
}

@keyframes clouds {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: 1320px; /* Should match your image width */
    }
}
    
    p.brandName {
        font-size: 1.8em;
        /* color: black; */
        line-height: 1em;
        margin-bottom: -10px;
    }
    
    .typeoLogo p {
    }
    
    .imageHoler {
        width: 150px;
        height: 100;
        margin: auto;
        margin-bottom: 59px;
        margin-top: 100px;
    }
    
    #register2 a {
        color: #ff9e20;
        background-color: #ffffff;
        padding: 5px;
        border-radius: 8px;
    }
    
    .login-footer {
        font-size: 20px;
    }

    span.d-bold {
        padding: 2px;
        background-color: #ecf6ff;
        border-radius: 6px;
        margin: 2px;
      }
      
      .pbox {
        height: 76px;
        background-color: #ffffff;
        width: 152px;
        border-radius: 10px;
        margin: 4px;
      }
      
      .paypalPrices {
        display: flex;
        justify-content: center;
        cursor: pointer;
        flex-direction: row-reverse;
      }
      
      p.boxname {
        margin-top: -30px;
        color: #215598;
        font-weight: 900;
        margin-right: 15px;
        font-size: 14px;
      }
      
      .icons img {
        width: 30px;
      }
      
      .pbox>div {
        display: flex;
        justify-content: space-around;
        height: 100%;
        align-items: center;
      }
      
      .dollars {
        font-size: 25px;
        color: #215598;
        font-weight: 900;
        font-family: 'Vazir';
      }
      
      .pbox .icons {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
      }

.servicess .nav_btn {
    /* background-color: #1eaff1; */
    padding: 5px 5px;
    /* border-radius: 5px; */
    /* border-left: 1px solid; */
    /* border-right: 1px solid; */
}

.speed-icon {
    width: 25px;
    height: 25px;
    background-image: url(/assets/img/speed.svg);
    background-size: cover;
}

.acc-icon {
    width: 40px;
    height: 40px;
    background-image: url(/assets/img/acc.svg);
    background-size: cover;
    /* margin: 0 20px 10px; */
}
 
.lesson span.needed_speed {
    position: relative;
    /* top: 25px; */
}

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

span.needed_speed {
background-color: white;
padding: 5px;
border-radius: 10px;
line-height: 5px;
position: relative;
top: 20px;
}

.nacc span.needed_speed {
/* line-height: 30px; */
top: 25px;
}

button#remove-account {
    background-color: #f77272 !important;
  
    width: 140px !important;
    margin-top: 20px !important;
}

section#account-dialog-remove {
    background-color: #fffafa;
    margin-top: 100px;
    border-radius: 20px;
}

button.gray {
    background-color: gainsboro !important
}

.switch {
    color: #2f2e2f !important
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -5px;
    right: 4px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: var(--maincolor);
}

input:focus + .slider {
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.row.option {
display: flex;
justify-content: center;
margin-top: 20px;
}

#select-your-service .clouds {
    background: none !important;
}

.welcome {
    margin-top: 60px;
    direction: rtl;
}

#select-your-service .imageHoler {
    margin-top: 50px;
}

.welcome #username {
    font-size: 30px;
    font-family: 'kalamehblack';
    display: inline;
}

.welcome a.smallbtn {
    font-size: 20px;
}

.welcome ul {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 5px;
    font-family: 'Vazir';
}

.welcome ul a:hover {
    opacity: .7;
}

.welcome ul a {
    font-size:16px !important;
    font-weight: 700;
}

span.status {position: relative;border-radius: 5px;border:none;top: unset;left: unset;right: unset;}

span.status.ok {
    background-color: #f4ffee;
    position: relative;
    color: #3bcd41;
    border-radius: 5px;
}

span.status.error{
    background-color: #fff5f5;
    color: #ff584b;

}


section#select-your-service {/* margin-top: -50px !important; */margin: 0px !important;}

.nav>li {
    position: relative !important;

}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

div#settings_bar {
    display: block;
}

.creditList .clist {
    display: flex;
    text-align: right;
    margin: 5px 10px;
    padding: 15px;
    border-radius: 10px;
    width: 450px;
}

.clist img {
    /* width: 50px; */
    height: 70px;
    margin-top: 50px;
}

.creditInfo {
    width: 310px;
}

.creditInfo p {
    font-size: 14px;
    height: 55px;
}

.clist span.free {
    background-color: #ef501e;
    padding: 5px;
    border-radius: 10px;
    color: white;
    font-size: 10px;
}

.clist a {
    text-decoration: none;
    padding: 2px 10px;
    background-color: #19c8f4;
    border-radius: 10px;
    color: white;
    margin: 2px;
    transition: all .3s ease-in-out;
}

p.edate {
    margin-top: -15px;
    font-size: 16px;
    text-align: center;
}

.accountInfo {padding: 50px;padding-bottom: 20px;}

.clist {
    background-color: #f4fbff;
    /* border: 2px solid #19c8f4; */
}

.userInfoContainer {
    display: flex;
    color: black;
    direction: rtl;
    margin: 20px 1px;
    background-color: #f7fdff;
    padding: 10px;
    border-radius: 20px;
}

.userInfoContainer div p {
    line-height: 5px;
    overflow: hidden;
    max-width: 100px;
}

.creditList {
    display: flex;
    margin: 20px;
    flex-wrap: wrap;
}

.creditInfo h3 {
    font-size: 18px;
    /* width: 100px; */
    transform: unset;
    font-family: 'VazirFD';
}

a#show-creditList {line-height: 50px;background-color: #42c4ff;color: white;border-radius: 10px;padding: 2px 10px;font-size: 15px;}

.card {
    box-shadow: unset;
}

.welcome a:last-child {
    font-size: 20px;
    color: white;
}

.container-fluid {
    padding: 0px;
}

.userInfoContainer p:first-child {
    line-height: 20px;
    margin-bottom: 1px;
}

.userInfoContainer .smallbtn:hover, .userInfoContainer .smallbtn:focus {
    background-color: #ffffff;
}

.userInfoContainer .smallbtn {
    width: 80px;
}

.modal-backdrop.fade.in {
    opacity: 1;
}

.modal-dialog {
    /* margin-top: 200px; */
    transform: translate(0, 1%) !important;
    max-width: 600px;
    width: 100%;
}

.modal .modal-header .close {
    top: 10;
    font-size: 40px;
}

.modal-content .modal-footer button, .modal-content .modal-footer button:active {
    color: black;
    background-color: #f5f5f5;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(0 0 0 / 1%);
}

.clist a:hover {
    background-color: #4adbff;
    transition: all .2s ease-in-out;
}

.alert p {
    padding: 5px !important;
    margin: 5px !important;
}

.section-link {
    color: #29b6f6 !important;
}

.alert p {
    padding: 1px !important;
    margin: 1px !important;
}



.section-link {
    color: #29b6f6 !important;
}

textarea.form-control {
    border: 2px solid #e9e9e9;
}

.form-control:focus {
    border: 2px solid #29b6f6 !important;
}

button:focus {
    outline: 2px solid #68c8f3;
}

.birth-day-selector {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    direction: rtl;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    width: 90%;
    justify-content: center;
    margin: 20px 20px;
    padding: 0px 10px;
    padding: 10px 14px;
    margin-bottom: 16px;
    margin: 10px auto;
}

.birth-day-selector select {
    flex: 1;
    padding: 5px;
    border: unset;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    max-width: 120px;
}

.birth-day-selector label {padding-top: 10px;padding-left: 20px;color: gainsboro;}

.fa-circle-question:before, .fa-question-circle:before {
    background-color: white;
    border-radius: 10px;
}

td:first-child, th:first-child {
  position: sticky;
  left: 0;
  z-index: 20;
}

.table td, .table th {
    border-top: unset;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    margin: 1rem 0;
    border-radius: 4px;
  }
  
  .table-container table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px; /* Minimum width before scrolling kicks in */
  }

#typists_holder table {
    overflow-x: auto;
    min-width: 800px;
}

.typeoLogo a {
    color: white;
}

.popouthover {
    transition: transform .25s cubic-bezier(.42,0,.61,1.86);
}

.popouthover:hover {
    transform: scale(1.1);
}





  
