i.phone-directory {
    background-image: url('phone-icon-01-18.jpg');
	width: 60px !important;
    background-size: 60px 20px;
    background-repeat: no-repeat;
}
.pd_info_carousel {
	padding:10px;
	width: 96%;
    margin-left: 24px;
}
.pd-notice {
   background: #9b8fd8;
   color: #fff;
   margin-left: 0px;
}

.pd-notice {
   border-left-color: #f50029;
}

.sbd-map-api-hint{
  overflow: hidden;
}
.sbd-color-red{
  color: red;
}
.sbd-map-api-hint .list-element{
  color: blue;
}
.sbd-map-api-hint .image-container img{
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 2px 3px 11px 0px #9a8fd8;
}
.sbd-map-api-hint .image-container img:last-child{
  margin-top: 10px;
  margin-left: 20px;
}
.sbd-map-api-hint .image-container img:first-child{
  margin-top: 10px;
  margin-left: 8px;
}
.sbd_error_field {
    color: red;
    font-weight: 600;
    margin: 5px 0;
}

.sbd_short_genarator_scroll{
   cursor: pointer;
   font-weight: bold;
   text-decoration: underline;
   color: #135E96;
}
.sbd_short_genarator_scroll:hover{
   color: #0b4a79;
   text-decoration: none;
}

.serviceBox{
    color: #555;
    background-color: #fff;
    text-align: left;
    padding: 0 0 0;
    margin: 40px 0 0 20px;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
    display: flex;
}

.serviceBox .service-count{
    color: #fff;
    background: linear-gradient(to bottom,#FFC312,#F79F1F);
    font-size: 15px;
    line-height: 75px;
    width: 52px;
    height: 75px;
    margin: -15px 0 20px;
    border-radius: 40px 0 100px 100px;
    position: absolute;
    text-align: center;
    font-weight: bold;
}
.serviceBox .service-count:before,
.serviceBox .service-count:after{
    content: "";
    background: #F79F1F;
    width: 25px;
    height: 15px;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: 0;
    left: 54px;
}
.serviceBox .service-count:after{
    background: #FFC312;
    border-radius: 50px 0 0 0;
    left: 40px;
    z-index: -2;
}
.serviceBox .service-icon{
    color: #afafaf;
    font-size: 60px;
    position: absolute;
    right: 20px;
    top: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .title{
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 17px;
    text-align: left;
    line-height: 38px;
    padding: 15px 15px 0 65px;
    margin: 0 0 23px;
}
.serviceBox .read-more{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{ text-shadow: 0 0 5px #555; }
.serviceBox.purple:after,
.serviceBox.purple .service-count{
    background: linear-gradient(to bottom, #B53471, #6F1E51);
}
.serviceBox.purple .service-count:before{ background: #6F1E51; }
.serviceBox.purple .service-count:after{ background: #B53471; }
.serviceBox.red:after,
.serviceBox.red .service-count{
    background: linear-gradient(to bottom, #ee3838, #ce1500);
}
.serviceBox.red .service-count:before{ background: #ce1500; }
.serviceBox.red .service-count:after{ background: #ee3838; }
.serviceBox.blue:after,
.serviceBox.blue .service-count{
    background: linear-gradient(to bottom, #00adef, #00689b);
}
.serviceBox.blue .service-count:before{ background: #00689b; }
.serviceBox.blue .service-count:after{ background: #00adef; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 15px 0 50px; }
}


.sld-container .slick-prev:before, .sld-container .slick-next:before {
    color: #F79F1F !important;
}
.Getting_Started_img {
    width: 42%;
    padding: 15px;
}

.sld-container h3 {
    margin: 1em 0 8px 0;
}
.sld-container h3 {
    font-size: 28px;
}
.serviceBox .description {
    font-size: 21px;
}
.serviceBox {
    min-height: 610px;
}
.sldslider-Details {
    display: flex;
    align-items: center;
}

.sld_Started_carousel {
    padding: 10px;
    width: 96%;
    margin-left: 24px;

}
#getting_started .sld_info_item{
    height:610px !important;
    overflow:hidden;    
}

.sld_info_item.slick-slide.slick-current.slick-active {
       width: 1234px !important;
}

.serviceBox .description {
    font-size: 22px !important;
}

@media only screen and (max-width:992px){
   .serviceBox {
    display: block;
}
.Getting_Started_img {
    max-width: initial;
    padding: 15px;
}
.Getting_Started_img img{
    width: 100%;
   
}
.sldslider-Details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.Getting_Started_img {
    min-width: auto;
}
#getting_started .sld_info_item{
    height:auto !important;
    overflow:auto;  
}

}

@media (min-width: 1200px){
#getting_started{
    width: 100%;
    margin: 0 auto;
    max-width: 1340px !important;
}
}

.sbd_info_carousel {
    padding: 10px;
    width: 96%;
    margin-left: 24px;
}

#getting_started .pd_info_item {
    height: 610px !important;
    overflow: hidden;
}

#getting_started .slick-prev:before, #getting_started .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #F79F1F;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#getting_started .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#getting_started .pd_info_item {
    max-width: 1340px !important;
    width: 100% !important;
}

#map { width:100%;height:50%;padding:0;margin:0; display: none; }
.sbd_address { cursor:pointer }
.sbd_address:hover { color:#AA0000;text-decoration:underline }
#qcpd_item_full_address{
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.sbd_street_map_results{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 99999;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgb(0 0 0 / 50%);
  display:none;
  overflow: hidden;
  overflow-y: scroll;
}


/* width */
.sbd_street_map_results::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.sbd_street_map_results::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
.sbd_street_map_results::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
}

/* Handle on hover */
.sbd_street_map_results::-webkit-scrollbar-thumb:hover {
    background: #333; 
}

#message-sbd{
    padding:4px 0px 0px 4px;
    /*background:#e80607;*/
    background:#5c62b6;
}


#list-elements .sbd_list_elements .repeat-field{
  background: #2271b1;
  border: 1px solid #2271b1;
  padding: 3px 15px;
  font-weight: 500;
  color: #fff;
  float: right;
      margin: 0 0 12px 0;
}
.qcld-tabs-custom {
    background: #fff;
    padding: 20px;
    margin: 10px 0 0 0;
    border-radius: 6px;
}

.qcld-Helptabstitle {
    border-bottom: 1px solid #eee;
    font-size: 22px !important;
}

.qcld-tabs-custom #poststuff #post-body.columns-2 {
    margin-right: 300px;
    width: 100% !important;
}

.modal.qcld_sbd_alert_msg_modal {
  padding-top: 100px;
}

@media (max-width: 667px) {
  .modal.qcld_sbd_alert_msg_modal .modal-content {
      padding: 15px;
      width: 85%;
  }
}

.qcld_sbd_alert_msg_modal .qcld_alert_msg{
    background: #e9fbf6;
    padding: 8px 8px;
    color: #222 !important;
    font-size: 14px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    text-align: center;

}
.qcld_sbd_alert_msg_modal .qcld_alert_msg a{
  text-decoration: none;
}

.qcld_sbd_alert_msg_modal .sbd_alert_msg_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.qcld_sbd_alert_msg_modal .sbd_alert_msg_close:hover, 
.qcld_sbd_alert_msg_modal .sbd_alert_msg_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.qcld_sbd_alert_msg_modal button.sbd_alert_msg_close.button {
    background: #f59e0b;
    border: #f59e0b;
    margin-right: 5px;
    color:#fff;
}

.qcld_sbd_alert_msg_modal .qcld_alert_msg_footer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 1199px){
#getting_started {
    width: 100%;
}
#getting_started .pd_info_item {
    max-width: 1200px !important;
    width: 100% !important;
}
}

@media (max-width: 1080px){
#getting_started {
    width: 100%;
}
#getting_started .pd_info_item {
    max-width: 1000px !important;
    width: 100% !important;
}
}


