b,
  strong{
    font-weight: 500;
  }
img{
    user-select: none !important;
  }
body{
    /* -webkit-font-smoothing: subpixel-antialiased; */
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px transparent;
    text-rendering: optimizeLegibility !important;
  }
.modal-header{
    padding: 1rem;
    border-bottom: 0;
  }
.modal-content{
    padding: 1rem;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
/* Footer */
  .footer{
    padding: 4rem 0;
    font-size: 0.95rem;
    background: white;
  }
.nav-custom .nav-link.active{
    color: #FF1451;
    border-color: #FF1451;
  }
h2 strong{
    font-weight: 900;
  }
.user-avatar{
    border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
  }
/* Other animations */
  @keyframes slowbounce{
    from {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  
    to {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
  }
/* Custom dropdown */
  .dropdown .dropdown-menu{
    border: 2px solid var(--gray-200);
    box-shadow: none;
  }
/* Animate dropdown menu */
  .dropdown .dropdown-menu{
    animation-name: opacityIn;
    animation-duration: 0.3s;
  }
@keyframes opacityIn{
    from {
      opacity: 0.3;
    }
  
    to {
      opacity: 1;
    }
  }
.nav-pill-action-buttons.active{}
.nav-pill-action-buttons a.active{
    color: #ff4566;
    border-bottom: 3px solid #ff4566;
  }
@media (max-width: 767px){.container{
      padding: 10px 28px 0 !important;
    }
footer{
      text-align: center;
    }
*/
  
    .nav-pill-action-buttons.active{}
/* .nav-pill-action-buttons a.active{
      color:#FF4566;
      border: 1px solid rgba(0, 36, 164, 0.1);
  }}
@media (max-width: 550px){.container{
      padding: 35px 20px 0!important;
    }
.dashborad-mb .my-col-2 .user-avatar{
      width: 100%;
    }
footer{
      text-align: center;
    }
footer{
      height: auto;
    }
*/
  
    .nav-pill-action-buttons.active{}
/* .nav-pill-action-buttons a.active{
      color:#FF4566;
      border: 1px solid rgba(0, 36, 164, 0.1);
  }}
.daterangepicker .ranges li.active{
    background-color: #FF1451 !important;
  }
.daterangepicker td.active,
  .daterangepicker td.active:hover{
    background-color: #FF1451 !important;
  }
span[data-bg="group14"] div{
    background: url('../images/custom-theme.png') no-repeat center;
    background-size: 70px;
    padding: 10px 0;
  }
input[type='text'],
  input[type='number'],
  textarea{
    font-size: 16px !important;
  }
@media screen and (-webkit-min-device-pixel-ratio: 0){select,
    textarea,
    input{
      font-size: 16px !important;
    }}
@media (min-width: 1300px){.container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container{
      max-width: 1240px;
    }}
@media (min-width: 1400px){.container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container{
      max-width: 1340px;
    }}
@media (min-width: 1500px){.container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container{
      max-width: 1440px;
    }}
.dropdown-menu{
    width: 200px !important;
    border-radius: 13px !important;
    border: none !important;
    box-shadow: 0.5px 0.5px 10px rgb(0 0 0 / 10%) !important;
    padding: 10px !important;
  }
.dropdown-item.active,
  .dropdown-item:active{
    color: #000 !important;
    text-decoration: none !important;
    background-color: #f4f4f4 !important;
  }
@media (max-width: 992px){.dropdown-menu.dropdown-menu-right{
      display: block !important;
      width: 100% !important;
      box-shadow: none !important;
      border-radius: 0 !important;
      border-top: 1px solid #f4f4f4 !important;
    }
.edit-link-header .container .row{
      flex-direction: column-reverse;
    }}
@media (max-width: 767px){#navbar{
      padding: 0 !important;
    }
.dropdown-menu.dropdown-menu-right{
      padding: 0 !important;
    }
.link .card-body .d-flex .d-flex .d-flex span svg{
      width: 22px;
      height: 22px;
    }
.link .card-body .d-flex .d-flex .custom-row-side-controller span svg{
      width: 15px;
      height: 15px;
    }}
body.modal-open main,
  body.modal-open nav,
  body.modal-open .community-page-siderbar,
  body.modal-open .community-main-section{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
  }
input.form-control,
  textarea.form-control{
    background-color: white;
    border-radius: 16px;
    color: rgba(14, 18, 59, 0.8) ;
    padding: 0.9rem 0.75rem;
    height: auto !important;
    border: 1px solid #E8E9EA;
  }
input.form-control:hover,
  textarea.form-control:hover{
    border: 1px solid #E8E9EA;
  }
#create_biolink_link .modal-content,
  #create_biolink_link_step2 .modal-content,
  #create_new_block .modal-content,
  #create_folder .modal-content,
  #create_email_widget .modal-content,
  #create_books_widget .modal-content,
  #update_books_widget .modal-content,
  #new_link_modal .modal-content,
  #create_youtube_widget .modal-content,
  #create_tiktok_widget .modal-content,
  #update_youtube_widget .modal-content,
  #update_tiktok_widget .modal-content,
  #custom_theme_modal .modal-content,
  #upgrade_modal .modal-content,
  #upgraded_modal .modal-content,
  #payment_modal .modal-content,
  #update_biolink_link_modal .modal-content,
  #import_subscribers_modal .modal-content,
  #compose_email_modal .modal-content,
  #edit_send_email_modal .modal-content,
  #selectBannerModal .modal-content,
  #create_text_modal .modal-content,
  #update_text_modal .modal-content,
  #migrate_3_0_modal .modal-content,
  #create_twitter_widget .modal-content, 
  #update_twitter_widget .modal-content, 
  #profile_pic_upload_modal .modal-content,
  .common-rounded-modal .modal-content{
    border-radius: 2.2rem !important;
    overflow: hidden;
  }
@media(max-width:767px){#create_biolink_link .modal-content,
    #create_biolink_link_step2 .modal-content,
    #create_new_block .modal-content,
    #create_folder .modal-content,
    #create_email_widget .modal-content,
    #create_books_widget .modal-content,
    #update_books_widget .modal-content,
    #new_link_modal .modal-content,
    #create_youtube_widget .modal-content,
    #create_tiktok_widget .modal-content,
    #update_youtube_widget .modal-content,
    #update_tiktok_widget .modal-content,
    #custom_theme_modal .modal-content,
    #upgrade_modal .modal-content,
    #upgraded_modal .modal-content,
    #payment_modal .modal-content,
    #update_biolink_link_modal .modal-content,
    #import_subscribers_modal .modal-content,
    #compose_email_modal .modal-content,
    #edit_send_email_modal .modal-content,
    #selectBannerModal .modal-content,
    #create_text_modal .modal-content,
    #update_text_modal .modal-content,
    #migrate_3_0_modal .modal-content,
    #create_twitter_widget .modal-content, 
    #update_twitter_widget .modal-content, 
    #profile_pic_upload_modal .modal-content,
    .common-rounded-modal .modal-content{
      padding: 1rem 0.2rem;
    }}
.link-card{
    width: 240px;
    padding-left: 5px;
    margin: 0 auto;
  }
.link-card a{
    border-radius: 25px;
    padding: 10px;
    min-height: 290px;
    max-height: 290px;
  }
.link-btn-rounded{
    border-radius: .3rem;
  }
body{
    background: #FBFBFB !important;
  }
.account-form .form-control{
    border: none;
    background: #F7F7F8;
    font-weight: 700;
    color: #20212b;
    border-radius: 20px;
    height: 50px;
  }
.form-control{
    border: none;
    background: #F7F7F8;
    font-weight: 700;
    color: #20212b;
    border-radius: 20px;
  
  }
.account-form .btn-primary{
    width: 100%;
    border-radius: 35px;
    padding: 10px;
  }
.btn-primary{
    border-radius: 35px;
    border: none;
  }
.forget-pass .btn-primary{
    border-radius: 35px;
    border: none;
    font-size: 14px;
    padding: 10px 0px;
  }
.forget-pass .btn-primary:first-child{
    background: #F7F7F8;
    color: #0E123B;
    width: 40%;
    margin-right: 10px;
  
  }
.link--page .nav-pill-action-buttons a.active{
    color: #0E123B;
    border: none;
    background: #F7F7F8;
  }
.new-block-div img.active{
    border: 2px solid #FF1451;
  }
.meter > span:after,
  .animate > span > span{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
  }
.animate > span:after{
    display: none;
  }
@keyframes move{
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 50px 50px;
    }
  }
#progress-bar-progress-width{
    width: 0;
  }
.full-page-loader{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 111111;
    display: flex;
    padding-top: 20%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
  }
.lds-ripple{
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
.lds-ripple div{
    position: absolute;
    border: 4px solid #FF1451;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
.lds-ripple div:nth-child(2){
    animation-delay: -0.5s;
  }
@keyframes lds-ripple{
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
  
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
.form-control::placeholder{
    color: rgba(14, 18, 59, 0.25);
  }
input:-webkit-autofill{
    /* -webkit-text-fill-color: red !important; */
    -webkit-box-shadow: 0 0 0 30px #F6F6F6 inset !important;
  }
.book-indiv.active{
    border: 2px solid #FF1451;
  }
#book-search-input,
  #book-search-input-update{
    /* background-color: red; */
    border: none;
    outline: none;
    font-size: 16px;
    padding: 0 5px;
    flex: 1;
  }
#book-search-input::placeholder,
  #book-search-input-update::placeholder{
    color: #d3d3d3;
    font-size: 14px;
  }
@keyframes shake{
    0% {
      transform: rotate(0deg);
    }
  
    10% {
      transform: rotate(-1deg);
    }
  
    20% {
      transform: rotate(1deg);
    }
  
    30% {
      transform: rotate(0deg);
    }
  
    40% {
      transform: rotate(1deg);
    }
  
    50% {
      transform: rotate(-1deg);
    }
  
    60% {
      transform: rotate(0deg);
    }
  
    70% {
      transform: rotate(-1deg);
    }
  
    80% {
      transform: rotate(1deg);
    }
  
    90% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(-1deg);
    }
  }
