body {
    background-color: #e5e5e5;
}

.page-wrap.sendform .chat-main {
    background-color: #ffffff;
    padding-top: 66px;
}


.page-wrap.sendform .chat-block__header {
    border-bottom: 1px solid #E5E5E5;
    position: fixed;
    width: inherit;
    max-width: 650px;
    z-index: 5;
}

.page-wrap.loginform .chat-block__header{
    position: fixed;
    width: inherit;
    max-width: 650px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    z-index: 5;
}

.page-wrap.loginform .chat-block__header.border{
    border-bottom: 1px solid #E5E5E5;
}

.page-wrap.loginform .chat-block__in,
.page-wrap.sendform .chat-block__in{
    width: 100%;
}

.page-wrap.loginform .chat-main__in,
.page-wrap.sendform .chat-main__in {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.page-wrap.sendform .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: center no-repeat url(../img/select-arrow.svg);
    right: 20px;
}

.page-wrap.sendform .select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-wrap.sendform .select-wrapper div {
    width: 100%;
}

.page-wrap.sendform .select-wrapper div:nth-child(1) {
    margin-right: 17px;
}

.page-wrap.sendform .select-wrapper .custom-select {
    width: 100%;
    min-width: 160px;
}

.page-wrap.sendform .chat-fixed-block {
    background-color: #ffffff;
}

.page-wrap.sendform .chat-header-text_body {
    margin-bottom: 15px;
}

.page-wrap.loginform .main-chat-text,
.page-wrap.sendform .main-chat-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.page-wrap.loginform .main-chat-text_start,
.page-wrap.sendform .main-chat-text_start {
    margin-bottom: 7px;
}

.page-wrap.loginform .form-text-label,
.page-wrap.sendform .form-text-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    margin-bottom: 9px;
    padding-left: 10px;
}

.page-wrap.sendform .chat-name_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.chat-name_text.chat-name_text-timezone{
    margin-top: 10px;
}

.chat-name_text.chat-name_text-timezone input{
    display: none;
}

.chat-name_text-timezone input[type=checkbox]:checked+label .sc-check {
    background-color: rgba(61, 116, 242, 1);
}

.chat-name_text-timezone input[type=checkbox]:checked+label {
    opacity: 1;
}

.chat-name_text-timezone label {
    cursor: pointer;
}

.chat-name_text-timezone label {
    display: none;
    line-height: 28px;
    opacity: 0.6;
}

.chat-name_text-timezone .sc-check {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 5px 0px 0px;
    border-radius: 3px;
    position: relative;
    background-color: rgba(95, 95, 95, 0.2);
}

.chat-name_text-timezone input[type=checkbox]:checked+label .sc-check:before {
    opacity: 1;
}

.chat-name_text-timezone .sc-check:before {
    width: 20px;
    height: 20px;
    background-position: -93px -30px;
}

.chat-name_text-timezone .sc-check:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    opacity: 0;
    background-image: url(../img/check3.svg);
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-wrap.sendform .header-block {
    padding-left: 10px;
    padding-right: 10px;
}

.page-wrap.sendform .step {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #B7B7B7;
}

.page-wrap.sendform .step span {
    margin-right: 5px;
}

.page-wrap.sendform .popup_sendform {
    text-align: center;
    margin-right: 32px;
    margin-left: 32px;
}

.page-wrap.sendform .popup_sendform button {
    display: block;
    height: 44px;
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
    line-height: 24px;
    border: none;
    outline: none;
}

.page-wrap.sendform .popup_sendform button.ok {
    background: #F5F5F5;
    color: #000000;
    margin-bottom: 6px;
}

.page-wrap.sendform .popup_sendform button.no {
    color: #555555;
    background: #ffffff;
}

.page-wrap.sendform .chat-name_popup {
    margin-bottom: 8px;
}

.page-wrap.sendform .chat-name_text-popup {
    margin-bottom: 18px;
}

.page-wrap.sendform .chat-name.second-page {
    margin-bottom: 13px;
}

.page-wrap.loginform .form-input,
.page-wrap.sendform .form-input {
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    padding-left: 16px;
    color: #555555;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.page-wrap.sendform .third-form {
    margin-top: 7px;
    margin-bottom: 19px;
}

