
@import url('https://fonts.googleapis.com/css?family=Ubuntu');


html,
body,
p,
a,
ul,
li,
input,
button,
textarea,
h1,
h2,
h3 {
    margin: 0px;
    padding: 0;
}

html {
    background: rgba(15, 87, 64, 0.11);
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 6vw;
}
html{font-family: 'Ubuntu', sans-serif;}

body {
    padding-bottom: 30vw;
    /* background: rgba(15, 87, 64, 0.11); */
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.modal-container {
    margin: 0 auto;
    padding: 20px 7px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    font-family: Helvetica, Arial, sans-serif;
    /* max-height: 80%; */
    width: 300px;
    position: relative;
    border: 3px solid green;
    border-radius: 4vw;
}

.modal-header h3 {
    margin-top: 0
}

.modal-body {
    margin: 20px 0;
    max-height: 70vh;
    overflow-y: auto;
    overflow-y: auto;
    word-wrap: break-word;
    text-align: center;
}

.modal-default-button {
    float: right
}

.modal-enter {
    opacity: 0
}

.modal-leave-active {
    opacity: 0
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#modal-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
    stroke: #fff;
    stroke-width: 4px;
    pointer-events: none
}

[v-cloak]>* {
    display: none !important;
}

[v-cloak]::before {
    content: 'Страница загружается';
    display: flex;
    align-items: center;
    justify-content: center
}

.layout {
    margin: 1.5vw 2vw;
    background: white;
    border: 1px solid rgb(15, 87, 64);
    border-radius: 5px;
    padding: 0 2vw;
}

input {
    font-size: 20px;
    padding: 1vw 2vw;
    width: calc(100% - 4vw - 2px);
    height: 8vw;
    /* font-family: 'TT Norms'; */
    /* font-weight: 300; */
    font-family: 'Ubuntu', sans-serif;
    font-size: 5vw;
}

.inputBox {
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 1vw 0;
    padding: 1vw 2vw;
}

.inputBox label{

}

#logo {
    padding: 4vw ;
    width: 90vw;
    margin: 0 auto;
    /* display: none; */
}

#logo img {
    width: 100%;
    height: auto;
}

i {
    font-size: 3.6vw;
    color: rgba(15, 87, 64, 0.93);
    display: block;
}

button {
    font-size: 6vw;
    border: 1px solid;
    color: rgb(15, 87, 64);
    background: transparent;
    transition: 0.3s ease-out;
    cursor: pointer;
    margin: 2vw auto;
    padding: 2vw 2vw;
    display: block;
    min-height: 15vw;
    width: calc(100% - 2vw);
    border-radius: 2vw;
    box-shadow: 3px 8px 12px 0px rgba(15, 87, 64, 0.26);
}

#helloUser {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
}

#helloUser form {
    padding: 5vw 0;
    margin: 1vw;
}

.buttonWrap {
    display: flex;
    justify-content: space-between;
}

.buttonWrap button {
    margin: 1vw 2vw;
}

#helloUser form button {
    /* min-width: 40vw; */
}

#appMenu {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    font-size: 4vw;
    text-align: center;
    list-style: none;
    background: white;
    transition: 0.3s ease-out;
    height: 25vw;
    padding-top: 3vw;
}
#appMenu:before{
    content: '';
    width: 100%;
    height: 3vw;
    position: absolute;
    top: 0vw;
    background: rgba(15, 87, 64, 0.11);
}
#appMenu li {
    width: 25%;
}

#appMenu li a {
    color: rgb(15, 87, 64);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 25vw;
    /* box-shadow: inset 0px 0px 0px 1px; */
    transition: 0.3s ease-out;
}

#appMenu li a:hover {
    background: rgb(61, 176, 74);
    color: white;
}

#appMenu li a:hover svg {}

#appMenu li a .vector {}

#appMenu li a .vector svg {
    width: 10vw;
    height: 10vw;
    fill: rgb(0, 86, 63);
}

#appMenu li a p {
    text-transform: uppercase;
    font-size: 3.1vw;
}

#genderRadio {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#genderRadio label {}

#genderRadio input {}

.imgFileUploadWrap {
    padding: 2vw 3vw;
    margin: 2vw 0;
    border: 1px solid rgb(15, 87, 64);
}

#head {
    display: none;
}

