* {
    font-family: vazir;
}
a:hover {
    text-decoration: none !important;
}
::placeholder {
    color: gray;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: gray;
  }
  ::-ms-input-placeholder {
    color: gray;
  }


body {
    background: url(../images/bg1.jpg), black;
    background-size: cover;
    direction: rtl;
}
@font-face {
    font-family: "vazir";
    src: url("../fonts/Vazir-FD.eot");
    src: 
    url("../fonts/Vazir-FD.woff") format("woff"),
    url("../fonts/Vazir-FD.woff2") format("woff2"),
    url("../fonts/Vazir-FD.ttf") format("ttf");
    }  
    @font-face {
        font-family: "FontAwesome";
        src: url("../fonts/fontawesome-webfont.eot");
        src: 
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.svg") format("svg"),
        url("../fonts/fontawesome-webfont.ttf") format("ttf");
        } 
    .login-input input {
        width: 100%;
        height: 45px;
        background: white;
        text-align: center;
        margin-top: 15px;
        box-shadow:5px 5px 5px rgba(0,0,0,0.2);
        border: none;
        border-radius: 50px;
    }
    .welcome {
        margin-top: 29%;
    }
@media only screen and (max-width: 767px) {
  .welcome {margin-top: 45%;
  }
}
    .selected-section {
        box-shadow: inset 2000px 0px 1000px rgba(0,0,0,0.6);
    }
    .start-program {
        color: white;
        background: green !important;
        padding: 12px;
        cursor: pointer;
        width: 80%;
        height: 60px;
        font-size: 22px;
        margin: 0 auto;
        text-align: center;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
        border-radius: 50px;
        margin-top:50px;
    }
    .panel-input input {
        width: calc(100% - 46px);
        height: 45px;
        background: white;
        text-align: right;
        border: 1px solid gray;
        float: right;
        padding-right: 15px;
    }
    .panel-input {
        display: inline;
        margin-top: 15px;
    }
    .uni {
        width: calc(100% - 45px);
        height: 45px;
        padding-right: 10px;
        color: gray;
    }
    .panel-icon-holder {
        height: 45px;
        float: right;
        color: white;
        text-align: center !important;
        width: 45px;
        background: #762086;
        line-height: 45px;
        border: 1px solid gray;
    }
    .name::before {
        font-family: FontAwesome;
        content: "\f073";
        font-size: 16px;
        color: grey;
        position: absolute;
        top: -3px;
        left: 0px;
    }
    .submit-btn {
        background: green !important;
        border: none !important;
        color: white;
    }
    .first-page {
        margin-top: 12%;
    }
    .back{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.0);
    position: absolute;
    }
    .chooser-btn {
        background: gray;
        box-shadow:5px 5px 5px rgba(0,0,0,0.2);
        color: white;
        text-align: center;
        padding: 10px;
        cursor: pointer;
        float:right;
        width: 50%;
    }
    .chooser-selected {
        background: red !important;
    }
    .btn-holder {
        margin-right: 15px;
        margin-left: 15px;
    }
    #register-box {
        display: none;  
    }