@media only screen and (max-width:992px){
.sldslider-Details {
    width: 100%;
    MAX-WIDTH: 680PX;
}	
.Getting_Started_img img {
    width: 100%;
}
#getting_started .pd_info_item {
    height: AUTO !important;
}
}
@media only screen and (max-width:768px){
.sldslider-Details {
    width: 100%;
    MAX-WIDTH: 640PX;
}	
}


@media only screen and (max-width:640px){
.sldslider-Details {
    width: 100%;
    MAX-WIDTH: 550PX;
}	
}

@media only screen and (max-width:480px){
.sldslider-Details {
    width: 100%;
    MAX-WIDTH: 400PX;
}	
}


/* CSS Update - 01/23/25 */

.sbd_nav_container .nav-tab {
    float: left;
    border: 1px solid #2c3338;
    border-bottom: none;
    margin-left: .5em;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.71428571;
    font-weight: 600;
    background: #2c3338;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
}


h2.nav-tab-wrapper.sbd_nav_container {
    border-bottom: 1px solid #c3c4c700;
}

.sbd_nav_container .nav-tab.nav-tab-active{
    border: 1px solid #2271b1;
    background: #2271b1;
    color: #ffffff;
}
.pd-notice {
    border-left-color: #2271b1;
    background: #2271b1;
    border: none;
}

.serviceBox .description {
    width: 50%;
}

.slick-slide img {
    width: 470px !important;
}

.qcld-sbd-notice-info {
    padding: 8px 15px 8px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    border-left: 0 solid transparent;
    box-shadow: 0px 4px 6px 1px #ebebeb;
    margin-bottom: 12px; 
    border: none;
        border-left: 3px solid #e91e63;
}

.sbd_pro_feature{
  background: indianred;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: bold;
  margin: 0px 0px 0px 5px;
  cursor: pointer;
  line-height: 18px;
}

@media only screen and (max-width:992px){
.serviceBox .description {
    width: 100%;
}
.slick-slide img {
    width: 470px !important;
    margin: 0 auto;
}
.Getting_Started_img {
    width: 100%;
}
}
div#language_settings i {
    font-size: 11px;
    color: #d93638;
    font-weight: bold;
}

#sbd-place-autocomplete-input{
    position: absolute;
    z-index: 999999999;
    top: 20px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}

.qc_map_view_sbd_wraps #sbd-place-autocomplete-input{
  top: 45px;
}

ul#sbd-place-autocomplete-input li {
  padding: 6px 4px;
  margin: 0;  
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
ul#sbd-place-autocomplete-input li:last-child{
  border-bottom:none;
}
ul#sbd-place-autocomplete-input li:hover {
    border-bottom: 1px solid #2271b1;
    background: #2271b1;
    color: #fff;
}

.cmb_metabox .cmb-row {
    overflow: visible !important;
}

.serviceBox .description {
    line-height: 32px !important;
    font-size: 20px !important;
}

span.highlight-shortcode {
    background: #FFED00;
    padding: 4px 4px;
    margin: 6px 0 6px 0;
    display: block;
    border: 1px solid #FFED00;
}
p.qcld-sbd-help-section-style {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}
.qcld-sbd-googlemapapi-notic {
    background: #fff;
    border: none;
    border-left-width: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    margin: 0 0 12px 0;
    padding: 5px 12px;
    border-radius: 6px;
}







.qcld-quick-flyout {
    align-items: center;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    opacity: 1;
    position: fixed;
    right: 40px;
    row-gap: 10px;
    transition: opacity .2s ease-in-out;
    z-index: 99999
}

.qcld-quick-flyout:not(.is-open) {
    pointer-events: none
}

@media (max-width:959px) {
    .qcld-quick-flyout {
        display: none
    }
}

.qcld-quick-flyout .qcld-quick-flyout-mascot {
    align-items: center;
    display: flex;
    pointer-events: auto;
    position: relative
}

.qcld-quick-flyout .qcld-quick-flyout-mascot:after {
    background-color: #fff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    transition: all .2s ease-in-out;
    width: 60px;
    z-index: -1
}

.qcld-quick-flyout .qcld-quick-flyout-mascot:hover:after {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.qcld-quick-flyout .qcld-quick-flyout-mascot:focus {
    box-shadow: none
}

.qcld-quick-flyout .qcld-quick-mascot__eyes {
    transition: transform .2s ease-in-out
}

.qcld-quick-flyout.is-open .glsr-mascot__eyes {
    transform: translateY(-2.5%)
}

.qcld-quick-flyout .qcld-quick-flyout-label {
    align-items: center;
    display: flex;
    height: auto !important;
    padding-right: 10px;
    position: absolute;
    right: 100%;
    transition: all .2s ease-out;
    white-space: nowrap
}

.qcld-quick-flyout .qcld-quick-flyout-label>div {
    background-color: rgba(44 51 56/.9);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 12px;
    position: relative
}

.qcld-quick-flyout .qcld-quick-flyout-item:hover .qcld-quick-flyout-label>div,
.qcld-quick-flyout .qcld-quick-flyout-mascot .qcld-quick-flyout-label>div {
    background-color: #E91E63
}

.qcld-quick-flyout .qcld-quick-flyout-mascot .qcld-quick-flyout-label {
    opacity: 1;
    transform: scale(1);
    transform-origin: right
}

.qcld-quick-flyout.is-open .qcld-quick-flyout-mascot .qcld-quick-flyout-label {
    opacity: 0;
    transform: scale(0)
}

.qcld-quick-flyout .qcld-quick-flyout-items {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.qcld-quick-flyout .qcld-quick-flyout-item {
    align-items: center;
    background-color:#5B4E96;
    border-radius: 50%;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .2);
    display: flex;
    height: 40px;
    justify-content: center;
    opacity: 0;
    text-decoration: none;
    transform: scale(0);
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: 40px
}

.qcld-quick-flyout .qcld-quick-flyout-item:hover {
    background-color: #111111;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .25)
}

.qcld-quick-flyout .qcld-quick-flyout-item.qcld-quick-flyout-premium {
    background-color: #009688
}

.qcld-quick-flyout .qcld-quick-flyout-item.qcld-quick-flyout-premium:hover {
    background-color: #E91E63
}

.qcld-quick-flyout .qcld-quick-flyout-item.qcld-quick-flyout-premium i {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative
}


.qcld-quick-flyout.is-open .qcld-quick-flyout-item {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.qcld-quick-flyout .qcld-quick-flyout-item i {
    color: #fff;
    font-size: 26px;
    height: 26px;
    width: 26px
}

a.qcld-quick-flyout-button.qcld-quick-flyout-mascot img {
    width: 60px !important;
        border-radius: 50%;
}

body.qcld-sbd-flyout #wpcontent .is-open {
    background: #000000b0;
    z-index: 99999;
    width: 100%;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    row-gap: 10px;
    transition: opacity .2s ease-in-out;
    bottom: 0;
    padding: 40px;
}

.qcld-sld-demonotic-alart{
padding: 8px 15px 8px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    border-left: 0 solid transparent;
    box-shadow: 0px 4px 6px 1px #ebebeb;
    margin-bottom: 12px;
    border: none;    
    border-left: 3px solid #e91e63;
}

.qcld-sld-demonotic-alart a{
    color: #e91e63;
    font-weight: bold;
}

.notice.notice-info.is-dismissible.pd-notice {
    background: #fff;
    padding: 8px 15px 8px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 12px 0 0 0;
    border-left: 0 solid transparent;
    box-shadow: 0px 4px 6px 1px #ebebeb;
    margin-bottom: 12px;
    border: none;
    border-left: 3px solid #e91e63;
    color: #000;
}

.pd-notice .slick-prev:before, .pd-notice .slick-next:before {
    color: #000000;
}
.sbd-importstylebox {
    background: #fff;
    padding: 30px;
    margin: 0px 0px 20px 0px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Glassmorphic Cards inside Import */
.sbd-import-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
}

/* Alert Styling */
.sbd-alert-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #b45309;
}
.sbd-alert-warning strong {
    color: #92400e;
}

