
/*MEDCLASS V2 START*/
body {
  font-size: 13px;
  font-family: "Montserrat", sans-serif !important;
  background-color: #ffffff;
}


/*Menus & Action Sheets & Modals*/
/*--Menu System---*/
.menu-title {
  position: relative;
}
.menu-title h1 {
  font-size: 28px;
  font-weight: 700;
  padding: 20px 0px 10px 15px;
}
.menu-title p {
  font-weight: 600;
  font-size: 12px;
  margin: 15px 0px -25px 15px !important;
  padding: 0px 0px 0px 0px;
}
.menu-title a {
  font-size: 20px;
  color: #dc3545;
  position: absolute;
  text-align: center;
  width: 55px;
  right: 0px;
  top: 50%;
  margin-top: -13px;
}

.menu-bg {
  background-color: #eef2f1;
}

.menu-hider {
  position: relative !important;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
}
.menu-toggle {
  display: none;
  transition: all 0.3s ease-in-out;
}
.menu-toggle:checked ~ .menu-icon {
  display: none;
  transition: all 0.3s ease-in-out;
}
.menu-toggle:checked ~ .close-icon {
  display: block;
  transition: all 0.3s ease-in-out;
}
.close-icon {
  display: none;
  transition: all 0.3s ease-in-out;
}
.svg-container {
  max-width: 100%;
  height: auto;
}
.responsive-svg {
  width: 100%; 
  height: auto;
}
.menu {
  position: fixed;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #FFFFFF;
  z-index: 101;
  overflow: scroll;
  transition: all 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.menu .content {
  margin-bottom: 0px !important;
}

.menu-box-left {
  left: 0px;
  top: 0px !important;
  width: 250px;
  height: 100%;
  bottom: 0px;
  transform: translate3d(-100%, 0, 0);
}

.menu-box-right {
  display: none;
  right: 0px;
  transform: translateX(100%);
  top: 0px !important;
  height: 100%;
  bottom: 0px;
  width: 250px;
}

.menu-box-top {
  /* transform: translate3d(0, -115%, 0); */
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
}

.menu-box-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: translate3d(0, 110%, 0);
}

.menu-box-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease;
}

.menu-box-top.menu-box-detached {
  top: 10px;
  left: 10px;
  right: 10px;
}

.menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}

.no-scroll {
  overflow: hidden;
}

.menu-box-left.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-right.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}

.menu-box-top.menu-active {
  margin-top: 60px;
  transform: translate3d(0%, 0, 0) !important;
}

.is-on-homescreen .menu-box-top.menu-active {
  transform: translate3d(0%, 40px, 0) !important;
}

.menu-box-bottom.menu-active {
  transform: translate3d(0%, 20px, 0) !important;
}

.menu-box-bottom-full.menu-active {
  transform: translate3d(0%, 0px, 0) !important;
}

.menu-box-modal.menu-active {
  transition: all 0.3s ease-in-out;
  pointer-events: all !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.menu-hider.menu-active {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  pointer-events: all;
}

.menu-hider.menu-active.menu-active-clear {
  background-color: rgba(0, 0, 0, 0) !important;
}

.menu-box-left[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-box-right[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}

.menu-box-bottom[data-menu-height=cover],
.menu-box-top[data-menu-height=cover] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-active.menu {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  pointer-events: all !important;
}

/*Menu Update*/
#menu-update {
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  width: 310px;
  height: 430px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  transition: all 300ms ease;
}

.menu-active {
  opacity: 1 !important;
}

.menu-active-no-click {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all !important;
}

#menu-install-pwa-ios {
  overflow: visible !important;
}

.fa-ios-arrow {
  transform: translateY(4px);
}

.theme-light .fa-ios-arrow {
  color: #FFF !important;
}

.menu-open {
  overflow: hidden !important;
}

/*Menu Design*/
/*Menu*/
.menu-divider {
  padding-left: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3px;
}

.menu-list a {
  padding-left: 55px;
  color: #7e8793;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 48px;
  display: block;
}

.menu-list a i {
  font-size: 15px;
  height: 45px;
  color: #707883 !important;
  width: 50px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  margin-left: -50px;
}

.menu-list-image a {
  position: relative;
}

.menu-list-image {
  padding-top: 5px;
  padding-left: 10px;
}

.menu-list-image img {
  height: 33px;
  color: #707883 !important;
  width: 33px;
  margin-top: 8px;
  border-radius: 13px !important;
  text-align: center;
  line-height: 45px;
  position: absolute;
  margin-left: -47px;
}

.theme-light .menu .active-nav {
  font-weight: 700;
  color: #000 !important;
}

.theme-dark .menu .active-nav {
  font-weight: 700;
  color: #FFF !important;
}

.menu-list .active-nav i {
  color: #4A89DC !important;
}

.menu-content {
  min-height: 100%;
}

