/*
Theme Name: no-code-theme
Author URI: 
Theme URI: 
Tags: full-site-editing
Text Domain: no-code-theme
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
/* Change left sidebar background color */

.crm-client-portal .navigation {
    /*background-color: #1a1a1a;*/
    color:white;
  }
  
  /* Change menu link color */
  .crm-client-portal .navigation a {
    color: #fff !important;
  }
  
  /* Style quotes heading */
  .crm-client-portal h1 {
    font-size: 28px;s
    /*color: #333;*/
  }
  /* ==== Custom Speaker Dashboard ==== */
.custom-dashboard {
   font-family: "Montserrat", sans-serif;
}

/**trying to make width 100% of screen**/
.dokan-dashboard-wrap {
  max-width: 100% !important;
  width: 100% !important;
}
/*:root {*/
/*  --wp--style--global--content-size: 100%;*/
/*  --wp--style--global--wide-size: 100%;*/
/*}*/

/*end of width*/

/* Header */
.dashboard-header {
    display: flex;
    justify-content:center;
    align-items:center;
    color: white;
    text-align:center;
    background: #2E3588; 
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    width:100%;
    height:200px;
  
}
.dashboard-header h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
    font-family:Montserrat;
}
.btn-link {
    /*color: #2563eb;*/
    font-weight: 500;
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: underline;
}

/* Top two-column section */
.dashboard-top {
    display: grid;
    gap: 20px;
    margin-bottom: 25px;
}

/* Bottom two-column */
.dashboard-bottom {
    display: grid;
    gap: 20px;
}


.profile-nav h3{
    display:flex;
    justify-content:center;
    align-items:center;
}
.profile-nav a{
    padding-top:20px;
    text-decoration: none;
    color:white !important;
}
.profile-box{
    background-color:#60B4C4;
    width:35%;   
    border-radius:15px;
    color:white;
    font-weight: 400;
    font-family:Montserrat;
    padding:20px;
}
.profile-box h3{
    border-top:solid white 1px;
    color:white;
    /*font-weight: 300;*/
    text-align:center;
}
.profile-top-box{
    display:flex;
    justify-content:center;
    align-items:center;
    /*margin:20px;*/
}
.profile-box-sec h3{
    display:flex;
    justify-content:center;
    align-items:center;
}
.profile-pic{
    margin-right:15px;
    margin-top:20px;
}
.profile-card-top h3{
    font-size:30px;
    color:white;
    border:none !important;
   
}
.profile-card-top .btn-link{
    color:#2E3588;
    text-decoration:underline;
}
.profile-card{
    display:flex;
}

.custom-dashboard {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dashboard-main {
    display: flex;
    /*grid-template-columns: 260px 1fr; */
    gap: 20px;
}

.profile-content-area {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    width:65%;
}

/* Cards */
.dashboard-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.dashboard-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 8px;
}
.dashboard-card .card-body {
    font-size: 14px;
    line-height: 1.5;
}
.message-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 10px 0;
}
.message-list li {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f3f4f6;
}

/*middle search bar with filters*/

.custom-search-input{
    width:100%;
    height:40px;
    border-radius:10px 0px 0px 10px;
    border:none;
    
}
.filter-search-button{
    background-color:#ED3895;
    height:40px;
    width:180px;
    /*font-family:Montserrat;*/
    font-size:18px;
    /*border-radius:0px 10px 10px 0px;*/
    border:none;
    color:white;
}
.filter{
    color:white;
    background-color:#2C368D;
    width:200px;
}

.filters-bar {

  gap: 15px;
  margin-bottom: 25px;
  display: flex;
    flex-wrap: wrap;
  /*gap: 10px;*/
  justify-content:space-between;
  margin-top:15px;
}

.dropdown-content label {
  display: block;
  margin: 6px 0;
  cursor: pointer;
  font-size: 14px;
}


.dropdown:focus-within .dropdown-content {
  display: block;
}

/* Make the button feel clickable */
.dropdown-btn {
  cursor: pointer;
}

#h2-search-page{
    color:#2E3588;
    margin-left:30px;
}
.search-speaker-name{
    font-size:16px;
}
.search-cards-grid{
    padding:10px;
}
.speaker-cards-grid {
  display: flex;
  margin:50px;
  flex-wrap:wrap;
}

.speaker-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s ease;
  width:300px;
  margin:15px;
}
.speaker-card:hover {
  transform: translateY(-5px);
}

.speaker-name a {
    font-family: "Montserrat", Sans-serif !important;
    text-decoration: none !important;
    font-size: 24px !important;
}

.speaker-profile-button {
    font-family: "Montserrat", Sans-serif !important;
    
}

.dokan-single-store {
    align-items: center;
}

.speaker-card-body {
    padding-bottom: 15px;
}

.speaker-card-image img {
  width: 100%;
  /*height: 280px;*/
  /*object-fit: cover;*/
}


