#cookie_configuration{
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;

    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.slect_cookies{
    display: flex;
    align-items: start;
    justify-self: start;
    gap: 10px;
}
.slect_cookies img{
    cursor: pointer;
}

#index_container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex: auto;

    width: 100%;
}

#index_left {
    display: flex;
    flex-direction: column;

    width: 55.5%;

}

#container_index_left {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 60px;

    max-width: 800px;
    padding: 84px;
}

#alert_time_mobile{
    display: none;
}
#welcome_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
#welcome_text h3{
   color: #534B53;
}

#info_contianer {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 40px;
}
.doctor{
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;

    width: 100%;
}
.info_doctor {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 4px;

    width: 100%;
    padding-top: 12px;
}
.info_doctor h4 {
    font-weight: 600;
    line-height: 28px; 
    color: #26005A;
}

#index_right {
    display: flex;
    flex-direction: column;
    flex: auto;
    align-items: center;
    justify-content: center;
    gap: 20px;

    width: 44.5%;
    background-color: #F4F3F6;
}
#container_index_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;

    padding: 0 20px;
}
#countdown_alert_container{
    margin-bottom: 32px;
}
#alert_time{
    display: block;
    padding-top: 8px;
}
#alert_time p{    
    text-align: center;    
    font-size: 18px;
    line-height: 24px;
    color: #26005A;
}
#login_container {
    display: flex;
    flex-direction: column;

    width: 100%;
    min-width: 408px;
    max-width: 500px;
}

#login_form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 8px;

    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.field {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 4px;

    width: 100%;
}
#login_form a{    
    margin-left: auto;
    pointer-events: none;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #CB00A1;
}

.login_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    margin-top: 20px;
}
.button_login {
    margin: auto;
}
.login_btns hr {
    width: 100%;
    height: 2px;
    margin: 0;
    background: linear-gradient(90deg, #009681 0%, #00B0B9 35.58%, #0085CA 64.42%, #CB00A1 100%);
    opacity: 1;
    color: transparent;    
}

#btn_register {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    margin-top: 20px;
    padding-bottom: 25px;
}
#btn_register p{
    font-family: 'Sofia Pro Light';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    color: #26005A;
}

#not_acces {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #253069;
}

#not_acces span {
    text-decoration: underline;
    cursor: pointer;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #253069;
}

#register_container {
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 24px;

    position: absolute;
    top: 80px;
    right: -5000px;
    width: 60%;
    max-width: 920px;
    height: calc(100vh - 80px);
    padding: 40px 84px;
    background: #F4F3F6;
    box-shadow:  0 4px 24px 0 rgba(38, 0, 90, 0.30);
    overflow-y: auto;

    -webkit-transition: right 1s ease;
    transition: right 1s ease;
}
#register_close{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}
#register_close p{
    cursor: pointer;

    font-size: 18px;
    line-height: 24px;
    color: #CB00A1;
}

#warning {
    padding-top: 4px;

    color: #26005A;
}

#register_form {
    display: flex;
    flex-direction: column;
    gap: 8px;

    width: 100%;
}
.register_field{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#register_form hr {
    width: 100%;
    height: 2px;
    margin: 20px 0 28px 0;
    background: linear-gradient(90deg, #009681 0%, #00B0B9 35.58%, #0085CA 64.42%, #CB00A1 100%);
    opacity: 1;
    color: transparent;
}

.check_conditions{
    color: #26005A;
}
.check_conditions a{
    font-size: 14px;
}

.modal-dialog-centered{
    align-items: end;
}
@media (max-width: 1024px) {
    #index_container{
        flex-wrap: wrap;
    }
    #index_left{
        width: 100%;
    }
    #container_index_left{
        gap:25px;

        max-width: inherit;
        padding: 36px 15px;
    }
    #title{
        margin-bottom: 0;
        font-size: 38px;
    }
    #subtitle{
        margin-bottom: 0;
        font-size: 24px;
    }
    #alert_time_mobile{
        display: block;
        width: 100%;
        margin-top: -15px;
        margin-bottom: 20px;
    }
    #welcome_text{
        gap: 5px;

        margin-bottom: 20px;
    }
    #info_contianer{
        flex-wrap: wrap;
    }
    .doctor_role_webinar {       
        flex-direction: column; 
        align-items: center;
    } 

    #index_right{
        width: 100%;
    }
    #container_index_right{
        width: 100%;
        padding: 0 15px;
    }
    #countdown_alert_container{
        display: none;
    }
    #alert_time{
        display: none;
    }
    #login_form{
        margin: 25px auto 0 auto;
    }

    #register_container{
        top: 225px;
        width: 100%;
        height: calc(100vh - 225px);
        padding: 25px 15px;
    }
    #register_form .row{
        gap: 8px;
    }
}
