@media only screen and (min-width: 750px) {
.menu-active.menu {
    max-width: 360px;
    background: #F7F7F7;
    float: left;
}

.scroll-under-header{ 
    padding-top: 70px !important;
}
#modal-calendar, #modal-notificari{
    width: 360px;
    right: 0;
    left: auto;
    z-index: 101;
}
 #open-modal-calendar svg path {
    fill: #066885;
}
#open-modal-notificari svg path {
    fill: #066885;
}
.menu-icon svg line {
    stroke: #066885 !important; 
    stroke-width: 1.7px;
}
.close-icon svg path {
    fill: #066885 !important;
}
.separator-meniu {
    background: #777777;
    width: 1.8px;
    height: 27px;
    opacity: 0.3;
    border-radius: 5px;
}
.dis-show{
    display: block !important;
}
.sp-3{
    gap: 0.8rem !important;
}
.meniu-btn-return{
    margin-right: 0px;
    background-color: #066885 !important;
    box-shadow: none;
}
.meniu-btn-return svg path{
    fill: white !important;
    stroke-width: 1px;
    stroke: white;
}
.dis-no{
    display: none !important;
    visible: hidden;
}
a.hover-trigger-icon:hover #med-gradient-menu {
    opacity: 1.0;
    fill: #066885;
}
a.hover-trigger-icon.active:hover #med-gradient-menu{
    fill: #ffffff;
}
.invata-desktop{
    gap: 20px;
}
.invata-desktop .substicky {
    max-width: 1000px;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    gap: 16px !important;
    margin-top: -6px;
}
.page-content .chat-messages {
    /* overflow: unset !important; */
}
.page-content {
    max-width: 1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: visible !important;
    z-index: auto !important;
}

.invata-sticky-page .page-content {
    margin-top: 0px !important;
}
.invata-sticky-page{
    height: calc(100vh - 130px) !important;
    top: 130px;
    overflow: scroll;
    max-height: calc(100vh - 200px) !important;
    min-height: calc(100vh - 200px) !important;
}

.invata-sub-sticky-page .page-content{
    margin-top: 0px !important;
}
.invata-sub-sticky-page{
    height: calc(100vh - 100px) !important;
    top: 110px;
    overflow: scroll;
    max-height: calc(100vh - 200px) !important;
    min-height: calc(100vh - 200px) !important;
}
.invata-sub-sticky-page-chat{
   height: calc(100vh - 120px) !important;
    top: 25px;
    overflow: scroll;
    max-height: calc(100vh - 290px) !important;
    min-height: calc(100vh - 290px) !important;
}
.invata-sub-sticky-page-comunica {
    height: calc(100vh - 100px) !important;
    top: 110px;
    overflow: scroll;
    max-height: calc(100vh - 200px) !important;
    min-height: calc(100vh - 200px) !important;
}
.invata-sub-sticky-page-comunica .page-content{
    margin-top: 0px !important;
}
.comunica-sub-sticky-page-chat {
    height: calc(100vh - 180px) !important;
    top: 85px;
    overflow: scroll;
    max-height: calc(100vh - 280px) !important;
    min-height: calc(100vh - 290px) !important;
}
.sticky-desktop{
    max-width: 1000px;
    width: 100%;
    left: auto;
    right: auto;
    margin: 0px !important;
    gap: 16px !important;
}

#page {
    height: 100%;
    width: 100%;
    min-height: 93vh;
    left: auto;
    right: auto;
    margin: 0 auto;
    padding: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.meniu-bottom {
    max-width: 1140px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 5px 20px rgb(68 68 68 / 50%);
    border-radius: 50px;
    z-index: 99 !important;
}
.shadow-med.mx-3.d-flex.w-100.meniu-v2.text-center.align-items-center.h-100.overflow-hidden.position-relative{
    margin: 0px !important;
}
#gradient-med stop {
    opacity: 1;
  stop-color: white !important;
}
a.hover-trigger-icon.active {
    color: white;
    font-size: 16px;
}
a.hover-trigger-icon{
    font-size: 16px;
    color: #B7B7B7;
}
a.hover-trigger-icon path {
    fill: #ffffff;
}
a.hover-trigger-icon.active:before {
    background: #066885;
    opacity: 1;
}
.meniu-bottom:after{
    display: none;
}

.page-content .page-content:last-of-type {
    box-shadow: none !important;
    border: none;
    padding: 0px !important;
}

.special_view {
    background: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
    max-width: 1100px !important;
}
#page .meniu-v2 {
    display: none;
}
.box-header{
    height: 100px;
    border-radius: 0px 0px 60px 60px;
    font-size: 35px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1000px;
    text-transform: uppercase;
}
.icon-modal-top svg {
    width: 43.5px;
    height: 43.5px;
}