.wp-block-post-title{
    color:#2C368D !important;
    font-family: "Montserrat", sans-serif !important;
}
.wp-block-post-excerpt__excerpt{
      color:#2C368D !important;
    font-family: "Montserrat", sans-serif !important;
}
.taxonomy-product_cat{
    display:none;
}
.woocommerce-breadcrumb{
    display:none;
}
.wc-tabs-wrapper{
      color:#2C368D !important;
    font-family: "Montserrat", sans-serif !important;
}

.pack_price{
    background:none !important;
    margin-top:50px;
    font-size:24px !important;
    text-align:center;
}
.pack_content{
    color:#2c368d;
    font-family:"Montserrat", sans-serif !important;
}
.buy_pack_button{
    bottom:-20px !important;
    font-family:"Montserrat", sans-serif !important;
}
.pack_data_option{
    display:none;
}

#tab-title-shipping{
    display:none;
}
#tab-title-seller{
     display:none;
}
.back-button {
    
    display: inline-block;
    margin: 10px 0 0 30px;
    padding: 0.5em 1em;
    border:none;
    background-color: #61B4C5;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    color:white;
}

.back-button:hover {
    background-color: #e0e0e0;
}
.topics-accordion .topic { margin-bottom: 10px; }
.topics-accordion .topic-title {
    width: 100%;
    text-align: left;
    padding: 10px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    cursor: pointer;
    font-weight: bold;
}
.topics-accordion .topic-content {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
}
.arrow { 
    float: right; 
    
}

#bio-row {
  display: flex;
  flex-wrap:wrap;
}


#topics-H3{
    text-align:left;
    color: #d63384;
    font-size:25px;
}
#offering-H3{
     color: #d63384;
    font-size:25px;

}


.speaker-topics{
    width:1150px;
    /*margin:0 auto;*/
    font-family: "Montserrat", sans-serif;
}

#a-tag-img{
    margin:0;
    padding:0;
}
#a-tag-name{
    text-decoration:none;
    margin:0;
    padding:0;
}
#no-results-message{
    text-align:center;
    color:#2A368F;
    font-size:18px;
    
}
.speaker-name {
  margin-bottom: 8px;
  color: #d63384; /*pink*/
font-size: 28px;
  font-weight: 700;
  /*text-align:center;*/
}

.speaker-title {
  margin: 12px 0 20px 0;
    font-size:17px;
  /*text-align:center;*/
  color: #2C368D;
}

.speaker-profile-button {
  display: inline-block;
  padding: 8px 16px;
  background: #61B4C5;
  color: #fff!important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;

}
.speaker-profile-button:visited {

  color: #fff!important;

}
.speaker-profile-button:hover {
  background: #3a8c85;
}

.speaker-follow .dokan-follow-store-button {
  background-color: #3b6eea;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
}


.dropdown-content input {
  margin-right: 6px;
}

.dropdown-content.show {
display:inline-block;
max-height:270px;
    
}
/*Vendor Dashboard Styling*/
.dokan-dashboard-content{
    width:70% !important;
}
.dokan-dash-sidebar{
    font-family: "Montserrat", sans-serif;
    background-color:#60B4C4 !important;
    border-radius:10px;
    width:20% !important;
}
.dokan-dashboard-menu{
    background-color:#60B4C4 !important;
}
.dokan-dashboard-menu a{
    font-size:16px !important;
}
.dokan-dashboard-menu li{
    background-color:#60B4C4 !important;
    margin-top:20px !important;
    margin-bottom:20px !important;
}
.dokan-dashboard-menu li:hover{
    background-color:#ED3895 !important;
}
.tips:hover{
    background-color:#ED3895 !important;
}
.navigation-submenu{
    background-color:#60B4C4 !important;
}
.tips a:hover{
    font-weight:normal !important;
}
/*sub page - dashboard*/
.dashboard-content-area{
    font-family:Montserrat !important;
    color:#2C368D !important;
}
.woocommerce-Price-amount{
    color:#2C368D !important;
}
.woocommerce-dropdown-button__labels{
    color:white !important;
}
.components-button components-tab-panel__tabs-item woocommerce-filters-date__tab is-next-40px-default-size :focus {
    color: #ffffff !important;
        border:none !important;

}

.dokan-active-tab {
    color: #ffffff !important;
}

.components-tab-panel__tabs:focus{
    border:none !important;
}
.components-button{
    background-color:#2C368D !important;
    color: #ffffff !important;
     padding: 10px 20px !important;
    border-radius: 10px 10px 0px 0px;
    font-family: "Montserrat", sans-serif;
}
.components-button:active{
    background-color:#2C368D !important;
    color: #ffffff !important;
}
.sorting_desc, .bkap-cancel-booking-table__cell{
    padding-left:10px !important;
}

#text{
    color:white;
}
#tab-panel-0-period:focus{
    border:none !important;

}

.dataviews-view-table-header-button {
    border-radius: 3px !important;
}

.dokan-active-tab {
    color: #ffffff !important;
}

#tab-panel-0-packs{
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff !important;
}

#tab-panel-2-packs{
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff !important;
}

.text-2xl {
    color: #ed3895 !important;
   font-family: "Minerva Modern Black", Sans-serif !important;
   font-size: 28px !important;
}



