/* 
Theme Name: Strip Lite
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Custom Add Css*/

main#content .page-header h1.entry-title {
    display: none;
}
.main-layout.sticky-header-desktop .wrapper>header.header-top-wrapper.header-top-wrapper.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3sease-in-out;
    z-index: 9999;
}
.sticky-header .header-sub.view-cam-header-sub {
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 9999;
}
.broadcast-type-webrtc.player.player-type-hls.player-wrapper.view-cam-resizer-player {
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-fan-club-status-btn {
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    align-items: center;
    background-color: rgba(216, 216, 216, .23);
    border: 0;
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    height: 28px;
    padding: 0 10px;
    position: relative;
    transition: background-color .15slinear, border-color .15slinear;
}

/* Login Page */
.custom-login-modal, .custom-register-modal {
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 50px 0;
}
.custom-login-box, .custom-register-box {
    background: #2f183d00;
    padding: 30px;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.custom-login-box h2, .custom-register-box h2 {
    color: #ffffff;
    margin-bottom: 10px;
}
.custom-login-box p, .custom-register-box p {
    color: #a0a0a0;
    font-size: 14px;
}
.custom-login-box a, .custom-register-box a {
    color: #617eff;
    text-decoration: none;
    font-weight: 600;
}
.custom-input-group {
    position: relative;
    margin: 10px 0;
}
.custom-input-group input, .custom-input-group select {
    width: 100%;
    padding: 12px;
    background: #22202c;
    border: 1px solid #3a3745;
    color: #ffffff;
    border-radius: 5px;
}
.custom-input-group input::placeholder, .custom-input-group input::placeholder {
    color: #a0a0a0;
}
.custom-input-group .toggle-password, .custom-input-group .toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-image: url('eye-icon.png'); /* Add an eye icon */
    background-size: contain;
    width: 20px;
    height: 20px;
}
.forgot-password {
    text-align: right;
    font-size: 14px;
    margin-bottom: 15px;
}
.custom-login-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, #536dfe, #3d5afe);
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}
.custom-login-btn:hover {
    opacity: 0.8;
}

/* Register Form */
.custom-checkbox {
    text-align: left;
    margin-top: 10px;
    color: #a0a0a0;
}
.custom-checkbox input {
    margin-right: 5px;
}
.custom-register-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, #536dfe, #3d5afe);
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}
.custom-register-btn:hover {
    opacity: 0.8;
}

.content-model-profile .items-center {
    -webkit-box-align: center;
    align-items: center;
}
.content-model-profile .mb-medium {
    margin-bottom: 1.25rem;
}
.content-model-profile .flex {
    display: flex;
}
.profile-picture-renderer {
    flex: 0 0 7.2rem;
    border-radius: 1.25rem;
    margin-right: 1.5rem;
    overflow: hidden;
    border: 1px solid #b2b2b2;
    position: relative;
    align-self: flex-start;
}
.profile-picture-renderer img {
    width: 100%;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}
.profile-picture-renderer::before {
    content: "";
    padding-top: 100%;
    display: block;
}
.performerName-profile {
    font-size: 1.5rem;
    overflow-wrap: anywhere;
    font-weight: 400;
}
.model-live-status {
    color: #c2ff90;
    font-size: 0.875rem;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
}
.model-live-status::before {
    content: "";
    background-color: #c2ff90;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.625rem;
    width: 1.2em;
    height: 1.2em;
    vertical-align: top;
}
.model-name-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.about-model-wrapper {
    padding: 1.5rem 0;
}
.title_profile {
    overflow-wrap: break-word;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-size: 1.125rem;
}
#model-details-wrapper .about-model-renderer dl.grid.grid-cols-12.gap-small {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
    gap: 0.625rem;
    display: grid;
}
#model-details-wrapper .about-model-renderer .col-span-6 {
    grid-column: span 6;
}


