﻿#conditionString input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
}

/* Когда чекбокс выбран */
#conditionString input[type="checkbox"]:checked {
    background: #009688;
    border-color: #009688;
}

/* Галочка с более точным позиционированием */
#conditionString input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

#conditionString {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.hidden {
    display: none !important;
}

.requaredFaIcon {
    color: red !important;
}

.mt-2 {
    margin-top: 2em;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px;
}

.p-lr-1 {
    padding: 0px 1px;
}

.checkPhone {
    color: green !important;
    float: inline-end !important;
    margin-right: 7px !important;
    margin-top: -29px !important;
}


i.fa-light {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: -26px;
    margin-top: 3px;
    position: relative;
    z-index: 1;
    float: left;
    color: gray;
    padding-left: 6px;
}

i.fa-light + input, i.fa-light + .city {
    padding-left: 30px;
}


.formRegister, .formWalletQr {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 350px;
    margin: 0 auto 100px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.formRegister input, .city {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 15px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0.3em;
    line-height: 1;
}

.formRegister button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 0.3em;
}

.formRegister button:hover, .formRegister button:active, .formRegister button:focus {
    background: #43A047;
}

.formRegister .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.formRegister .message a{
    color: #4CAF50;
    text-decoration: none;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

#GenderId {
    width: auto;
    margin-top: 8px;
}

#Birthday {
    color: gray;
}

.submitBtn {
    margin: 15px 0;
}


.formRegister input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 15px 0 0 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 0.3em;
    line-height: 1;
}


.form-group {
    margin-bottom: 1rem;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.form-control {
    max-width: 100%;
}

.requaredFaIcon {
    color: red !important;
}

i.fa-light + input, i.fa-light {
    padding-left: 30px;
}

i.fa-light {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: -26px;
    margin-top: 3px;
    position: relative;
    z-index: 1;
    float: left;
    color: gray;
    padding-left: 6px;
}

.formRegister, .formWalletQr {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 350px;
    margin: 0 auto 100px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

h5 {
    color: #696969;
}

.p-lr-1 {
    padding: 0px 1px;
}

.formRegister .form-group a {
    padding: 10px 15px;
    width: 100%;
}


#QrCodeCallPassword {
    max-width: 50%;
}

.formTitle {
    margin-top: 15px;
    margin-bottom: 15px;
}

.confirmPhoneGroup {
    margin-top: 5px;
}


/* Анимация progress bar */
@keyframes progress-stripe {
    0% {
        width: 0%;
    }

    20% {
        width: 20%;
    }

    40% {
        width: 40%;
    }

    60% {
        width: 60%;
    }

    80% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

.custom-animated {
    animation: progress-stripe 2s linear infinite;
}

.agreementText, .gender {
    font-family: "Roboto", sans-serif;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
}

.conditionCheckbox {
    width: auto !important;
}