.wp-post-image{
    width:150px;
    height:150px;
}
/* Hide Create Booking and Manage Resource cards on speaker dashboard */
.dokan-dashboard .booking_box:nth-child(1),
.dokan-dashboard .booking_box:nth-child(2) {
    display: none !important;
}

.woocommerce-filters-date__button{
    background-color:#2C368D !important;
}

.dokan-btn{
    background-color:#2C368D !important;
    border:none !important;
    color:white !important;
    padding: 5px;
}

.book-now-btn{
    width:100px;
    text-decoration:none;
}
.book-now-btn:hover{
    background-color: #d63384 !important;
}
.speaker-actions{
    width:100px;
}

#wp-vendor_biography-wrap{
    display:none !important;
}

#dokan_address_country {
    border-radius: 5px;
    border: 0px;
    
}

.select.dokan-form-control {
    font: "Montserrat" sans-serif;
}


.vendor-dashboard {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 18px !important;
    border-radius: 10px !important;
    margin-bottom: 10px;
}

.nobr {
    font-size: 16px;

}

#bkap-tabbed-nav {
    color: #2c368d !important;
}

#bkap-tabbed-nav a {
    color: #2c368d !important;
}

input:checked+.bkap_slider {
    background-color: #ed3895 !important;
}

.dokan_section_heading i {
    color: #2c368d !important;
    justify-content: center !important;
}

.dokan-edit-row h2 {
    font-family: "Minerva Modern Black", Sans-serif !important;
    color: #ed3895 !important;
    font-size: 20px !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

.woocommerce-loop-product__title {
    text-decoration: none !important;
}

.dokan-edit-row {
     justify-content: center !important;
}

span#bkap_collapse {
    display: none !important;
}

.woocommerce div.product div.images img {
    max-width: 200px;
    max-height: 200px;

}

div.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
    flex-basis: 250px !important;
    align-items: center !important;
}

.woocommerce-Tabs-panel h2 {
    font-family: "Minerva Modern Black", Sans-serif !important;
    color: #ed3895;
}

.wp-block-post-title {
    font-family: "Minerva Modern Black", Sans-serif !important;
    color: #ed3895 !important;
}



#publish{
    font-family: "Montserrat", Sans-serif !important;
    padding: 10px 12px !important;
    background: #ed3895 !important;
}

.dokan-layout .dokan-btn {
    background-color:#2C368D !important;
}

label[for="product_brand"] {
    display: none !important;
}

label[for="product_tag_edit"] {
    display: none !important;
}

.u-columns h2 {
   font-family: "Minerva Modern Black", Sans-serif !important;
  
}

.woocommerce-Address-title a {
    margin-top: 10px !important;
}

.woocommerce-Addresses address {
    border-radius: 10px !important;
    box-shadow: none !important;
}

.woocommerce-MyAccount-content-wrapper .button {
    padding: 12px !important;
    margin: 12px 0px !important;
    color: #ffffff !important;
    background-color: #2c368d !important;
    border: none !important;
}

.woocommerce-MyAccount-content-wrapper {
    box-shadow: none !important;
    border-radius: 12px !important;
}


/*vendor store changing default*/
.dokan-add-product-link{
    display:none;
}


#store-form input {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}

.attention-bio {
   font-family: "Montserrat", sans-serif !important;
   border-radius:10px !important;
}

#speaker-bio textarea::placeholder {
    font-family: "Montserrat", sans-serif !important;
}

.dokan-form-group .control-label {
    display: none !important;
}

#dokan_store_name::placeholder {
    color: #ffffff !important;
}

p.dokan-form-group {
    padding: 0% 10%;
}

p.dokan-form-group label {
     font-family: "Montserrat", Sans-serif !important;
     font-weight: 700;
}

div.dokan-form-group label {
     font-family: "Montserrat", Sans-serif !important;
     font-weight: 700;
     padding-left: 10%;
}

div.dokan-form-group input {
     font-family: "Montserrat", Sans-serif !important;
    margin-left: 10%;
    margin-bottom: 5px;
}

.dokan-form-control {
    font-family: "Montserrat", sans-serif !important;
    border-radius:10px !important;
    padding:10px !important;
    line-height:23px !important;
}
input[id="dokan_address[street_1]"] {
    display: none !important;
}
input[id="dokan_address[street_2]"] {
    display: none !important;
}
input[id="dokan_address[zip]"] {
    display: none !important;
}
#dokan_address_country{
    height:auto !important;
}
#dokan_address_state{
    height:auto !important;
}

.dokan-update-setting-top button {
    font-family: "Montserrat", Sans-serif !important;
    padding: 10px 12px !important;
    background: #ed3895 !important;
}

.dokan-w4 input {
    font-family: "Montserrat", Sans-serif !important;
    padding: 10px 12px !important;
    background: #ed3895 !important;
}

.dokan-w3 {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.dokan-dashboard-content {
     font-family: "Montserrat", Sans-serif !important;
}

.dokan-layout {
     font-family: "Montserrat", Sans-serif !important;
}

#setting_phone {
    margin-left: 0px !important;
}

