.modal-center {
    align-content: center;
}

.icon-pin-code {
    width: 55px;
    height: 88px;
}

.icon-close-pin-code {
    width: 23px;
    margin: 0;
    left: 20px;
    top: 20px;
}

.img-pin-code-close {
    display: flex;
    justify-content: end;
}

.modal-content-pin-code {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 37%;
    max-height: 70%;
    color: #00205B;
}

.modal-validate {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 37%;
    max-height: 80%;
    font-size: 16px;
}

.pin-code-btn {
    padding: 10px 20px;
    margin: 10px 0px;
    background-color: #00205B;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    width: -webkit-fill-available;
    height: 3.5em;
}

.btn-pin-code-container {
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.check-pin-code-container {
    margin-left: 3em;
}

.radio-pin-code-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-pin-code {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #007BFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checkbox-pin-code.selected {
    background-color: #007BFF;
    background-image: '/_ui/responsive/common/images/pin-code/radius.svg';
}

.checkbox-pin-code-label {
    margin-left: 10px;
}

.img-pin-code-container {
    display: flex;
    justify-content: center;
}

.title-pin-code-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.bold-title-pin-code {
    font-weight: 900;
}

.text-pin-code-container {
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.text-pin-code-container-2 {
    display: flex;
    text-align: center;
    justify-content: center;
}

.text-pin-code {
    display: flex;
    justify-content: center;
    margin: 1px;
    color: #00205B;
}

.warning-text-pin-code {
    margin-top: -10px;
}

.send-code {
    margin-top: 10px;
}

.select-method-pin-code {
    margin-top: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-code {
    width: 75%;
    margin: auto;
    text-align: center;
}

.text-code-insert {
    margin: 10px 0px;
    font-weight: bold;
}

.text-question {
    margin: 10px 0px;
    font-weight: bold;
}

.text-time-pin-code {
    margin: 10px 0px;
}

.text-error-pin-code {
    margin-top: 20px !important;
    font-weight: bold;
}

.bold-text-pin-code {
    font-weight: bold;
    display: inline;
}

.text-pin-code-normal {
    display: inline;
    width: 80%;
}

.pin-code {
    border: none;
    background-color: transparent;
    font-size: 40px;
    letter-spacing: 25px;
    width: 100%;
    text-align: center;
    outline: none;
    padding: 0;
    margin: 0;
    color: #00205B;
    margin-left: 10px;
}

.pin-code::placeholder {
    text-align: center;
    opacity: 0.5;
    letter-spacing: 8px;
}

.error-pin-code {
    color: red;
    font-weight: 900;
}

.u-pin-code {
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 10px;
}

.radio-pin-code{
    display: none;
}

.custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.custom-radio::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #00205B;
    border-radius: 50%;
}

.radio-pin-code:checked + .custom-radio::before {
    background-image: url('/_ui/responsive/common/images/pin-code/radius.svg');
    background-size: cover;
    background-position: center;
}

.grey-background {
  background-color: #00205B;
}

.cursor-pointer {
    cursor: pointer;
}

@media (min-width: 1024px) {
    .modal-validate {
        height: 80%;
    }

    .text-mobile {
        display: inline-block;
        padding: inherit;
    }
}

@media (max-width: 1024px) {
    .modal-content-pin-code {
        max-width: 50%;
    }

    .modal-validate {
        max-width: 50%;
    }

    .icon-pin-code{
        width: 15%;
        height: 15%;
    }

    .select-method-pin-code {
        margin: 15px 0px;
    }

    .text-mobile {
        display: inline-block;
        padding: inherit;
    }

    .text-email{
        padding: inherit;
    }
}

@media (max-width: 640px) {
    .modal-content-pin-code {
        margin: auto;
        max-width: 80%;
        max-height: 60%;
        font-size: small;
    }

    .modal-validate {
        max-width: 80%;
        max-height: 80%;
        height: auto;
        font-size: small;
    }

    .send-code {
        display: inline-block;
        padding: inherit;
    }

    .check-pin-code-container {
        margin-left: 1em;
    }

    .text-mobile {
        display: inline-block;
        padding: inherit;
    }

    .pin-code {
        font-size: 30px;
    }
}