.profile-style-div.active{
    border: 2px solid #ff4566;
  }
.text-color-main img.active{
    border: 2px solid #ff4566;
  }
/* stripe css */
  
  #card_number,
  #card_expiry,
  #card_cvc{
    font-weight: 300;
    font-size: 16px !important;
    line-height: 1.3;
    letter-spacing: 0;
    color: #3A3A40 !important;
    padding: 8px 14px 10px !important;
    border-radius: 8px;
    background: #fff;
    outline: none !important;
    height: 42px; 
    width: 100%;
    flex-basis: 100%;
    border: 1px solid #DDDDED !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 2px 0px #0A0D120D !important;
  }
#uploadimageModal{
    z-index: 1111;
  }
.community-nav-pill.active svg{
    fill: #FF1451;
  }
.community-nav-pill.active{
    color: #FF1451;
  }
.community-nav-pill.active::before{
    content: '';
    width: 10px;
    height: 47px;
    left: -5px;
    background-color: #FF1451;
    position: absolute;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
.audience-tab.active{
    color: #FF1451;
    border-bottom: 2px solid #FF1451;
  }
#email-subject-templte-field{
    border: none;
    outline: none;
    font-size: 30px !important;
    width: 100%;
    font-weight: bold;
  }
#email-subject-templte-field::placeholder{
    color: rgba(14, 18, 59, 0.25);
  }