.page-wrap.sendform .required {
    position: relative;
}

.page-wrap.sendform .required::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #FF7171;
    border-radius: 50%;
    right: -3px;
    top: 2px;
}

.page-wrap.sendform .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #555555;
}

.page-wrap.sendform .select2-container--default .select2-results>.select2-results__options {
    font-size: 14px;
    color: #555555;
    padding-left: 10px;
}

.page-wrap.sendform .required.area::before {
    top: -5px;
}

.page-wrap.sendform .custom-select.four-page,
.page-wrap.sendform .form-input.fourth-form {
    margin-bottom: 20px;
}

.page-wrap.sendform .fourth-form.required::before {
    top: -4px;
}

.page-wrap.sendform .form-textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #B7B7B7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    resize: none;
    padding: 10px 16px 0 16px;
    color: #555555;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Arial';
}

.page-wrap.sendform .form-textarea::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #555555;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.page-wrap.sendform .form-textarea::-moz-placeholder {
    font-family: 'Arial';
    color: #555555;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.page-wrap.sendform .form-textarea:-ms-input-placeholder {
    font-family: 'Arial';
    color: #555555;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.page-wrap.sendform .form-textarea::-ms-input-placeholder {
    font-family: 'Arial';
    color: #555555;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.page-wrap.sendform .form-textarea::placeholder {
    font-family: 'Arial';
    color: #555555;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.page-wrap.sendform .radio{
    margin-bottom: 27px;
    padding-left: 10px;
}

.page-wrap.sendform .radio input{
    display: none;
}

.page-wrap.sendform .radio input+label{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #959595;
}

.page-wrap.sendform .radio input + label:before{
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #B7B7B7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px;
}

.page-wrap.sendform .radio input:checked + label:after{
    content: '';
    width: 12px;
    height: 12px;
    background: #3D74F2;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
}

.page-wrap.sendform .radio .first{
    margin-right: 20px;
}

.page-wrap.sendform .radio input:checked + label:before{
    border: 1px solid #3D74F2;
}

.page-wrap.sendform .chat-header-text.bottom-text{
    padding-left: 10px;
    margin-top: 5px;
}

.page-wrap.sendform .datepicker-1-block{
    position: relative;
    display: inline-block;
    width: 100%;
}

.page-wrap.sendform .p-date-block__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.page-wrap.sendform .datepicker-block__show{
    display: none;
}

.page-wrap.sendform .p-date-block__input {
    background: #ffffff;
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    width: 100%;
    height: 44px;
    padding-left: 14px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 13px;
}

.page-wrap.sendform .p-date-block__h{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    margin-bottom: 9px;
}

.page-wrap.sendform .datepicker-1__after {
    position: absolute;
    right: 14px;
    top: 13px;
    width: 19px;
    height: 19px;
    background: center no-repeat url(../img/calendar.svg);
}

.bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 19px;
    padding-top: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}

.bottom-wrapper button {
    width: 30%;
    min-width: 100px;
    height: 44px;
    border-radius: 8px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    border: none;
    outline: none;
    cursor: pointer;
}

.bottom-wrapper button.next {
    background: #3D74F2;
    color: #ffffff;
}

.bottom-wrapper button.prev {
    background-color: #ffffff;
    color: #000000;
}

/* login form */

.page-wrap.loginform .chat-fixed-block.login{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
}