.menu-list-large a {
  position: relative;
  padding-left: 65px;
  color: #7e8793;
  font-size: 13px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
  display: block;
}

.menu-list-large a span {
  border-radius: 12px;
  position: absolute;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  left: 18px;
  top: 50%;
  margin-top: -15px;
}

.menu-list-large .badge, .menu-list-image .badge {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -12px;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 7px;
}

.menu-list-large .fa-angle-right, .menu-list-image .fa-angle-right {
  position: absolute;
  right: 27px;
  font-size: 10px;
  opacity: 0.5;
  margin-top: -6px;
  top: 50%;
}

.list-menu {
  font-family: "Montserrat", sans-serif;
  margin: 0px 15px 0px 15px;
}

.list-menu a i:first-child {
  border-radius: 12px;
  height: 32px !important;
  line-height: 33px !important;
  width: 32px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}

.list-menu a img {
  border-radius: 12px;
  height: 32px !important;
  line-height: 32px !important;
  width: 32px !important;
  margin-left: 5px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}

.list-menu a {
  border: none !important;
}

.list-menu .badge {
  padding: 6px 9px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  margin-right: 2px;
  transform: translateY(-2px);
  border: 0px !important;
  border-radius: 8px;
}

.list-menu .custom-control {
  margin-top: -44px !important;
}

.list-menu span {
  font-weight: 500;
  padding-left: 7px;
  color: #7e8793;
}

.list-menu .active-nav span {
  color: #000;
  font-weight: 600;
}