#email-body-h1-tag{
    font-size: 32px !important;
    border: none;
    outline: none;
    color: #000;
    width: 95%;
    font-weight: bold;
    background-color: transparent;
  }
#email-body-h1-tag::placeholder{
    color: rgba(14, 18, 59, 0.25);
  }
#email-body-h2-tag{
    font-size: 22px !important;
    border: none;
    outline: none;
    color: #000;
    width: 95%;
    font-weight: bold;
    background-color: transparent;
  }
#email-body-h2-tag::placeholder{
    color: rgba(14, 18, 59, 0.25);
  }
#email-body-divider-tag{
    height: 1px;
    width: 95%;
    background: rgba(3, 3, 22, 0.3);
  }
#email-body-image-tag{
    background-color: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    color: rgba(14, 18, 59, 0.5);
    box-shadow: 0px 0px 10px rgba(6, 20, 40, 0.10);
  }
#email-body-p-tag{
    font-size: 14px !important;
    border: none;
    outline: none;
    color: #000;
    width: 95%;
    font-weight: bold;
    background-color: transparent;
  }
#email-body-p-tag::placeholder{
    color: rgba(14, 18, 59, 0.25);
  }
#email-body-button-tag{
    font-size: 14px !important;
    border: none;
    outline: none;
    color: #FFF;
    padding: 10px 10px;
    min-width: 194px;
    border-radius: 50px;
    background-color: #FF1451;
    /* margin:0 auto; */
    text-align: center;
    font-weight: bold;
  }