#dokan_store_name {
    margin-left: 0px !important;
}

.input-md {
    margin-left: 0px !important;
}

.speaking-topic input {
    margin-left: 0px !important;
}

div.dokan-form-group h3 {
     margin-left: 10%;
}

div.dokan-form-group button {
     margin-left: 10%;
}

div.dokan-form-group input {
     max-width: 80%;
}

.dokan-address-fields input {
    max-width: 100% !important;
}

.speaking-topic input {
    max-width: 100% !important;
}

#setting_phone {
    max-width: 100% !important;
}

#dokan_store_name {
    max-width: 100% !important;
}

#speaking-topics-wrapper {
    padding: 0% 10%;
     font-family: "Montserrat", Sans-serif !important;
     font-weight: 700;
}


#dokan-address-fields-wrapper {
    padding: 0px !important;
}

.dokan-form-horizontal {
    text-align: left !important;
}

.dokan-table {
     font-family: "Montserrat", Sans-serif !important;
}

.dokan-table th {
     color: #2c368d;
}

.dokan-table a {
     font-size: 15px;
}

.speaker-banner {
  width: 40%;
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  margin-bottom: -60px;
}

.speaker-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-top: -60px;
  background: #fff;
}


.vendor-attention-bio {
  margin: 20px auto;
  max-width: 700px;
  font-size: 15px;
  line-height: 1.6;
  color: #2C368D;
  text-align:left;
}

.vendor-full-bio{
  font-size: 15px;
  line-height: 1.6;
  color: #2C368D;  
max-width: 700px;
font-family: "Montserrat", sans-serif;
margin-top:40px;
text-align:left;
}
#bioH3{
    font-size:30px;
    color: #d63384;
    margin-top:0;
    padding-top:0;
}

.bio-and-media{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
#speaker-content-2{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

/* Center ONLY the bio + media + topics + offerings section */
.speaker-content-2 {
    width:auto;
    height:auto;
    /*max-width: 1100px;     */
    margin: 0 auto;       
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

/* Ensure all content inside stays left-aligned */
.speaker-content-2 {
    text-align: left;
}


#bottom-container{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.topics-accordion {
    border-top: 2px solid #2db4c6;
}

.topic {
    border-bottom: 2px solid #2db4c6;
}

.topic-title {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #1e2a60;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
}

.topic-title .arrow {
    color: #d35400;
    transition: transform 0.3s;
}

.topic.open .topic-title .arrow {
    transform: rotate(180deg);
}

.topic-content {
    display: none;
    padding: 10px 0;
    color: #2c3e50;
}

.topic.open .topic-content {
    display: block;
}

.bkap-container-box-0 {
    display: none !important;
}

.bkap-dashboard-container .bkap-content {
    border-radius: 10px !important;
    box-shadow: none !important;
}



.speaker-additional-media {
    background: #EDEDED;
    padding: 0px 30px 10px 30px;
    border-radius: 12px;
    margin-top: 20px;
    margin-left:100px;
    text-align:left;
}
.media-link{
    text-decoration:none;
}

.media-link:hover{
    color: #d35400;
}


.speaker-additional-media h3 {
    font-size:25px;
    color: #d35400; 
    font-weight: bold;
    margin-bottom: 15px;
}

.speaker-additional-media ul {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.speaker-additional-media li {
    margin-bottom: 10px;
    color: #2c3e50;
}

.speaker-additional-media strong {
    font-weight: bold;
    color: #2c3e80;
}

#breadcrumbs{
    display:none;
}
.speaker-back-btn {
    margin: 15px 0;
}
.dokan-form-group.dokan-banner {
    display: none !important;
}

.dokan-panel-body{
    display:none;
}

#speaker-gallery-list{
    display:flex;
}
.attention-bio label text-area span{
    text-align:left;
}
.dokan-settings-area{
    text-align:left !important;
    font-family: "Montserrat", sans-serif;
    color:#2C368D;

}
.speaker-back-btn .back-button {
    display: inline-block;
    padding: 8px 16px;
    background-color: #d63384; 
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

.speaker-back-btn .back-button:hover {
    background-color: #222;
}

.speaker-meta {
    display:flex;
  margin: 20px 0;
  font-size: 14px;
  color: #555;
}
.speaker-meta span {
  margin: 0 10px;
}
.speaker-content{
    margin-left:50px;
}
.speaker-contact{
    display:flex;
    align-items:center;
}
#social-platform-icon{
    /*width:50px;*/
}
.speaker-contact a {
  margin: 0 8px;
  font-size: 18px;
  color: #2c368d;
  text-decoration:none;

}
.speaker-contact a:hover {
  color: #000;
}

.dokan-store-products-filter-area {
    display: none !important;
}
.speaker-profile {
    justify-content:center;
    display: flex;
    /*background: #f9f9f9;*/
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
}
.speaker-info{
    text-align:left;
}