.username-icons {
    display: inline-flex;
}
.username-role-icon.gender {
    margin: 0;
}
.username-role-icon:last-child {
    margin-right: 5px;
}
.username-role-icon.gender {
    align-self: center;
}
.username-role-icon {
    align-items: center;
    display: inline-flex;
    margin: 0 0 0 5px;
    position: relative;
}
.username-role-icon.gender .icon {
    margin: 0 8px;
}
.icon {
    height: 1rem;
    margin-right: 4px;
    pointer-events: none;
    vertical-align: middle;
    width: 1rem;
}

.streaming-policy {
    background: var(--primary);
    padding: 20px;
}
.streaming-policy h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.policy-list {
    list-style: none;
    padding: 0;
}
.policy-list li {
    background: #452c55fa;
    margin: 10px 0;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    line-height: 1.5;
}
.text-primary {
    color: #007bff;
    font-weight: bold;
}
.text-danger {
    color: #dc3545;
    font-weight: bold;
}

.add-mintue-btn{
    align-items: center;
    display: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    pointer-events: all;
    background: #d900a8;
    color: #000;
    transition: 90msease-in-out;
}

.vjs-poster img {
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(10px) brightness(.6);
    transform: scale(1.04);
    transform-origin: center;
    bottom: 0;
    right: 0;
    top: 0;
    background-size: cover;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 100%;
    background-size: 0 0;
    overflow: hidden;
    pointer-events: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.vjs-has-started .vjs-poster, .vjs-using-native-controls .vjs-poster{
    background-size: cover !important;
    background-position: center !important;
    display: block !important;
    opacity: 1 !important;
}
.video-js .vjs-tech {
    top: 0;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    z-index: 999;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  display: none;
}

#popup-box {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 460px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.popup-buttons {
  margin-top: 15px;
}

.popup-btn {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  text-decoration: none;
  color: white;
  background: #0073aa;
  border-radius: 5px;
}

.popup-btn:hover {
  background: #005a87;
}

#login-btn {
  background: #7c119f;
}

#login-btn:hover {
  background: #7c119f9c;
}

.watch-time-plans .plan {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.watch-time-plans .plan p {
  margin: 0;
}

.watch-time-plans .plan h3 {
  font-size: 24px;
  margin: 0;
}

span.woocommerce-Price-amount.amount {
  font-size: 20px;
}

.watch-time-plans .buy-now {
  display: block;
  background: #323232;
  color: white;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 10px;
}

.watch-time-plans .buy-now {
  display: block;
  background: #0073aa;
  color: white;
  padding: 8px 15px;
  text-decoration: none;
}

/* Plan Page */
.section-padding {
    padding: 6.25rem 0;
}
.pricing-plan-wrapper {
    position: relative;
    background-color: #990bec40;
    border: 1px solid #d800a8;
}
.pricing-plan-header {
    padding: 0 30px 30px;
    background: #2d003c00;
}
.pricing-plan-middle {
    min-height: 160px;
    width: 270px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    margin: -28px auto 0;
    color: #111111;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #d900a8;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-width: 7px;
    border-style: solid;
    text-align: center;
    position: relative;
    /* display: flex; */
    padding: 20px;
}
.plan-name {
    font-size: 1.25em;
    margin-bottom: 20px;
    color: #eb00aa !important;
}
.sale-price {
  font-size: 2.437rem;
}
.main-price {
    font-size: 40px;
    color: #7c119f;
    font-weight: 700;
}
span.plan-minute {
    color: #eb00aa;
    font-size: 22px;
}
.pricing-details {
  padding: 2.8125rem;
}
.pricing-plan-description ul {
  margin: 0 0 1.875rem;
}
.pricing-plan-description ul li {
  margin-bottom: 2.5rem;
  padding-left: 1.625rem;
  position: relative;
}
.pricing-plan-description ul li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -25px;
}
.pricing-plan-footer .btn {
    background-image: none;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    margin: 57px auto 0;
    padding: 17px 56px;
    background-color: #fff;
    color: #000;
}
.pricing-plan-footer .btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.pricing-details {
    padding: 2.8125rem;
    text-align: center;
}
.pricing-plan-wrapper::after {
  content: "";
  background: linear-gradient(180deg, #e50914 0, rgba(229, 9, 20, 0) 100%);
  position: absolute;
  top: -0.125em;
  bottom: -0.125em;
  left: -0.125em;
  right: -0.125em;
  z-index: -1;
}

@media (max-width: 480px) {
  .pricing-plan-wrapper .pricing-plan-header {
    padding: 2.5rem 1.875rem;
  }

  .pricing-plan-wrapper  .pricing-details {
    padding: 1.875rem;
  }
}

.model-list-item-country img.emoji {
    width: 15px !important;
    height: 15px !important;
}

.player-top-button__icon {
    color: #fff;
    fill: #fff;
    height: 16px;
    margin: 0;
    width: 16px;
}
/* Hide default control bar */
.video-js .vjs-control-bar {
    display: none !important;
}

/* Show overlay when hovering on video */
#video-wrapper:hover #video-overlay {
    opacity: 1;
}