.dataTable {
    list-style: none;
}

.dataTable li {
    border-top: 1px solid rgb(15, 87, 64);
    border-left: 1px solid rgb(15, 87, 64);
    /* display: none; */
}

.dataTable li:nth-child(2n) {
    background: rgba(217, 243, 220, 0.70);
}

.dataTable li div {
    display: flex;
    justify-content: space-between;
    padding: 1vw 2vw;
    min-height: 10vw;
    align-items: inherit;
    border-bottom: 1px dashed;
    border-right: 1px solid rgb(15, 87, 64);
}

.dataTable li div span {
    /* display: block; */
    /* height: 100%; */
}

.dataTable li div span:first-child {
    width: 40vw;
    font-size: 5vw;
}

.dataTable li div span:last-child {
    width: 40vw;
    padding: 0 2vw 0 4vw;
    border-left: 1px dashed;
    font-size: 5vw;
}

.dataTableHead {
    text-align: center;
    display: none;
}

.recomendationList li div:nth-child(1) {}

.recomendationList li div:nth-child(2) {}

.recomendationList li div:nth-child(3) {}

.recomendationList li div:nth-child(4) {}

.recomendationList li div:nth-child(5) {}

.recomendationList li div:nth-child(6) {}

.recomendationList li div:nth-child(7) {}

#dateFilterForm {}

#dateFilterForm .inputBox {}

#dateFilterForm button {
    /* font-family: 'TT Norms'; */
    /* font-weight: 600; */
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
    font-size: 5vw;
}

h1,
h2,
h3 {
    font-size: 8vw;
    text-align: center;
    padding: 2vw 0 2vw;
    text-transform: uppercase;
    font-size: 7vw;
    /* color: rgb(15, 87, 64); */
}

#registerTitle {
    padding: 0 10vw 4vw;
    text-align: center;
}

.errorInputMsg {
    color: red;
    border: 1px solid red;
}

#iAgrreDocumentRooles {
    padding: 2vw 0;
    border-top: 1px dashed;
    margin: 7vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#iAgrreDocumentRooles input{
    width: 20vw;
}
#iAgrreDocumentRooles label{
    text-align: justify;
    font-size: 4vw;
}

#paymentFormInputBox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 10vw;
}

#paymentFormInputBox button {
    margin: 0;
    height: 12vw;
    min-height: 6vw;
    width: 12vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#paymentFormInputBox input {
    width: 30vw;
    height: 12vw;
    font-size: 8vw;
    text-align: center;
}

#balanceInfo {
    text-align: center;
    padding: 5vw 0 10vw;
}

#balanceInfo p:first-child {}

#balanceInfo p:last-child {}

#balanceInfo p:last-child span {}
.justText{
    text-align: center;
    padding: 2vw 0;
}
.radioUlinput  li{
    display: flex;
    margin: 5vw 0;
    align-items: center;
}
.radioUlinput  li input{
    width: 20vw;
}
.radioUlinput label{}

#appMenu[block="true"]{
    height: 0;
}
.dataTable li div.subItemList{
    display: block;
}
.dataTable li div.subItemList > div{border:0}
.dataTable li div.subItemList ul{list-style: none;}

#msgList{
    list-style: none;
}
#msgList li{
    border: 1px solid rgb(15, 87, 64);
    border-radius: 2vw;
    margin-bottom: 5vw;
    padding: 1vw;
    box-shadow: 1px 2px 8px 1px rgba(61, 176, 74, 0.58);
    cursor: pointer;
}
#msgList p{}
#msgList a{
    text-align: right;
    width: 100%;
    display: block;
}


.forVedroid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.forVedroid input{
    width: calc(100% - 16vw - 2px);
}
.forVedroid .switchButton{
    /* background: red; */
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    margin-left: 2vw;
}
.forVedroid .switchButton.defaultInput{
    /* width: 10vw; */
    /* height: 10vw; */
    /* background: green; */
}

.forVedroid .switchButton div{}
.forVedroid .switchButton div:first-child{display: none}
.forVedroid .switchButton div:last-child{display: block}
.forVedroid .switchButton.defaultInput div:first-child{display: block}
.forVedroid .switchButton.defaultInput div:last-child{display: none}

