body, .ow, body, html, .base_sign_in{background-color:#FFF}
/* =====================================================
   GLOBAL STYLES START
   ===================================================== */

/* Global font for site text */
html,
body,
.ow,
.ow_page,
.ow_page_wrap,
.ow_page_wrap_in,
.ow_content,
.ow_main,
.ow_center,
.ow_footer,
input,
button,
select,
textarea {
  font-family: "Roboto", Arial, sans-serif !important;
  color: #6F7683;
}

/* Global heading font weight */
h1,
h2,
h3,
h4,
h5,
h6,
.ow_header,
.ow_section,
.ow_box_cap,
.ow_box_cap h3,
.ow_box_cap h4 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 600;
}

/* Global button and menu font weight */
button,
.ow_button,
.ow_button input,
.ow_btn,
.ow_btn_submit,
.ow_menu,
.ow_nav,
.ow_console,
.ow_console_item {
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 500;
}

/* Global form input weight */
input,
select,
textarea {
  font-weight: 400;
}

/* Global header cleanup */
.ow_header {
  background: none !important;
  background-image: none !important;
  min-height: 0 !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Global header overlay removal */
.ow_header::before,
.ow_header::after {
  background: none !important;
  background-image: none !important;
  content: none !important;
  pointer-events: none !important;
}

/* Global top spacing cleanup after header removal */
.ow_page_wrap,
.ow_page_padding {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Global menu wrapper spacing */
.ow_menu_wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  z-index: 999999 !important;
}

/* Global menu click safety */
.ow_menu_wrap,
.ow_menu_wrap * {
  pointer-events: auto !important;
}

/* Global header content layer safety */
.ow_header .container_wrap {
  position: relative !important;
  z-index: 999999 !important;
}

/* Global page background */
.ow_page_wrap {
  background-color: #e6e7ef;
}

/* Global inner page background */
.ow_page_container .ow_page {
  background-color: #e6e7ef;
}

/* Global top panel */
.ow_top_panel {
  background: #00d7b0;
}

/* Global notification count badge */
.ow_count_bg {
  background-color: #0000ff;
}

/* Global box cap side borders */
.ow_box_cap_right {
  border-right: 0 solid #ffffff;
  border-left: 0 solid #ffffff;
}

/* Global top menu for internal pages */
body.ow.platinum_pro .ow_menu_wrap {
  background: linear-gradient(to right, #00a3da 0%, #0a82e2 50%, #115eee 100%) !important;
  border-bottom: 1px solid rgba(0,0,0,0.06) !important;
}

/* Global top menu links */
body.ow.platinum_pro .ow_main_menu li a {
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  color: #444 !important;
  padding: 14px 18px !important;
  transition: all 0.2s ease !important;
}

/* Global top menu hover */
body.ow.platinum_pro .ow_main_menu li a:hover {
  color: #ed266b !important;
  border-bottom: none !important;
}

/* Global active top menu link */
body.ow.platinum_pro .ow_main_menu li.active a {
  color: #ed266b !important;
  position: relative !important;
  border-bottom: none !important;
}

/* Global active top menu underline */
body.ow.platinum_pro .ow_main_menu li.active a::after {
  content: "" !important;
  position: absolute !important;
  left: 20% !important;
  right: 20% !important;
  bottom: -8px !important;
  height: 3px !important;
  background: #ed266b !important;
  border-radius: 3px !important;
}

/* =====================================================
   GLOBAL STYLES END
   ===================================================== */



/* =====================================================
   INDEX PAGE START
   ===================================================== */

/* Homepage quick search checkboxes */
.index_qs_widget .ow_qs_field.qs_checkboxes {
  display: none;
}

/* Homepage advanced search link */
.index_qs_widget a {
  display: none;
}

/* Homepage quick search button colour */
.custom_platinum_pro_index .index_qs_widget span.ow_button {
  background-color: #ed266b;
  border-color: #ed266b !important;
}

/* Homepage quick search button click safety */
.custom_platinum_pro_index .index_qs_widget span.ow_button {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 9999 !important;
  pointer-events: auto !important;
}

/* Homepage join counter section */
.custom_platinum_pro_index .user_counter_join {
  display: none;
}

/* Homepage slogan hidden by default */
.header_slogan {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Homepage slogan visible on index page only */
body.base_index_page .header_slogan {
  display: block !important;
  position: absolute !important;
  top: 190px !important;
  left: 140px !important;
  z-index: 9999 !important;
  width: auto !important;
  max-width: 70% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Homepage slogan quote line */
body.base_index_page .header_slogan .Qu {
  font-size: 44px !important;
  line-height: 1.05 !important;
  margin-bottom: 8px !important;
  color: #f8f3ea !important;
  text-shadow: 0 4px 22px rgba(0,0,0,0.65) !important;
}

/* Homepage slogan reference line */
body.base_index_page .header_slogan .Qr {
  display: inline-block !important;
  margin-top: 0 !important;
  font-size: 18px !important;
  letter-spacing: 0.6px !important;
  color: #e6c98a !important;
  text-shadow: 0 3px 14px rgba(0,0,0,0.6) !important;
}

/* Homepage slider quote general style */
.Qu {
  font-family: 'Amiri', serif;
  font-size: 38px;
  color: #FFFFFF;
  text-shadow:
    0 0 2px rgba(0,0,0,0.85),
    0 0 6px rgba(0,0,0,0.55),
    0 0 1px rgba(255,255,255,0.55);
}

/* Homepage slider reference general style */
.Qr {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #F1F3F8;
  text-shadow:
    0 0 2px rgba(0,0,0,0.80),
    0 0 5px rgba(0,0,0,0.50),
    0 0 1px rgba(255,255,255,0.45);
}

/* Homepage horizontal quick search field corners */
.horizontal_qs .index_qs_widget .ow_qs_field:not(.ow_qs_btn) .placeholder {
  border-radius: 8px !important;
}

/* Homepage horizontal quick search age field corners */
.horizontal_qs .index_qs_widget .ow_qs_field.ow_qs_presentation_age .ow_qs_value .birthdate,
.horizontal_qs .index_qs_widget .ow_qs_field.ow_qs_presentation_age .ow_qs_value .birhdate {
  border-radius: 8px !important;
  overflow: hidden !important;
}

/* Homepage horizontal quick search button container */
.horizontal_qs .index_qs_widget .ow_qs_field.ow_qs_btn {
  margin-left: 20px;
  width: 166px !important;
  max-width: 166px !important;
  flex: 0 0 166px !important;
}

/* Homepage horizontal quick search button width */
.horizontal_qs .index_qs_widget .ow_qs_field.ow_qs_btn .ow_button {
  display: block;
  width: 100%;
}

/* Homepage horizontal quick search submit */
.horizontal_qs .index_qs_widget .ow_qs_field.ow_qs_btn .ow_button input[type="submit"] {
  width: 100% !important;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-left: 9px;
  padding-right: 46px !important;
  background-position: right 18px center !important;
  background-repeat: no-repeat !important;
}

/* Homepage horizontal quick search pseudo icon position */
.horizontal_qs .index_qs_widget .ow_qs_field.ow_qs_btn:after,
.horizontal_qs .index_qs_widget .ow_qs_field.ow_qs_btn .ow_button:after {
  right: 18px !important;
}

/* Homepage How We Do It image background */
.how_we_do_it_item .image {
  background-color: #ffffff !important;
}

/* Homepage hottest users title */
.circle_user_title {
  font-family: 'core_sans_e85_extrabold', sans-serif;
  color: #ffffff;
  font-size: 31px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0,0,0,0.65);
  letter-spacing: 16px;
}

/* Homepage hottest users section background */
.hottest_users {
  background: linear-gradient(90deg, #5b8ec2, #579FDD);
}

/* Homepage Sweet Stories image title overlay */
.custom_platinum_pro_index .stories_carousel_item_img .img_title {
  display: none !important;
}

/* Homepage Sweet Stories text panel background */
.custom_platinum_pro_index .stories_carousel_item_text {
  background: #ffffff !important;
}

/* Homepage Sweet Stories inner text panel elements */
.custom_platinum_pro_index .stories_carousel_item_text * {
  background: transparent !important;
}

/* Homepage Sweet Stories image panel background */
.custom_platinum_pro_index .stories_carousel_item_img {
  background-color: #ffffff !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}

/* Homepage app banner phone image size */
.custom_platinum_pro_index .app-banner-visual img {
  width: 454px !important;
  max-width: 454px !important;
  height: 460px !important;
}

/* Homepage stories carousel dots container */
.stories_carousel .owl-dots {
  position: absolute;
  bottom: 130px;
  left: 53%;
}

/* Homepage stories carousel inactive dots */
.stories_carousel .owl-dots button.owl-dot {
  background-color: #007bff !important;
  width: 44px;
  height: 6px;
  border-radius: 20px;
  border: 0;
  opacity: 0.4;
}

/* Homepage stories carousel active dot */
.stories_carousel .owl-dots button.owl-dot.active {
  background-color: #000000 !important;
  opacity: 1;
}

/* Homepage stories section Read More link */
.stories_carousel_item_text .read_more a {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 20px;
  position: relative;
  transition: all 0.25s ease;
}

/* Homepage stories section Read More underline */
.stories_carousel_item_text .read_more a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.25s ease;
}

/* Homepage stories section Read More hover */
.stories_carousel_item_text .read_more a:hover {
  color: #c0c0c0;
  border-color: transparent;
  background: transparent;
}

/* Homepage stories section Read More hover underline */
.stories_carousel_item_text .read_more a:hover::after {
  width: 100%;
}

/* Homepage mobile experience text column */
.index-SKMOBILEAPP_CMP_MobileExperience .app-banner-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  font-family: "Roboto", Arial, sans-serif !important;
}

/* Homepage app banner text */
.app-banner-text {
  color: #6F7683;
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
}

/* Homepage app banner strong text */
.app-banner-text strong {
  font-weight: 500;
  text-align: center;
}

/* Homepage app banner visual wrapper */
.app-banner-visual {
  width: 100%;
}

/* Homepage app banner image alignment */
.app-banner-visual img {
  display: block;
  margin-left: auto;
}

/* Homepage bottom banner text */
.footer_bottom_banner .text {
  font-size: 26px;
  color: #5c5c5c;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400;
}

/* Homepage bottom join button */
.footer_bottom_banner .ow_join_button a {
  background-color: DodgerBlue;
}

/* Homepage hero join button */
.index_join_button,
body .camera_wrap .index_join_button {
  height: 56px;
  background-color: #fff;
  border-radius: 10px;
  line-height: 57px;
  font-size: 17px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: 'core_sans_e45_regular', "Trebuchet MS", "Helvetica CY", sans-serif;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 34px;
}

/* Homepage outer background */
.ow.platinum_pro.base_index_page.user_not_logged div.index_master_page_wrap.custom_platinum_pro_index div.ow_page_wrap.index_master_page {
  background-color: #ffffff;
}

/* Homepage app section background */
.ow.platinum_pro.base_index_page.user_not_logged div.index_master_page_wrap.custom_platinum_pro_index div.ow_page_wrap.index_master_page div.ow_page_wrap_in div.ow_page_padding div.ow_page_container.clearfix div.ow_page.ow_bg_color.clearfix {
  background-color: #ffffff;
}

/* =====================================================
   INDEX PAGE END
   ===================================================== */



/* =====================================================
   DASHBOARD PAGE START
   ===================================================== */

/* Dashboard main content background */
body.base_user_dashboard .ow_page.ow_bg_color {
  background: transparent !important;
}

/* Dashboard top menu bar */
body.base_user_dashboard .ow_menu_wrap {
  background: linear-gradient(to right, #00a3da 0%, #0a82e2 50%, #115eee 100%) !important;
  border-bottom: 1px solid rgba(0,0,0,0.06) !important;
}

/* Dashboard top menu links */
body.base_user_dashboard .ow_main_menu li a {
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: none !important;
  color: #444 !important;
  padding: 14px 18px !important;
  transition: all 0.2s ease !important;
}

/* Dashboard top menu hover */
body.base_user_dashboard .ow_main_menu li a:hover {
  color: #ed266b !important;
}

/* Dashboard active top menu link */
body.base_user_dashboard .ow_main_menu li.active a {
  color: #ed266b !important;
  position: relative !important;
}

/* Dashboard active top menu underline */
body.base_user_dashboard .ow_main_menu li.active a::after {
  content: "" !important;
  position: absolute !important;
  left: 20% !important;
  right: 20% !important;
  bottom: -8px !important;
  height: 3px !important;
  background: #ed266b !important;
  border-radius: 3px !important;
}

/* Dashboard page title */
body.base_user_dashboard h1.ow_ic_house {
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  margin-bottom: 25px !important;
  color: #222 !important;
}

/* Dashboard widget headers */
body.base_user_dashboard #place_sections .ow_box_cap,
body.base_user_dashboard #place_sections .ow_box_cap_empty {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-bottom: 0 !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 12px 14px !important;
  box-sizing: border-box !important;
}

/* Dashboard widget header text */
body.base_user_dashboard #place_sections .ow_box_cap h3,
body.base_user_dashboard #place_sections .ow_box_cap_empty h3 {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

/* Dashboard widget bodies */
body.base_user_dashboard #place_sections .ow_box,
body.base_user_dashboard #place_sections .ow_box_empty {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 0 !important;
  border-radius: 0 0 14px 14px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
  padding: 14px !important;
  box-sizing: border-box !important;
}

/* Dashboard old bottom decoration removal */
body.base_user_dashboard #place_sections .ow_box_bottom_left,
body.base_user_dashboard #place_sections .ow_box_bottom_right,
body.base_user_dashboard #place_sections .ow_box_bottom_body,
body.base_user_dashboard #place_sections .ow_box_bottom_shadow {
  display: none !important;
}

/* Dashboard widget spacing */
body.base_user_dashboard #place_sections .ow_stdmargin {
  margin-bottom: 18px !important;
}