/* Lists */
.sbd-import-card ol {
    margin-left: 20px;
    padding-left: 0;
}
.sbd-import-card ol li {
    margin-bottom: 8px;
    color: #475569;
    font-size: 14px;
}

/* Upload Area */
.sbd-upload-area {
    background: rgba(255, 255, 255, 0.9);
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 20px 0;
}
.sbd-upload-area:hover {
    border-color: #3b82f6;
    background: #f8fafc;
}
.sbd-upload-area p {
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 15px;
}
.sbd-upload-area input[type="file"] {
    display: block;
    margin: 0 auto 15px auto;
    padding: 10px;
    background: #f1f5f9;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* Submit Button */
.sbd-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.sbd-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

/* Footer Box */
.sbd-import-footer {
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    background: #0f172a;
    color: #94a3b8;
    font-size: 13px;
    margin-top: 30px;
}
.sbd-import-footer a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 600;
}
.sbd-import-footer a:hover {
    text-decoration: underline;
}

.sbd-importstylebox {
    background: #fff;
    padding: 30px;
    margin: 0px 0px 20px 0px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Glassmorphic Cards inside Import */
.sbd-import-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
}

/* Alert Styling */
.sbd-alert-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #b45309;
}
.sbd-alert-warning strong {
    color: #92400e;
}

/* Lists */
.sbd-import-card ol {
    margin-left: 20px;
    padding-left: 0;
}
.sbd-import-card ol li {
    margin-bottom: 8px;
    color: #475569;
    font-size: 14px;
}

/* Upload Area */
.sbd-upload-area {
    background: rgba(255, 255, 255, 0.9);
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 20px 0;
}
.sbd-upload-area:hover {
    border-color: #3b82f6;
    background: #f8fafc;
}
.sbd-upload-area p {
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 15px;
}
.sbd-upload-area input[type="file"] {
    display: block;
    margin: 0 auto 15px auto;
    padding: 10px;
    background: #f1f5f9;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* Submit Button */
.sbd-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.sbd-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

/* Footer Box */
.sbd-import-footer {
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    background: #0f172a;
    color: #94a3b8;
    font-size: 13px;
    margin-top: 30px;
}
.sbd-import-footer a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 600;
}
.sbd-import-footer a:hover {
    text-decoration: underline;
}

.sbd-dashboard-wrap .sbd-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px;
    margin: 20px 0 0 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.sbd-dashboard-wrap .sbd-col-md-9 {
    flex: 0 0 calc(70% - 12px) !important;
    max-width: calc(70% - 12px) !important;
    width: calc(70% - 12px) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.sbd-dashboard-wrap .sbd-col-md-3 {
    flex: 0 0 calc(30% - 12px) !important;
    max-width: calc(30% - 12px) !important;
    width: calc(30% - 12px) !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 991px) {
    .sbd-dashboard-wrap .sbd-row {
        flex-wrap: wrap !important;
        gap: 20px;
    }

    .sbd-dashboard-wrap .sbd-col-md-9,
    .sbd-dashboard-wrap .sbd-col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .sbd-dashboard-wrap .sbd-col-md-3 {
        margin-top: 0 !important;
    }
}

.sbd-col-bg-color {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9f9ff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sbd-color-red {
    color: #ef4444 !important;
}

.sbd-color-orange {
    color: #f59e0b !important;
}

.sbd-color-green {
    color: #10b981 !important;
}

.sbd-sidebar-card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9f9ff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-sizing: border-box !important;
    width: 100% !important;
}

.sbd-sidebar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.sbd-sidebar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.sbd-sidebar-card:hover::before {
    transform: scaleX(1);
}

.sbd-sidebar-card h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #1e293b;
    border: none;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.sbd-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sbd-feature-list li {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    color: #475569;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
    background: transparent;
    cursor: default;
}

.sbd-feature-list li:hover {
    background: #f8fafc;
    color: #0f172a;
    transform: translateX(5px);
}

.sbd-feature-list li .dashicons {
    color: #3b82f6;
    margin-right: 12px;
    transition: all 0.3s ease;
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.sbd-feature-list li:hover .dashicons {
    color: #8b5cf6;
    transform: scale(1.2);
}

.sbd-pro-upgrade {
    margin-top: 15px;
    text-align: center;
}

.sbd-pro-upgrade a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0;
    background: #3b82f6 !important;
    border-color: #2563eb !important;
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.sbd-pro-upgrade a:hover {
    background: #2563eb !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.4) !important;
}


.sbd-feature-accordion {
    margin-bottom: 20px;
}

.sbd-feature-accordion-item {
    border-bottom: 1px solid #f1f5f9;
}

.sbd-feature-accordion-item:last-child {
    border-bottom: none;
}

.sbd-feature-accordion-header {
    padding: 12px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.sbd-feature-accordion-header:hover {
    background: #f8fafc;
    color: #3b82f6;
}

.sbd-feature-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
    color: #64748b;
    padding: 0 10px;
}

.sbd-feature-accordion-item.active .sbd-feature-accordion-content {
    max-height: 500px;
    padding-bottom: 15px;
}

.sbd-feature-accordion-header .dashicons-arrow-down-alt2 {
    font-size: 16px;
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.sbd-feature-accordion-item.active .sbd-feature-accordion-header .dashicons-arrow-down-alt2 {
    transform: rotate(180deg);
}

.sbd-feature-accordion-content ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}

.sbd-feature-accordion-content li {
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.sbd-feature-accordion-content li .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    color: #3b82f6;
    margin-top: 2px;
}

/* External styles for sidebar banner & dashicon colors */
.sbd-pro-banner {
    margin: 15px 0 !important;
    text-align: center !important;
}

.sbd-pro-banner img {
    max-width: 70% !important;
    border-radius: 12px !important;
    height: auto !important;
}

@media (max-width: 991px) {
    .sbd-pro-banner img {
        max-width: 80% !important;
    }
}

@media (max-width: 667px) {
    .sbd-pro-banner img {
        max-width: 100% !important;
    }
}

.sbd-feature-accordion-header span span.dashicons {
    margin-right: 8px !important;
}

.sbd-color-blue {
    color: #3b82f6 !important;
}

.sbd-color-orange {
    color: #f97316 !important;
}

.sbd-color-green {
    color: #22c55e !important;
}

.sbd-color-red {
    color: #ef4444 !important;
}

/* AI Generator Sidebar Styles */
.sbd-ai-sidebar-notice p {
    margin: 0.5em 0;
}
.sbd-ai-sidebar-active-provider {
    margin-top: 0;
    margin-bottom: 12px;
}
.sbd-ai-sidebar-provider-badge {
    color: #4f46e5;
    font-weight: bold;
}
.sbd-ai-sidebar-field-wrap {
    margin-bottom: 12px;
}
.sbd-ai-sidebar-field-wrap label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.sbd-ai-sidebar-field-wrap textarea {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccd0d4;
    padding: 6px;
}
.sbd-ai-sidebar-field-wrap select {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.sbd-ai-sidebar-btn-wrap {
    margin-bottom: 0;
}
#sbd_btn_ai_generate {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 8px;
}
.sbd-btn-text {
    vertical-align: middle;
}
#sbd_ai_gen_status {
    margin-top: 10px;
    font-weight: 600;
    font-size: 13px;
}

/* Spinner Keyframes and animation rules */
@keyframes sbd_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.sbd-spinner-icon {
    animation: sbd_spin 1.2s linear infinite !important;
    display: none;
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    transform-origin: center center;
    vertical-align: middle;
}
.sbd-container {
}
@media (min-width: 1200px){
    .sbd-container {
        width: 100%;
    }
}
.sbd-row {
    margin-left: -15px;
    margin-right: -15px;
}

.sbd-col-xs-1, .sbd-col-sm-1, .sbd-col-md-1, .sbd-col-lg-1, .sbd-col-xs-2, .sbd-col-sm-2, .sbd-col-md-2, .sbd-col-lg-2, .sbd-col-xs-3, .sbd-col-sm-3, .sbd-col-md-3, .sbd-col-lg-3, .sbd-col-xs-4, .sbd-col-sm-4, .sbd-col-md-4, .sbd-col-lg-4, .sbd-col-xs-5, .sbd-col-sm-5, .sbd-col-md-5, .sbd-col-lg-5, .sbd-col-xs-6, .sbd-col-sm-6, .sbd-col-md-6, .sbd-col-lg-6, .sbd-col-xs-7, .sbd-col-sm-7, .sbd-col-md-7, .sbd-col-lg-7, .sbd-col-xs-8, .sbd-col-sm-8, .sbd-col-md-8, .sbd-col-lg-8, .sbd-col-xs-9, .sbd-col-sm-9, .sbd-col-md-9, .sbd-col-lg-9, .sbd-col-xs-10, .sbd-col-sm-10, .sbd-col-md-10, .sbd-col-lg-10, .sbd-col-xs-11, .sbd-col-sm-11, .sbd-col-md-11, .sbd-col-lg-11, .sbd-col-xs-12, .sbd-col-sm-12, .sbd-col-md-12, .sbd-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px){
.sbd-col-md-1, .sbd-col-md-2, .sbd-col-md-3, .sbd-col-md-4, .sbd-col-md-5, .sbd-col-md-6, .sbd-col-md-7, .sbd-col-md-8, .sbd-col-md-9, .sbd-col-md-10, .sbd-col-md-11, .sbd-col-md-12 {
    float: left;
}}
@media (min-width: 768px){
.sbd-col-sm-6 {
    width: 50%;
}}