.speaker-profile-left img {
  border-radius: 12px;
  max-width: 400px;
  height: auto;
}
.speaker-tags{
    text-align:left;
    padding-bottom:20px;
    border-bottom:1px solid #ED3895;
}
.speaker-tags .tag {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 0.5rem;
    font-size: 0.85rem;
    color: #2c368d;
    text-align:left;
}

.dokan-form-group input {
    border-radius: 8px;
    border: 0px;
}



.speaker-meta {
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #e74c3c;
  text-align:left;
}

.speaker-meta .location {
  margin-right: 1.5rem;
  color: #2c368d;
  
}

.speaker-actions .btn {
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  margin-right: 1rem;
  text-decoration: none;
  font-weight: 600;
}

.speaker-gallery{
    /*padding:20px;*/
    /*width:100%;*/
    height:340px;
    background-color:#2c368d;
    overflow:hidden;
    display:flex;
    justify-content:center;
}
.speaker-gallery li{
    list-style:none;
    margin:20px;
}


.seller-items ul{
    display:flex !important;
    /*padding-left:0;*/
}
.seller-items li{
    font-size:13px;
    text-align:center;
    list-style:none;
    margin-right:50px;
}

.seller-items a{
    text-decoration: none !important;
    margin-bottom: 15px !important;
}

.seller-items btn {
    margin-top: 15px;
}

