.day,
.month,
.year {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    margin-left: 5px;
}

.day,
.month {
    margin-right: 5px;
}

body {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
}

.header {
    text-align: center;
    margin-bottom: 50px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-max {
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.title-center {
    text-align: center;
    margin-bottom: 50px;
}

.form-register {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.link-back {
    text-align: center !important;
}

.gif {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#no-margin {
    margin: 0 !important;
}

#term {
    color: #555;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

/* LOADER */

.loader {
    position: absolute;
    top: calc(50% - 50px);
    bottom: calc(50% - 50px);
    right: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    z-index: 15;
    display: none;
}

.p0 {
    padding: 0;
}

@media screen and (max-width: 420px) {
    .year,
    #buttonSubmit {
        margin-top: 5vw;
    }
}

.area-code-display {
    width: 10px;
    position: absolute !important;
    z-index: 999;
    background: none;
    border: none;
    top: 1px;
}

#fld_cellphone_number {
    padding-left: 25px;
}
.icon-lang {
    cursor: pointer;
    width: 40px;
    padding: 0 5px;
}
#fld_cellphone_number::before {
    content: "6";
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--multiple:focus-visible {
    border-color: #80bdff !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

#qr-reader__camera_permission_button:disabled, #qr-reader__dashboard_section_csr > span > button:disabled {
    background-color: #ccc; 
    color: #666; 
    cursor: not-allowed; 
}