@media (min-width: 768px){
.sbd-col-sm-1, .sbd-col-sm-2, .sbd-col-sm-3, .sbd-col-sm-4, .sbd-col-sm-5, .sbd-col-sm-6, .sbd-col-sm-7, .sbd-col-sm-8, .sbd-col-sm-9, .sbd-col-sm-10, .sbd-col-sm-11, .sbd-col-sm-12 {
    float: left;
}}
@media (min-width: 992px){
.sbd-col-md-3 {
    width: 25%;
}
}
.sbd-col-bg-color {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.sbd-ai-provider-toggle-group {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.sbd-ai-provider-card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 180px;
}
.sbd-ai-provider-card:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.sbd-ai-provider-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.sbd-ai-provider-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-right: 15px;
    color: #64748b;
    background: #f1f5f9;
    transition: all 0.3s ease;
}
.sbd-ai-provider-card.active .sbd-ai-provider-icon {
    color: #ffffff;
}

.sbd-ai-provider-card:nth-child(1) .sbd-ai-provider-icon {
    background: #fee2e2;
    color: #ef4444;
}
.sbd-ai-provider-card:nth-child(1).active {
    border-color: #ef4444;
    background: #fef2f2;
}
.sbd-ai-provider-card:nth-child(1).active .sbd-ai-provider-icon {
    background: #ef4444;
}

.sbd-ai-provider-card:nth-child(2) .sbd-ai-provider-icon {
    background: #dcfce7;
    color: #10b981;
}
.sbd-ai-provider-card:nth-child(2).active {
    border-color: #10b981;
    background: #ecfdf5;
}
.sbd-ai-provider-card:nth-child(2).active .sbd-ai-provider-icon {
    background: #10b981;
}

.sbd-ai-provider-card:nth-child(3) .sbd-ai-provider-icon {
    background: #e0e7ff;
    color: #4f46e5;
}
.sbd-ai-provider-card:nth-child(3).active {
    border-color: #4f46e5;
    background: #eef2ff;
}
.sbd-ai-provider-card:nth-child(3).active .sbd-ai-provider-icon {
    background: #4f46e5;
}

.sbd-ai-provider-card:nth-child(4) .sbd-ai-provider-icon {
    background: #ffedd5;
    color: #f97316;
}
.sbd-ai-provider-card:nth-child(4).active {
    border-color: #f97316;
    background: #fff7ed;
}
.sbd-ai-provider-card:nth-child(4).active .sbd-ai-provider-icon {
    background: #f97316;
}

.sbd-ai-provider-title {
    font-weight: 600;
    font-size: 15px;
    color: #475569;
}
.sbd-ai-provider-card.active .sbd-ai-provider-title {
    color: #0f172a;
}

.sbd-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.sbd-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.sbd-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e1;
  transition: .4s;
}
.sbd-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}
input:checked + .sbd-slider {
  background-color: #10b981;
}
input:focus + .sbd-slider {
  box-shadow: 0 0 1px #10b981;
}
input:checked + .sbd-slider:before {
  transform: translateX(26px);
}
.sbd-slider.round {
  border-radius: 34px;
}
.sbd-slider.round:before {
  border-radius: 50%;
}
.sbd-openai-settings-row, .sbd-gemini-settings-row, .sbd-openrouter-settings-row {
    display: none;
}
.sbd-sidebar-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}
.sbd-sidebar-wrapper h3 {
    margin-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 18px;
}
.sbd-sidebar-wrapper ul {
    margin-left: 0;
    padding-left: 0;
}
.sbd-sidebar-wrapper li {
    list-style: none;
    margin-bottom: 10px;
}