#email-body-button-link-tag{
    font-size: 14px !important;
    border: none;
    outline: none;
    color: #000;
    width: 95%;
    font-weight: bold;
    background-color: transparent;
  }
#email-body-button-link-tag::placeholder{
    color: rgba(14, 18, 59, 0.25);
  }
.community-mobile-menu-dropdown-item a.active{
    color: #FF1451 !important;
  }
.community-mobile-menu-dropdown-item a.active svg{
    fill: #FF1451 !important;
  }
.text-color-img.active{
    border: 2px solid #ff4566;
    border-radius: 50px;
  }
.banner-div.active img{
    border: 3px solid #FF1451;
  }
#paymentFrm input{
    padding: 8px 15px !important;
    background: white !important;
    /* border: 2px solid #E3E3E5 !important; */
    font-size: 16px !important;
    border-radius: 50px;
  }
#paymentFrm input::placeholder{
    color: #757575 !important;
    font-weight: 400;
  }
#paymentFrm input:focus{
    box-shadow: none !important;
  }
/* google login button */
  *,
  *:before,
  *:after{
    box-sizing: border-box;
  }
.select-pro-btn:hover,
  .select-pro-btn.active{
    background-color: #ff4566 !important;
    color: white !important;
  }
.select_payment_method.active{
    border: 2px solid #FF4566 !important;
  }
#btn-add-code{
    color: #FF1451;
    font-weight: 500;
    cursor: pointer;
  }