.payment-buttom-success {
    color: white;
    background-color: #97e197;
    width: 215px;
    height: 40px;
    border: none;
    border-radius: 7px;
}
.payment-buttom {
    color: white;
    background-color: green;
    width: 215px;
    height: 40px;
    border: none;
    box-shadow: 0px 0px 7px 2px rgb(0, 0, 0, 0.19);
    border-radius: 7px;
}.payment-buttom:hover {
    background-color: #09b909;
}
    .panel-nav-tabs {
        background: white;
        color: black;
        text-align: center;
        padding: 10px;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
        cursor: pointer;
        border-bottom: 1px solid #dadada
    }
    .panel-nav-tabs-selected {
        background: #762086;
        color: white;
        text-align: center;
        padding: 10px;
    }
    .pane-nav-tabs-done {
        background: green;
        color: white;
    }
    .mt-50 {
        margin-top: 150px;
    }
    .tab-container {
        height: auto;
        width: 100%;
        background: white;
        padding: 15px;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .next-step {
        background: green !important;
        text-align: center !important;
        color: white;
        width: 100% !important;
        border: none;
        height: 45px;
    }
    .payment-row {
        list-style: none;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #dadada;
    }
    .payment-row:first-of-type {
        margin-top: 0px;
    }
    .code-tab {
        width: 100%;
        height: 45px;
        padding-right: 15px;
        border: 1px solid gray;
    }
    .price-tab,.field-name {
        height: 45px;
        padding-top: 10px;
    }
    .upload-field-container {
        text-align: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #dadada;
        padding-bottom: 15px;
        border-left: 1px solid #dadada;
    }
    .upload-field-container-first {
        text-align: center;
        margin-bottom: 15px;
        border-bottom: 1px solid #dadada;
        padding-bottom: 15px;
        border-left: 1px solid #dadada;
    }
    .border-row {
        border-bottom: 1px solid #dadada;
        margin-bottom: 15px;
    }
    .user-uploaded-photo-holder {
        width: 100%;
        height: auto;
        max-height: 180px;
        background: gray;
        margin-bottom: 10px;
        text-align: center;
    }
    .user-uploaded-photo-holder img {
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        max-height: 180px;
        background: gray;
        margin-bottom: 10px;
    }
    .status-bar {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .status-bar li {
        display: block;
    }
    .status-done {
        color:green;
    }
    .status-w8 {
        color: gray;
    }
    .progress-loader {
        width: 100%;
        padding: 0;
        height: 20px;
        background: #ebebeb;
    }
    .loaded-progress {
        background: #762086;
        height: 20px;
        padding: 0;
        margin: 0;
        border: none;
        margin-top: -1px;
    }
    .tab-title {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .stats-row div {
        text-align: center;
        margin-top: 10px;
    }
    .stat-counter{
        display: table;
        margin: 15px auto 0;
        margin-top: 15px;
        font-size: 25px;
        color: white;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .steps {
        text-align: left;
        padding: 0 !important;
        margin: 0;
    }
    .row-marginer {
        display: flex;
    }
    .reserved {
        background: #00a1ff;
    }
    .w8forpay {
        background:#ffe000;
    }
    .donereg {
        background: green;  
    }
    .remaining {
        background: #ab0e0e;
    }
    .hojaji {
    background: url(../images/hojaji6.jpg);
    background-repeat: no-repeat;
    background-color: #464646;
    overflow: hidden;
    background-size: contain;
    background-position: center top;
    height: 46vw;
    width: 100%;
    }
@media only screen and (max-width: 600px) {
  .hojaji {
    background-image: url(../images/20s3.jpg);
    height: 145vw;
  }
.start-program {
        margin-top:280px;
    }
}

.hojaji2 {
background-color: #464646;
        background-size: cover;
        background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
        position: initial;
        overflow: hidden;
        width: 100%;
    }
.bani {
background: url(../images/b-back2.jpg);
    background-repeat: repeat;
    background-color: #464646;
    overflow: hidden;
    background-size: contain;
    background-position: center top;
    width: 100%;
    padding-bottom: 15px;
    }
.bani2 {
background: url(../images/b-back2.jpg);
    background-repeat: repeat;
    background-color: #464646;
    overflow: hidden;
    background-size: contain;
    background-position: center top;
    width: 100%;
    height: 100vh;
    padding-bottom: 15px;
    }
.bani-logo-image{
    margin-top:7px;
    margin-right: 15px;
    width:175px;
}
    .progress-step-loader {
        display: inline-block;
    }
    .progress-step-loader div {
        width: calc((100% - 45px) / 8);
        display: inline-block;
        text-align: center;
    }
    .progress-step-loader {
        width: 100%;
        margin-bottom: 5px;
    }
    .step1 {
        background: #930000;
    }
    .step2 {
        background: red;
    }
    .step3 {
        background: #ff5200;
    }
    .step4 {
        background: #ffb100;
    }
    .step5 {
        background: #6dff86;
    }
    .step6 {
        background: #08ff08;
    }
    .step7 {
        background: #19e719;
    }
    .step8 {
        background: #1eb31e;
    }
    .chekboxes input {
        position: absolute;
        opacity: 0;
        top: 0;
        cursor: pointer;
        height: 25px;
        width: 25px;
      }
    .checkmark {
        position: absolute;
        top: 5px;
        border-radius: 1.8px;
        height: 14px;
        border: 1.2px solid gray;
        width: 14px;
    }

      /* On mouse-over, add a grey background color */
    .chekboxes:hover input ~ .checkmark {
        background-color: #ccc;
    }
  
  /* When the checkbox is checked, add a blue background */
    .chekboxes input:checked ~ .checkmark {
        background-color: #762086;
    }
    .radio-title {
        margin-right: 20px;
    }
    .massage {
        background: rgba(255, 255, 160, 1);
        padding: 10px;
        width: 92%;
        margin: 0px auto;
        margin-top: 15px;
        text-align: center;
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);

    }
    .success-reg {
        color: green;
    }
    .failed-reg {
        color: red;
    }
    .notmatch-reg {
        color: red;
    }
    .captcha_code {
        position: absolute;
        left: 15px;
        width: calc(100% - 120px) !important;
        top: 0px;
        width: 100%;
        height: 45px;
        background: white;
        text-align: center;
        border: none;
        padding-left: 16%;
    }
    .captcha_img {
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    }
    .captcha_input {
        margin-top: 15px;
    }
    .page {
        display: none;
      }
      .page-active {
        display: block;
      }
      .users-pagination {
          padding: 0px;
          list-style-type:none;
      }
      .users-pagination li {
        display: inline-block;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background: white;
        color: black;
    }
    .editor-box {
        width: 100%;
        min-height: 400px;
        margin: 15px;
    }
    .admin_panel_show_img {
        max-width: 250px;
    }
    .admin-submit-btn {
        width: 100%;
        height: 45px;
        background: #2cca32;
        border: 0;
        color: white;
        font-size: 20px;
        margin-bottom: 40px;
    }
    .editing-h3 {
        background: #fff;
        display: initial;
        padding: 10px;
        font-size: 20px;
        color: black;
        margin: 0 !important;
        height: 45px;
        position: absolute;
        bottom: 0px;
    }
    .editing-stat {
        float: left;
        background: white;
        margin: 0 !important;
        padding: 10px;
    }
    .back-btn {
        background: white;
        margin-left: 20px;
        height: 45px;
        margin-top: 10px;
        padding: 10px;
        position: absolute;
        right: 220px;
        bottom: 0px;
    }
    .above_admin div {
        float: left;
        color: white;
        background: white;
        padding: 2px 10px;
        margin-right: 15px;
    }
    .w8_msg {
        background: white;
        padding: 15px;
    }
    .g-recaptcha div {
        width: 304px;
        margin: 15px auto 0px;
        height: 78px;
    }
    .protected_copyright {
        opacity: 0.7;
        transition-duration: 0.2s;
        background: black;
        text-align: center;
        padding: 5px;
    }
    .protected_copyright a {
        color:white !important;
    }
    .protected_copyright:hover {
        opacity: 1;
        transition-duration: 0.2s;
    }
    .contact{
        color:white;
    }
    .contact_t{
        color:white;
        font-weight: bold;
        padding-top: 15px;
    }
    .contact_ofoghi{
        color:white;
        font-size: small;
    display: none;
    }
    @media only screen and (max-width: 600px) {
      .contact_reso{
        display:none;
      }
      .contact{
            font-size: small;
            padding-left: 0px !important;
      }
      .contact_t{
            font-size: small;
            padding-left: 0px !important;
        }

    .contact_ofoghi{
        display: block;
    }
    .checkout_confirmation{
    padding-right: calc(100% - 215px - ((100% - 215px) / 2));
    }
   }
  
.nozoorat-text{
    width: 293px;
    height: 38px;
    line-height: 16px;
    margin-top: 50px;
    margin-right: calc(50% - 220px);
    margin-bottom: -14px;
    background: #823223 !important;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    color: white;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    float: right;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #c09551;
    outline: 1px solid #823224;
}
.nozoorat-khas-text{
    width: 271px;
    height: 38px;
    line-height: 16px;
    margin: auto;
    margin-top: -38px;
    font-weight: normal;
    background: #823223 !important;
    /*box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);*/
    color: white;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #c09551;
    outline: 1px solid #823224;
    font-size: 15px;
}
.nazr-input{
    width: 75%;
    font-size: 20px;
    height: 60px;
    margin-left: -6px;
    background: white;
    text-align: center;
    color: black;
    margin-top: 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.nazr-input::-webkit-input-placeholder {
  font-size:16px;
}

.nazr-pay{
   width: 25%;
    font-size: large;
    height: 60px;
    background: green;
    color: white;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.row-khas{
    justify-content: center;
}
.nazr-khas{
    width: 225px;
    background-color: white;
    margin-bottom: 30px;
    color: black;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border-radius: 9px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 5px;
    padding-bottom: 17px;
}
.nazr-khas-div{
display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.nazr-khas-image{
    width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
}
.nazr-khas-pay{
    cursor: pointer;
    width: 78%;
    height: 41px;
    font-size: large;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: green;
    color: white;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none;
    border-radius: 50px;
    margin-top: 9px;
    flex-wrap: wrap;
    align-content: center;
}
.nazr-khas-progress{
    margin-bottom: -2px;
    height: 15px;
    width: 156px;
    background: #f3f3f3;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
}
.nazr-khas-progress::-webkit-progress-bar{
    background: #f3f3f3;
    border-radius: 10px;
}
.nazr-khas-progress::-moz-progress-bar{
    background: #f3f3f3;
    border-radius: 10px;
}
.nazr-khas-progress::-webkit-progress-value{
    background: #3c96f8;
    border-radius: 10px;
}
.nazr-khas-progress::-moz-progress-value{
    background: #3c96f8;
    border-radius: 10px;
}


.nozoorat-khas-text1{
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: normal;
}
.nozoorat-khas-text2{
    font-weight: normal;
    font-size: 13px;
    margin-bottom: -6px;
    width: 158px;
    height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #605f5f;
    white-space: nowrap;
}
.nozoorat-khas-text3{
    font-weight: normal;
    font-size: 13px;
    margin-right: 7px;
}

@media only screen and (max-width: 600px) {
  
.bani-logo-image{
width: 65%;
    /*width: 100%;*/
    /*width: 27%;
    margin-right: 4px;
    height: 86%;*/
}
.bani-logo-div{
    /*display: flex;
    justify-content: center;*/
    padding-right: 0px !important;
    /*margin-top: -7px;*/

    margin-top: -53px;
    position: absolute !important;
    background: url(../images/b-back2.jpg);
    padding-top: 7px;
    width: 90px !important;
    border-top-left-radius: 25px;

}
.nazr-khas{
    width: 95%;
    margin-bottom: 6px;
}
.nozoorat-khas-text1{
    /*font-size: 17px;*/
    font-size: 4vw;
}
.nazr-khas-progress {
    height: 10px;
    width: 113px;
}
.nozoorat-khas-text2{
    font-size: 10px;
    width: 108px;
    height: 20px;
}
.nazr-khas-pay {
    width: 81%;
    height: 37px;
    font-size: 4vw;
    /*font-size: 18px;*/
}
.nozoorat-khas-text3 {
    font-size: 10px;
    margin-right: 3px;
}



.nozoorat-div{
    padding-left: 15px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-bottom: 10px;
    /*margin-top: -8px;*/
    margin-top: 37px;
}
.nozoorat-text{
    width: 240px;
    height: 30px;
    line-height: 9px;
    margin-top: 11px;
    margin-right: 0px;
    font-size: 3vw;
}
.nozoorat-khas-text{
    width: 187px;
    height: 30px;
    line-height: 9px;
    margin-top: -1px;
    font-size: 3vw;
}
.nazr-input{
    height: 50px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 50px;
}
.nazr-input::-webkit-input-placeholder {
  font-size:13px;
}

.nazr-pay{
    height: 35px;
    border-radius: 50px;
    width: 30%;
}
.nozoorat-khas-text-div{
    padding-right: 0px !important;
    margin-top: 35px;
}

}

.pay-factor-back {
    width: 100%;
    height: 100%;
    background: #0000009c;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:99;
}
.pay-factor-back0 {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.pay-factor {
    width: 350px;
    background: url(../images/b-back2.jpg);
    background-size: contain;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pay-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.bani-logo-pay-div {
    width: 19%;
    margin-top: 10px;
}
.pay-factor-img {
    width: 23%;
    height: 100%;
    padding-top: 10px;
    margin-left: 12px;
}
.pay-note-title {
    font-size: 18px;
    margin-top: -60px;
    margin-bottom: 27px;
    background-color: #d4aa6c;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
}
.nazr-input2 {
    width: 75%;
    font-size: 16px;
    height: 50px;
    margin-left: -6px;
    background: white;
    text-align: center;
    color: black;
    margin-top: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none;
    border-radius: 50px;
}
.nazr-input3 {
    width: 75%;
    font-size: 17px;
    height: 50px;
    margin-left: -6px;
    background: white;
    text-align: center;
    color: black;
    margin-top: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none;
    border-radius: 50px;
    padding-top: 11px;
}
.pay-notes-div {
    width: 82%;
    margin-top: 10px;
    padding: 5px;
    background: #d4aa6c;
    border-radius: 7px;
}
.pay-notes-text {
    color: black;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}
.pay-notes-text-aahkari {
    color: black;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0px;
    font-size: 14px;
}
.nazr-pay2 {
    width: 40%;
    font-size: large;
    height: 47px;
    background: green;
    color: white;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 16px;
    margin-left: 15px;
    margin-right: 15px;
}
.nazr-pay3 {
    width: 100%;
    font-size: large;
    height: 47px;
    background: green;
    color: white;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border: none;
    border-radius: 50px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
}
.bani-logo-pay-image {
    margin-top: 4px;
    margin-right: 15px;
    width: 90%;
}


.pay-container {
    display: block;
    color:black;
    position: relative;
    padding-right: 30px;
    margin-right: 5px; 
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pay-container input { 
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.pay-checkmark {
    position: absolute;
    border-radius: 4px;
    right: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.pay-container:hover input ~ .pay-checkmark {
  background-color: #ccc;
}
.pay-container input:checked ~ .pay-checkmark {
  background-color: #2196F3;
}
.pay-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.pay-container input:checked ~ .pay-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.pay-container .pay-checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* TOAST */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
/* TOAST end */
.shaparak{
    width: 100%;
    height: 77px;
    display: flex;
    justify-content: center;
}
.shaparak_img{  
    margin-top: 15px;
    margin-bottom: 15px;
    height: 70%;
}

.wait_back{
    background: #333939bf;
    position: absolute;
    background-size: contain;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.wait{
    position: absolute;
    width: 250px;
    height: 153px;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loader {
    border: 12px solid #caf7fd;
    border-radius: 50%;
    border-top: 12px solid #00c1ff;
    border-bottom: 12px solid #00c1ff;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 15px;
    margin-top: 15px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.nemiad{
    width: 70px;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
}


.wait2{
    position: absolute;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin: 40px;
}
.nemiad2{
    display: flex;
    padding: 18px;
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    background: #2cca32;
    border: 0;
    color: white;
    font-size: 20px;
    line-height: 0px;
}
}