/* Dashboard quick search field spacing */
body.base_user_dashboard #place_sections .ow_qs_field {
  padding-bottom: 12px !important;
}

/* Dashboard quick search inputs */
body.base_user_dashboard #place_sections .ow_qs_value select,
body.base_user_dashboard #place_sections .ow_qs_value input[type="text"] {
  border-radius: 10px !important;
  border: 1px solid rgba(0,0,0,0.15) !important;
  padding: 8px 10px !important;
}

/* Dashboard quick search button wrapper */
body.base_user_dashboard #place_sections .ow_qs_btn .ow_button {
  background: #ed266b !important;
  border: 1px solid #ed266b !important;
  border-radius: 12px !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: inline-block !important;
}

/* Dashboard quick search button inner span */
body.base_user_dashboard #place_sections .ow_qs_btn .ow_button > span {
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}

/* Dashboard quick search submit input */
body.base_user_dashboard #place_sections .ow_qs_btn .ow_button input[type="submit"] {
  background: transparent !important;
  border: 0 !important;
  padding: 10px 18px !important;
  height: auto !important;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  cursor: pointer !important;
}

/* Dashboard quick search button hover */
body.base_user_dashboard #place_sections .ow_qs_btn .ow_button:hover {
  filter: brightness(0.95) !important;
}