#mobile_head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 13vw;
    background: rgb(15, 87, 64);
    color: white;
}
#mobile_head > div{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#mobile_head .hamburger{
    width: 42px;
    padding: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobileAlterMenu{
    /* position: absolute; */
    width: 100%;
    height: calc(100vh - 41vw);
    background: rgba(2, 35, 24, 0.64);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#mobileAlterMenu li{
    position: relative;
}
#mobileAlterMenu li:after{content: '---';text-align: center;/* width: 100%; */display: block;}
#mobileAlterMenu li:last-child:after{display: none}
#mobileAlterMenu li a{
    padding: 4vw 2vw;
    display: block;
    text-shadow: 0px 0px 20px #00563F;
}
#mobile_head a{color:inherit;text-decoration: none;}
.mainLayout{padding-top: 13vw;}
#mobileAlterMenu.is-active{
    opacity: 1;
    pointer-events: all;
}
#mobile_head_logo{
    width: 9vw;
    height: 9vw;
}
#mobile_head_logo img{
    width: 100%;
    height: auto;
}
.ksksksksks{display: flex;align-items: center;flex-direction: column}
.asdddasjk{text-align: center;padding: 10vw 0;}
.asdddasjkas{padding-bottom: 10vw;}
.disableBtn{pointer-events: none;background-color: rgba(255, 0, 0, 0.27)!important;}
#logoTxt{}
#logoTxt p{padding: 2vw}