.icon-modal-top {
    position: absolute;
    right: 31px;
    top: 28.25px;
}
.header-feed-double{
    height: 100px !important;
    border-radius: 0px 0px 60px 60px;
    margin-bottom: 20px;
}
.header-feed{
    height: 100px !important;
    font-size: 37px !important;
}
.bg-resurse{
    background: white;
    color: #066885 !important;
}
.bg-resurse.active{
    background: #066885;
    color: white !important;
}
.header-feed-double span {
    font-size: 15px;
}
.empty-space-top{
    display: none;
}
.calendar-block-btn{
    background: #F8F8F8;
    height: 115px;
    position: fixed;
    bottom: 0;
    width: 360px;
    right: 0;
    z-index: 9;
}
.buton-calendar-show:before {
    content: '';
    width: 330px;
    height: 1.2px;
    background: #B7B7B7;
    top: -13px;
    position: absolute;
}
.buton-calendar-show{
    position: fixed;
    bottom: 15px;
    height: 73px;
    background: #066885;
    color: white;
    width: 330px;
    border-radius: 37px;
    text-align: center;
    right: 15px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    gap: 18px;
}
.buton-calendar-show .txt{
    max-width: 155px;
    line-height: 19px;
}
.page-title-clear{
    min-height: calc(130px + (env(safe-area-inset-top))*0.8) !important;
}
.modal-content{
    background: #f8f8f8;
}
.modal-medclass{
    background: #f8f8f8;
}