/* Settings Tabs Styling */
.sbd_nav_container {
    border: none !important;
    background: #f1f5f9;
    padding: 8px;
    border-radius: 12px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.sbd_nav_container a.nav-tab {
    float: none;
    border: none;
    border-bottom: none;
    margin: 0;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}
.sbd_nav_container a.nav-tab:hover {
    background: #e2e8f0;
    color: #1e293b;
}
.sbd_nav_container a.nav-tab-active,
.sbd_nav_container a.nav-tab-active:hover {
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Alert Styling */
.sld-alert-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #b45309;
}
.sld-alert-warning strong {
    color: #92400e;
}


/* Settings Page Form Styles */
.qcld-tabs-custom {
    background: #fff;
    padding: 20px;
    margin: 10px 0 0 0;
    border-radius: 6px;
}

.modal.qcld_alert_msg_modal {
  padding-top: 100px;
}

@media (max-width: 667px) {
  .modal.qcld_alert_msg_modal .modal-content {
      padding: 15px;
      width: 85%;
  }
}

.qcld_alert_msg_modal .qcld_alert_msg{
    background: #e9fbf6;
    padding: 8px 8px;
    color: #222 !important;
    font-size: 14px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    text-align: center;

}
.qcld_alert_msg_modal .qcld_alert_msg a{
  text-decoration: none;
}

.qcld_alert_msg_modal .sld_alert_msg_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.qcld_alert_msg_modal .sld_alert_msg_close:hover, 
.qcld_alert_msg_modal .sld_alert_msg_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.qcld_alert_msg_modal button.sld_alert_msg_close.button {
    background: #f59e0b;
    border: #f59e0b;
    margin-right: 5px;
    color:#fff;
}

.qcld_alert_msg_modal .qcld_alert_msg_footer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.sld-notice {
    border-left-color: #2271b1;
    background: #2271b1;
}
.sld_nav_container {
    border: none !important;
    background: #f1f5f9;
    padding: 8px;
    border-radius: 12px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.sld_nav_container a.nav-tab {
    float: none;
    border: none;
    border-bottom: none;
    margin: 0;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    color: #64748b;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}
.sld_nav_container a.nav-tab:hover {
    background: #e2e8f0;
    color: #1e293b;
}
.sld_nav_container a.nav-tab-active,
.sld_nav_container a.nav-tab-active:hover {
    background: #ffffff;
    color: #2563eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.qcld-importstylebox {
    background: #fff;
    padding: 30px;
    margin: 0px 0px 20px 0px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Glassmorphic Cards inside Import */
.sld-import-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    margin-bottom: 24px;
}

/* Alert Styling */
.sld-alert-warning {
    background: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #b45309;
}
.sld-alert-warning strong {
    color: #92400e;
}

/* Lists */
.sld-import-card ol {
    margin-left: 20px;
    padding-left: 0;
}
.sld-import-card ol li {
    margin-bottom: 8px;
    color: #475569;
    font-size: 14px;
}

/* Upload Area */
.sld-upload-area {
    background: rgba(255, 255, 255, 0.9);
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 20px 0;
}
.sld-upload-area:hover {
    border-color: #3b82f6;
    background: #f8fafc;
}
.sld-upload-area p {
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 15px;
}
.sld-upload-area input[type="file"] {
    display: block;
    margin: 0 auto 15px auto;
    padding: 10px;
    background: #f1f5f9;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* Submit Button */
.sld-btn-primary {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}
.sld-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.3);
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

/* Footer Box */
.sld-import-footer {
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    background: #0f172a;
    color: #94a3b8;
    font-size: 13px;
    margin-top: 30px;
}
.sld-import-footer a {
    color: #38bdf8;
    text-decoration: none;
    font-weight: 600;
}
.sld-import-footer a:hover {
    text-decoration: underline;
}

.qcld-sld-notic-alart{
    padding: 8px 15px 8px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    border-left: 0 solid transparent;
    box-shadow: 0px 4px 6px 1px #ebebeb;
    margin-bottom: 12px;
    border: none;
    border-left: 3px solid #e91e63;
}

th.Shortcodestitle {
    border-bottom: 1px solid #eee;
    font-size: 20px;
}
.sld-notice{
    border: none !important;
    border-radius: 5px;
}

.cmb_metabox .field-title {
    margin-bottom: 3px !important;
}

.cmb_metabox .CMB_Group_Field.repeatable>.field-item:nth-child(odd){
    background-color: #ffffff;
}
.cmb_metabox .CMB_Group_Field.repeatable>.field-item:nth-child(even){
    background-color: #f5f5f5;
}

.cmb_metabox .field {
    overflow: visible !important;
}

@media (min-width: 1200px) {
  .sld-container {
      width: 100% !important;
  }
}

.wp-picker-holder {
    position: absolute !important;
    z-index: 999 !important;
}

.button.qcsld-promo-link {
    color: #ffffff !important;
    background: #2271b1;
}
.button.qcsld-promo-link:hover {
    color: #ffffff !important;
    background: #d63638;
    border-color: #d63638 !important;
}

span.qcld-sld-code-highlight {
    background: yellow;
    margin: 9px 0 0 0;
    display: inline-block;
}

.qcld_sld_tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #2271b1;
}

.qcld_sld_tabs input:checked + .qcld_sld_tab-label {
    background: #2271b1;
    color: #fff;
}
.qcld_sld_tab-label:hover{
     background: #2271b1;
    color: #fff;   
}

.cmb_metabox .cmb-row {
    overflow: visible !important;
}

.qcld-sld-shortcode-example p {
    border-bottom: 1px solid #eee;
    padding: 6px 0 12px 0;
}
.qcld-tabs-custom div#post-body {
    margin: 0 !important;
}
.qcld_sld_tabs input:checked ~ .qcld_sld_tab-content {
    background: #eee;
    margin: 0 0 15px 0;
}










.qcld-sldquick-flyout {
    align-items: center;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    opacity: 1;
    position: fixed;
    right: 40px;
    row-gap: 12px;
    transition: opacity .3s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 99999;
}

.qcld-sldquick-flyout:not(.is-open) {
    pointer-events: none;
}

@media (max-width:959px) {
    .qcld-sldquick-flyout {
        display: none !important;
    }
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-mascot {
    align-items: center;
    display: flex;
    pointer-events: auto;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-mascot:hover {
    transform: scale(1.08);
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-mascot:after {
    background: #ffffff;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 10px 25px -5px rgba(79, 70, 229, 0.3), 0 8px 10px -6px rgba(79, 70, 229, 0.3);
    content: "";
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
    width: 60px;
    z-index: -1;
    border: 2px solid #e2e8f0;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-mascot:hover:after {
    box-shadow: 0 20px 25px -5px rgba(79, 70, 229, 0.4), 0 10px 10px -5px rgba(79, 70, 229, 0.4);
    border-color: #6366f1;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-mascot:focus {
    box-shadow: none;
}

.qcld-sldquick-flyout .qcld-quick-mascot__eyes {
    transition: transform .2s ease-in-out;
}

.qcld-sldquick-flyout.is-open .glsr-mascot__eyes {
    transform: translateY(-2.5%);
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-label {
    align-items: center;
    display: flex;
    height: auto !important;
    padding-right: 12px;
    position: absolute;
    right: 100%;
    transition: all .25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-label>div {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(4px);
    border-radius: 8px;
    color: #f8fafc;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    padding: 6px 12px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background-color 0.2s ease;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-item:hover .qcld-sldquick-flyout-label>div,
.qcld-sldquick-flyout .qcld-sldquick-flyout-mascot .qcld-sldquick-flyout-label>div {
    background-color: #4f46e5;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-mascot .qcld-sldquick-flyout-label {
    opacity: 1;
    transform: scale(1);
    transform-origin: right;
}

.qcld-sldquick-flyout.is-open .qcld-sldquick-flyout-mascot .qcld-sldquick-flyout-label {
    opacity: 0;
    transform: scale(0);
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-items {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-item {
    align-items: center;
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2);
    display: flex;
    height: 44px;
    justify-content: center;
    opacity: 0;
    text-decoration: none;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    visibility: hidden;
    width: 44px;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-item:hover {
    background: linear-gradient(135deg, #3730a3, #4338ca);
    box-shadow: 0 8px 16px rgba(79, 70, 229, 0.35);
    transform: scale(1.1);
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-item.qcld-sldquick-flyout-premium {
    background: linear-gradient(135deg, #eab308, #ca8a04);
    box-shadow: 0 4px 12px rgba(234, 179, 8, 0.2);
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-item.qcld-sldquick-flyout-premium:hover {
    background: linear-gradient(135deg, #a16207, #854d0e);
    box-shadow: 0 8px 16px rgba(234, 179, 8, 0.35);
    transform: scale(1.1);
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-item.qcld-sldquick-flyout-premium i {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
}

.qcld-sldquick-flyout.is-open .qcld-sldquick-flyout-item {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.qcld-sldquick-flyout .qcld-sldquick-flyout-item i {
    color: #fff;
    font-size: 20px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.qcld-sldquick-flyout-button.qcld-sldquick-flyout-mascot {
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
}

a.qcld-sldquick-flyout-button.qcld-sldquick-flyout-mascot img {
    width: 100% !important;
    height: 100% !important;
    max-width: 60px !important;
    max-height: 60px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    background: #ffffff !important;
    overflow: hidden;
}


body.qcld-sld-flyout #wpcontent .is-open {
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 99999;
    width: 100%;
    right: 0;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    row-gap: 12px;
    transition: all .3s cubic-bezier(0.16, 1, 0.3, 1);
    bottom: 0;
    padding: 40px;
}

.qcld-sld-shortcode-example p {
    background: #eee;
    padding: 8px 12px;
    font-size: 14px !important;
}

.qcld-sld-shortcode-example p strong{
    font-size: 16px !important;
}

.qcld-sld-demonotic-alart {
    padding: 8px 15px 8px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    border-left: 0 solid transparent;
    box-shadow: 0px 4px 6px 1px #ebebeb;
    margin-bottom: 12px;
    border: none;
    border-left: 3px solid #e91e63;
}
.qcld-sld-demonotic-alart a{
    color:#E91E63;
    font-weight: bold;
}

.sld-notice {
    padding: 8px 15px 8px 15px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px 20px 0 0;
    border-left: 0 solid transparent;
    box-shadow: 0px 4px 6px 1px #ebebeb;
    margin-bottom: 12px;
    border: none;
    border-left: 3px solid #e91e63 !important;
        color: #000000;
}

/* Modern Inputs & Textareas */
.sbd-dashboard-wrap .form-table input[type="text"],
.sbd-dashboard-wrap .form-table textarea {
    width: 100%;
    max-width: 600px;
    padding: 12px 16px;
    font-size: 14px;
    color: #334155;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sbd-dashboard-wrap .form-table input[type="text"]:focus,
.sbd-dashboard-wrap .form-table textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.sbd-dashboard-wrap .form-table textarea {
    resize: vertical;
    min-height: 100px;
}

/* Modern Toggle Checkboxes */
.sbd-dashboard-wrap .form-table input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 44px;
    height: 24px;
    background: #cbd5e1;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: none;
    transition: background 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    vertical-align: middle;
    margin-right: 12px;
}
.sbd-dashboard-wrap .form-table input[type="checkbox"]::before {
    display: none !important;
}
.sbd-dashboard-wrap .form-table input[type="checkbox"]::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.sbd-dashboard-wrap .form-table input[type="checkbox"]:checked {
    background: #10b981;
}
.sbd-dashboard-wrap .form-table input[type="checkbox"]:checked::after {
    transform: translateX(20px);
}
.sbd-dashboard-wrap .form-table input[type="checkbox"]:focus {
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

/* Form Table General Enhancements */
.sbd-dashboard-wrap .form-table th {
    font-weight: 600;
    color: #1e293b;
    font-size: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.sbd-dashboard-wrap .form-table td {
    padding-bottom: 20px;
    padding-top: 20px;
}
.sbd-dashboard-wrap .form-table td i {
    display: block;
    margin-top: 8px;
    color: #64748b;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5;
}

/* CodeMirror Editor Styling */
.sbd-dashboard-wrap .CodeMirror {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    min-height: 300px;
    max-width: 800px;
    transition: all 0.2s ease-in-out;
}
.sbd-dashboard-wrap .CodeMirror-focused {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.sbd-dashboard-wrap .CodeMirror-gutters {
    background-color: #f8fafc;
    border-right: 1px solid #e2e8f0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sbd-dashboard-wrap .CodeMirror-linenumber {
    color: #94a3b8;
}

.sld-notice .slick-prev:before, .sld-notice .slick-next:before {
    color: #e91e63;
}



div#general_settings table.form-table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

div#general_settings table.form-table tr:nth-child(even) {
  background-color: #ffffff;
}

div#general_settings table.form-table tr th {
    padding: 20px 12px 20px 12px;
}


div#language_settings table.form-table  tr:nth-child(odd) {
  background-color: #f2f2f2;
}

div#language_settings table.form-table  tr:nth-child(even) {
  background-color: #ffffff;
}

div#language_settings table.form-table  tr th {
    padding: 20px 12px 20px 12px;
}

/* OVERRIDE AI PROVIDER CSS TO MATCH SLD */
.sbd-ai-provider-toggle-group {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}
.sbd-ai-provider-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    padding: 16px;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.sbd-ai-provider-card:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.sbd-ai-provider-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
}
.sbd-ai-provider-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.sbd-ai-provider-card.active .sbd-ai-provider-icon {
    transform: scale(1.1);
}

/* Disable option coloring */
.sbd-ai-provider-card:nth-child(1) .sbd-ai-provider-icon {
    background: #fee2e2;
    color: #ef4444;
}
.sbd-ai-provider-card:nth-child(1).active {
    border-color: #ef4444;
    background: #fef2f2;
    box-shadow: 0 10px 15px -3px rgba(239, 68, 68, 0.1), 0 4px 6px -4px rgba(239, 68, 68, 0.1);
}

/* OpenAI option coloring */
.sbd-ai-provider-card:nth-child(2) .sbd-ai-provider-icon {
    background: #e0f2fe;
    color: #0284c7;
}
.sbd-ai-provider-card:nth-child(2).active {
    border-color: #0284c7;
    background: #f0f9ff;
    box-shadow: 0 10px 15px -3px rgba(2, 132, 199, 0.1), 0 4px 6px -4px rgba(2, 132, 199, 0.1);
}

/* Gemini option coloring */
.sbd-ai-provider-card:nth-child(3) .sbd-ai-provider-icon {
    background: #faf5ff;
    color: #7e22ce;
}
.sbd-ai-provider-card:nth-child(3).active {
    border-color: #7e22ce;
    background: #faf5ff;
    box-shadow: 0 10px 15px -3px rgba(126, 34, 206, 0.1), 0 4px 6px -4px rgba(126, 34, 206, 0.1);
}

/* OpenRouter option coloring */
.sbd-ai-provider-card:nth-child(4) .sbd-ai-provider-icon {
    background: #fef3c7;
    color: #d97706;
}
.sbd-ai-provider-card:nth-child(4).active {
    border-color: #d97706;
    background: #fffbeb;
    box-shadow: 0 10px 15px -3px rgba(217, 119, 6, 0.1), 0 4px 6px -4px rgba(217, 119, 6, 0.1);
}

.sbd-ai-provider-title {
    font-weight: 600;
    font-size: 13px;
    color: #334155;
    margin-top: 4px;
}
.sbd-ai-provider-card.active .sbd-ai-provider-title {
    color: #0f172a;
}

/* OVERRIDE SWITCH CSS TO MATCH SLD */
.sbd-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.sbd-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.sbd-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e1;
  transition: .4s;
  border-radius: 24px;
}
.sbd-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.sbd-switch input:checked + .sbd-slider {
  background-color: #4f46e5;
}
.sbd-switch input:focus + .sbd-slider {
  box-shadow: 0 0 1px #4f46e5;
}
.sbd-switch input:checked + .sbd-slider:before {
  transform: translateX(24px);
}

/* CodeMirror Editor Styling */
.sbd-dashboard-wrap .CodeMirror {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    min-height: 300px;
    max-width: 800px;
    transition: all 0.2s ease-in-out;
}
.sbd-dashboard-wrap .CodeMirror-focused {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.sbd-dashboard-wrap .CodeMirror-gutters {
    background-color: #f8fafc;
    border-right: 1px solid #e2e8f0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sbd-dashboard-wrap .CodeMirror-linenumber {
    color: #94a3b8;
}


.sbd-demo-import-card .dashicons-cloud-saved{
    line-height: 1 !important;
}

/* Shortcode list columns styling (no inline styles) */
.sbd-shortcode-col-wrap {
    display: block;
}
.sbd-shortcode-item {
    margin-bottom: 8px;
}
.sbd-shortcode-item:last-child {
    margin-bottom: 0;
}
.sbd-shortcode-label {
    display: block;
    font-weight: 600;
    font-size: 11px;
    color: #64748b;
    margin-bottom: 3px;
}
.sbd-shortcode-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 1);
    padding: 4px 4px 4px 4px;
    transition: all 0.3s ease;
    max-width: 100%;
}

.sbd-shortcode-container:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.sbd-shortcode-code {
    flex-grow: 1;
    font-size: 13px;
    font-family: 'ui-monospace', 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', monospace;
    color: #0f172a;
    background: transparent;
    border: none;
    padding: 6px 0;
    white-space: nowrap;
    overflow-x: auto;
}

.sbd-shortcode-code::-webkit-scrollbar {
    height: 4px;
}
.sbd-shortcode-code::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 2px;
}

.sbd-copy-btn {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 8px;
    flex-shrink: 0;
}

.sbd-copy-btn:hover {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(79, 70, 229, 0.3);
}

.sbd-copy-btn:active {
    transform: scale(0.96);
}

.sbd-copy-btn .dashicons-admin-page {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: inherit;
}
/* ==========================================================================
   CPT list table styling (All Directories Page)
   ========================================================================== */
.post-type-pnd.edit-php #wpcontent {
    background-color: #f8fafc;
}
.sbd-copy-tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: #ffffff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    white-space: nowrap;
    margin-bottom: 4px;
    z-index: 10;
}
.sbd-copy-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    border-width: 4px;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}


/* CMB Repeatable Group Structure Modernization */
.post-type-pnd #qcpnd_list_item01 .cmb-field-group {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    position: relative;
    padding: 15px;
    transition: all 0.25s ease;
}
.post-type-pnd #qcpnd_list_item01 .cmb-field-group:hover {
    border-color: #4f46e5;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.06);
}

/* Row elements drag handle */
.post-type-pnd #qcpnd_list_item01 .cmb-handle {
    background: #f1f5f9;
    border-left: 1px solid #cbd5e1;
    border-radius: 0 12px 12px 0;
    width: 32px;
    cursor: move;
}
.post-type-pnd #qcpnd_list_item01 .cmb-handle:before {
    content: "::";
    font-family: inherit;
    font-size: 18px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Inputs styling */
.post-type-pnd .cmb_metabox input[type="text"],
.post-type-pnd .cmb_metabox select,
.post-type-pnd .cmb_metabox textarea {
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    color: #334155 !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease !important;
    box-shadow: none !important;
}
.post-type-pnd .cmb_metabox input[type="text"]:focus,
.post-type-pnd .cmb_metabox select:focus,
.post-type-pnd .cmb_metabox textarea:focus {
    border-color: #4f46e5 !important;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.12) !important;
    outline: none !important;
}

/* Labels */
.post-type-pnd .cmb_metabox .field-title {
    font-weight: 600 !important;
    color: #475569 !important;
    font-size: 13px !important;
    margin-bottom: 4px !important;
}

/* Descriptions */
.post-type-pnd .cmb_metabox .cmb_metabox_description {
    font-size: 11px !important;
    color: #64748b !important;
    margin-top: 3px !important;
}

/* Repeat Button (Add New Item) */
.post-type-pnd .cmb_metabox .repeat-field {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    padding: 8px 20px !important;
    height: auto !important;
    line-height: 1.5 !important;
    box-shadow: 0 2px 4px 0 rgba(79, 70, 229, 0.2) !important;
    transition: all 0.2s ease !important;
}
.post-type-pnd .cmb_metabox .repeat-field:hover {
    background-color: #4338ca !important;
    border-color: #4338ca !important;
    box-shadow: 0 4px 8px 0 rgba(79, 70, 229, 0.3) !important;
}

/* Delete Button */
.post-type-pnd #qcpnd_list_item01 .cmb-delete-field {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    height: 28px !important;
    line-height: 26px !important;
    padding: 0 12px 0 28px !important;
    background-color: #fee2e2 !important;
    border: 1px solid #fecaca !important;
    color: #ef4444 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
    z-index: 10 !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
}
.post-type-pnd #qcpnd_list_item01 .cmb-delete-field .cmb-delete-field-icon {
    position: absolute !important;
    left: 10px !important;
    top: 45% !important;
    margin-top: -8px !important;
    height: 16px !important;
    width: 12px !important;
    line-height: 16px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #ef4444 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: none !important;
    text-indent: 0 !important;
    overflow: visible !important;
    transition: all 0.2s ease !important;
}
.post-type-pnd #qcpnd_list_item01 .cmb-delete-field:hover {
    background-color: #ef4444 !important;
    color: #ffffff !important;
    border-color: #ef4444 !important;
}
.post-type-pnd #qcpnd_list_item01 .cmb-delete-field:hover .cmb-delete-field-icon {
    color: #ffffff !important;
}