.twitter-card{
    height: auto !important;
    min-height:150px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
.loading-skeleton.twitter-card{
    color: transparent;
    appearance: none;
    -webkit-appearance: none;
    background-color: #eee;
    border-color: #eee;
  }
@keyframes loading-skeleton{
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
#profile_pic_upload_modal, #banner_upload_modal, #thumbnail_upload_modal{
    z-index: 1200;
  }
.text-widget-align-btn.active{
    border:1px solid #1C1C1E;
  }
.text-widget-align-btn-update.active{
    border:1px solid #1C1C1E;
  }
.modal-content{
    padding:0;
  }
.modal-body{
    padding:15px 25px;
  }
.btn-primary.btn-rounded{
    padding:15px 8px;
    font-size: 16px;
  }
.product-theme.active{
    border: 2px solid #ff1451;
  }
.product-content-type.active{
    background-color: white;
  }
.contact-accordion-button{
    border-radius: 15px !important;
    padding: 10px !important;
    transition: 0.4s ease;
  }
.contact-accordion-button strong{
    font-size: 18px;
  }
.btn-youtube-play{
  font-size: 14px;
  font-weight: 500;
}
.linear-max-length{
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head-max-length{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-max-length{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.instagram-link-cards{
  width: 265px !important;
  height: 298px !important;
}
@media (max-width: 531px){.view-insta-btn{
    display: none !important;
  }}
.braning-wrapper .promo-u{
  pointer-events: all;
  margin: 0;
  line-height: 1;
  padding: 13px 18px 12px;
  display: flex !important;
}
.braning-wrapper .promo-u.d-none{
  display: none !important;
}
.braning-wrapper .brand-badge{
  display: none !important;
}
.promo-u{
  /* background: linear-gradient(#FFA0F2, #F6C475, #FCFF7A) !important; */
  background: #fff !important;
  position: relative;
}
.promo-u:before{
  content: '';
  display: inline;
  background: #fff;
  position: absolute;
  inset: 0;
  border-radius: 100px;
}
.promo-u *{
  z-index: 2;
}
.braning-wrapper .promo-u a{
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: #fff !important;
  font-size: 19px;
  line-height: 1;
}
.braning-wrapper .promo-u a>img{
  height: 21px;
  margin-bottom: -1px;
}
@media (max-width:1200px){.braning-wrapper .brand-badge:not(.d-none){
  display: flex !important;
}}
@media (max-width:450px){.braning-wrapper .promo-u a{
    font-size: 16px;
  }
.braning-wrapper .promo-u a>img{
    height: 18px;
    margin-bottom: 0px;
  }}
@media (max-width:340px){.braning-wrapper .promo-u a{
    font-size: 14px;
  }
.braning-wrapper .promo-u a>img{
    height: 17px;
  }}
.cont-box-card{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.link-card-shadow{
  --color-light: color-mix(in srgb,var(--color),#7e7e7e 20%);
  --color-dark:  color-mix(in srgb,var(--color),#000 15%);
}
/* @media (max-width: 530px){
  .links-slider{
    padding-left: 13px !important;
    padding-bottom: 13px !important;
  }
}
.social-links-u svg{
  height: 20px !important;
  width: 20px !important;
  aspect-ratio: 1/1;
}
.lead-magnet-image-bg{
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(0deg, #1F211E 0%, #1F211E 100%), lightgray 50% / cover no-repeat;
  max-width: 290.983px;
  min-height: 183.729px;
  transform: rotate(358deg);
  position: relative;
  height: 100%;
  margin-top: -5px;
  margin-right: auto;
}
.lead-magnet-image-bg img{
  max-width: 291px;
  /* min-height: 183.729px; */
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  /* background: lightgray; */
  transform: rotate(365deg);
  position: absolute;
  top: 25px;
  left: 41px;
  object-fit: contain;
  width: 100%;
}
.lead-magnet-terms{
  color: rgba(255, 255, 255, 0.49);
  text-align: center;
  font-family: "GT Walsheim Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  max-width: 270px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.lead-magnet-second .cont-circle-area{
  flex-direction: column;
  align-items: flex-start;
  gap:10px;
}
.tab-content{
  opacity: 1;
  transition: opacity 0.25s ease;
}
.tab-content.is-loading{
  opacity: 0;
  pointer-events: none;
}
/* .banner-box .lead-magnet-second input, .lead-magnet-second .sub-btn2 >span{
  height: 30px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 106.1% !important;
}
*/
.lead-magnet-second .inp-area2{
  margin-top: 13px;
}
.new-bio-page-widgets-width{
  max-width: 748px !important;
}
@media (max-width:746px){.lead-magnet-image-bg{
    max-width: 94% !important;
    width: 100% !important;
  }
.lead-magnet-image-bg img{
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    object-fit: cover;
    height: 100%;
    left: 20px;
  }
/* .lead-magnet-image-bg{
    width: 100% !important;
    max-width: 631px !important;
    min-width: inherit;
  }
.lead-magnet-image-bg img{
    width: 100% !important;
    height: 181px !important;
    object-fit: inherit !important;
    max-width: 400px;
  }}
/* @media (max-width:550px){
  .lead-magnet-image-bg {
    width: 100% !important;
    max-width: 296px !important;
  }
  .lead-magnet-image-bg img {
    width: 100% !important;
    height: 181px !important;
    max-width: 296px;
  }
}
@media (max-width:420px){.lead-magnet-image-bg{
    max-width: 200px !important;
  }}
/* Chrome, Safari, Edge, Opera  */
.phone-number-inp::-webkit-outer-spin-button,
.phone-number-inp::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.spotify-pp{
  width: 43px;
  height: 43px;
  border-radius: 100%;
}
.phonewidget .iti--separate-dial-code .iti__selected-flag{
  border: none;
  background-color: transparent;
}
.phone-dropdown-inp{
  border: none;
  outline: none;
  width: auto !important;
}
.phone-dropdown .iti__selected-country-primary:hover{
  background-color: transparent;
  border: none;
}
.phone-dropdown .iti__selected-country-primary{
  border-radius: 30px 0px 0 30px !important;
  padding: 0 0 0 20px;
}
.nsfw-footer-link{
  font-weight: 700;
  text-decoration: underline;
}
.nsfw-footer-link:hover{
  opacity: 0.8;
  text-decoration: underline;
}
.iti--dropdown-open-up .iti__country-list{
  top: auto;
  bottom: 100%;
}
.iti--inline-dropdown .iti__dropdown-content{
  bottom: 55px;
}
.hover-effect{
  position: relative;
  /* overflow: hidden; */
  z-index: 1;
  transition: transform 0.3s ease;
}
.hover-effect:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
  border-radius: inherit;
}
.hover-effect:hover{
  transform: translateY(-2px);
}
.hover-effect:hover:before{
  opacity: 0.1;
}
/* Portfolio image area  */
.portfolio-image,
.portfolio-video{
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
.portfolio-image.link_image{
  cursor: pointer;
}
.portfolio-image.link_image .dynamic-visibility{
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  opacity: 0;
  transition: 0.3s ease !important;
  pointer-events: none;
}
.portfolio-image.link_image:hover .dynamic-visibility{
  opacity: 1;
  pointer-events: all;
}
.portfolio-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 10px;
}
.slick-dots li{
  list-style: none;
  opacity: 0.5;
  transition: 0.5s ease;
}
.slick-dots li.slick-active{
  opacity: 1;
}
.slick-dots li button{
  font-size: 0;
  border-radius: 100%;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-width: 8px;
  border: none;
  outline: none;
  padding: 3px;
}
.portfolio-fades .next-arrow{
  position: static;
  margin: 0;
}
.portfolio-fades .left-arrow{
  margin-right: auto;
}
.portfolio-fades .right-arrow{
  margin-left: auto;
}
.price{
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  padding: 11px 22px;
  min-width: 100px;
}
@media (max-width: 449px){.modal-content-indiv::-webkit-scrollbar{
    display: none;
  }}
.modal-header .close{
    padding: 7px 13px 0;
    margin: 0 0 0 auto;
    z-index: 2;
}
.checkout-modal-dialog{
  width: 100% !important;
  max-width: 600px !important;
  right: 20px !important;
}
.modal-header-float{
  cursor: pointer;
  position: absolute;
  background: #ffffff65;
  border-radius: 100%;
  aspect-ratio: 1 / 1;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -20px;
  top: -20px;
  filter: invert(1);
  z-index: 1;
  pointer-events: all;
}
.modal-header-float>button{
    width: 27px;
    height: 27px;
    box-shadow: none !important;
}
@media (max-width:575px){.modal-header-float{
    right: 0;
    top: -40px;
  }}
.btn-close.opacity-100{
  opacity: 100% !important;
}
@media (max-width: 900px){.checkout-modal-dialog{
      width: inherit !important;
       max-width: calc(100vw - 40px) !important;
       left: 20px !important;
    }}
.no-block-center .user-detail-area{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no-block-center .user-detail-area .social-links-user{
  justify-content: center;
}
.best_single{
  padding: 18px 24px !important;
}
.testimonialCard > .link-card-shadow.hard, .testimonialCard > .link-card-shadow.soft{
  width: 98.5%;
}
.testimonial_card{
  width: 100%;
  min-height: 200px;
  background: #fff;
  border-radius: 30px;
  padding: 16px;
}
.link-card-shadow.hard,.link-card-shadow.soft{
  margin-left: 6px;
}
.testimonial-stars{
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 6px;
}
.testimonial-stars svg{
  width: 14px;
  height: 14px;
}
@keyframes grow{ 
  0% { 
    background-color: rgba(128, 128, 128, 0.3);
    transform: scale(1); opacity: 0.5; z-index: 2; }
  100% {
    background-color: rgba(128, 128, 128, 0.3);
    transform: scale(30); opacity: 0; z-index: -1; }
}
.play-hover >img,.play-hover .video-play{
  transition: 0.5s ease;
}
.play-hover:hover .video-play{
    transform: translateY(-5px);
}
/* @media (max-width:450px){
  .switch-button-area{
    overflow-x: auto;
  }
}
.social-links-user.vertical{
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.social-links-user.vertical .social-links-u{
  width: 40px;
  height: 40px;
}
.social-link-wrapper{
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.link-fullpath{
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  max-width: 200px;
}
.link-fullpath.underline{
  text-decoration: underline;
}
.social_showmore{
  border: none;
  width: fit-content !important;
  height: fit-content !important;
  aspect-ratio: auto !important;
  outline: none;
  padding: 6px 10px;
  line-height: 1;
  font-size: 14px;
  margin-top: 10px;
  display: none !important;
  border-radius: 4px !important;
}
@media (max-width:1200px) and (min-width: 575px){.social-links-user.vertical{
    flex-wrap: nowrap;
    max-height: 160px;
    overflow: hidden;
    position: relative;
    justify-content: flex-start !important;
    transition: 0.3s;
    width: fit-content;
  }
.social-links-user.no-blocks.vertical{
    max-height: inherit;
  }
.social-links-user.vertical.active{
    max-height: 1200px;
  }
.social-links-user.vertical::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, var(--bg-theme-color), transparent);
    z-index: 2;
    pointer-events: none;
    min-height: 50px;
  }
.social-links-user.no-blocks.vertical:before{
    content: none;
  }
.social-links-user.no-blocks.vertical + #social_showmore{
    display: none !important;
  }
.social-links-user.vertical.active::before{
    content: none;
  }
.social_showmore{
    display: block !important;
  }}
.linkIconImage{
  height: 45px;
  border-radius: 10px;
}
.best-link.best-link-icon{
  padding: 14px 18px;
  flex-direction: row !important;
  gap: 14px !important;
}
@media (max-width:500px){.linkIconImage{
    height: 35px;
  }}
.promo-u{
  transition: 0.5s ease !important;
}
.promo-u:hover{
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.promo-u.new_promo{
  width: 100%;
  border-radius: 10px;
  max-width: 330px;
  justify-content: space-between;
}
.promo-u.new_promo>img{
  height: 18px;
  width: fit-content;
  margin-top: 2px;
}
.share-modal{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.share-link input{
  border-radius: 8px;
  font-size: 14px;
}
.copy_btn{
 box-shadow: none;
 width: 42px !important;
 height: 42px !important;
 padding: 10px !important;
}
.share-options{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.share-item{
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  color: #000;
  transition: background 0.2s;
}
.share_icon{
  background: transparent;
  border: none;
  outline: none;
  margin-left: auto;
}
.share-item:hover{
  background: #f8f8f8;
  color: #1d1d1d;
}
.share_link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.share-modal-header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.share-modal-header h1{
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #111111;
  text-align: center;
}
.share-modal-header h2{
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #111111;
  text-align: center;
  max-width: 350px;
}
@media (max-width:575px){.link-fullpath{
      display: none;
    }
.social-links-user.vertical{
      flex-direction: row;
    }}
.folder-link-grid .link-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.portfolio-content .folder-link-grid .link-box{
  grid-template-columns: repeat(3, 1fr) !important;
}
.folder-link-grid .link-box.singleCard{
  grid-template-columns: 1fr !important;
}
.folder-link-grid .link-box.fullwidth{
  grid-template-columns: repeat(2, 1fr) !important;
}
.folder-link-grid .link-box .link-cards{
  max-width: 800px !important;
  min-width: inherit !important;
}
@media (max-width: 1300px){.portfolio-content .folder-link-grid .link-box{
    grid-template-columns: repeat(2, 1fr) !important;
  }
.folder-link-grid .link-box.singleCard{
    grid-template-columns: 1fr !important;
  }}
@media (max-width: 560px){.portfolio-content .folder-link-grid .link-box,
  .folder-link-grid .link-box{
    grid-template-columns: 1fr !important;
  }}
.socialBlockIcon svg{
  height: 45px !important;
  width: 45px;
}