.page-wrap.loginform .code-wrapper button,
.page-wrap.loginform .chat-fixed-block.login button{
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.page-wrap.loginform .code-wrapper button.register,
.page-wrap.loginform .chat-fixed-block.login button.register{
    background: #3D74F2;
    color: #ffffff;
}

.page-wrap.loginform .code-wrapper button.register:hover,
.page-wrap.loginform .chat-fixed-block.login button.register:hover{
    background: #2E62DE;
}

.page-wrap.loginform .chat-fixed-block.login button.cancel{
    background-color: #ffffff;
    color: #000000;
}

.page-wrap.loginform .chat-main {
    background-color: #ffffff;
}

.page-wrap.loginform .chat-header__right{
    margin-left: 6px;
}

.page-wrap.loginform .chat-main__in{
    padding: 7px 20px 0 20px;
}

.page-wrap.loginform .main-login-text{
    font-weight: 800;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
    padding-left: 10px;
}

.page-wrap.loginform .main-login-text_top{
    margin-bottom: 14px;
}

.page-wrap.loginform .main-login-text_bottom{
    margin-bottom: 17px;
}

.page-wrap.loginform .login-button-wrapper{
    margin-bottom: 20px;
}

.page-wrap.loginform .login-button-wrapper button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    border-radius: 8px;
    width: 100%;
    border: none;
    outline: none;
    padding-left: 19px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.page-wrap.loginform .login-button-wrapper button i{
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
}

.page-wrap.loginform .login-button-wrapper button span{
    width: 100%;
}

.page-wrap.loginform .login-button-wrapper .google{
    background: #4184F3;
}

.page-wrap.loginform .login-button-wrapper .facebook{
    background: #2057C2
}

.page-wrap.loginform .login-button-wrapper .discord{
    background: #794AB5;
}

.page-wrap.loginform .chat-main{
    padding-bottom: 130px;
    padding-top: 65px;
}

.page-wrap.loginform .chat-header{
    border-bottom: none;
    width: 100%;
    position: relative;
}

.page-wrap.loginform .chat-header__in{
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-wrap.loginform .top-info-text{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 9px;
    padding-left: 10px;
}

.page-wrap.loginform .form-input.second-screen{
    margin-bottom: 15px;
}

.page-wrap.loginform input[type='password']{
    margin-bottom: 10px;
}

.page-wrap.loginform .form-input.secret{
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
}

.page-wrap.loginform .chat-header .close{
    position: absolute;
    top: 0px;
    right: 30px;
    cursor: pointer;
}

.page-wrap.loginform .chat-header__btn_order{
    margin-top: 0px;
}

.page-wrap.loginform .emodji span{
    font-weight: 400;
    font-size: 90px;
    line-height: 24px;
}

.page-wrap.loginform .emodji{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    height: 145px;
}

.page-wrap.loginform .main-chat-text a{
    text-decoration: none;
    color: #3D74F2;
}

.page-wrap.loginform .chat-main__in.starting-page{
    padding: 7px 30px 0 30px;
}

.page-wrap.loginform .form-input.starting-page{
    margin-top: 10px;
}

.page-wrap.loginform .header-block.starting-page .main-chat-text {
    padding-right: 10px;
    padding-left: 10px;
}

.page-wrap.loginform .chat-content .incorrect{
    position: relative;
}

.page-wrap.loginform .chat-content .incorrect .form-input{
    border: 1px solid #FF8C8C;
}

.page-wrap.loginform .chat-content .incorrect:before{
    content: 'We didn’t find any orders for the above E-Mail. Please correct the email or contact support.';
    height: 48px;
    background: #FF8C8C;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    width: inherit;
    position: absolute;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 14px;
    top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-wrap.loginform .code-wrapper.incorrect-code input{
    border: 1px solid #FF8C8C;
}

.page-wrap.sendform .chat-content,
.page-wrap.loginform .chat-content{
    height: 100%;
}

.page-wrap.loginform .chat-block__header.iphone{
    display: none;
}

.page-wrap.loginform .chat-block__main.iphone .chat-main{
    padding-top: 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 650px;
    margin: 0 auto;
}

.page-wrap.loginform .chat-block__main.iphone .chat-main__in{
    padding-top: 8%;
}

.page-wrap.loginform .chat-content .incorrect-code:before{
    content: 'Incorrect code';
    height: 28px;
    background: #FF8C8C;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    width: 59%;
    position: absolute;
    padding-top: 5px;
    top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.page-wrap.loginform .code-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-wrap.loginform .code-wrapper input.form-input{
    margin-right: 10px;
    width: 60%;
}

.page-wrap.loginform .code-wrapper button.register{
    margin-bottom: 0px;
    margin-top: 10px;
    width: 40%;
}

.page-wrap.loginform .chat-fixed-block{
    background-color: #ffffff;
}

.page-wrap.loginform .code-wrapper{
    position: relative;
}

.chat-block__in.starting-page .chat-block__header,
.chat-block__in.starting-page .chat-main__in,
.chat-block__in.starting-page .chat-fixed-block{
    background-color: #FF0B5C;
}

.chat-block__in.starting-page .chat-main{
    padding-bottom: initial;
}

.page-wrap.loginform .chat-block__in.starting-page .chat-fixed-block button.register{
    background-color: #ffffff;
    color: black
}

.page-wrap.loginform .chat-block__in.starting-page .chat-fixed-block button.cancel{
    background-color: transparent;
    color: #ffffff;
}

.chat-block__in.starting-page .start-page .logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20%;
}

.chat-block__in.starting-page .start-page{
    margin-top: 40px;
}

.chat-block__in.starting-page .start-page .logo svg{
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 300px;
    display: block;
    margin-left: 20%;
    margin-right: 20%;
}

.chat-block__in.starting-page .start-page .main-start-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 11px;
}

.chat-block__in.starting-page .start-page .main-start-text a{
    text-decoration: none;
    font-weight: 600;
    color: #FFFFFF;
}

.page-wrap.loginform .chat-fixed-block.login button.register.loading-1,
.page-wrap.loginform .chat-fixed-block.login button.register.loading{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.page-wrap.loginform .chat-fixed-block .register.loading .spinner-wrapper{
    position: absolute;
    right: 12px;
    top: 13px;
    height: 18px;
    width: 18px;
}

.page-wrap.loginform .spinner-icon{
    width: 18px;
    height: 18px;
    background-image: url(../img/Ellipse1.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner 1s linear infinite;
    animation: loading-bar-spinner 1s linear infinite;
}

.page-wrap.loginform .spinner-icon-1{
    width: 18px;
    height: 18px;
    background-image: url(../img/Ellipse2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner 1s linear infinite;
    animation: loading-bar-spinner 1s linear infinite;
}

.page-wrap.loginform .chat-fixed-block .register.loading,
.page-wrap.loginform .chat-fixed-block .register.loading-1{
    padding-top: 10px;
}

.page-wrap.loginform .chat-fixed-block .register.loading-1 .spinner-wrapper{
    position: absolute;
    right: 12px;
    top: 13px;
    height: 18px;
    width: 18px;
}

.page-wrap.loginform .chat-fixed-block.login button.register.loading-1{
    background: #F5F5F5;
    color: #B7B7B7;
    -webkit-animation: change-background 6s ease infinite;
    animation: change-background 6s ease infinite;
}

@-webkit-keyframes change-background {
    0% { background: #F5F5F5; }
    50% { background: #ffffff; }
    100% { background: #F5F5F5; }
}

@keyframes change-background {
    0% { background: #F5F5F5; }
    50% { background: #ffffff; }
    100% { background: #F5F5F5; }
}

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

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

/* page-preloader */

.page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 4;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    display: none;
}

.page-preloader.active{
    display: block;
}

.wrapper-preloader{
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    width: 95%;
    max-width: 645px;
    min-height: 347px;
    margin: 0 auto;
    margin-top: 50%;
}

.svg-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.spinner-three {
    width: 171px;
    height: 171px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.spinner-three .outer {
    display: inline-block;
    position: absolute;
    border: 5px solid transparent;
}


.spinner-three .outer {
    width: 171px;
    height: 171px;
    border-radius: 50%;
    border-color: transparent #b1b1b1 #b1b1b1 #b1b1b1;
    -webkit-animation: spinnerone 2000ms linear infinite;
    animation: spinnerone 2000ms linear infinite;
}


@-webkit-keyframes spinnerone {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinnerone {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* main page app */

.chat-fixed-block.nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top: 1px solid #E5E5E5;
    height: 65px;
}

.chat-fixed-block.nav.iphone-xr{
    height: auto;
    padding-bottom: 35px;
}

.chat-fixed-block.nav .nav-item{
    width: 25%;
    text-align: center;
    height: 100%;
    padding-top: 14px;
    max-width: 80px;
    position: relative;
}

.chat-fixed-block.nav .nav-item i{
    font-size: 32px;
    color: #B7B7B7;
}

.chat-fixed-block.nav .nav-item.active i{
    color: #3D74F2;
}

.chat-fixed-block.nav .nav-item.active:before{
    content: '';
    position: absolute;
    width: 80px;
    height: 3px;
    background: #3D74F2;
    border-radius: 0px 0px 4px 4px;
    top: 0px;
    left: 0px;
}

.chat-header__left{
    margin-left: auto;
}

.chat-wrapper{
    width: 100%;
    display: none;
    height: 100%;
}

.chat-wrapper .chat-block__main{
    height: 100%;
}

.chat-wrapper.active{
    display: block;
}

.chat-header__left button{
    width: 140px;
    height: 44px;
    background: #3D74F2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    outline: none;
}

.chat-header__in.main{
    padding-left: 24px;
    padding-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat-subheader{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
}

.chat-details{
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 4px;
}

.game-item {
    width: 100%;
    padding: 0 20px;
    height: 255px;
    cursor: pointer;
    transition: .5s;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px;
    text-decoration: none;
}

.game-img {
    width: 100%;
    height: 175px;
    background-image: url(../img/ads-img-chat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-info {
    padding: 13px 0 16px 17px;
    background-color: #ffffff;
    box-shadow: 0px -8px 54px rgba(0, 0, 0, 0.1);
}

.offer-header {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #3F74F2;
    margin-bottom: 7px;
    text-align: left;
    margin-top: 0px;
}

.game-item .price {
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin: 0px;
}

.game-item .disc-price {
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    text-decoration-line: line-through;
    color: #9D9D9D;
    margin: 0px 0px 0px 5px;
}

.price-wrapper{
    display: flex;
    align-items: center;
}

.order-counter {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    text-align: left;
    margin: 0;
}

.order-counter span{
    font-weight: 600;
}

.page-wrap.loginform .chat-main__in.main{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.chat-nav-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 20px;
    height: 48px;
}

.chat-nav-inner div:first-child{
    margin-right: 10px;
}

.inner-nav-item{
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 16px;
    color: #B7B7B7;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 65px;
    padding: 15px 10px 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.inner-nav-item.active{
    color: rgba(0, 0, 0, 0.7);
}

.inner-nav-item.active::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #E5E5E5;
    border-radius: 0px 0px 4px 4px;
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    bottom: 0px;
    left: 0px;
}

.chat-content.completed .message-header .header{
    opacity: 0.4;
}

.chat-content.completed .counter-wrapper .counter{
    background: #B7B7B7;
}

.chat-content.completed .counter-wrapper .counter i{
    padding-top: 7px;
}

.message-item{
    border-bottom: 1px solid #E5E5E5;
    margin: 0 15px;
    padding: 0 15px;
    padding-bottom: 13px;
}

.message-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
}

.message-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.message-header .header{
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.message-header .header-time{
    font-style: 400;
    font-weight: 300;
    font-size: 8px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin-left: auto;
}

.message-text{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    width: 80%;
    height: 32px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.message-text.looking{
    height: 32px;
    background: #F5F5F5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 800;
    width: auto;
    padding: 0 15px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.counter-wrapper{
    margin-left: auto;
}

.counter-wrapper .counter{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3D74F2;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
    text-align: center;
}

.chat-header__left.ggr{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #000000;
    padding-right: 30px;
}

.page-wrap.loginform .chat-main.main{
    padding-bottom: 65px;
}

.js-content-tab{
    display: none;
}

.js-content-tab.active{
    display: block;
}

.main-page-wrapper{
    padding: 0 15px;
}

.input__wrapper input{
    display: none;
}

.input__wrapper label i{
    font-size: 32px;
    color: #ffffff;
}

.input__wrapper label .wrapper{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #C4C4C4;
    text-align: center;
    padding-top: 9px;
}

.input__wrapper label .wrapper .avatar{
    display: none;
}

.input__wrapper label .wrapper.loaded{
    padding-top: 0px;
}

.input__wrapper label .wrapper.loaded i{
    display: none;
}

.input__wrapper label .wrapper.loaded .avatar{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: block;
}

.social-item p{
    margin: 0;
    font-size: 16px;
    line-height: 21px;
}

.user-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 16px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.user-contact{
    margin-left: 15px;
}

.user-name{
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.user-name i{
    color: #B7B7B7;
    font-size: 14px;
    margin-right: 6px;
    font-weight: 400;
}

.user-mail{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.socials-header{
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-top: 17px;
    padding-left: 15px;
}

.user-socials div:last-child{
    padding-bottom: 23px;
    padding-top: 12px;
}

.social-item{
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.social-item i{
    color: #B7B7B7;
    font-size: 32px;
    margin-right: 10px;
}

.socials-name{
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    color: #B7B7B7;
}

.social-item button{
    margin-left: auto;
    width: 100px;
    height: 20px;
    background: #ffffff;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    border: none;
    outline: none;
}

.social-item.connected i{
    color: #3D74F2;
    font-size: 28px;
}

.social-item.connected .socials-name{
    color: #3D74F2;
}

.social-item.connected button{
    background: #3D74F2;
    color: #ffffff;
    height: 36px;
}

.spread-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #E5E5E5;
}

.spread-item i{
    font-size: 24px;
    color: #B7B7B7;
    margin-right: 16px;
    padding-left: 15px;
}

.spread-info p{
    margin: 0px;
    text-align: left;
}

.spread-info p:last-child{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
}

.spread-header{
    font-weight: 800;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.chat-main__in.main .popup-ask-support__in{
    padding-top: 30px;
}

.popup-ask-support__in .popup-ask-support__h,
.popup-ask-support__in .popup-ask-support__p{
    text-align: left;
}

.popup-ask-support__in textarea{
    font-family: 'Open Sans', sans-serif;
}

/* nice native select */

.custom-select select{
    height: 44px;
    border: 1px solid #B7B7B7;
    border-radius: 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding-left: 16px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
}

.custom-select select::-ms-expand {
    display: none;
}

.custom-select select:hover {
    border-color: #888;
}

.custom-select select option {
    display: block;
    padding: 6px;
    height: 20px;
}

.custom-select{
    position: relative;
}

.custom-select.native::after{
    content: '';
    position: absolute;
    width: 15px;
    height: 9px;
    background-image: url(../img/arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 10px;
    top: 18px;
}

.custom-select select option:hover{
    background-color: #f5f5f5 !important;
}

.datapicker-wrapper input{
    min-width: 100%;
    height: 44px;
    border: 1px solid #B7B7B7;
    padding-left: 16px;
    border-radius: 8px;
    font-family: 'Arial';
    font-size: 14px;
    padding-right: 14px;
    margin-bottom: 13px;
    background-color: #ffffff;
    color: #000000;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    opacity: 1;
    display: block;
    background: url(../img/datepicker.jpg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

@media screen and (max-width: 650px) {
    .page-wrap.loginform .chat-block,
    .page-wrap.sendform .chat-block {
        min-height: initial;
    }
    body {
        background: #ffffff !important;
    }
    .page-wrap.loginform .chat-block__in,
    .page-wrap.sendform .chat-block__in{
        height: 100%;
    }
}

@media screen and (max-width: 529px){
    .page-wrap.sendform .chat-main{
        padding-top: 91px;
    }
    ::-webkit-scrollbar{
        width: 4px;
    }
    ::-webkit-scrollbar-thumb{
        border-radius: 2px;
    }
    .page-wrap.sendform .select-wrapper .custom-select{
        min-width: 130px;
    }
}

@media screen and (max-width: 350px){
    .page-wrap.sendform .select2-container--default .select2-selection--single .select2-selection__arrow{
        right: 10px;
    }
    .page-wrap.sendform .select-wrapper .select2-container .select2-selection--single .select2-selection__rendered{
        font-size: 12px;
    }
    .chat-block__in.starting-page .start-page{
        margin-top: 15px;
    }
    .page-wrap.sendform .custom-select.native select{
        font-size: 13px;
    }
    .page-wrap.sendform .select-wrapper .custom-select{
        min-width: 100px;
    }
    .datapicker-wrapper input{
        font-size: 13px;
    }
    .chat-block__in.starting-page .start-page{
        margin-top: 0px;
    }
    .chat-block__in.starting-page .start-page .logo{
        margin-bottom: 10%;
    }
    .chat-block__in.starting-page .start-page .main-start-text{
        font-size: 16px;
    }
    .chat-main.smile .emodji{
        margin: 0px;
        height: 120px;
    }
    .page-wrap.loginform .chat-main.smile{
        padding-top: 50px;
    }
    .page-wrap.loginform .chat-content .incorrect:before{
        font-size: 11px;
    }
    .page-wrap.loginform .chat-main__in.pseydo{
        padding-bottom: 40px;
    }
}