@media screen and (min-width:760px) {
    #logoTxt p{padding: 5px}
    .ksksksksks{flex-direction: row;}
    .asdddasjk{width: 150px;padding: 0;}
    .asdddasjkas{width: calc(100% - 160px);padding: 0;}
    #mobile_head{
        display: none;
    }
    #mobileAlterMenu{}
    .forVedroid input{width: calc(100% - 20px - 2px)}
    .switchButton{display: none}
    .layout {
        margin: 0;
        width: 510px;
        padding: 10px;
    }

    html,
    body,
    p,
    a,
    ul,
    li,
    input,
    button,
    textarea,
    h1,
    h2,
    h3 {}

    html {
        font-size: 16px;
    }

    body {
        padding: 0;
    }

    .modal-mask {}

    .modal-wrapper {}

    .modal-container {
        border-radius: 10px;
    }

    .modal-header h3 {}

    .modal-body {}

    .modal-default-button {}

    .modal-enter {}

    .modal-leave-active {}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {}

    #modal-close {}

    [v-cloak]>* {}

    [v-cloak]::before {}

    .layout {}

    input {
        font-size: 17px;
        height: 25px;
        padding: 5px 10px;
        width: calc(100% - 20px - 2px);
    }

    .inputBox {
        margin: 5px 0;
        padding: 0px 10px 0;
    }

    #logo {
        width: 300px;
        /* padding: 20px 0; */
        /* display: none; */
        padding: 0;
        margin: 0 auto
    }

    #logo img {}

    i {
        font-size: 16px;
    }

    button {
        font-size: 20px;
        margin: 10px auto;
        padding: 5px 10px;
        min-height: 40px;
        border-radius: 4px;
        width: 160px;
    }

    button:hover {
        background: rgb(61, 176, 74);
        color: white;
    }

    #helloUser {}

    #helloUser form {
        margin: 5px 0;
        width: 400px;
        padding: 10px 0;
    }

    .buttonWrap {}

    .buttonWrap button {}

    #helloUser form button {
        min-width: 200px;
    }

    #appMenu {
        position: relative;
        width: 200px;
        flex-direction: column;
        font-size: 20px;
        bottom: auto;
        padding-top: 0;
        height: auto;
    }
    #appMenu:before{display: none;}

    #appMenu li {
        width: 100%;
    }

    #appMenu li a {
        height: 50px;
        flex-direction: row;
        justify-content: flex-start;
    }

    #appMenu li a .vector {
        width: 40px;
    }

    #appMenu li a .vector svg {
        width: 20px;
        height: 20px;
    }

    #appMenu li a p {
        /* margin-right: 10px; */
        width: 160px;
        font-size: 17px;
        text-align: left;
    }

    #genderRadio {}

    #genderRadio label {}

    #genderRadio input {}

    .imgFileUploadWrap {}

    #pcAlign {}

    .mainLayout {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: 750px;
        margin: 0 auto;
        position: relative;
        padding: 0;
        flex-wrap: wrap;
        /* padding-top: 0; */
    }

    #profileLink {
        display: flex;
        flex-wrap: wrap;
    }

    #formList {
        display: flex;
    }

    #head {
        width: 100%;
        /* margin: 0; */
        margin-bottom: 10px;
        display: block;
    }

    .dataTable {
        font-size: 14px;
        border-bottom: 1px solid rgb(15, 87, 64);
    }

    .dataTable li {
        display: flex;
        /* justify-content: space-between; */
        /* padding: 5px; */
    }

    .dataTable li div {
        width: calc(20% - 10px - 1px);
        border-right: 1px solid rgb(15, 87, 64);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px;
        min-height: 30px;
    }

    .dataTableHead {
        font-size: 16px;
        font-weight: bold;
    }

    .recomendationList li div:nth-child(1) {
        width: calc(14% - 10px - 1px);
    }

    .recomendationList li div:nth-child(2) {
        width: calc(16% - 10px - 1px);
    }

    .recomendationList li div:nth-child(3) {
        width: calc(25% - 10px - 1px);
    }

    .recomendationList li div:nth-child(4) {}

    .recomendationList li div:nth-child(5) {
        width: calc(25% - 10px - 1px);
    }

    .recomendationList li div:nth-child(6) {}

    .recomendationList li div:nth-child(7) {}

    #dateFilterForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-end;
        padding-bottom: 20px;
    }

    .filterWidthCD {
        width: 32%;
    }

    #dateFilterForm button {
        font-size: 13px;
        min-height: 35px;
        width: 130px;
        margin: 5px 0;
    }

    #dateFilterForm input[type=date] {
        padding: 5px 0 5px 5px;
        font-size: 15px;
    }

    h1,
    h2,
    h3 {
        font-size: 23px;
        text-align: center;
        padding: 15px 0 5px;
    }

    .dataTable li div span:first-child {
        display: none;
    }

    .dataTable li div span:last-child {
        width: auto;
        padding: 0;
        border: 0;
    }

    #registerTitle {
        padding: 5px 10px 20px;
    }

    #paymentFormInputBox {
        padding: 30px 0;
        width: 280px;
        margin: 0 auto;
    }

    #paymentFormInputBox button {
        width: 40px;
        height: 40px;
        min-height: 20px;
        padding: 0;
    }

    #paymentFormInputBox input {
        width: 100px;
        height: 30px;
        font-size: 17px;
        /* text-align: center; */
    }

    #balanceInfo {
        padding: 10px 0;
    }

    #balanceInfo p:first-child {}

    #balanceInfo p:last-child {}

    #balanceInfo p:last-child span {}
    .justText{
        /* text-align: center; */
        padding: 10px 0;
    }
    .radioUlinput  li{
        /* display: flex; */
        margin: 10px 0;
    }
    .radioUlinput  li input{
        width: 16px;
        height: 16px;
        margin: 0 10px;
    }
    .radioUlinput label{}
    #iAgrreDocumentRooles{
        margin: 10px 0;
    }
    #iAgrreDocumentRooles input{
        width: 20px;
        margin: 0 20px;
    }
    #iAgrreDocumentRooles label{
        font-size: 14px;
    }
    #appMenu[block="true"]{
        height: auto;
    }
    .dataTable li div span:first-child{
        font-size: 15px;
    }
    .dataTable li div span:last-child{
        font-size: 15px;
    }

    .dataTable.payoutlist li{
        flex-wrap: wrap;
        border-right: 1px solid rgb(15, 87, 64);
    }
    .dataTable.payoutlist li div{
        width: calc(33% - 10px - 0px);
    }
    .dataTable.payoutlist li div:nth-child(3){

        border-right: 0;
    }
    .dataTable li div.subItemList{
        width: calc(100% - 10px);
    }
    .dataTable li div.subItemList > div{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding: 0 0 0 0;
    }
    .dataTable li div.subItemList > div button{
        margin: 0 0px 0 0;
        /* display: inline-block; */
        font-size: 14px;
        min-height: 10px;
    }
    #msgList{}
    #msgList li{
        border-radius: 5px;
        margin: 10px 0;
        padding: 15px;
    }
    #msgList p{}
    #msgList a{}
}