.card-style{
    background: #F7F7F7;
    box-shadow: 0px 0px 3px #00000026;
    border-radius: 12.5px;
}
.list-menu {
    margin: 0px 15px 0px 15px;
    box-shadow: 0px 0px 5px #00000020 !important;
}
.nume-cont{
    color: #066885;
    font-size: 30px;
}
.mail-cont a{
    font-size: 14px;
    color: #777777;
    font-weight: 500;
}
.plan-cont{
    color: #066885;
    font-size: 14px;
}
.med-cont {
    border: 1px solid #066885;
    width: 137px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFFFFF;
    font-size: 17px;
    padding: 20px;
    text-align: center;
    position: absolute;
    top: 12.5px;
    right: 12.5px;
    bottom: 12.5px;
}
.med-cont a{
    font-size: 17px;
    font-weight: bold;
    color: #066885;
}
.cont-style{
    height: 150px;
    display: flex;
    justify-content: center;
}
.cont-puncte{
    display: block;
    color: #066885;
    font-weight: bold;
    margin-top: 10px;
    font-size: 37px;
}
.input-style input {
    background-color: #FFFFFF !important;
}
.input-style em, .input-style span {
    margin-top: 0px !important;
    margin-bottom: 57px !important;
    top: 12px;
    right: 12px;
}
.desktop-button-save{
    background: #066885 !important;
    border-radius: 30px !important;
    margin: 0 auto;
    font-size: 18px !important;
    font-weight: 500;
    height: 50px;
    line-height: 20px;
}
.desktop-button-cancel{
    background: #C2223C !important;
    border-radius: 30px !important;
    margin: 0 auto;
    font-size: 18px !important;
    font-weight: 500;
    height: 50px;
    line-height: 20px;
    max-width: 300px;
}
.nomarg{
    margin: 0px !important;
}
.nomarg.pt12{
    padding-top: 12.5px;
}
.nomarg .content {
    margin: 12.5px;
}
.box-medpoint{
    background: white;
    box-shadow: 0px 0px 3px #00000016;
    border-radius: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
    color: #4A4A4A !important;
    font-weight: 400 !important;
}
.box-medpoint strong{
    color: #777777 !important;
    font-weight: 400 !important;
}
.desktop-optiuni{
    background: #F7F7F7 !important;
    box-shadow: 0px 0px 3px #00000026 !important;
    border-radius: 12.5px !important;
    gap: 6px !important;
}
.desktop-optiuni svg path {
    fill: white;
}
.desktop-optiuni .icon{
    display: block;
    width: 45px;
}
.desktop-optiuni a#meniu-box {
    background: #066885 !important;
    border-radius: 8px;
    padding: 5px 10px;
}
.desktop-optiuni .meniu-content-box .titlu,
.desktop-optiuni .meniu-content-box .subtitlu{
   color: white !important;
   font-weight: 600;
}
h1.sett-texte-desktop {
           color: #066885;
        font-size: 25px;
        text-align: center;
}
.sett-texte-desktop p{
    text-align: center;
}
.shadow-med {
    box-shadow: 0px 1px 8px #0000001c !important;
}
.accordion-med{
    gap: 10px !important;
}
.accordion-med button[aria-expanded="true"] {
    background-color: #066885 !important;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.header-feed-double.barr-cori {
    float: left;
    height: 70px !important;
    width: 400px;
    border-radius: 50px;
    margin-bottom: 0px;
}
.header-feed-double.barr-cori a{
    font-size: 20px !important;
    font-weight: 800;
    color: #777777 !important;
}
.header-feed-double.barr-cori .bg-barrons,
.header-feed-double.barr-cori .bg-corint{
    background-color: #F7F7F7 !important;
}
.header-feed-double.barr-cori .bg-barrons.active,
.header-feed-double.barr-cori .bg-corint.active{
    color: white !important;
}
.cursuri-teme {
    height: 70px !important;
    max-width: 1000px;
    background: #f7f7f7;
    width: 1000px;
}
.cursuri-teme-col {
    background: #F7F7F7;
    height: 50px !important;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cursuri-teme a {
        color: #777777 !important;
        font-size: 20px !important;
        font-weight: 600 !important;
        border-color: #B7B7B7 !important;
        border-width: 2px !important;
}
.cursuri-top-header{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px !important;
    z-index: 3;
}
.partea-dreapta-detot {
    flex-wrap: nowrap !important;
    min-width: 300px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px !important;
    gap: 20px !important;
    overflow: visible !important;
}
.cursuri-top-header .partea-dreapta{
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0px !important;
        gap: 20px !important;
        overflow: visible !important;
}
.partea-dreapta-detot .video-col {
        height: 70px;
        max-width: 140px;
        width: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
}
.cursuri-top-header .header-feed-double, .cursuri-top-header .d-flex.col, .cursuri-top-header .video-col{
    box-shadow: 0px 3px 6px #00000016;
    border-radius: 50px;
}
.video-col {
    height: 70px !important;
    line-height: 70px !important;
    width: 190px;
}
.bg-comunica {
    background: #F7F7F7 !important;
    border: 1px solid #B7B7B7;
    margin-left: 0px !important;
    margin-right: 0px !important;
    box-shadow: 0px 0px 3px #00000016 !important;
}
.raspuns-comm{
    margin: 0px -17px;
    padding-bottom: 10px !important;
    margin-bottom: -10px;
    margin-top: 20px;
    padding-top: 10px !important;
}
.titlu-comm{
    font-size: 20px;
    letter-spacing: 0px !important;
    color: #4A4A4A;
}
.reply-comm {
    flex-direction: row !important;
    gap: 50px;
}
.reply-comm .bio{
    font-size: 12px;
    color: #777777;
}
.reply-comm .bio-flex {
    display: flex;
    flex-direction: column;
    width: 185px !important;
    overflow: hidden;
    position: relative;
    padding-right: 25px;
    min-width: 185px;

}
.text-like span {
    font-size: 20px;
    font-weight: 500 !important;
}
.comm-like {
    font-size: 20px;
    font-weight: 500 !important;
}
svg.comm-svg {
    width: 20px;
    height: 20px;
    margin-top: -3px;
}
.reply-comm .bio-flex:after{
    content: '';
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #066885;
}
.reply-comm .user{
    font-weight: 500;
    color: #4A4A4A;
    font-size: 15px; 
}
p.text-reply {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}
.box-header.materia-desktop {
    height: 70px;
    border-radius: 50px;
    font-size: 25px;
    margin-bottom: 0px !important;
    width: 400px;
    font-weight: 600 !important;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #00000094, #ffffff00);
}
.bg-psihomed {
    background: linear-gradient(-90deg, #F18080, #4F20EC, #317C92) !important;
}
.cursuri-teme-col.active {
    background: #F0F0F0;
    color: white !important;
    height: 70px !important;
    background: #066885;
}
.titlu-curs-deskt{
    font-size: 20px !important;
    color: #4A4A4A !important;
}
.data-curs-deskt{
    color: #066885 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.incarca-curs-deskt{
    font-size: 18px;
    max-width: 250px;
    line-height: 20px;
}
.btn-test{
    font-size: 17px !important;
    background: #066885 !important;
    color: white !important;
    border-radius: 30px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    margin-top: 10px !important;
    min-width: 300px;
}
.text-curs-deskt{
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}
.page-content{
    width: 100%;
    margin-bottom: 100px;
}
.icon-stergere {
    position: absolute;
    right: 7px;
    margin-top: -8px;
}
.med-form-control-comentariu{
    font-size: 12px !important;
}
.fs-10 {
    font-size: 12px !important;
}
.bg-label-postare{
    font-size: 9.5px !important;
}

.chat-desktop-input {
    margin: 0 auto;
    left: 20px;
    right: 20px;
    max-width: 1000px;
    bottom: 100px;
    padding-top: 10px !important;
    background: #F6F6F6 !important;
    box-shadow: 0px 5px 7px 0px #3333332e;
    height: 55px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: fixed !important;
    width: auto !important;
}
.btn-chat-trimite {
    padding: 2px;
    margin-right: -2px;
}
.invata-pe-chat-header{
    width: 100% !important;
    max-width: 1000px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.cursuri-top-header-chat {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60px !important;
    left: 0;
    right: 0;
    z-index: 3;
    position: fixed;
}
.global-top-titlu {
    position: fixed !important;
    top: 60px;
    width: 100%;
    max-width: 1000px;
}
.desktop-grile-chapters{
    background: white;
    padding: 0px;
    box-shadow: none;
}
.desktop-content-grile-last .bg-success {
    background: #c7e2c0 !important;
    color: #4A4A4A !important;
    box-shadow: none !important;
    font-weight: 500;
}
.desktop-content-chapters {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #F7F7F7 !important;
    box-shadow: 0px 3px 3px #00000012;
    border: 1px solid #e6e6e6;
}
.desktop-content-grile-last{
     padding: 8px;
    background: #F7F7F7 !important;
    box-shadow: 0px 3px 3px #00000012;
    border: 1px solid #e6e6e6;
    border-radius: 10px !important;
}
.desktop-content-grile-last .btn {
    padding: 10px;
    border-radius: 8px !important;
}
.desktop-content-grile-last .grade-details {
    font-weight: 600 !important;
    border: none !important;
    background: white;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px #0000002e;
}
.no-bg{
        background: transparent !important;
    box-shadow: none !important;
}
.desktop-content-grile-last .panel-body {
    box-shadow: 0px 2px 3px #0000002e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -11px;
}
.desktop-content-chapters .card {
    background: white !important;
}
.grile-chapter-boxes {
    width: 100%;
    display: flex;
}
.grile-chapter-boxes-div{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-end;
    align-content: center;

}
.grile-statistici {
    margin-bottom: 0px;
    display: grid;
    justify-items: center;
    grid-template-columns: 50% 50%;
}
.grile-statistici .col-lg-3{
    width: 100%;
    position: relative;
}
.grile-statistici .icon-rig {
    position: absolute;
    right: 30px;
    bottom: 40px;
}
.grile-statistici .announcement-heading {
    font-weight: bold;
    font-size: 29px;
}
.grile-statistici .panel-heading:hover{
     transition: all ease-in-out 0.5s;
     opacity: 1;
}
.grile-statistici .panel-heading{
    box-shadow: inset 0px 0px 0px 3px #0000001f;
    border-radius: 10px;
    padding: 30px;
    opacity: 0.7;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease-in-out 0.5s;
    position: relative;
    overflow: hidden;
}
.grile-statistici .panel-heading:before{
    content: '';
        position: absolute;
        background: #ffffff7d;
        width: 100%;
        height: 810px;
        border-radius: 50%;
        bottom: -42px;
        left: 132px;
        z-index: 0;
        box-shadow: 0px 0px 92px 117px #ffffff30;
        transform: rotate(2deg);
}
.grile-statistici .panel-heading .row{
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    z-index: 3;
}
.grile-last-container{
    width: 100% !important;
}

.grile-chapter-boxes-col{
   width: auto;
background: white;
padding: 10px;
border-radius: 30px;
box-shadow: 0px 0px 3px #0000000a;
border: 1px solid #e8e8e8;
display: flex;
flex-direction: row;
align-items: center;
}
.desktop-grila{
    background: white;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0px;
    transition: all ease-in-out 0.2s;
}
.desktop-grila:hover{
    transition: all ease-in-out 0.2s;
    box-shadow: inset 0px 0px 0px 1px #066885;
    background: #F4F9FB;
}
.desktop-grila .titlu{
    color: #066885;;
}
.mic-toggle{
    position: absolute !important;
}

.full-width-chat-title {
   width: 100%;
    background: #066885;
    max-width: 1000px;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    align-content: center;
    margin: 0 auto;
    color: white;
    height: 70px;
}

.full-width-chat-title .fw-semibold {
    font-size: 25px;
    font-weight: 600 !important;
    color: white;
    width: 100%;
}
.dante-chat-title{
    height: 70px;
    border-radius: 50px;
    font-size: 25px;
    margin-bottom: 0px !important;
    width: 400px;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.icon-modal-top-dante {
  
    right: 15px !important;
    bottom: 10px !important;
}



.trimite-15{
    font-size: 15px !important;
}
.v2-box-flash{
    height: 120px;
    background-size: cover;
    width: 100% !important;
}

.v2-box-flash.barrons{
    background-image: url(/public/images/v2/img-flash-desktop.png);
}
.v2-box-flash.corint{
    background-image: url(/public/images/v2/img-flash-desktop.png);
}
.v2-box-flash.fizica{
    background-image: url(/public/images/v2/img-flash-desktop.png);
}
.v2-box-flash.chimie{
    background-image: url(/public/images/v2/img-flash-desktop.png);
}

.v2-box-flash:active, .v2-box-flash:hover{
    opacity: 1 !important;
}

.gap-desktop{
    gap: 15px !important;
}

.v2-box-flash.barrons:before {
    content: '';
    background: linear-gradient(45deg, #C2223C, #7F132D);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0.6);
}
.v2-box-flash.corint:before {
    content: '';
    background: linear-gradient(45deg, #E36646, #D65551);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0.6);
}
.v2-box-flash.chimie:before {
    content: '';
    background: linear-gradient(45deg, #1F438F, #2F254A);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0.6);
}
.v2-box-flash.fizica:before {
    content: '';
    background: linear-gradient(45deg, #28C500, #166C00);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: opacity(0.6);
}
.grile-desktop-rework{
    display: flex;
    gap: 15px;
    flex-direction: row;
}
.main-grila .grile-box-content {
    display: none;
}
.main-grila .box-grile {
    display: none;
}
.second-grila .grile-box-content {
    display: none;
}
.second-grila .box-grile {
    display: none;
}
img.grila-desktop-img {
    width: 100%;
    opacity: 0.7;
    transition: all ease-in-out 0.4s;
}
img.grila-desktop-img:hover {
    opacity: 1;
    transition: all ease-in-out 0.4s;
}

/*// PAGINA TESTE GRILE INCEPE AICI //*/

.card-grile-desktop .col-desktop-icon {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.card-grile-desktop .col-desktop-icon .row {
    margin-bottom: 0px;
}
.grile-countdown-desktop {
    font-size: 25px !important;
    font-weight: bold;
    color: #777;
    margin-left: 10px;
    padding-top: 0px !important;
}
.grile-test-desktop .unu{
   position: absolute;
    z-index: 1;
    margin-top: 20px;
    right: 135px;
    top: 20px;
    border-radius: 10px !important;
    padding: 10px 15px;
    max-width: 105px;
    line-height: 12px;
}
.grile-test-desktop .doi{
   position: absolute;
    z-index: 1;
    margin-top: 20px;
    right: 10px;
    top: 20px;
    border-radius: 10px !important;
    padding: 10px 15px;
    max-width: 105px;
    line-height: 12px;
}
.grile-test-desktop {
    position: relative;
    overflow: visible;
}
.card-grile-desktop {
    box-shadow: none !important;
}
.raspuns-grila-desktop {
    box-shadow: none !important;
    border: 1px solid #d6d5d5;
    padding-top: 3px !important;
    font-weight: 600;
    color: #4A4A4A;
}
.no-padding-grile {
    padding: 0px !important;
}
.card-grile-desktop .card-header {
    border-radius: 20px;
    border: 1px solid #d8d8d8;
    height: 100px !important;
}
.grile-paginatie-desktop .pagination {
    position: absolute;
    left: -150px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px !important;
    background: white;
    height: 415px;
    border-radius: 50px;
    box-shadow: 0px 3px 10px #33333338;
    padding: 7px;
}
.grile-paginatie-desktop .no-rotation {
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: 500;
}
.grile-paginatie-desktop li.rotatie90 {
    transform: rotate(90deg);
    margin: 0px !important;
}
.grile-paginatie-desktop li.rotatie-90 {
    transform: rotate(90deg);
    margin: 0px !important;
}
.grile-paginatie-desktop li.rotatie-90 img {
    border-radius: 50%;
    width: 35px !important;
    padding: 5px;
    background: #066885;
    height: 35px;
    margin: -15px;
}
.grile-paginatie-desktop li.rotatie90 img {
    border-radius: 50%;
    width: 35px !important;
    padding: 5px;
    background: #066885;
    height: 35px;
    margin: -15px;
}
.grile-paginatie-desktop .no-rotation {
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 500;
    width: 35px !important;
    height: 35px !important;
    padding-left: 13px !important;
}
/*// PAGINA TESTE GRILE SE TERMINA AICI //*/

.bio-area{
    border-radius: 20px !important;
}
.input-style em, .input-style span {
    top: 31px !important;
}
.meniu-btn-return {
    line-height: 26px !important;
}
}
.desktop-comunica-meniu.sticky-desktop-invata {
    gap: 40px !important;
}
@media only screen and (min-width: 749.9px) and (max-width: 1300px) {
.desktop-comunica-meniu.sticky-desktop-invata {
    gap: 5px !important;
    top: 5px;
    padding: 0;
    max-width: 1000px;
}
.sticky-desktop-invata{
        padding-left: 20px;
        padding-right: 20px;
}
.invata-sub-sticky-page-comunica {
    height: 100vh !important;
    top: 0px;
    overflow: scroll;
    max-height: 100vh !important;
    min-height: 100vh !important;
}
.invata-sub-sticky-page-comunica .desktop-comunica-meniu {
    top: 0px !important;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 1000px;
}
.desktop-comunica-meniu{
    flex-direction: column;
    gap: 0px !important;
    max-width: 1040px;
    align-items: center;
    position: relative !important;
}
.desktop-comunica-mentor{
    justify-content: flex-end !important;
}
.desktop-comunica-clasa{
    justify-content: flex-end !important;
}
.desktop-comunica-general{
    justify-content: flex-end !important;
}
.desktop-comunica-mentor .box-comunica {
    flex: 1 1 70%;
    max-width: 70% !important;
}
.desktop-comunica-clasa .box-comunica {
    flex: 1 1 70%;
    max-width: 70% !important;
}
.desktop-comunica-general .box-comunica {
    flex: 1 1 70%;
}
.desktop-comunica-mentor:before {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
}
.desktop-comunica-clasa:before {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
}
.desktop-comunica-general:before {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
}
.box-header.materia-desktop{
    width: 100% !important;
}
.header-feed-double.barr-cori{
    /*min-width: 100% !important;*/
    /*width: 100% !important;*/
    width: 100% !important;
    max-width: 1000px !important;
}
.invata-sub-sticky-page {
    height: calc(100vh - 250px) !important;
    top: 190px;
    overflow: scroll;
    max-height: calc(100vh - 250px) !important;
    min-height: calc(100vh - 250px) !important;
}
.partea-dreapta{
    width: 100% !important;
    max-width: 1000px !important;
}
.partea-dreapta-detot{
    width: 100% !important;
    min-width: 100% !important;
}
.cursuri-top-header {
    flex-direction: column !important;
}
.buton-calendar-show{
    display: none;
    visible: hidden;
}
.partea-dreapta-detot .video-col {
    max-width: 49% !important;
}

}
@media only screen and (max-width: 749.9px) {


.desktop-comunica-meniu.sticky-desktop-invata {
    gap: 5px !important;
    top: 5px;
    padding: 0;
    max-width: 97%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    left: auto;
    right: auto;
    margin: 0 auto !important;
}
.desktop-comunica-mentor .box-comunica{
    font-size: 13px !important;
}
.desktop-comunica-clasa .box-comunica{
    font-size: 13px !important;
}
.desktop-comunica-general .box-comunica{
    font-size: 13px !important;
}
    .desktop-comunica-meniu {
    flex-direction: column !important;
}
.desktop-comunica-clasa{
    height: 50px !important;
}
.desktop-comunica-mentor{
    height: 50px !important;
}
.desktop-comunica-general{
    height: 50px !important;
}
.desktop-comunica-mentor:before{
    font-size: 12px !important;
    max-width: 100px !important;
    padding-right: 15px !important;
}
.desktop-comunica-clasa:before{
    font-size: 12px !important;
    max-width: 100px !important;
    padding-right: 15px !important;
}
.desktop-comunica-general:before{
    font-size: 12px !important;
    max-width: 100px !important;
    padding-right: 15px !important;
}
.dante-fc-content .title{
    font-size: 20px !important;
}
.dante-fc-content .subtitle {
    padding: 0px 20px;
}
.box-exerseaza {
    font-size: 20px !important;
    height: 100px !important;
}
    .cursuri-top-header{
        padding-top: 60px !important;
    }
    .box-categorie.psiho {
    height: 55px !important;
}
.box-categorie.resurse {
    height: 55px !important;
}
.box-categorie {
    overflow: hidden;
    position: relative;
    font-size: 15px !important;
    height: 75px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .w-97-mobi{
        width: 97%;
    }
    .mobi-sp{
        margin-top: 60px;
    }
    .mobi-mt{
        padding-top: 70px;
    }
    img.grila-desktop-img {
   display: none;
}
.grile-desktop-rework{
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.full-width-chat-title{
    background: white !important;
}
.full-width-chat-title-general{
    background: white !important;
}
.chat-desktop-input{
    left: 0;
    right: 0;
}
    .cursuri-teme-col {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 17px !important;
}
.meniu-v2 {
    top: 0;
}
.pe-mobil-refacut{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buton-calendar-show{
    display: none;
    visible: hidden;
}
.mob-no{
    display: none;
    visible: hidden;
}
.desktop-optiuni .icon{
    display: none;
}
}
.sticky-desktop-invata{
    width: 100%;
    left: auto;
    right: auto;
    top: 75px;
    margin: 0px !important;
    gap: 16px !important;
}
.box-categorie{
    overflow: hidden;
    position: relative;
}
.box-categorie.biologie {
    border: 3.2px solid #066885;
    font-size: 25px;
    color: #066885;
    height: 100px;
    padding: 20px;
    align-content: center;
}
.box-categorie.chimie {
    border: 3.2px solid #066885;
    font-size: 25px;
    color: #066885;
    height: 100px;
    padding: 20px;
    align-content: center;
}
.box-categorie.fizica {
    border: 3.2px solid #066885;
    font-size: 25px;
    color: #066885;
    height: 100px;
    padding: 20px;
    align-content: center;
}
.box-categorie.psiho {
    border: 3.2px solid #066885;
    font-size: 25px;
    color: #066885;
    height: 75px;
    padding: 20px;
    align-content: center;
}
.box-categorie.olimpiada {
    border: 3.2px solid #066885;
    font-size: 25px;
    color: #066885;
    height: 75px;
    padding: 20px;
    align-content: center;
}
.box-categorie.resurse {
    border: 3.2px solid #066885;
    font-size: 25px;
    color: #066885;
    height: 75px;
    padding: 20px;
    align-content: center;
}
.box-categorie.biologie:hover, .box-categorie.biologie:active,
.box-categorie.chimie:hover, .box-categorie.chimie:active,
.box-categorie.fizica:hover, .box-categorie.fizica:active,
.box-categorie.psiho:hover, .box-categorie.psiho:active,
.box-categorie.olimpiada:hover, .box-categorie.olimpiada:active,
.box-categorie.resurse:hover, .box-categorie.resurse:active{
    background-color: transparent !important;
}
.box-categorie.biologie:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/images/v2/invata-desktop-bio2.png);
    background-color: #066885;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    opacity: 10%;
}
.box-categorie.chimie:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/images/v2/invata-desktop-chimie.png);
    background-color: #066885;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    opacity: 10%;
}
.box-categorie.fizica:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/images/v2/invata-desktop-fizica.png);
    background-color: #066885;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    opacity: 10%;
}
.box-categorie.psiho:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/images/v2/invata-desktop-psiho2.png);
    background-color: #066885;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    opacity: 10%;
}
.box-categorie.psiho:hover{
    background: linear-gradient(90deg, #fd78a7, #c74d75) !important;
}
.box-categorie.olimpiada:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/images/v2/invata-desktop-psiho.png);
    background-color: #066885;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    opacity: 10%;
}
.box-categorie.resurse:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/images/v2/invata-desktop-resurse.png);
    background-color: #066885;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-origin: content-box;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    opacity: 10%;
}
.box-categorie:hover:after {
    z-index: -1;
    transition: all ease-in-out 0.2s;
    opacity: 100%;
    color: white !important;
}
.box-categorie:hover, .box-categorie:active {
    background-image: none !important;
    border-color: white !important;
    color: #066885 !important;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    background-color: transparent;
    color: white !important;
}
.invata-desktop {
    background: transparent !important;
    max-width: 1040px;
    width: 100% !important;
    align-content: center;
    margin: 0 auto;
    position: relative !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.page-content  {
    margin-top: 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 25px !important;
    background: white !important;
    border-radius: 25px !important;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 2px 6px #00000020;
    margin-bottom: 100px;
}
body{
    background: url(/public/mobile/images/Background_desktop.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
p.text-reply a[href^="http"] {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.meniu-desktop.meniu-v2 {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(247 247 247 / 50%) !important;
}
.meniu-desktop-bg.meniu-v2 {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(247 247 247 / 50%) !important;
}

.box-exerseaza {
  background: #f3f3f3;
  font-size: 35px;
  font-weight: bold;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7B7B7;
}
.box-exerseaza,
.box-exerseaza:active {
  background: linear-gradient(90deg, #1673a0, #85fff8);
  cursor: pointer;
  background-repeat: no-repeat;
  color: white;
  opacity: 0.5;
  transition: all ease-in-out 0.3s;
}
.box-exerseaza:hover,
.box-exerseaza:active {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}

.box-exerseaza:before {
  transition: opacity all 0.3s ease-in-out;
  background-image: url(/public/images/v2/pattern-exerseaza.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white; 
  cursor: pointer;
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.box-exerseaza.grile:after {
  background-image: url(/public/images/v2/exerseaza-grile.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 90% 50%;
  color: white;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.box-exerseaza.flashcarduri:after {
  transition: all 0.3s ease-in-out;
  background-image: url(/public/images/v2/exerseaza-flashcard.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 90% 50%;
  color: white;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.box-exerseaza.dante:after {
  transition: all 0.3s ease-in-out;
  background-image: url(/public/images/v2/exerseaza-dante.png);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 90% 50%;
  transition: all 0.3s ease-in-out;
  color: white;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.v2-dante-box{
    filter: grayscale(0) !important;
    height: 120px;
    background-size: cover;
    width: 100% !important;
}
.v2-dante-box:active, .v2-dante-box:hover{
    filter: none !important;
}
.dante-fc-content{
    gap: 5px;
}
.v2-box-flash .title{
    text-transform: uppercase;
    font-size: 25px;
}

.dante-fc-content .title{
    text-transform: uppercase;
    font-size: 25px;
}
.v2-dante-box:before {
    content: '';
    background: linear-gradient(45deg, #787474, #ffffffa3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.v2-dante-box:hover::before {
    opacity: 0; /* Dispare treptat */
}
.dante-fc-content .subtitle{
    font-size: 12px;
}
.v2-dante-box.barrons {
    background-image: url(/public/images/v2/Dante-red.png);
}
.v2-dante-box.corint {
    background-image: url(/public/images/v2/Dante-orange.png);
}
.v2-dante-box.chimie {
    background-image: url(/public/images/v2/Dante-blue.png);
}
.v2-dante-box.fizica {
    background-image: url(/public/images/v2/Green-dante.png);
}
.meniu-desktop-bg {
    position: fixed !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter:blur(5px);
    background: rgb(247 247 247/50%);
}
.meniu-desktop {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter:blur(4px);
    background: rgb(247 247 247/50%);
    position: sticky !important;
    top: 0;
}
.desktop-comunica-mentor {
    width: 100%;
    background: #066885;
    border-radius: 50px;
    padding: 0px !important;
    display: flex;
    gap: 0px !important;
    align-items: center;
    height: 70px;
}
.desktop-comunica-mentor .box-comunica {
    background: #F8F8F8;
    border-right: 1px solid #e3e0e0;
    height: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100% !important;
}
.desktop-comunica-mentor:before {
    content: 'Discută cu elevii';
    font-size: 16px;
    color: white;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: bold;
    display: flex;
    line-height: 1;
    max-width: 140px;
    width: 100%;
}
.desktop-comunica-mentor2:before {
    content: 'Discută cu mentorul' !important;
}
.desktop-comunica-clasa {
    width: 100%;
    background: #066885;
    border-radius: 50px;
    padding: 0px !important;
    display: flex;
    gap: 0px !important;
    align-items: center;
    height: 70px;
}
.desktop-comunica-clasa:before {
    content: 'Clasa mea';
    font-size: 16px;
    color: white;
    text-align: center;
    padding-left: 30px;
    padding-right: 20px;
    font-weight: bold;
    display: flex;
    line-height: 1;
    max-width: 140px;
    width: 100%;
}
.desktop-comunica-clasa .box-comunica {
    background: #F8F8F8;
    border-right: 1px solid #e3e0e0;
    height: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100% !important;
}
.desktop-comunica-general {
    width: 100%;
    background: #066885;
    border-radius: 50px;
    padding: 0px !important;
    display: flex;
    gap: 0px !important;
    align-items: center;
    height: 70px;
}
.desktop-comunica-general:before {
    content: 'Hai să vorbim!';
    font-size: 16px;
    color: white;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    display: flex;
    line-height: 1;
    max-width: 140px;
    width: 100%;
}
   
.desktop-comunica-general .box-comunica {
    background: #F8F8F8;
    border-right: 1px solid #e3e0e0;
    height: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100% !important;
}
.desktop-comunica-general .box-comunica.not-locked:hover:before, .box-comunica.not-locked:active:before{
    display: none;
}
.desktop-comunica-general .box-comunica.not-locked:hover, .box-comunica.not-locked:active{
    background: white !important;
}
.box-comunica.last {
    border-radius: 0px !important;
    color: #066885 !important;
}
.box-comunica.first {
    border-radius: 50px 0px 0px 50px !important;
    color: #066885 !important;
}
.box-comunica.chat {
    border-radius: 50px !important;
    color: #066885 !important;
}
.desktop-comunica-mentor .box-comunica .subtitlu {
    display: none;
}
.desktop-comunica-clasa .box-comunica .subtitlu {
    display: none;
}
.desktop-comunica-general .box-comunica .subtitlu {
    display: none;
}

.desktop-comunica-meniu{
    display: flex;
    justify-content: center;
    gap: 40px !important;
    top: 80px;
    max-width: 1876px;
}
.bio-area{
    border-radius: 20px !important;
}
.special-atti-bg{
    background: rgb(255 255 255 / 50%) !important;
    padding: 15px 0 !important;
}
.special-atti-bg2{
    background: rgb(255 255 255 / 50%) !important;
    padding: 15px !important;
}
.special-atti-bg3{
    background: rgb(255 255 255 / 50%) !important;
    padding: 15px !important;
}
@media only screen and (max-width: 750px) {
    .special-atti-bg3 {
        background: rgb(255 255 255 / 50%) !important;
        padding: 15px 0px !important;
    }
}