.attachment-woocommerce_thumbnail{
    width:200px;
    height:auto;
}
.woocommerce-loop-product__title{
    color:#2c368d;
    text-decoration:none !important;
}
.woocommerce-loop-product__title h2{
    text-decoration:none !important;
}
.woocommerce-LoopProduct-link .price{
    display:none;
}
.wp-element-button{
     background-color:#d63384;
     color:white !important;
     font-family: "Montserrat", sans-serif;
     border-radius: 5px;
     margin-top: 10px;
}
#offering-container{
    font-family: "Montserrat", sans-serif;
}
.products{
    padding-left:0;
}
.woocommerce ul.products{
    margin-top:50px;
    width:600px;
}
.btn-primary { background: #2c368d; color: #fff; }
.btn-secondary { background: #6c63ff; color: #fff; }
.btn-accent { background: #e91e63; color: #fff; }

.speaker-icons {
  margin-top: 1rem;
}

.speaker-icons a {
  margin-right: 1rem;
  font-size: 1.2rem;
  color: #666;
}

.speaker-social ul {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.speaker-actions {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.speaker-follow, .speaker-share {
    display: inline-block;
}

/*search bar with profile cards*/

.speaker-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding-bottom: 15px;
  text-align: center;
  transition: 0.2s;
}
.speaker-card:hover {
  transform: translateY(-4px);
}
.speaker-card img {
  /*width: 90px;*/
  /*height: 90px;*/
  /*border-radius: 50%;*/
  object-fit: cover;
  margin-bottom: 10px;
}
.speaker-card h4 {
  margin: 5px 0;
}

.speaker-card .tags {
  margin-top: 6px;
  font-size: 13px;
  color: #333;
}

.search-filter-container {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.custom-search-input {
  width: 100%;
  height: 50px;
  /*border-radius: 25px 0 0 25px;*/
  border: none;
  padding: 0 15px;
  font-size: 16px;
  font-style: italic;
}

.filter-search-button {
  background-color: #ED3895;
  height: 50px;
  /*padding: 0 25px;*/
  border-radius: 0 10px 10px 0;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.filter-search-button:hover {
  background-color: #d52f82;
}

/* Filters row */
.filters-bar {

}

/* Dropdown buttons */
.dropdown {
  position: relative;
}

.dropdown-btn {
  font-size: 15px;
  background: #2C368D;
  color: white;
  padding: 0px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  min-width: 270px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-btn:hover {
  background: #202a6f;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background: #2C368D;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  min-width: 270px;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
}

.dropdown-content label {
  display: block;
  margin: 6px 0;
  cursor: pointer;
  font-size: 14px;
  color: white;
}

.dropdown-content input {
  margin-right: 6px;
}


.selected-filters {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.filter-chip {
    background: #eee;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    margin-bottom:20px;
    gap: 5px;
}

.filter-chip .remove-filter {
    cursor: pointer;
    font-weight: bold;
}

/*speaker-resources page*/
    .speaker-resource-grid {
        display: flex;
        flex-wrap:wrap;
        gap: 20px;
        font-family: "Montserrat", sans-serif;
        }
    .speaker-resource-item {
        width:300px;
        background: #2c368d;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        transition: 0.2s ease;
        color:white;
        display: flex;
        justify-content: center; /* Centers content horizontally */
        align-items: center;
    }
    .speaker-resource-item:hover {
        background: #4aafb4;
         color:#ed3895;
    }
    .speaker-resource-item a {
        color: white;
    }
    .speaker-resource-item a:visited {
        background: #efefef;
        color: white;
    }
    .speaker-resource-item i {
        font-size: 32px;
        color: white;
        margin-bottom: 10px;
        display: block;
        font-family: "Montserrat", sans-serif;
    }
 .speaker-resource-item i :hover{
      color:#ed3895 !important;
 }
    .speaker-resource-item span {
        font-weight: 600;
    }
    

    
.dokan-account-migration-lists{
    display:none;
}
.speaker-card .tags {
  margin-top: 6px;
  font-size: 13px;
  color: #333;
}
.seeker-announcement-h2{
    font-family: "Montserrat", sans-serif;
    margin:10px 0 20px 0 !important;
    color:#d63384 !important;
    font-size:22px;
    padding:0;
}
.seeker-announcement-p{
    font-family: "Montserrat", sans-serif;
    color:#2C368D;
    font-size:17px;
    margin-top:10px;
}

.send-message-btn {
  display: inline-block;
  background-color: #4a6cf7;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.send-message-btn:hover {
  background-color: #3652d3;
}

/* Modal styling */
.chat-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
#messageModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#messageModal form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
}

.chat-modal-content {
  background-color: #fff;
  margin: 8% auto;
  padding: 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.chat-close {
  color: #333;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.chat-close:hover {
  color: #000;
}


/* Restore Save Product button */
.dokan-product-footer {
    display: block !important;
}
.dokan-edit-product-footer,
.dokan-form-actions,
.dokan_update_product,
.dokan-other-options,
 .dokan-btn-theme{
    display: block !important;
}

 .wp-block-woocommerce-order-confirmation-status, .wc-block-order-confirmation-summary-list, .wp-block-woocommerce-order-confirmation-totals-wrapper, .wp-block-woocommerce-order-confirmation-billing-wrapper{
    color:#2C368D;
    font-family: "Montserrat", sans-serif;
}
.wp-block-woocommerce-order-confirmation-status h1{
     font-family: "Montserrat", sans-serif;
     color:#d63384;
     
}
.order-confirmation-account-button{
    background-color:#d63384;
    color:white;
    padding:10px;
    font-family: "Montserrat", sans-serif;
    border-radius:5px;
    text-decoration:none;
    text-align:left;
}
.thankyou-account-btn{
    margin-top:60px !important;
    color:white;
    text-align:left !important;
}
.woocommerce table.shop_table td{
    border:none;
}
#order-totals-rows{
    padding:0 !important;
}
.woocommerce-table__product-total{
    padding:0 !important;
}
/*.woocommerce table.shop_table th{*/
/*    padding:0 !important;*/
/*}*/
.custom-thankyou-message{
     font-family: "Montserrat", sans-serif;
     color:#2C368D;
}
.woocommerce-thankyou-order-details{
    border-radius:10px;
    background-color:white;
    padding-top:20px;
    padding-left:10px !important;
    padding-bottom:10px !important;

}
.woocommerce-thankyou-order-received{
    color: #d63384 !important;
   font-family: "Minerva Modern Black", Sans-serif !important;
}
.woocommerce-order-overview__order, .woocommerce-order-overview__date, .woocommerce-order-overview__email, .woocommerce-order-overview__total{
    font-size:11px !important;
    color:#2C368D;
}
.woocommerce-order-details__title{
    color:#61B4C5;
    font-family: "Minerva Modern Black", Sans-serif !important;
}
.woocommerce-table--order-details{
    border:none !important;
    color:#2C368D;
}
.woocommerce-table__line-item{
    border: none !important;
}
.woocommerce-table__product-name{
    padding:10px 0 10px 0 !important;
}
.wc-item-meta{
    text-align:left;
    padding-left:0;
}
.woocommerce-thankyou-order-received, .woocommerce-thankyou-order-details, .woocommerce-order-details, .woocommerce-customer-details{
     /*color:#2C368D;*/
    font-family: "Montserrat", sans-serif;
}
.woocommerce-column__title{
    color:#61B4C5;
    font-family: "Minerva Modern Black", Sans-serif !important;
    font-size:27px !important;
    font-weight:200 !important;
}
.woocommerce .woocommerce-customer-details address{
    border:none;
}
#billing-address-section{
    padding:0 !important;
    color:#2C368D;
}
.woocommerce-cart-form{
    color:#2C368D;
    border:none;
}
.cart_totals {
    color:#2C368D;
}
#customer_details{
    color:#2C368D;
}
#billing_first_name, #billing_last_name, #order_comments, #billing_company, #select2-billing_country-container, #billing_address_1, #billing_address_2, #billing_city, #select2-billing_state-container, #billing_phone, #billing_email, #billing_postcode {
    border-color:#2C368D;
    color:#2C368D;
    font-family: "Montserrat", sans-serif;
}
#order_review_heading {
    color:#d63384;
    font-size:30px;
    font-family: "Montserrat", sans-serif;
}
#order_review{
    color:#2C368D;
    font-family: "Montserrat", sans-serif;
}
.shop_table{
    padding-top:5px !important;
    /*padding-left:10px !important;*/
    /*border:none !important;*/
}

/*following speakers*/
.saved-speakers-list {
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.saved-speaker-card {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}
.saved-speaker-card a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.seller-listing-content{
    display:none;
}
.saved-speakers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.saved-speaker-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.saved-speaker-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

.saved-speaker-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.speaker-avatar {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f3f3;
}

.speaker-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-info-save {
    padding: 14px 16px;
    text-align: center;
}

.speaker-info h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.save-speaker-btn{
    font-family: "Montserrat", sans-serif;
    padding: 5px 10px;
}
.save-speaker-btn:hover{
    background-color: #d63384 !important;
}

.bkap-pagination{
    /*display:inline !important;*/
}
.bkap_date_timeslot_div{
    width:100%;
}

#bkap_default_date_time_row{
    /*display:block !important;*/
    /*width:100%;*/
}
.bkap_dateday_td{
    display:inline !important;
}
.bkap_integrations_panel{
    padding:0 !important;
}
.tstab-content-inner{
    padding:10px !important;
}
#product_ics_feed_list th {
    display: none !important;
}
tr.bkap_oauth_mode th,
tr.bkap_oauth_mode td {
    padding-bottom: 10px !important;
}
#add_new_ics_feed{
    margin-top:10px !important;
}
.save_button{
    background-color:#60b4c4 !important;
}
#add-speaking-topic{
    margin-top:10px;
}
.speaking-topic{
    margin-top:10px;
}
#registration-btns{
        display:flex;
        flex-direction:row;
    }
 .apply-speaker-btn{
        margin-top:10px;
        height:38px;
        text-align:center;
    }
    .looking-speaker-btn{
        margin-top:10px;
        height:38px;
        text-align:center;
        font-size:14px;
        font-weight:normal;
        margin-right:10px;
    }