/* Sidebar Custom Widgets / Publish Metabox */
.post-type-pnd #submitdiv {
    border-color: #e2e8f0;
}
.post-type-pnd #submitdiv #publishing-action .button-primary {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    box-shadow: 0 2px 4px 0 rgba(79, 70, 229, 0.2) !important;
}
.post-type-pnd #submitdiv #publishing-action .button-primary:hover {
    background-color: #4338ca !important;
    box-shadow: 0 4px 8px 0 rgba(79, 70, 229, 0.3) !important;
}

/* AI Sidebar generator styles */
.post-type-pnd .pnd-ai-sidebar-generator-wrap label {
    color: #334155;
}
.post-type-pnd .pnd-ai-sidebar-generator-wrap textarea {
    min-height: 80px;
    resize: vertical;
}
.post-type-pnd .pnd-ai-sidebar-generator-wrap button {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}
.post-type-pnd .pnd-ai-sidebar-generator-wrap button:hover {
    background-color: #4338ca !important;
    border-color: #4338ca !important;
}

/* Copy Button Styling on Posts List Page */
.pnd-copy-btn:hover {
    background-color: #f8fafc !important;
    border-color: #94a3b8 !important;
}
.pnd-copy-btn:active {
    background-color: #f1f5f9 !important;
}
.pnd-copy-btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2) !important;
}

