.ow_logo_wrap a, .header-logo{background-image:url(https://www.novamours.com/ow_userfiles/themes/theme_image_3.png)}
h1{color:#666666}
.create-you-world{background-image:url(https://www.novamours.com/ow_userfiles/themes/theme_image_1.jpg)}
a{color:#444}
.ow_main_menu li a{color:#ffffff}
.ow_txt_value{color:#ff2f6a}
html body .ow_box_cap h3, .ow_box_cap_empty h3{color:#ff2f6a}
/* Ascunde bara sus DOAR pe mobil */
@media (max-width: 600px) {
  .ow_console, 
  .ow_console_wrap, 
  .ow_console_body {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      overflow: hidden !important;
      opacity: 0 !important;
      pointer-events: none !important;
  }
}
/***** Scoatem fundalurile implicite *****/
.ow_site_panel_wrap,
.ow_site_panel,
.ow_console,
.ow_console_wrap,
.ow_console_body,
.ow_header,
.ow_menu_wrap,
.ow_main_menu {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* unele teme pun culoarea pe o clasă separată: */
.ow_site_panel_wrap_bg_color,
.site_panel_wrap_bg_color {
  background: none !important;
}

/***** Gradient pe bare sus/jos *****/
.ow_site_panel_wrap,
.ow_menu_wrap {
  background-image: linear-gradient(90deg, #ff2f6a 0%, #ff6a3d 50%, #ff7a2f 100%) !important;
  background-color: #ff2f6a !important;
}

.ow_site_panel_wrap { padding: 0 !important; }
.ow_console        { margin: 0 !important; }
.ow_menu_wrap      { margin-top: 0 !important; }

/* Buton special Subscribe în meniu */
.ow_menu_wrap .ow_main_menu li a[href*="subscribe"] {
  background: linear-gradient(90deg, #ff3366, #ff5f1f);
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
}
.ow_menu_wrap .ow_main_menu li a[href*="subscribe"]:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Import font Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

/* Stil pentru butoanele din meniu */
.ow_menu_wrap .ow_main_menu {
  display: flex;
  justify-content: center;
  gap: 22px;
}
.ow_menu_wrap .ow_main_menu li a {
  display: inline-block;
  padding: 12px 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.ow_menu_wrap .ow_main_menu li a:hover {
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
}

/* Ascunde titlul paginii Dashboard */
.ow_page h1,
.ow_page .ow_header h1 {
  display: none !important;
}

/* Fundal general */
body {
    background: #fafafa;
    font-family: 'Open Sans', sans-serif;
}
/* Titlurile secțiunilor */
.ow_box_cap {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #ff2f6a;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 12px;
    text-transform: capitalize;
}
/* Footer gradient */
.ow_footer {
    background: linear-gradient(90deg, #ff2f6a, #ff6a3d) !important;
    color: #fff !important;
    padding: 40px 0 !important;
}

/* Logo desktop */
@media (min-width: 1024px) {
  .ow_logo_wrap {
    position: relative !important;
    left: -100px !important;
    margin: 0 !important;
    text-align: left !important;
  }
  .ow_logo_wrap a {
    height: 90px !important;
    width: auto !important;
    background-size: contain !important;
  }
}

/* Logo mobil */
@media (max-width: 1023px) {
  .ow_logo_wrap {
    position: relative !important;
    left: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: flex;
    justify-content: center;
  }
  .ow_logo_wrap a {
    height: 100px !important;
    width: auto !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
 }
.ow_logo_wrap img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 12px rgba(255,255,255,1))
          drop-shadow(0 0 24px rgba(255,255,255,0.9))
          drop-shadow(0 0 36px rgba(255,255,255,0.8));
}
}
/* Console pe mobil */
@media (max-width: 768px) {
  .ow_console_item.ow_console_button {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    position: relative !important;
  }
}

/* Buton Sign In */
.ow_signin_label {
    background: #transparent !important;
    color: #fffff !important;
    border: 0px solid #ffffff !important;
    border-radius: 20px !important;
    padding: 15px 15px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 5px auto !important;
    display: inline-block !important;
    text-align: center;
}

/* Stil general pentru butoane */
.ow_main_menu li a {
  position: relative !important;
  display: inline-block !important;
  padding: 10px 15px !important;
  margin: 0 8px !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: color 0.3s ease !important;
}
/* Ascunde widget My Profile pe index */
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
    display: none !important;
}
/* Stil glass pe butoane */
.ow_main_menu li a {
  display: inline-block !important;
  padding: 5px 10px !important;
  margin: 10px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.12) !important;
  backdrop-filter: blur(6px) !important;
  color: #fff !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
}

.ow_main_menu li a:hover {
  background: rgba(255,255,255,0.25) !important;
  box-shadow: 0 0 12px rgba(255,255,255,0.5) !important;
  transform: translateY(-2px) !important;
}

.ow_main_menu li.active a {
  background: rgba(255,255,255,0.3) !important;
  box-shadow: inset 0 0 10px rgba(255,255,255,0.4) !important;
  color: #fff !important;
}

/* Subscribe cu efect pulse */
.ow_main_menu li a[href*="subscribe"] {
  transition: all 0.3s ease !important;
  animation: pulseSub 2.5s infinite !important;
}
.ow_main_menu li a[href*="subscribe"]:hover {
  color: #fff !important;
  box-shadow: 0 0 15px rgba(255,255,255,0.7) !important;
  animation: none !important;
}
@keyframes pulseSub {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
  50% { box-shadow: 0 0 20px 6px rgba(255,255,255,0.4); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
}
.ow_bl.ow_box_toolbar li a:hover,
.ow_button:hover,
.ow_btn:hover,
a.ow_button:hover,
a.ow_btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background-image: linear-gradient(90deg,#e63a63,#e04425) !important;
  background-color: #e63a63 !important;
  color: #fff !important;
}
.ow_sign_up .ow_error {
  display: block !important;
  margin-top: 4px !important;
  color: #d33 !important;
  font-size: 13px !important;
}

/* Terms list */
.terms {
  list-style-type: none;
  padding-left: 0;
}
.terms li {
  margin-bottom: 15px;
}
.ow_table_1 {
  overflow-x: auto !important;
  display: block !important;
  -webkit-overflow-scrolling: touch;
}
/* ====== HEADER ====== */
.ow_subscribe_table th {
  background: #fff !important;
  border-bottom: 2px solid #f1f1f1;
  padding: 12px 8px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
/* ====== CULORI TITLURI ====== */
.ow_subscribe_table th:nth-child(2) { color: #095228 !important; }       /* Free */
.ow_subscribe_table th:nth-child(3) { color: #0b3d0b !important; }      /* Standard */
.ow_subscribe_table th:nth-child(4) { color: #b8860b !important; }      /* Premium */
.ow_subscribe_table th:nth-child(5) { color: #7b1b1b !important; }      /* VIP */
.ow_subscribe_table th:nth-child(6) { color: #0072ff !important; }      /* Diamond */

/* ====== CELULE ====== */
.ow_subscribe_table td {
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 10px;
  padding: 10px;
  color: #444;
}
.ow_subscribe_table td:first-child {
  text-align: left;
  color: #333;
  font-weight: 500;
}

/* ====== ICONIȚE PENTRU PREMIUM / VIP / DIAMOND ====== */

/* Asigurăm fontul */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');

/* Premium – stea */
.ow_subscribe_table th:nth-child(4)::after {
  content: "\f005"; /* fa-star */
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #ffb300;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* VIP – coroană */
.ow_subscribe_table th:nth-child(5)::after {
  content: "\f521"; /* fa-crown */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #a93226;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* Diamond – gem */
.ow_subscribe_table th:nth-child(6)::after {
  content: "\f3a5"; /* fa-gem */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0099ff;
  font-size: 15px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
/* Ascunde DOAR boxul Membership din pagina de abonamente */
.ow_box_empty.ow_stdmargin.ow_no_cap.ow_break_word:has(span.ow_remark) {
  display: none !important;
}

/* Aliniere text + simbol pe același rând */
.ow_subscribe_table th {
  white-space: nowrap !important;      /* previne trecerea pe rând nou */
  vertical-align: middle !important;   /* centrează pe verticală */
  line-height: 1.2 !important;         /* corectează înălțimea */
  text-align: center !important;
}

/* Simbolurile — afișare inline corectă */
.ow_subscribe_table th::after {
  display: inline-block !important;
  position: relative !important;
  top: -1px !important;                /* mică ajustare verticală */
  margin-left: 6px !important;
  vertical-align: middle !important;
}

/* Ajustare specială pentru mobil (unele browsere adaugă padding ascuns) */
@media (max-width: 600px) {
  .ow_subscribe_table th {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
@keyframes shine {
  0% { text-shadow: 0 0 0 rgba(255,255,255,0); }
  50% { text-shadow: 0 0 8px rgba(255,255,255,0.8); }
  100% { text-shadow: 0 0 0 rgba(255,255,255,0); }
}
/* aplicăm doar pe coroană și diamant */
.ow_subscribe_table th:nth-child(5)::after,
.ow_subscribe_table th:nth-child(6)::after {
  animation: shine 3s infinite ease-in-out;
}
.ow_subscribe_table th[colspan="6"] {
  background: #f5f5f5;
  border-left: 3px solid #ff416c;
  color: #333 !important;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  letter-spacing: 0.5px;
}
.ow_subscribe_table th[colspan="6"] {
  background: #f5f5f5;
  border-left: 3px solid #ff416c;
  color: #333 !important;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 14px;
  letter-spacing: 0.5px;
}
/* ====== HEADER STILIZAT ====== */
.ow_subscribe_table tr:first-child th:not(:first-child) {
  background: #fafafa;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 12px 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 14px;
  border-radius: 1;
  transition: all 0.3s ease;
}
/* ====== ICONIȚELE check ====== */
.ow_action_allowed.ow_ic_ok::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #43a047; /* verde smarald */
  font-size: 14px;
}
/* ====== LINIE FINALĂ ====== */
.ow_subscribe_table tr:last-child td {
  background: #fff;
  border-top: 2px solid #eee;
}

/* Face prima celulă ("Permissions") complet invizibilă, dar o păstrează în layout */
.ow_subscribe_table tr:first-child th:first-child {
  color: transparent !important;        /* ascunde textul */
  background: transparent !important;   /* scoate fundalul */
  border: none !important;              /* elimină liniile */
  pointer-events: none !important;      /* nu se poate selecta / da click */
  width: 60px !important;               /* păstrează dimensiunea */
  opacity: 0 !important;                /* complet invizibil */
}
/* Efect discret la hover */
.ow_subscribe_table th[colspan="6"]:hover {
  filter: brightness(1.08);
  box-shadow: 0 3px 8px rgba(255,65,108,0.3);
  transition: all 0.3s ease;
}
/* Aliniere la stânga pentru titlurile de secțiune (MAILBOX, PHOTO etc.) */
.ow_subscribe_table th[colspan="6"] {
  text-align: left !important;
  padding-left: 14px !important;
}
/* Ascunde complet linkurile spre App Store și Google Play */
a.download_link.ow_index_app_banner_ios,
a.download_link.ow_index_app_banner_and {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
/* ====== SECȚIUNILE (MAILBOX, PHOTO, USERS etc.) ====== */
.ow_subscribe_table th[colspan="6"] {
  background: linear-gradient(90deg, #ff2f6a 0%, #ff6a3d 100%) !important;
  color: #fff !important;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 14px;
  letter-spacing: 0.5px;
  border-left: none !important;
  border: none !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* ====== Dimensiuni rafinate pe mobil ====== */
@media screen and (max-width: 768px) {
  .ow_subscribe_table th[colspan="6"] {
    font-size: 8px !important;
    padding: 6px 10px !important;
    letter-spacing: 0.3px !important;
    line-height: 1.1 !important;
    border-radius: 3px !important;
  }
}