.menu-toggle {
  display: none;
  transition: all 0.3s ease-in-out;
}
.menu-toggle:checked ~ .menu-icon {
  display: none;
  transition: all 0.3s ease-in-out;
}
.menu-toggle:checked ~ .close-icon {
  display: block;
  transition: all 0.3s ease-in-out;
}
.close-icon {
  display: none;
  transition: all 0.3s ease-in-out;
}
.empty-space-top{
  height: 60px;
}
.meniu-v2{
  height: 60px;
  background: #f3f3f3;
  z-index:9;
}
.meniu-bottom:after{
  content: '';
  background: #00000047;
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 1;
  bottom: -20px;
  left: 0;
  overflow: hidden;
  background-image: inherit;
  background-size: cover;
  filter: blur(10px);
  -webkit-filter: blur(30px);
  -webkit-mask-image: linear-gradient(0deg, white, transparent);
}
.blur-background-menu-bottom{
  
}
.meniu-btn-return{
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
}
.meniu-content-box{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  line-height: 17px;
  letter-spacing: 0px;
}
#meniu-box{
  border-radius: 10px;
  padding: 15px;
  transition: all 0.3s ease-in;
}
#meniu-box:hover{
  transition: all 0.3s ease-out; 
  background: #E1F0F5;
}
.meniu-content-box .titlu{
  font-size: 15px;
  color:#4A4A4A;
  font-weight: 500;
}
.meniu-content-box .subtitlu{
  font-weight: 700;
  font-size: 10px;
  color:#066885;
}
.bg-green-color{
  background: #066885;
}
.bg-light-green-color{
  background: #E1F0F5;
}
.text-green-color{
  color: #066885
}
.notificare{
  background: white;
  transition: all ease-in-out 0.3s;
}
.notificare .avatar-client{
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.notificare:hover{
  transition: all ease-in-out 0.3s;
  background: #E1F0F5;
}
.notificare.unread{
  transition: all ease-in-out 0.3s;
  background-color: #E1F0F5;
}
.notificare.unread:hover{
  transition: all ease-in-out 0.3s;
  background: white;
}
.notificare-badge{
  position:absolute;
  background: #066885;
  color:white;
  height: 14px;
  width: 14px;
  border-radius: 30px;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
  font-weight: 500;
  margin: 14px 0px 0px -8px;
}
.text-cut{
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 1.2em;
  white-space: nowrap;
  padding-right: 30px;
}

.modal-medclass.show {
  display: block;
  z-index: 10;
}
/* Modal Medclass */
.modal-medclass {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  margin-top: 60px;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  overflow-y: auto;
  height: auto;
  border: none;
}

.deschide-modal, .inchide-modal {
  cursor: pointer;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}

.inchide-modal {
  display: none;
  transition: all ease-in-out 0.3s;
}

.modal-open .modal-medclass {
  z-index: 10;
  display: block;
  transition: all ease-in-out 0.3s;
}

.modal-open .deschide-modal {
  display: none;
  transition: all ease-in-out 0.3s;
}

.modal-open .inchide-modal {
  display: inline-block;
  transition: all ease-in-out 0.3s;
}

.modal-open {
  overflow: hidden; /* Face pagina non-scrollable când modalul este deschis */
}
/* Modal Medclass End */
.separator-meniu{
  background: #D1D1D1;
  width: 1.6px;
  height: 30px;
  opacity: 0.3;
}
.separator-curs{
  background: #D1D1D1;
  width: 1.6px;
  height: 45px;
  opacity: 0.6;
}
.login-area{
  height: 200px;
  width: 100%;
  background: #066885;
  display: flex;
  border-radius: 0px 0px 50px 50px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.login-area .login-logo {
  text-align: center;
  padding: 25px 0px;
} 
.login-area .login-logo img {
  height:75px; width:auto;
} 
.login-area .login-text {
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-right: 45px;
} 
.input-icon {
  position: absolute !important;
  left: 15px;
  top: 50% !important;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.input-style input {
  width: 100%;
  padding: 10px 15px 10px 45px;
  border: none;
  border-radius: 10px;
  background-color: #f8f9fa;
}

.toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  height: 100%;
  width: 50px;
  right: 0;
}

.toggle-password.show svg path {
  fill: #ff6347;
}
.input-style em, .input-style span{
  margin-top: 0px !important;
}

.validation-message {
  position: absolute !important;
  bottom: 6px;
  left: 50px;
  font-size: 8px !important;
  color: #066885;
  font-weight: 600;
  letter-spacing: 0.3px;
  opacity: 1 !important;
}
.forget-password{
  background: #B7B7B7;
  border-radius: 30px;
  display: inline-block;
  float: right;
  height: 25px;
  color: #4A4A4A;
  font-size: 10px;
  width: 100px;
  font-weight: 500;
  opacity: 70%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  line-height: 25px;
}
.forget-password:hover{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.forget-password a{
  font-size: 10px;
  font-weight: 500;
  color: #4A4A4A;
}
.btn-facebook{
  background: #4267B2;
  padding: 14px 26px;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.btn-google{
  background: #E1685E;
  padding: 14px 26px;
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.btn-facebook:hover{
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.btn-google:hover{
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.brd{
  background: #4A4A4A;
  width: 100%;
  height: 1px;
}
.bio-area{padding-bottom: 40px; width: 100%; background: #066885; border-radius: 0px 0px 50px 50px; height: 160px; display: flex; align-content: center; align-items: center; justify-content: flex-end; flex-direction: column; background-image: url(/public/images/v2/login-header.png); background-blend-mode: hard-light; background-size: cover;}
.bio-area .bio-logo { text-align: center;z-index: 9; } 
.bio-area .bio-logo img {  height:45px; width:auto; z-index: 9; } 
.bio-area .bio-text { text-align: center; color: #fff; font-weight: 600; font-size: 10px; letter-spacing: 0.5px; margin-top: -10px; margin-left: 45px; z-index: 9; } 
.bio-form {margin: auto 30px;padding: 50px 0px; }
.bio-form .input-style i{ width: 45px!important; }
.bio-form .input-style input{ background: white;font-weight:500;border-radius: 10px; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1) !important; padding-left: 50px; height: 60px;font-weight: 600;color: #727272; }
.bio-form .text-right{ text-align:right; font-weight: bold; }
.bio-form .text-right a{ color: #066885; }
.bio-form .bio-send{ padding-top: 15px; }
.bio-form .bio-send button{ background: #066885 !important; border-radius: 50px !important; font-size: 14px !important; }
.bio-form .bio-footer .btn{ border-radius: 50px !important; font-size: 14px !important;font-weight:400; }
.bio-form .bio-footer{ text-align:center; margin-top: 15px; }
.bio-form .bio-footer a{ color: #066885; font-weight: bold; }
input[type="checkbox"].btn-terms {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border: 2px solid #000;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  min-width: 20px;
  min-height: 20px;
}

input[type="checkbox"].btn-terms:checked {
  background-color: #4caf50;
  border: none;
}

input[type="checkbox"].btn-terms:checked::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: relative;
  top: 3px;
  margin: 0 auto;
}
#med-gradient-menu {
  opacity: 0.0;
  display: inline-block;
  transition: opacity .4s ease;
}

a.hover-trigger-icon {
  font-weight: 500;
  color: #B7B7B7;
  transition: all ease-in-out 0.3s;
  font-size: 10px;
}

a.hover-trigger-icon:hover #med-gradient-menu,
a.hover-trigger-icon.active #med-gradient-menu {
  opacity: 1.0;
}

a.hover-trigger-icon:hover {
  color: #066885;
}

a.hover-trigger-icon.active {
  color: #066885;
}
a.hover-trigger-icon.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #77c4c5; /* Aici adaugi background-ul dorit */
  z-index: -1; /* Asigură-te că background-ul apare în spatele conținutului */
  opacity: 0.2; /* Ajustează opacitatea după cum dorești */
}
.bg-global-gray{
  background: #f3f3f3;
}
.mrt-70{
  margin-top: 70px;
}
.mrt-60{
  margin-top: 60px;
} 
.pdt-70{
  padding-top: 70px;
}
.pdt-60{
  padding-top: 60px;
}
.separator-orizontal{
  margin-left: 11px;
  margin-right: 11px;
  border-top: 1px solid #D1D1D1;
}
.separator-stanga:before {
  content: '';
  width: 1px;
  height: 65%;
  background-color: #D1D1D1;
  margin-left: 3px;
  margin-right: 3px;
}
.text-gri{
  color: #777777;
  font-weight: 500;
}

h1.med-title {
  font-size: 18px;
  font-weight: bold;
}
h2.med-title {
  font-size: 18px;
  font-weight: bold;
}
h3.med-title {
  font-size: 18px;
  font-weight: bold;
}
h4.med-title {
  font-size: 18px;
  font-weight: bold;
}
h5.med-title {
  font-size: 18px;
  font-weight: bold;
}
h6.med-title {
  font-size: 18px;
  font-weight: bold;
}
p.med-text{
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  padding-top: 11px;
  color: #777777;
}
p.med-text a{
  font-weight: 600;
  color: #066885;
}
p.med-text-chat{
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  color: #4A4A4A;
  margin-bottom: 5px;
  margin-top: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #4A4A4A;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.2px;
}

/* Dropdown */

.dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
}

.dd-button {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 5px;
  background-color: #F7F7F7;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  font-size: 11px;
  color: #777777;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}

.dd-button:hover {
  opacity: 1;
  background-color: #066885;
  color: white;
  transition: all 0.3s ease-in-out;
}

.dd-button.active{
  background: #066885;
  color: white;
  opacity: 1;
}
.dd-input {
  display: none;
}

.dd-menu {
  right: 0;
  position: absolute;
  border-radius: 10px;
  padding: 0;
  margin: 5px 0 0 0;
  background-color: #f7f7f7;
  list-style-type: none;
  overflow: hidden;
}
.dd-input + .dd-menu {
  display: none;
  transition: all 0.3s ease-in-out;
} 

.dd-input:checked + .dd-menu {
  display: block;
  z-index: 9;
  padding: 10px;
  transition: all 0.3s ease-in-out;
} 

.dd-menu li {
  padding: 5px 15px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #066885;
  transition: all 0.3s ease-in-out;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.calendar-badge{
  overflow-wrap: break-word;
  letter-spacing: 0.4px;
  font-weight: 500;
  font-size: 9px;
  text-align: center;
  color: white;
}
.text-dark{
  color: #4A4A4A !important;
}
.fs-20{
  font-size: 20px;
}
.fs-18{
  font-size: 18px;
}
.fs-17{
  font-size: 17px;
}
.fs-16{
  font-size: 16px;
}
.fs-15{
  font-size: 15px;
}
.fs-14{
  font-size: 14px;
}
.fs-13{
  font-size: 13px;
}
.fs-12{
  font-size: 12px;
}
.fs-11{
  font-size: 11px;
}
.fs-10{
  font-size: 10px;
}
.fs-9{
  font-size: 9px;
}
.fs-8{
  font-size: 8px;
}
.mt-60{
  margin-top: 60px;
}
.eveniment{
  background: white;
  transition: all ease-in-out 0.3s;
  border: 1px solid #e2e2e2;
}
.eveniment:hover{
  transition: all ease-in-out 0.3s;
  background: #E1F0F5;
}
.eveniment.unread{
  transition: all ease-in-out 0.3s;
  background-color: #E1F0F5;
}
.eveniment.unread:hover{
  transition: all ease-in-out 0.3s;
  background: white;
}
.badge-event{
  z-index: 8;
  right: 4px;
  font-size: 8px;
  padding: 0px 7px;
  color: white;
  border-radius: 4px;
  position: absolute;
  height: 15px;
  line-height: 15px;
  top: 4px;
}
.eveniment-redbg{
  background: linear-gradient(152deg, #dd2b48 6%, #7F132D);
}
.eveniment-greenbg{
  background: linear-gradient(152deg, #1d8358 6%, #06341f);
}
.eveniment-bluebg{
  background: linear-gradient(152deg, #1F438F 6%, #2F254A);
}
/*CATEGORII*/

.box-categorie {
  background: #f3f3f3;
  font-size: 12px;
  font-weight: 700;
  color: #B7B7B7;
  transition: all ease-in-out 0.2s;
}

.box-categorie.biologie:hover,
.box-categorie.biologie:active {
  background-image: url(/public/images/v2/box-categorie.png);
  background-color: #066885;
  background-repeat: no-repeat;
  background-size: 60px;
  background-blend-mode: hard-light;
  background-position: 50% 50%;
  color: white;
  background-origin: content-box;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.box-categorie.chimie:hover,
.box-categorie.chimie:active {
  background-image: url(/public/images/v2/box-categorie.png);
  background-color: #283268;
  background-repeat: no-repeat;
  background-size: 60px;
  background-blend-mode: hard-light;
  background-position: 50% 50%;
  color: white;
  background-origin: content-box;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.box-categorie.fizica:hover,
.box-categorie.fizica:active {
  background-image: url(/public/images/v2/box-categorie.png);
  background-color: #1e8903;
  background-repeat: no-repeat;
  background-size: 60px;
  background-blend-mode: hard-light;
  background-position: 50% 50%;
  color: white;
  background-origin: content-box;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.box-categorie.psiho:hover,
.box-categorie.psiho:active {
  background-image: url(/public/images/v2/box-categorie.png);
  background-color: #E47889;
  background-repeat: no-repeat;
  background-size: 60px;
  background-blend-mode: hard-light;
  background-position: 50% 50%;
  color: white;
  background-origin: content-box;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.box-categorie.resurse:hover,
.box-categorie.resurse:active {
  background-image: url(/public/images/v2/box-categorie.png);
  background-color: #066885;
  background-repeat: no-repeat;
  background-size: 60px;
  background-blend-mode: hard-light;
  background-position: 50% 50%;
  color: white;
  background-origin: content-box;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.box-categorie.locked {
  position: relative;
  overflow: hidden;
}
.box-categorie.locked:before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; 
}

.box-categorie.locked:hover:before {
  background-image: url(/public/images/v2/box-categorie-locked.png);
  background-color: #B7B7B7;
  background-repeat: no-repeat;
  background-size: 20px;
  background-blend-mode: hard-light;
  background-position: 50% 50%;
  color: white;
  background-origin: content-box;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.header-feed-double{
  border-radius: 0px 0px 15px 15px;
  font-weight: bold;
  font-size: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.header-feed{
  font-weight: bold;
  font-size: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursuri-teme{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cursuri-teme a{
  color: #B7B7B7;
  font-size: 15px;
  font-weight: 500;
}
.cursuri-teme-col{
  background: #F8F8F8;
  height: 50px;
  line-height: 50px;
  color: #777777 !important;
  border-color: #B7B7B7 !important;

}
.cursuri-teme-col.active{
  /* background: #F0F0F0;
  color: #777777 */
  background: #066885;
  color: white !important;
}
.video-col{
  background: #F8F8F8;
  height: 50px;
  line-height: 50px;
}
.video-col.active{
  background: #F0F0F0;
}
.header-invata{
  font-weight: bold;
  font-size: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-header{
  border-radius: 0px 0px 15px 15px;
  font-weight: bold;
  font-size: 20px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-exerseaza .titlu{
  position: relative;
}
.box-exerseaza {
  background: #f3f3f3;
  font-size: 18px;
  font-weight: 600;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7B7B7;
}
.box-exerseaza:hover,
.box-exerseaza:active {
  background: linear-gradient(90deg, #1673a0, #85fff8);
  cursor: pointer;
  background-repeat: no-repeat;
  color: white;
}

.box-exerseaza:hover: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:hover: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:hover: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:hover: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;
}
.spatiu-header{
  height: 70px;
}

/*Comunica*/
.comunica-slide{
  width: 100%;
  /** padding-right: 0.8rem !important; */
}
.box-comunica {
  background: #f3f3f3;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 700;
  color: #B7B7B7;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.box-comunica .subtitlu {
margin-top: -5px;
}
.box-comunica.not-locked:hover,
.box-comunica.not-locked:active{
  background: linear-gradient(90deg, #68D6D3, #066885);
  transition: all 0.3s ease-in-out;
  color: white;
}
.box-comunica.not-locked:hover:before,
.box-comunica.not-locked:active:before {
  transition: all 0.3s ease-in-out;
  background-image: url(/public/images/v2/comunica.png);
  background-position: 90% 50%;
  background-size: 90px;
  color: white;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.bg-locked-modal{
  background: #dfdfdf !important;
}
.box-comunica.locked {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out; 
}
.box-comunica.locked:before {
  content: '';
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; 
}

.box-comunica.locked:hover:before {
  background-image: url(/public/images/v2/box-categorie-locked.png);
  background-color: #a6a5a51f;
  background-repeat: no-repeat;
  background-size: 20px;
  background-blend-mode: hard-light;
  background-position: 50% 50%;
  cursor: pointer;
  position: absolute;
  z-index: 0;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px); 
  backdrop-filter: blur(4px);  
}
.coment-comunica{
  border: 1px solid #B7B7B7;
  border-radius: 25px;
  display: inline-flex;
  overflow: hidden;
  padding: 0px 5px;
  flex-direction: row;
  align-items: center;
}
.med-form-control-comentariu{
  margin: auto;
  vertical-align: middle;
  border: none;
  padding: 9px 15px 0px 15px;
  width: 100%;
  font-size: 10px;
  line-height: 1.4;
  color: #777777;
  height: auto;
  font-weight: 500;
  max-height: 33px;
  resize: none;
  overflow: hidden;
  white-space: pre-wrap;
}

.med-form-control {
  padding: 9px 15px 0px 15px;
  width: 100%;
  font-size: 10px;
  line-height: 1.4;
  color: #777777;
  border: 1px solid #B7B7B7;
  border-radius: 20px;
  height: auto;
  font-weight: 500;
  max-height: 35px;
  resize: none;
  overflow: hidden;
  white-space: pre-wrap;
}

.med-form-control.expanded {
  height: 100px;
  min-height: 100px;
  border-radius: 15px 15px 0px 0px;
  overflow-y: scroll;
  border-color: #B7B7B7 !important;
}

.med-form-control::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Hide scrollbar for Chrome, Safari and Opera */
}
.bg-label-postare-top{
  margin-right: -8px;
  margin-top: 0px;
}
.bg-label-postare{
  font-size: 6.5px;
  font-weight: 400;
  padding: 0px 10px;
  border-radius: 5px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.05px;
  margin: 0px 3px;
}
.bg-label-postare.comunica{
  background: white;
  box-shadow: 0px 0px 1px #acacac;
}
.bg-label-postare.biologie{
  background: #066885;
  color: white;
}
.bg-label-postare.barrons{
  background: linear-gradient(90deg, #C2223C, #7F132D);
  color: white;
}
.bg-label-postare.fizica{
  background: #209E00;
  color: white;
}
.bg-label-postare.chimie{
  background: #253978;
  color: white;
}
.bg-label-postare.psihomed{
  background: #E47889;
  color: white
}

.bg-biologie{
  background: #066885;
  color: white;
}
.bg-barrons{
  background: #DDDDDD;
  color: white;
}
.bg-barrons.active{
  background: linear-gradient(90deg, #C2223C, #7F132D);
  color: white;
}
.bg-corint{
  background: #DDDDDD;
  color: white;
}
.bg-corint.active{
  background: linear-gradient(90deg, #E36646, #D55451);
  color: white;
}
.bg-corint-cohort{
  background: #DDDDDD;
  color: white;
}
.bg-corint-cohort.active{
  background: linear-gradient(90deg, #9C27B0, #673AB7) !important;
  color: white;
}
.bg-fizica{
  background: #209E00;
  color: white;
}
.bg-chimie{
  background: #253978;
  color: white;
}
.bg-psihomed{
  background: linear-gradient(-90deg, #F18080,#4F20EC, #317C92);
  color: white
}
.med-hastag a{
  color: #777777;
}
.shadow-med{
  box-shadow: 0px 1px 10px #0000001c;
}
.bg-comunica{
  /* old: #f3f3f3; */
  background: #F7F7F7;
}
.med-hastag{
  position: absolute;
  top: 5px;
  right: 15px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
.med-bottom-content {
    display: none;
    height: 40px;
    padding: 10px;
    background: #fff;
    border: 1px solid #B7B7B7;
    border-radius: 0px 0px 15px 15px;
    border-top: none;
}

.med-form-control:focus {
    outline: none;
    border-color: #B7B7B7;
    box-shadow: none; /* Remove default focus outline */
    border-bottom-left-radius: 0; /* Remove bottom-left border radius */
    border-bottom-right-radius: 0; /* Remove bottom-right border radius */
}
texarea:active.med-form-control {
  outline: none;
  border-color: #B7B7B7;
  box-shadow: none; /* Remove default focus outline */
  border-bottom-left-radius: 0; /* Remove bottom-left border radius */
  border-bottom-right-radius: 0; /* Remove bottom-right border radius */
}

.med-form-control.expanded + .med-bottom-content {
    display: flex;
    justify-content: space-between;
}
.med-form-control textarea{
  border-color: black !important;
}
.lh-m{
  line-height: 1.2;
}
.lh-12{ 
  line-height: 12px;
}
.flash-box-content{
  position: absolute;
  z-index: 9;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.flash-box-content .title{
  width: 175px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 17px;
  text-shadow: 1px 2px 7px #3333335c;
}
.dante-fc-content{
  position: absolute;
  z-index: 9;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}

.dante-fc-content .subtitle{
    font-size: 9px;
    font-weight: 400;
}
.dante-fc-content .title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 17px;
  text-shadow: 1px 2px 7px #3333335c;
}
.v2-dante-box{
  width: 100%;
  background-size: 103%;
  background-position: center;
  height: 105px;
  padding: 0px 20px 20px 0px;
  border-radius: 20px;
  background-repeat: no-repeat;
  text-align: center;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.50;
}
.v2-dante-box:active,
.v2-dante-box:hover{
  cursor: pointer;
  color: white;
  opacity: 1;
  transition: all 0.3s ease-out;
  filter: grayscale(0);
}
.v2-dante-box.barrons{
  background-image: url('/public/images/v2/fc-dante-barrons.png');
}
.v2-dante-box.corint{
  background-image: url('/public/images/v2/fc-dante-corint.png');
}
.v2-dante-box.chimie{
  background-image: url('/public/images/v2/fc-dante-chimie.png');
}
.v2-dante-box.fizica{
  background-image: url('/public/images/v2/fc-dante-fizica.png');
}
.v2-box-flash{
  width: 100%;
  background-size: 103%;
  background-position: center;
  height: 105px;
  padding: 0px 20px 20px 0px;
  border-radius: 20px;
  box-shadow: inset 0px 0px 0px 4px #ffffff4d;
  background-repeat: no-repeat;
  text-align: center;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.50;
}
.v2-box-flash:active,
.v2-box-flash:hover{
  cursor: pointer;
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  filter: grayscale(0);
}
.v2-box-flash.barrons{
  background-image: url(/public/images/v2/flashc-barrons.png);
}
.v2-box-flash.corint{
  background-image: url('/public/images/v2/flashc-bio.png');
}
.v2-box-flash.chimie{
  background-image: url('/public/images/v2/flashc-chimie.png');
}
.v2-box-flash.fizica{
  background-image: url('/public/images/v2/flashc-fizica.png');
}

.grile-box-content{
  position: absolute;
  z-index: 9;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.grile-box-content:hover,
.grile-box-content:active {
  background: white;
  cursor: pointer;
  color: white;
  opacity: 0.6;
  transition: all 0.3s ease-out;
}
.grile-box-content .title{
  width: 175px;
  text-align: center;
  font-size: 17px;
  font-weight: 800 !important;
  line-height: 17px;
}
.grile-box-content .subtitle{
  font-size: 12px;
  font-weight: 400;
}
img.box-grile {
  width: 100%;
  height: auto;
  max-width: 331px;
  max-height: 106px;
  transition: all 0.3s ease-out;
}

img.box-flashc {
  width: 100%;
  height: auto;
  max-width: 331px;
  max-height: 106px;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.50;
}

a:hover .box-flashc,
a:active .box-flashc {
  background: white;
  cursor: pointer;
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  filter: grayscale(0);
}
a:hover .dante-fc,
a:active .dante-fc {
  background: white;
  cursor: pointer;
  color: white;
  transition: all 0.3s ease-out;
  filter: grayscale(0);
  opacity: 0.9;
}

img.box-flash {
  width: 100%;
  height: auto;
  max-width: 331px;
  max-height: 106px;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.50;
}

.box-flash:hover,
.box-flash:active {
  background: white;
  cursor: pointer;
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease-out;
  filter: grayscale(2)
}

img.box-dante {
  width: 100%;
  height: auto;
  max-width: 331px;
  max-height: 106px;
  transition: all 0.3s ease-out;
  opacity: 0.50;
}

.box-dante:hover,
.box-dante:active {
  background: white;
  cursor: pointer;
  color: white;
  opacity: 0.8;
  transition: all 0.3s ease-out;
}
.bg-red-gradient{
  background: linear-gradient(90deg, #C2223C, #7F132D);
}
.bg-red-gradient0deg{
  background: linear-gradient(0deg, #7F132D, #C2223C);
}
.icon-modal-top{
  position: absolute;
  right: 13px;
  top: 12px;
}
.icon-modal-top-dante{
  position: absolute;
  margin: 0 auto;
  right: 5px;
  bottom: 4px;
}
.mesaj-chat-dante{
  margin-top: -20px;
  opacity: 0.5;
}
.shadow-bottom{
  box-shadow: 0px 0px 10px 2px #33333312;
  border-radius: 20px;
  bottom: 10px;
  padding-top: 20px !important;
}
.shadow-top{
  box-shadow: 0px 0px 10px 2px #00000012;
  border-radius: 0px 0px 20px 20px;
  bottom: 10px;
  padding: 10px 15px;
}
p.text-reply {
  font-size: 10px;
  font-weight: 500;
  color: #4A4A4A;
  margin-bottom: 5px;
}
.text-like{
  color: #727272;
  fill: #727272;
}
.text-like.active{
  color: #066885;
  fill: #066885;
}
.text-like:hover{
  color: #066885;
  fill: #066885;
}
.fw-semi{
  font-weight: 500;
}
.med-list-group-item input[type="checkbox"] {
  display: none;
}

.med-list-group-item {
  position: relative;
  display: flex;
  align-items: center;
}

.med-form-check-label {
  position: relative;
  flex: 1 1 auto;
  background: white;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 13px;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.med-form-check-input:checked + .med-form-check-label {
  color: #fff;
  background: #066885;
}

.med-stretched-link::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.border-live{
  border: 1px solid #FF0000;
}
.live-status{
  gap: 4px;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777777;
}
.curs-actions{
  border: 1px solid #b7b7b7ba;
  border-radius: 12px;
  box-shadow: 0px 0px 6px #00000010;
  padding: 10px 5px;
  height: 73px;
}
a.curs-actions{
  color: #4a4a4a;
}
.actions-bottom{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions-bottom.active{
  background: #E1F0F5;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #777777;
}
.actions-bottom.hasurat{
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #777777;
  border-style: dashed;
  border-width: 2px;
  border-color: #c4c2c2;
}
.space-bottom {
    padding-bottom: calc(100px + (env(safe-area-inset-bottom))*1.1) !important;
}
.text-red{
color: #C2223C;
}
.bg-resurse{
  background: #dadada;
  color: white;
}
.bg-resurse.active{
  background: #066885;
  color: #ffffff;
}
.icon-right-resurse.active{
  fill: #066885;
}
.icon-right-resurse {
  fill: #b7b7b7;
}
.bg-blur-modal{
  background-color: #ffffffde;
  -webkit-backdrop-filter: blur(10px); 
  backdrop-filter: blur(10px); 
}
.bg-lock-modal{
  background: #dfdfdf;
  border-radius: 20px;
}

.med-wrapper {
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 110px;
  padding-top: 75px;  
}

.med-section {
  height: 100%;  
  justify-content: center;
  align-items: center;
}
.catalog-scroll{
  height: 100%;
  overflow-y: auto;
  padding-bottom: 65px;
}
.container-med {
  display: flex;
  flex-direction: column;
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 90svh;
  scroll-behavior: smooth;
}


/* VIDEO INVATA START*/
.video-container {
  position: relative;
  flex: 0 0 90svh;
  scroll-snap-align: start;
  width: 100%;
 
}
.video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90svh;
  object-fit: cover;
  padding-bottom: 0px;
}
.video-player:before{
  content: '';
}
.controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  gap: 15px;
  margin: auto;
  right: 0;
  top: 0;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s;
}

.video-container.playing .controls {
  opacity: 0;
}
.play-btn {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-container {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 98%;
  background: rgb(0 0 0 / 20%);
  height: 10px;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 30px;
}
.progress-bar {
  border-radius: 10px;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  min-width: 20px;
}
.duration-display {
  position: absolute;
  top: 15px;
  right: 0px;
  background: rgb(0 0 0 / 20%);
  color: white;
  padding: 0px 10px;
  border-radius: 30px;
  font-size: 10px;
}
.actions {
  position: absolute;
  right: 10px;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  fill: #F7F7F7;
  opacity: 0.75;
}
.action-btn.liked svg {
  fill: #066885;
}
.action-btn.disliked svg {
  fill: #C2223C;
}
.modal-fullscreen .modal-content {
  background-color: rgb(255 255 255 / 80%);
  color: white;
}
.comment {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.comment-info {
  display: flex;
  flex-direction: column;
}
.username {
  font-weight: bold;
}
.timestamp {
  font-size: 12px;
  color: #ccc;
}
.comment-body {
  margin-bottom: 5px;
}
.comment-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-actions .action-btn {
  width: 30px;
  height: 30px;
}
.comment-replies {
  margin-left: 40px;
  margin-top: 10px;
}
.reply-comment {
  background-color: rgba(255, 255, 255, 0.05);
}
.titlu-videoclip{
  top: 40px;
  left: 10px;
  position: absolute;
  color: white;
  text-shadow: 0px 0px 10px #000;
  font-size: 20px;
}
.bg-modal-comentariu{
  background: #F7F7F7;
}
.mesaj-video{
  max-height: 165px !important;
  bottom: 0;
  border-radius: 20px 20px 0px 0px;
}
.raspunde-video{
  color: #066885;
  font-size: 10px;
  font-weight: 500;
  padding-left: 33px;
  margin-top: -10px;
}
.video-coments{
  min-height: 220px;
}
/* VIDEO INVATA END */
.z-index-0{
  z-index: 0;
}
.modal-dialog {
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .med-wrapper {
    height: calc(var(--vh, 1vh) * 90);
  }
}

@media only screen and (max-width: 300px) {
  
  .grile-box-content .title{
    width: 115px;
    text-align: center;
    font-size: 12px;
    font-weight: 800 !important;
    line-height: 14px;
  }
  .grile-box-content .subtitle{
    font-size: 9px;
    font-weight: 400;
  }
  .flash-box-content .title{
    font-size: 15px;
    line-height: 14px;
  }
  .dante-fc-content .subtitle{
    font-size: 9px;
    font-weight: 400;
    text-align: center;
    line-height: 10px;
    max-width: 200px;
    margin-top: 5px;
  }
  .dante-fc-content .title{
    font-size: 15px;
    line-height: 14px;
  }
  .v2-box-flash{
    max-height: 75px;
    border-radius: 15px;
  }
  .v2-dante-box{
    max-height: 75px;
    border-radius: 15px;
  }
}
/*MEDCLASS V2 END*/