.apply-speaker-btn:hover{
    background-color:#d63384 !important;
}
.looking-speaker-btn:hover{
    background-color:#d63384 !important;
}
.woocommerce-form-login__submit:hover{
    background-color:#d63384 !important;
}
/*live chat style*/
.center-stage{
    margin: auto !important;
}

.inbox{
    margin:auto !important;
}

.wp-block-woocommerce-product-collection{
    display:none !important;
}

.MessageBody__text {
    background-color: #2C368D !important;
}

#custom-talkjs-btn {
    background-color: #ed3895 !important;
    font-family: "Montserrat", sans-serif !important;
    padding: 10px 0px;
}

#custom-talkjs-btn:hover {
    background-color: #4aafb4 !important;
}

.price-block{
    display:flex;
    flex-direction:column;
}

.price-title{
    font-weight:600;
}

.pricing{
    margin-top:4px;
}

.__talkjs_launcher {
    width: 179px !important;
    border-radius: 40px !important;
    height: 47px !important;
}

#__talkjs_launcher.open {
    background-color: #4aafb4 !important;
    z-index: 100000 !important;
    background-position: center 15px !important;
}

#action-button {
    background-color: #000000;
}



/*phone mobile css*/

@media (max-width: 480px) {
 
 
.speaker-meta {
    display: flex;
    flex-wrap: wrap;
  margin: 20px 0;
  font-size: 14px;
  color: #555;
}

.layout-full {
    padding-left: 5% !important;
    padding-right: 5% !important;
}


#bottom-container{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items: center;
}

.speaker-topics {
    margin-left: 5%;
}

.price-block {
    color: #e74c3c;
}

.location {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.speaker-content a {
    padding: 12px 16px !important;
}

.speaker-banner {
    margin-left: 22px !important;
    background: cover;
}

.speaker-meta .location {
    margin-right: 1rem !important;
}

.woocommerce div.product {
    padding: 5px 20px;
}

span.city{
    margin: 0px 2px !important;
}

span.country{
    margin: 0px 2px !important;
}

span.state{
    margin: 0px 2px !important;
}

.speaker-additional-media {
    margin-left: 5px !important;
    margin-bottom: 15px !important;
}

.speaker-cards-grid {
  display: flex;
  margin:20px;
  flex-wrap:wrap;
}

.speaker-card {
    width: 100%;
}

.ui-datepicker {
    width: 100%;
}

    p.dokan-form-group {
    padding: 0% 0%;
}

p.dokan-form-group label {
     font-family: "Montserrat", Sans-serif !important;
     font-weight: 700;
}


div.dokan-form-group h3 {
     margin-left: 0%;
}

div.dokan-form-group button {
     margin-left: 0%;
}

#speaking-topics-wrapper {
    padding: 0% 0%;
     font-family: "Montserrat", Sans-serif !important;
     font-weight: 700;
}


div.dokan-form-group input {
     font-family: "Montserrat", Sans-serif !important;
    margin-left: 0%;
}

div.dokan-form-group label {
     padding-left: 0px;
    margin-left: 0%;
}

div.dokan-form-group input {
     max-width: 100%;
}

.dokan-address-fields input {
    max-width: 100% !important;
}

.speaking-topic input {
    max-width: 100% !important;
}

#setting_phone {
    max-width: 100% !important;
}

