span img{
    width:100%;
}
.form_dashboard{
    display:flex;
    flex-wrap:wrap;
    gap:15px;    
}

.form_dashboard input,
.form_dashboard select{
    height:50px;
    border:0;
    border-radius:8px;
    padding:1em;
    width:100%;
}
.content_date_vacations{
    display:flex;
    gap:10px;
}

.cnt_button{
    width:100%;
}
.btn_send{
    width:100%;
    color:#fff;
    font-size:17px;
    font-weight:600;
    background:var(--light-blue);
    padding:0!important;
}

.dashboard_content{
    position:fixed;
    top:0;
    width:100%;
    height:calc(100vh - var(--dashboard-nav-size));
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding:2em 1em;
    overflow-y:auto;
    background:var(--calendar-bg);
}
.dashboard_content_user{
    flex-direction:column;
    align-items:center;
    gap:25px;
    justify-content:flex-start;
    padding-bottom:90px;
}
.dashboard_content_natural_view{
    height:100vh;
}
.limit_content{
    width:100%;
    max-width:400px;
    display:flex;
    flex-direction:column;
    gap:25px;
}

.headding_enterprise{
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
}
.headding_enterprise span{
    display:flex;
    width:40px;
    border-radius:10em;
    overflow:hidden;
    border:2px solid #fff;
}