#video-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 14px;
    z-index: 999;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease-in-out;
}

.player-controls-user__button.player-resolution.player-top-button {
    background: 0 0;
    height: 36px;
    line-height: 16px;
    padding: 0;
    pointer-events: auto;
    width: 36px;
}

.resolution-dropdown {
    display: none; 
    position: absolute; 
    top: 40px; 
    right: 0; 
    background: rgba(0, 0, 0, 0.8); 
    padding: 10px; 
    border-radius: 5px; 
    color: white;
}

.woocommerce-billing-fields__field-wrapper > *:not(#billing_country_field) {
    display: none !important;
}
label.required_field[for="billing_country"] {
    text-align: left;
}

/* General Styles */
.striplite-checkout.woocommerce-checkout {
    color: #fff;
    padding: 2rem;
}

/* Headings */
.striplite-checkout.woocommerce-checkout h3,
.striplite-checkout.woocommerce-checkout h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Inputs and Selects */
.striplite-checkout.woocommerce-checkout input,
.striplite-checkout.woocommerce-checkout textarea,
.striplite-checkout.woocommerce-checkout select {
    background-color: #161616;
    border: 1px solid #333;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.striplite-checkout.woocommerce-checkout .form-row {
    margin-bottom: 1.5rem;
}

/* Order Review */
.striplite-checkout.woocommerce-checkout-review-order-table {
    background-color: #161616;
    border-collapse: collapse;
    width: 100%;
    color: #fff;
}

.striplite-checkout.woocommerce-checkout-review-order-table th,
.striplite-checkout.woocommerce-checkout-review-order-table td {
    border: 1px solid #2a2a2a;
    padding: 12px;
}

/* Payment Section */
.striplite-checkout.woocommerce-checkout #payment {
    padding: 1.5rem;
    border-radius: 10px;
}

.striplite-checkout.woocommerce-checkout #payment .payment_box {
    background-color: #201b2f;
    border-radius: 8px;
    padding: 1rem;
    color: #eee;
}
.striplite-checkout.woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #201b2f;
}

/* Place Order Button */
#place_order {
    background-color: #7c3aed;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

#place_order:hover {
    background-color: #ce3b3c;
}

/* Remove table borders where needed */
.shop_table thead th {
    color: #fff;
}

.woocommerce-order.striplite-thankyou {
    padding: 40px 0;
}

.woocommerce-checkout-payment label {
    text-align: left;
    display: inline-block;
    margin-bottom: .5rem;
}

.next-model-button:hover, .next-model-button:focus {
    background: transparent;
}

.CategoriesGroupsTags__link\#Uz.model-filter-link.tag-group-item.SidebarLink__active\#z9 {
    background-color: rgba(255, 255, 255, .12);
    color: #fa5365;
    color: var(--primary-light);
}