/* Dashboard general buttons */
body.base_user_dashboard #place_sections .ow_button input[type="submit"],
body.base_user_dashboard #place_sections .ow_button button {
  background: #ed266b !important;
  border-color: #ed266b !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  padding: 10px 16px !important;
}

/* Dashboard general submit button letter spacing */
body.base_user_dashboard #place_sections .ow_button input[type="submit"] {
  letter-spacing: 1px !important;
}

/* Dashboard links */
body.base_user_dashboard a {
  color: #333 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

/* Dashboard links hover */
body.base_user_dashboard a:hover {
  color: #ed266b !important;
  text-decoration: underline !important;
}

/* Dashboard sidebar My Profile header */
body.base_user_dashboard .ow_sidebar .ow_box_cap_empty {
  background: #fbfbfd !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-bottom: 0 !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 10px 12px !important;
  box-sizing: border-box !important;
  background-image: none !important;
}

/* Dashboard sidebar My Profile body */
body.base_user_dashboard .ow_sidebar .ow_box_empty {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 0 !important;
  border-radius: 0 0 14px 14px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
  padding: 12px !important;
  box-sizing: border-box !important;
  background-image: none !important;
}

/* Dashboard sidebar My Profile avatar row */
body.base_user_dashboard .ow_sidebar .ow_my_avatar_widget {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Dashboard sidebar My Profile image wrapper */
body.base_user_dashboard .ow_sidebar .ow_my_avatar_img {
  float: none !important;
  margin: 0 !important;
}

/* Dashboard sidebar My Profile avatar image */
body.base_user_dashboard .ow_sidebar .ow_avatar img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px !important;
}

/* Dashboard sidebar My Profile username */
body.base_user_dashboard .ow_sidebar .ow_my_avatar_username {
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Dashboard Quick Links widget header */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_QuickLinksWidget > .ow_box_cap {
  background: linear-gradient(180deg, #95c4ec 0%, #7fb6e7 45%, #6baae1 100%) !important;
  border: 1px solid #5fa1db !important;
  border-bottom: 0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 3px 6px rgba(0,0,0,0.08) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Dashboard Quick Links widget cap inner layers */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_QuickLinksWidget > .ow_box_cap > .ow_box_cap_right,
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_QuickLinksWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Dashboard Quick Links widget cap padding */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_QuickLinksWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body {
  padding: 14px 18px !important;
}

/* Dashboard Quick Links widget title */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_QuickLinksWidget h3 {
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Dashboard Welcome widget header */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_WelcomeWidget > .ow_box_cap {
  background: linear-gradient(180deg, #95c4ec 0%, #7fb6e7 45%, #6baae1 100%) !important;
  border: 1px solid #5fa1db !important;
  border-bottom: 0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 3px 6px rgba(0,0,0,0.08) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Dashboard Welcome widget cap inner layers */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_WelcomeWidget > .ow_box_cap > .ow_box_cap_right,
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_WelcomeWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Dashboard Welcome widget cap padding */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_WelcomeWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body {
  padding: 14px 18px !important;
}

/* Dashboard Welcome widget title */
body.base_user_dashboard #place_sections .dashboard-BASE_CMP_WelcomeWidget h3 {
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Dashboard Bookmarks widget header */
body.base_user_dashboard #place_sections .dashboard-BOOKMARKS_CMP_BookmarksWidget > .ow_box_cap_empty {
  background: linear-gradient(180deg, #e5e1fd 0%, #d6d0fb 45%, #c9c2fb 100%) !important;
  border: 1px solid #b8aff6 !important;
  border-bottom: 0 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    0 3px 6px rgba(0,0,0,0.08) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Dashboard Bookmarks widget cap inner layers */
body.base_user_dashboard #place_sections .dashboard-BOOKMARKS_CMP_BookmarksWidget > .ow_box_cap_empty > .ow_box_cap_right,
body.base_user_dashboard #place_sections .dashboard-BOOKMARKS_CMP_BookmarksWidget > .ow_box_cap_empty > .ow_box_cap_right > .ow_box_cap_body {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Dashboard Bookmarks widget cap padding */
body.base_user_dashboard #place_sections .dashboard-BOOKMARKS_CMP_BookmarksWidget > .ow_box_cap_empty > .ow_box_cap_right > .ow_box_cap_body {
  padding: 14px 18px !important;
}

/* Dashboard Bookmarks widget title */
body.base_user_dashboard #place_sections .dashboard-BOOKMARKS_CMP_BookmarksWidget h3 {
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =====================================================
   DASHBOARD PAGE END
   ===================================================== */



/* =====================================================
   MY PROFILE PAGE START
   ===================================================== */

/* My Profile page widget spacing */
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget,
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget,
.ow_dnd_widget.profile-VIRTUALGIFTS_CMP_UserGiftsWidget,
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget {
  margin-bottom: 18px !important;
}

/* My Profile details widget positioning */
.profile-BASE_CMP_UserViewWidget {
  position: relative;
}

/* My Profile details widget header */
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget > .ow_box_cap {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 1px solid rgba(0,0,0,0.08) !important;
  border-bottom: 0 !important;
  border-radius: 16px 16px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-image: none !important;
  box-shadow: none !important;
}

/* My Profile details widget old cap layers */
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget > .ow_box_cap > .ow_box_cap_right,
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body,
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget .ow_box_cap_right,
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget .ow_box_cap_body {
  background: transparent !important;
  background-image: none !important;
}

/* My Profile details widget cap padding */
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body {
  padding: 14px 16px !important;
  min-height: auto !important;
}

/* My Profile details widget title */
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget > .ow_box_cap h3 {
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  color: #2f3440 !important;
}

/* My Profile details widget body */
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget > .ow_box {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 0 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
  padding: 18px !important;
  box-sizing: border-box !important;
  background-image: none !important;
}

/* My Profile details widget old bottom layers */
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget .ow_box_bottom_left,
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget .ow_box_bottom_right,
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget .ow_box_bottom_body,
.ow_dnd_widget.profile-BASE_CMP_UserViewWidget .ow_box_bottom_shadow {
  display: none !important;
}

/* My Profile tab wrapper */
.profile-BASE_CMP_UserViewWidget .ow_content_menu_wrap {
  margin-bottom: 18px !important;
  border-bottom: 1px solid #eef0f5 !important;
  padding-bottom: 12px !important;
}

/* My Profile tab list */
.profile-BASE_CMP_UserViewWidget .ow_content_menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* My Profile tab items */
.profile-BASE_CMP_UserViewWidget .ow_content_menu li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  border-top: 0 !important;
}

/* My Profile tab links */
.profile-BASE_CMP_UserViewWidget .ow_content_menu li a {
  display: inline-block !important;
  background: #f4f5f9 !important;
  border: 1px solid #e4e7ee !important;
  border-radius: 999px !important;
  padding: 4px 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #555 !important;
  text-decoration: none !important;
}

/* My Profile tab hover */
.profile-BASE_CMP_UserViewWidget .ow_content_menu li a:hover {
  background: #fff5f9 !important;
  border-color: rgba(237,38,107,0.20) !important;
  color: #ed266b !important;
  text-decoration: none !important;
}

/* My Profile active tab */
.profile-BASE_CMP_UserViewWidget .ow_content_menu li.active a,
.profile-BASE_CMP_UserViewWidget .ow_content_menu li.current a {
  background: #fdeef4 !important;
  border-color: rgba(237,38,107,0.24) !important;
  color: #ed266b !important;
}

/* My Profile details tables */
.profile-BASE_CMP_UserViewWidget table,
.profile-BASE_CMP_UserViewWidget .ow_table_1 {
  width: 100% !important;
  border-collapse: collapse !important;
}

/* My Profile details cells */
.profile-BASE_CMP_UserViewWidget table td,
.profile-BASE_CMP_UserViewWidget .ow_table_1 td {
  padding: 12px 12px !important;
  vertical-align: top !important;
  border-bottom: 1px solid #f0f2f6 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

/* My Profile details label column */
.profile-BASE_CMP_UserViewWidget table td:first-child,
.profile-BASE_CMP_UserViewWidget .ow_table_1 td:first-child {
  width: 36% !important;
  color: #8a8f99 !important;
  font-weight: 500 !important;
}

/* My Profile details value column */
.profile-BASE_CMP_UserViewWidget table td:last-child,
.profile-BASE_CMP_UserViewWidget .ow_table_1 td:last-child {
  color: #2f3440 !important;
  font-weight: 600 !important;
}

/* My Profile last row */
.profile-BASE_CMP_UserViewWidget table tr:last-child td,
.profile-BASE_CMP_UserViewWidget .ow_table_1 tr:last-child td {
  border-bottom: 0 !important;
}

/* My Profile Edit Profile button */
#edit-profile {
  display: inline-block !important;
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #ed266b;
  background: #ffffff;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.08);
  transition: all 0.2s ease;
}

/* My Profile Edit Profile hover */
#edit-profile:hover {
  background: #ed266b;
  color: #ffffff;
  border-color: #ed266b;
}

/* My Profile left avatar widget body */
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget > .ow_box_empty {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
  padding: 18px !important;
  background-image: none !important;
}

/* My Profile left avatar widget old empty cap layers */
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget > .ow_box_cap_empty,
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget > .ow_box_cap_empty > .ow_box_cap_right,
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget > .ow_box_cap_empty > .ow_box_cap_right > .ow_box_cap_body {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
}

/* My Profile left avatar widget console */
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget .ow_avatar_console {
  background: transparent !important;
  border: 0 !important;
}

/* My Profile left avatar image wrapper */
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget #avatar-console-image {
  border-radius: 18px !important;
  overflow: hidden !important;
  margin: 0 auto !important;
}

/* My Profile left avatar online dot */
.ow_dnd_widget.profile-BASE_CMP_UserAvatarWidget .user_online_wrap {
  left: 10px !important;
  bottom: 10px !important;
}

/* My Profile right small widget header */
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > .ow_box_cap_empty {
  background: #fbfbfd !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-bottom: 0 !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-image: none !important;
}

/* My Profile right small widget old cap layers */
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > .ow_box_cap_empty > .ow_box_cap_right,
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > .ow_box_cap_empty > .ow_box_cap_right > .ow_box_cap_body {
  background: transparent !important;
  background-image: none !important;
}

/* My Profile right small widget cap padding */
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > .ow_box_cap_empty > .ow_box_cap_right > .ow_box_cap_body {
  padding: 10px 12px !important;
  min-height: auto !important;
}

/* My Profile right small widget body */
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget > .ow_box_empty {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 0 !important;
  border-radius: 0 0 14px 14px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.045) !important;
  padding: 12px !important;
  background-image: none !important;
}

/* My Profile right small widget avatar image */
.ow_dnd_widget.index-BASE_CMP_MyAvatarWidget .ow_avatar img {
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px !important;
}

/* My Profile gifts widget header */
.ow_dnd_widget.profile-VIRTUALGIFTS_CMP_UserGiftsWidget > .ow_box_cap {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-bottom: 0 !important;
  border-radius: 16px 16px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-image: none !important;
}

/* My Profile gifts widget old cap layers */
.ow_dnd_widget.profile-VIRTUALGIFTS_CMP_UserGiftsWidget > .ow_box_cap > .ow_box_cap_right,
.ow_dnd_widget.profile-VIRTUALGIFTS_CMP_UserGiftsWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body {
  background: transparent !important;
  background-image: none !important;
}

/* My Profile gifts widget cap padding */
.ow_dnd_widget.profile-VIRTUALGIFTS_CMP_UserGiftsWidget > .ow_box_cap > .ow_box_cap_right > .ow_box_cap_body {
  padding: 14px 16px !important;
  min-height: auto !important;
}

/* My Profile gifts widget body */
.ow_dnd_widget.profile-VIRTUALGIFTS_CMP_UserGiftsWidget > .ow_box {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-top: 0 !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05) !important;
  padding: 14px !important;
  background-image: none !important;
}

/* My Profile gifts images */
.profile-VIRTUALGIFTS_CMP_UserGiftsWidget img {
  max-width: 72px !important;
  height: auto !important;
}

/* My Profile gifts View All button */
.profile-VIRTUALGIFTS_CMP_UserGiftsWidget .ow_box_toolbar li a {
  background: #ed266b !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.4px !important;
  text-transform: uppercase !important;
  padding: 8px 16px !important;
  height: auto !important;
  line-height: normal !important;
  border-radius: 8px !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
  transition: all 0.2s ease !important;
}

/* My Profile gifts View All hover */
.profile-VIRTUALGIFTS_CMP_UserGiftsWidget .ow_box_toolbar li a:hover {
  background: #d61f60 !important;
  transform: translateY(-1px);
}

/* =====================================================
   MY PROFILE PAGE END
   ===================================================== */



/* =====================================================
   PHOTO PAGE START
   ===================================================== */

/* Photo page active Explore tab */
.ow_content_menu li.active {
  border-top: 4px solid #ed266b !important;
}

/* Photo page Create Album button wrapper */
.ow_btn_delimiter.ow_right > span.ow_button:first-of-type {
  background: linear-gradient(to bottom, #55d88e 0%, #2fbf6d 100%) !important;
  border: 1px solid #2ab463 !important;
  padding: 0 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

/* Photo page Create Album button inner span */
.ow_btn_delimiter.ow_right > span.ow_button:first-of-type > span {
  background: transparent !important;
  background-image: none !important;
  padding: 0 !important;
  border-radius: 6px !important;
}

/* Photo page Create Album button input */
.ow_btn_delimiter.ow_right > span.ow_button:first-of-type input {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  color: #ffffff !important;
  height: 38px !important;
  padding: 0 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}

/* Photo page Create Album button hover */
.ow_btn_delimiter.ow_right > span.ow_button:first-of-type:hover {
  background: #0e9a46 !important;
  border-color: #0c873d !important;
}

/* Photo page Upload Photos button wrapper */
.ow_btn_delimiter.ow_right > span.ow_button:nth-of-type(2) {
  background: linear-gradient(to bottom, #7fb3ff 0%, #4f86ff 100%) !important;
  border: 1px solid #4a7cf0 !important;
  padding: 0 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

/* Photo page Upload Photos button inner span */
.ow_btn_delimiter.ow_right > span.ow_button:nth-of-type(2) > span {
  background: transparent !important;
  background-image: none !important;
  padding: 0 !important;
  border-radius: 6px !important;
}

/* Photo page Upload Photos button input */
.ow_btn_delimiter.ow_right > span.ow_button:nth-of-type(2) input {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  color: #ffffff !important;
  height: 38px !important;
  padding: 0 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  border-radius: 6px !important;
}

/* Photo page Upload Photos button hover */
.ow_btn_delimiter.ow_right > span.ow_button:nth-of-type(2):hover {
  background: #3247cf !important;
  border-color: #293bb0 !important;
}

/* Photo page filter bar */
.ow_box_menu.ow_fw_menu {
  border-radius: 14px !important;
  padding: 10px 16px !important;
  min-height: 24px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
  color: #7b7267 !important;
  background: #fff1f5 !important;
  border: 1px solid #f3b6c8 !important;
}

/* Photo page filter links */
.ow_box_menu.ow_fw_menu a {
  color: #5c534a !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

/* Photo page filter links hover */
.ow_box_menu.ow_fw_menu a:hover {
  color: #ed266b !important;
}

/* Photo page filter search input */
.ow_box_menu.ow_fw_menu input[type="text"] {
  height: 30px !important;
  border: 1px solid #ddd7ca !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 0 12px !important;
  color: #444 !important;
  box-shadow: none !important;
}

/* Photo page browse photo thumbnails */
#browse-photo .ow_photo_pint_album img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
}

/* =====================================================
   PHOTO PAGE END
   ===================================================== */



/* =====================================================
   SEARCH PAGE START
   ===================================================== */

/* Search page main search box */
.ow_searchbox {
  background: #ffffff !important;
  border: 1px solid #dfe5ef !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 14px rgba(34,54,87,0.04) !important;
  overflow: hidden !important;
  margin-bottom: 22px !important;
}

/* Search page section tables only */
table.ow_table_1 {
  border: 1px solid #dfe5ef !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #e6e7ef !important;
  margin-bottom: 22px !important;
}

/* Search page table headers only */
table.ow_table_1 th {
  background: linear-gradient(to right, #7ea4d9 0%, #8fb3e0 50%, #a3c1e7 100%) !important;
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 10px 16px !important;
  border: none !important;
  border-radius: 10px 10px 0 0 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

/* Search page normal content rows */
table.ow_table_1 tr:not(.ow_tr_delimiter) td {
  background: #ffffff !important;
}

/* Search page delimiter gap row */
table.ow_table_1 tr.ow_tr_delimiter td {
  background: transparent !important;
  height: 20px !important;
  padding: 0 !important;
  border: none !important;
}

/* =====================================================
   SEARCH PAGE END
   ===================================================== */



/* =====================================================
   SUBSCRIBE PAGE START
   ===================================================== */

/* Subscribe page Permissions header */
table.ow_subscribe_table tr.ow_tr_first th:first-child {
  background: #6f7683 !important;
  color: #ffffff !important;
}

/* Subscribe page Free header */
table.ow_subscribe_table tr.ow_tr_first th:nth-child(2) {
  background: #18a957 !important;
  color: #ffffff !important;
}

/* Subscribe page VIP header */
table.ow_subscribe_table tr.ow_tr_first th:last-child {
  background: #0a82e2 !important;
  color: #ffffff !important;
}

/* Subscribe page VIP column */
table.ow_subscribe_table td:nth-child(3) {
  background: #eef6ff !important;
}

/* Subscribe page table cells */
table.ow_subscribe_table td {
  padding: 12px 14px !important;
  color: #53627a !important;
  vertical-align: middle !important;
}

/* Subscribe page Free and VIP column alignment */
table.ow_subscribe_table td:nth-child(2),
table.ow_subscribe_table td:nth-child(3) {
  text-align: center !important;
}

/* Subscribe page section delimiter rows */
table.ow_subscribe_table tr.ow_delimiter td {
  background: #3a8dde !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  padding: 12px 14px !important;
  text-align: left !important;
}

/* Subscribe page first right button */
div.ow_right > span:nth-child(1) {
  background: #0000ff !important;
  border-radius: 8px !important;
  padding: 8px !important;
}

/* Subscribe page membership promo header */
.ow_dnd_widget.index-MEMBERSHIP_CMP_PromoWidget div.ow_box_cap_empty.ow_dnd_configurable_component.clearfix {
  background: #0000ff !important;
}

/* Subscribe page membership block */
.ow_mship_widget_block {
  background: #ffffff !important;
  padding: 12px 14px !important;
}

/* =====================================================
   SUBSCRIBE PAGE END
   ===================================================== */


.


/* =========================================
   MATCHES PAGE – CARD STYLE (REAL SELECTOR)
   ========================================= */

.ow_ulist_big_item{

    background:#ffffff !important;
    border:1px solid #e4e9f2 !important;
    border-radius:12px !important;

    padding:14px !important;
    margin:12px !important;

    box-shadow:0 4px 14px rgba(34,54,87,0.06) !important;

    transition: all 0.2s ease !important;
}

/* Hover */
.ow_ulist_big_item:hover{
    transform: translateY(-3px);
    box-shadow:0 8px 20px rgba(34,54,87,0.10) !important;
}



.ow_sort_control {
  padding: 4px;
  background: #0ff;
  border: 1px solid #0000ff;
}





.ow_ulist_big_item{color:red !important;}



.ow_ulist_big_item{padding:10px !important;}




.ow_ulist_big_avatar{padding-bottom:10px !important;}

.ow_sort_control {
  padding: 4px;
  background: #0ff;
  border: 1px solid #0000ff;
}