/* Custom Shortcode Column Width */
.column-shortcode_col {
    width: 350px !important;
}

/* Sidebar Generator Styling (no inline styles) */
.pnd-ai-sidebar-generator-wrap {
    padding: 5px 0;
}
.pnd-ai-sidebar-notice {
    margin: 0 0 10px 0;
}
.pnd-ai-sidebar-notice p {
    margin: 0.5em 0;
}
.pnd-ai-sidebar-active-provider {
    margin-top: 0;
    margin-bottom: 12px;
}
.pnd-ai-sidebar-provider-badge {
    color: #4f46e5;
    font-weight: bold;
}
.pnd-ai-sidebar-field-wrap {
    margin-bottom: 12px;
}
.pnd-ai-sidebar-field-wrap label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.pnd-ai-sidebar-field-wrap textarea {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccd0d4;
    padding: 6px;
}
.pnd-ai-sidebar-field-wrap select {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.pnd-ai-sidebar-btn-wrap {
    margin-bottom: 0;
}
#sld_btn_ai_generate {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 8px;
}
.pnd-btn-text {
    vertical-align: middle;
}
#sld_ai_gen_status {
    margin-top: 10px;
    font-weight: 600;
    font-size: 13px;
}

/* Spinner Keyframes and animation rules */
@keyframes sld_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.pnd-spinner-icon {
    animation: sld_spin 1.2s linear infinite !important;
    display: none;
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    transform-origin: center center;
    vertical-align: middle;
}

/* Shortcode list columns styling (no inline styles) */
.pnd-shortcode-col-wrap {
    display: block;
}
.pnd-shortcode-item {
    margin-bottom: 8px;
}
.pnd-shortcode-item:last-child {
    margin-bottom: 0;
}
.pnd-shortcode-label {
    display: block;
    font-weight: 600;
    font-size: 11px;
    color: #64748b;
    margin-bottom: 3px;
}
.pnd-shortcode-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 1);
    padding: 4px 4px 4px 4px;
    transition: all 0.3s ease;
    max-width: 100%;
}

.pnd-shortcode-container:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.pnd-shortcode-code {
    flex-grow: 1;
    font-size: 13px;
    font-family: 'ui-monospace', 'SFMono-Regular', 'Menlo', 'Monaco', 'Consolas', monospace;
    color: #0f172a;
    background: transparent;
    border: none;
    padding: 6px 0;
    white-space: nowrap;
    overflow-x: auto;
}

.pnd-shortcode-code::-webkit-scrollbar {
    height: 4px;
}
.pnd-shortcode-code::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 2px;
}

.pnd-copy-btn {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 6px 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 8px;
    flex-shrink: 0;
}

.pnd-copy-btn:hover {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #ffffff;
    box-shadow: 0 2px 6px rgba(79, 70, 229, 0.3);
}

.pnd-copy-btn:active {
    transform: scale(0.96);
}

.pnd-copy-btn .dashicons-admin-page {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: inherit;
}
/* ==========================================================================
   CPT list table styling (All Directories Page)
   ========================================================================== */
.post-type-pnd.edit-php #wpcontent {
    background-color: #f8fafc;
}

/* WP List Table Styling */
.post-type-pnd.edit-php .wp-list-table {
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05) !important;
    background: #ffffff !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
}

