.offer-text{
    height: 320px;
    overflow-y: scroll;
    border: 1px solid #d5d5d5;
}

.spinner-border{
    width: 5rem;
    height: 5rem;
}

.black-them{
    background: #000;
}
.black-them .offer-text{
    background: #fff;
}
.black-them .form-check label{
    color: #fff;
}
.black-them .error, .black-them .call_phone, .black-them .resend-sms, .black-them #link-text{
    color: #fff;
}



.dark-theme{
    background: rgba(38,40,47, 1);
}

.dark-wrapper{
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(11, 11, 11, 0.8);
}
.dark-description{
    color: #999;
    font-size: 13px;
}
.dark-theme input::placeholder {
  color: #999;
}

.dark-link, .dark-link:hover{
    color: #bbb;
}

.dark-theme .form-control {
    background: rgba(38,40,47, 1) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #999 !important;
    color: #ccc !important;
}
.dark-theme .custom-select{
    background: rgba(38,40,47, 1) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #999 !important;
    color: #ccc !important;
}
.dark-theme .offer-text{
    background: #ddd;
}
.dark-theme .form-check label{
    color: #fff;
}
.dark-theme .error {
    color: #c76161;
    font-size: 10px;
}
.dark-theme .call_phone, .dark-theme .resend-sms, .dark-theme #link-text{
   color: #ddd;
}

.popup-oferta-content{
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(11, 11, 11, 0.8);
}
.popup-oferta-link-close{
    display: inline-block;
    margin: 5px 0px 10px;
}

.popup-oferta-content{
    text-align: center;
    position: absolute;
    width: calc(100% - 30px);
    top: 0;
    padding: 30px 0;
    background: rgba(38,40,47, 1);
}
.popup-oferta{
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    padding: 15px 20px;
    color: #ddd;
}
.popup-oferta a{
    font-size: 12px;
}
.dark-theme .offer-text{
    height: 420px;
}
input[type=date].form-control {
    text-align: left;
    text-align: -webkit-left;
}
.date-field {
    position: relative;
}
.dark-theme .calendar-icon {
    background-image: url(/static/anketa/calendar-days-white.png?843d4cc7ef66);
}



.date-field {
    position: relative;
}
.date-input {
    text-align: left;
    padding-right: 40px !important;
}
.date-picker-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    opacity: 0;
    z-index: 11;
    cursor: pointer;
}
.date-picker-input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(/static/anketa/calendar-days-black.png?843d4cc7ef66);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 10;
}
.date-input:disabled{
    background-color: #e9ecef !important;
}
.dark-theme .date-input{
    background: #1F1F1F !important;
    border-color: #666666;
}
.dark-theme .date-input.error{
    background: rgba(229, 53, 53, 0.1) !important;
    border: 1px solid #E63535;
}

.dark-theme .date-input:disabled{
    background: rgba(255, 255, 255, 0.1);
}
.dark-theme .calendar-icon {
    background-image: url(/static/anketa/calendar-days-white.png?843d4cc7ef66);
}