#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;

    max-width: 684px;
    padding: 36px 84px;
}

.input_incorrect {
    border: 1px solid red;
}

#title {
    margin-bottom: 77px;
}
#alert_time_mobile{
    display: none;
}
#welcome_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;

    margin-bottom: 40px;
}
#info_contianer {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 40px;
}
.info_doctor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 8px;

    width: 100%;
    max-width: 238px;
}
.doctor_role_webinar {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 8px;
}
.doctor_role_webinar p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #7FA7D8;
}
.info_doctor p {
    text-align: center;
}
#exeltis_logo {
    display: block;
    width: 151px;
    margin: auto 0 30px 84px;
}

#index_right {
    display: flex;
    flex-direction: column;
    flex: auto;
    align-items: center;
    gap: 20px;

    width: 44.5%;
    background-color: #E1E8F5;
}
#container_index_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;

    padding: 100px 20px 0 20px;
}
#countdown_alert_container{
    margin-bottom: 80px;
}
#alert_time{
    display: block;
}
#login_container {
    display: flex;
    flex-direction: column;

    width: 100%;
}

#login_form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 16px;

    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_btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;

    margin-top: 28px;
}

.button_login {
    margin: auto;
}

.login_btns hr {
    width: 100%;
    height: 2px;
    background: #7FA7D8;
    color: #7FA7D8;
    margin: 0;
}

#btn_register {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding-bottom: 25px;
}

#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: 48px;
    right: -5000px;
    width: 60%;
    max-width: 920px;
    height: calc(100vh - 48px);
    padding: 40px 84px;
    border-top: 1px solid #7FA7D8;
    border-bottom: 1px solid#7FA7D8;
    background: #F7F9FC;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.18);
    overflow-y: scroll;

    -webkit-transition: right 1s ease;
    transition: right 1s ease;
}

#register_close {
    cursor: pointer;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #0071BB;
}

#warning {
    color: #5A5A5A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#register_form {
    display: flex;
    flex-direction: column;

    width: 100%;
}
.register_field{
    margin-bottom: 16px;;
}

#register_form hr {
    height: 2px;
    background: #7FA7D8;
    color: #7FA7D8;
    margin: 12px 0 28px 0;
}

.modal-dialog-centered{
    align-items: end;
}
@media (max-width: 520px) {
    #index_container{
        flex-wrap: wrap;
    }
    #index_left{
        width: 100%;
    }
    #container_index_left{
        padding: 36px 20px;
    }
    #title{
        margin-bottom: 0;
    }
    #alert_time_mobile{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    #info_contianer{
        flex-wrap: wrap;
    }
    .doctor_role_webinar {       
        flex-direction: column; 
        align-items: center;
    }
    #exeltis_logo {
        display: none;
       
    }    

    #index_right{
        width: 100%;
    }
    #container_index_right{
        width: 100%;
        padding: 0 20px;
    }
    #countdown_alert_container{
        display: none;
    }
    #alert_time{
        display: none;
    }
    #login_form{
        margin: 40px auto 0 auto;
    }

    #register_container{
        top: 104px;
        width: 100%;
        height: calc(100vh - 104px);
        padding: 40px 20px;
    }
}