#dokan_store_name {
    max-width: 100% !important;
}



    
    .speaker-content-2{
        margin:0;
        padding:0;
    }
    .speaker-profile{
        padding:0;
        margin:0;
        display:flex;
        flex-direction:column;
    }
    .speaker-banner{
        margin-left:5px;
        width:380px;
        height: 400px;
    }
    .speaker-content{
        margin-left:0px;
        margin-top:50px;
    }
    .speaker-additional-media{
        margin-left:0;
        margin-bottom: 10px;
        padding: 0px 30px 30px 30px;
    }
    .speaker-topics{
        padding:0;
        margin-left:20px;
        width:380px;
        overflow:hidden;
    }
    
    #offering-container{
        padding:0;
        margin-left:20px;
        /*width:380px;*/
        
    }
    
    #bioH3 {
        margin-bottom: 15px !important;
    }
    
     #offering-H3{
         margin-top:40px;
         text-align:center;
         font-size: 30px;
     }
     
    .seller-items ul{
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        row-gap: 45px;
    }
  
    
    .seller-items li{
        margin-right: 0px !important;
        display: grid;
        text-align:center;
        list-style:none;
    }
    
    .seller-items li a {
        margin-bottom: 0px !important;
    }
    
    .seller-items .button {
        width: 60%;
        justify-self: center;
        margin-top: 0px !important;
    }
    
    .seller-items img {
        width: 60%;
    }
    
    .back-button {
        margin-left: 0px !important;
    }
    
    #bio-row {
      margin-left:20px;
    }

    .vendor-full-bio{
        margin-left:10px;
        width:380px;
    }
    .speaker-additional-media{
        margin-left:20px;
    }
    .speaker-gallery{
        display:none;
    }
    
        /*Vendor Dashboard Styling*/
        .dokan-dashboard-content{
            width:100% !important;
        }

    .dokan-dash-sidebar{
        font-family: "Montserrat", sans-serif;
        background-color:#60B4C4 !important;
        border-radius:10px;
        /*width:19% !important;*/
        margin-top:0;
        padding:5px !important;
    }
    .dokan-dashboard-menu{
        background-color:#60B4C4 !important;
        border: 0px;
    }
    .dokan-dashboard-menu a{
        font-size:20px !important;
    }
    .dokan-dashboard-menu li{
        background-color:#60B4C4 !important;
        margin-top:5px !important;
        margin-bottom:5px !important;
    }
    .dokan-dashboard-menu li:hover{
        background-color:#ED3895 !important;
    }
    .tips:hover{
        background-color:#ED3895 !important;
    }
    .navigation-submenu{
        background-color:#60B4C4 !important;
    }
    .tips a:hover{
        font-weight:normal !important;
    }
    
    /*my listings styling*/
    #booking_minimum_number_days{
        height:24px !important;
    }
    #booking_maximum_number_days{
        height:24px !important;
    }
    .bkap_weekdays_heading{
        max-width:60px !important;
        padding-left:0px !important;
        margin-right: 5px !important;
    }
    .weekdays_flex_child_1{
       width:20px !important;
    }
    .weekdays_flex_child_2{
        padding-right:10px !important;
    }
  
    #weekday_lockout_0, #weekday_lockout_1, #weekday_lockout_2, #weekday_lockout_3, #weekday_lockout_4, #weekday_lockout_5, #weekday_lockout_6{
        width:35px !important;
    }
    #weekday_price_0, #weekday_price_1, #weekday_price_2, #weekday_price_3, #weekday_price_4, #weekday_price_5, #weekday_price_6{
         width:70px !important;
         height:24px !important;
    }
    .product_sync_integration_mode_div{
        display:block !important;
    }
    .bkap_oauth_mode{
        display:flex !important;
        flex-direction:column !important;
        margin-bottom:10px !important;
    }
    #product_ics_feed_list{
        display:flex !important;
        flex-direction:column !important;
    }
    #product_ics_fee_url_0{
        width:275px !important;
    }
    
    tr.bkap_oauth_mode th,
    tr.bkap_oauth_mode td {
        padding-bottom: 3px !important;
    }
    .product_sync_integration_mode_div{
        display:inline-block !important;
    }
    .row-actions{
        display:flex !important;
        flex-direction:space-between !important;
    }
    .wp-block-column-is-layout-flow{
        margin-left:10px !important;
    }
    #bkap-booking-form{
        width:320px !important;
        font-family: "montserrat" sans-serif;
    }
    #tab-description{
        margin-left:8px !important;
    }
    #registration-btns{
        display:flex;
        flex-direction:column;
    }
    .apply-speaker-btn{
        margin-top:10px;
        height:38px;
        text-align:center;
    }
    .looking-speaker-btn{
        margin-top:10px;
        height:38px;
        text-align:center;
        font-size:14px;
        font-weight:normal;
        margin-right:0px;
    }
    tbody > tr:first-child {
  display: block !important;
}
tbody > tr:first-child > th,
tbody > tr:first-child > td {
  display: block !important;
  width: 100% !important;
}
#bulk-edit{
    display:none !important;
}
.dokan-settings-area{
    overflow:hidden;
}
#store-form{
     overflow:hidden;
}
.dokan-dashboard-header{
    display:flex;
    flex-direction:column;
}



/*sub page - dashboard*/
    .dashboard-content-area{
        color:#2C368D !important;
    }
}