/* Table Header styling */
.post-type-pnd.edit-php .wp-list-table thead th,
.post-type-pnd.edit-php .wp-list-table tfoot th {
    background: #f1f5f9 !important;
    border-bottom: 2px solid #e2e8f0 !important;
    padding: 14px 12px !important;
    color: #475569 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 0.05em !important;
}

/* Adjust checkbox column padding */
.post-type-pnd.edit-php .wp-list-table th.column-cb {
    padding: 14px 0 14px 10px !important;
}

/* Row padding & borders */
.post-type-pnd.edit-php .wp-list-table tbody td,
.post-type-pnd.edit-php .wp-list-table tbody th {
    padding: 16px 12px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: #334155 !important;
}

.post-type-pnd.edit-php .wp-list-table tbody tr:last-child td,
.post-type-pnd.edit-php .wp-list-table tbody tr:last-child th {
    border-bottom: none !important;
}

/* Row hover styling */
.post-type-pnd.edit-php .wp-list-table tbody tr:hover td,
.post-type-pnd.edit-php .wp-list-table tbody tr:hover th {
    background: #f8fafc !important;
}

/* Title Column styling */
.post-type-pnd.edit-php .wp-list-table td.column-title strong a {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    transition: color 0.2s ease !important;
}

.post-type-pnd.edit-php .wp-list-table td.column-title strong a:hover {
    color: #4f46e5 !important;
}

/* Row Actions styling */
.post-type-pnd.edit-php .row-actions {
    margin-top: 6px !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.post-type-pnd.edit-php .wp-list-table tr:hover .row-actions {
    visibility: visible;
    opacity: 1;
}

.post-type-pnd.edit-php .row-actions span a {
    color: #64748b !important;
    font-weight: 500 !important;
}

.post-type-pnd.edit-php .row-actions span a:hover {
    color: #4f46e5 !important;
}

.post-type-pnd.edit-php .row-actions span.trash a {
    color: #ef4444 !important;
}

.post-type-pnd.edit-php .row-actions span.trash a:hover {
    color: #b91c1c !important;
}

/* Number of Elements Badge Styling */
.pnd-item-count-badge {
    background-color: #eff6ff !important;
    color: #1d4ed8 !important;
    border: 1px solid #dbeafe !important;
    padding: 6px 12px !important;
    border-radius: 9999px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    display: inline-block !important;
    text-align: center !important;
    box-shadow: 0 1px 2px rgba(29, 78, 216, 0.05) !important;
}

/* WP List Table Column Width Controls */
.post-type-pnd.edit-php .wp-list-table th.column-cb,
.post-type-pnd.edit-php .wp-list-table td.column-cb {
    width: 40px !important;
}

.post-type-pnd.edit-php .wp-list-table th.column-title,
.post-type-pnd.edit-php .wp-list-table td.column-title {
    width: auto !important;
}

.post-type-pnd.edit-php .wp-list-table th.column-qcopd_item_count,
.post-type-pnd.edit-php .wp-list-table td.column-qcopd_item_count {
    width: 170px !important;
}

.post-type-pnd.edit-php .wp-list-table th.column-shortcode_col,
.post-type-pnd.edit-php .wp-list-table td.column-shortcode_col {
    width: 460px !important;
}

.post-type-pnd.edit-php .wp-list-table th.column-date,
.post-type-pnd.edit-php .wp-list-table td.column-date {
    width: 140px !important;
}

.post-type-pnd.edit-php .pnd-shortcode-col-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.post-type-pnd.edit-php .pnd-shortcode-item {
    margin-bottom: 0 !important;
}

.post-type-pnd.edit-php .pnd-shortcode-label {
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #94a3b8 !important;
    margin-bottom: 2px !important;
    font-weight: bold !important;
}

.post-type-pnd.edit-php .pnd-shortcode-code {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    padding: 5px 8px !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    color: #334155 !important;
    max-width: 380px !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02) !important;
}

.post-type-pnd.edit-php .pnd-copy-btn {
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    padding: 4px 6px !important;
    transition: all 0.2s ease !important;
}

.post-type-pnd.edit-php .pnd-copy-btn:hover {
    background: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #4f46e5 !important;
}

/* Date Column styling */
.post-type-pnd.edit-php .wp-list-table td.column-date {
    font-size: 13px !important;
    color: #475569 !important;
}

.pnd-copy-tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: #ffffff;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    white-space: nowrap;
    margin-bottom: 4px;
}



/* AI Sidebar generator styles */
.post-type-pnd .sbd-ai-sidebar-generator-wrap label {
    color: #334155;
}
.post-type-pnd .sbd-ai-sidebar-generator-wrap textarea {
    min-height: 80px;
    resize: vertical;
}
.post-type-pnd .sbd-ai-sidebar-generator-wrap button {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}
.post-type-pnd .sbd-ai-sidebar-generator-wrap button:hover {
    background-color: #4338ca !important;
    border-color: #4338ca !important;
}

/* Sidebar Generator Styling (no inline styles) */
.sbd-ai-sidebar-generator-wrap {
    padding: 5px 0;
}
.sbd-ai-sidebar-notice {
    margin: 0 0 10px 0;
}
.sbd-ai-sidebar-notice p {
    margin: 0.5em 0;
}
.sbd-ai-sidebar-active-provider {
    margin-top: 0;
    margin-bottom: 12px;
}
.sbd-ai-sidebar-provider-badge {
    color: #4f46e5;
    font-weight: bold;
}
.sbd-ai-sidebar-field-wrap {
    margin-bottom: 12px;
}
.sbd-ai-sidebar-field-wrap label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.sbd-ai-sidebar-field-wrap textarea {
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #ccd0d4;
    padding: 6px;
}
.sbd-ai-sidebar-field-wrap select {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.sbd-ai-sidebar-btn-wrap {
    margin-bottom: 0;
}
#sbd_btn_ai_generate {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: 8px;
}
.sbd-btn-text {
    vertical-align: middle;
}
#sbd_ai_gen_status {
    margin-top: 10px;
    font-weight: 600;
    font-size: 13px;
}

/* Spinner Keyframes and animation rules */
@keyframes sbd_spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.sbd-spinner-icon {
    animation: sbd_spin 1.2s linear infinite !important;
    display: none;
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
    line-height: 20px !important;
    transform-origin: center center;
    vertical-align: middle;
}



/* Main Layout Modernization for Add/Edit Page */
/* Main Body Background and Layout */
.post-type-pnd #wpcontent {
    background-color: #f8fafc;
}

/* Post Title Styling */
.post-type-pnd #titlewrap {
    border: none;
    box-shadow: none;
    border-radius: 12px;
    background: #ffffff;
    padding: 8px 12px;
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-type-pnd #titlewrap:focus-within {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    background: #ffffff;
}


/* Modern Card Layout for Metaboxes */
.post-type-pnd .postbox {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.05), 0 1px 2px -1px rgb(0 0 0 / 0.05);
    margin-bottom: 24px;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.post-type-pnd .postbox:hover {
    box-shadow: 0 4px 20px -2px rgba(51, 65, 85, 0.08);
    border-color: #cbd5e1;
}
.post-type-pnd .postbox .postbox-header {
    border-bottom: 1px solid #f1f5f9;
    background: #fafafb;
    padding: 14px 20px;
}
.post-type-pnd .postbox .postbox-header h2 {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    padding: 8px 2px !important;
}



/* Publish Box Modernization */
/* Sidebar Custom Widgets / Publish Metabox */
.post-type-pnd #submitdiv {
    border-color: #e2e8f0;
}
.post-type-pnd #submitdiv #publishing-action .button-primary {
    background-color: #4f46e5 !important;
    border-color: #4f46e5 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    box-shadow: 0 2px 4px 0 rgba(79, 70, 229, 0.2) !important;
}
.post-type-pnd #submitdiv #publishing-action .button-primary:hover {
    background-color: #4338ca !important;
    box-shadow: 0 4px 8px 0 rgba(79, 70, 229, 0.3) !important;
}

