
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;
  }
  
}

.link-html {
    min-height: 100%;
}

.link-body {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 100%;
}

.link-content {
    padding-top: 0rem;
}

.link-image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.link-verified {
    color: #3897F0;
}

.link-btn {
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    padding: 1rem 4.5rem;
    font-size: 1.1rem;
    /* box-shadow: 0px 0px 15px #00008024; */
    box-shadow: 0px 0px 20px rgb(11 17 52 / 10%);
    border: 0;
    transition: opacity 0.3s, background 0.3s;
    border-radius: 0;
}

.link-btn:hover {
    animation: none;
}

.link-btn-round {
    border-radius: 50px;
}

.link-btn-rounded {
    border-radius: .3rem;
}

.link-btn-image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 45px;
    max-height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -4.1rem;
}

.link-grid-image-wrapper {
    position: relative;
    height: 10rem;
    width: 100%;
    background: var(--primary-100);
    border-radius: .25rem;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
    .link-grid-image-wrapper {
        height: 20rem;
    }
}
@media (max-width: 992px) {
    .single-product-block-blank {
        width: 25% !important;
    }
    .single-product-block-details {
        width: 75% !important;
    }
}
@media (max-width: 900px) {
  .post-card{
    flex-basis: 100% !important;
  }
}
@media (max-width: 767px) {
    .single-product-block-blank {
        width: 35% !important;
    }
    .single-product-block-details {
        width: 65% !important;
    }
    .post-card{
      flex-basis: 100% !important;
    }
}

@media (max-width: 650px) {
    .post-card{
      flex-basis: 100% !important;
    }
}

@media (max-width: 575px) {
    .post-card{
      flex-basis: 100% !important;
    }
    .postModalBody{
      width: 95% !important;
    }
}


.link-grid-image-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background: rgba(0, 0, 0, .25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25rem 1rem;
}

.link-grid-image-overlay-text {
    color: white;
    font-size: 1.1rem;
}

.link-btn-image {
    width: 100%;
    height: auto;
}

.link-iframe-round {
    border-radius: .3rem;
    overflow:hidden;
    position:relative;
}

.tiktok-embed {
    border-radius: .3rem !important;
}


/* Background presets */
.link-body-background-one {
    background-image: linear-gradient(111.7deg, #a529b9 19.9%, #50b1e1 95%);
}

.link-body-background-two {
    background-image: linear-gradient(109.6deg, #ffb418 11.2%, #f73131 91.1%);
}

.link-body-background-three {
    background-image: linear-gradient(135deg, #79F1A4 10%, #0E5CAD 100%);
}

.link-body-background-four {
    background-image: linear-gradient(to bottom, #ff758c, #ff7eb3);
}

.link-body-background-five {
    background-image: linear-gradient(292.2deg, #3355ff 33.7%, #0088ff 93.7%);
}

.link-body-background-six {
    background: linear-gradient(to bottom, #fc5c7d, #6a82fb);
}
.single-link-block{
    width: 100%;
    height: 130px;
    /* box-shadow: 0px 0px 15px #00008024; */
    box-shadow: 0px 0px 15px rgb(11 17 52 / 10%);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.single-link-block a{
    width: 100%;
    height: 100%;
    display: flex !important;
}
.single-link-block .single-product-div{
    width: 100%;
    height: 100%;
    display: flex !important;
}
.single-link-block-img{
    width: 20%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.single-link-block-details{
    width: 70%;
    display: flex;
    height: 100%;
    justify-content: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
    padding:0 40px;
}
.single-product-div .single-link-block-details{
    width: 80%;
}
.single-link-block-arrow{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-link-block a:hover{
    text-decoration: none;
} 
.single-link-block-details p{
    font-size: 14px;
    text-align: left;
    margin-bottom:10px;
}
.single-link-block-details h4{
    /* flex-basis:100%; */
    font-size: 22px;
    text-align: left;
    margin-bottom:10px;
    font-weight: 500 !important;
}

.widget-block{
    width: 100%;
    /* height: 130px; */
    /* box-shadow: 0px 0px 15px #00008024; */
    box-shadow: 0px 0px 15px rgb(17 21 26 / 15%);
    border-radius: 20px;
    overflow: hidden;
    /* margin-top: 15px; */
    padding:20px 30px;
    text-align: left;
}
.widget-block h4{
    font-size: 22px !important;
    font-weight: 500 !important;
}
.widget-block p{
    font-size: 15px !important;
}
.widget-block form .form-group{
    margin:0;
}
.widget-input input{
    border-radius: 50px;
    background: transparent !important;
    /* overflow: hidden; */
}
/* .widget-input input{
    border-radius: 0 !important;
} */
.subscribe-next-btn,.subscribe-btn,.page-menu-btn,.page-menu-btn-inverse{
    /* color:black; */
    font-weight:500;
    min-width: 100px;
    /* background: white; */
    font-size:12px;
    border-radius:30px !important;
}
    @media(max-width:767px){
        .single-link-block-img{
            width: 30%;
        }
        .single-link-block-details{
            width: 70%;
        }
        .widget-block{
            padding:20px 15px;   
        }
        .single-product-div p{
            font-size:12px;
        }
        /* .widget-block h4{
            font-size: 16px !important;
        }
        .widget-block p{
            font-size: 10px !important;
        } */
    }
    .link-btn-div{
        width: 100%;
        padding-top:56.25%;
      }
.link-img-div {
  width: 100%;
  /* height: 151px; */
  background-color: #F6F6F6;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.link-btn-image{
    width: 100%;
    background: url('') no-repeat center;
    /* background-size: 100%; */
    background-size: cover;
    padding-top: 56.25%;
}
.link-switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
  }
  
  .link-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .link-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .link-switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .link-switch input:checked + .slider {
    background-color: #FF1451;
  }
  
  .link-switch input:focus + .slider {
    box-shadow: 0 0 1px #FF1451;
  }
  
  .link-switch input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
  }
  
  /* Rounded sliders */
  .link-switch .slider.round {
    border-radius: 34px;
  }
  
  .link-switch .slider.round:before {
    border-radius: 50%;
  }
  .product-page-cover-image{
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .product-author-image{
    margin-top: -25px;
    z-index: 1;
  }
  .product-page-author-image{
    border-radius: 50px;
  }

  html {
    background-color: white !important;
}
@media(min-width:993px) {
    .single-link-block-img {
        width: 30%;
    }

     .container.animate__animated.animate__fadeIn,
    .profile_description div {
        max-width: 900px !important;
        margin: 0 auto !important;
    } 
}
@media(min-width:993px) {

  .container.animate__animated.animate__fadeIn.contain,
  .profile_description div 
  {
      max-width: 1200px !important;
      margin: 0 auto !important;
  }
}


.posts-main{
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
}

@media(max-width:1180px) {
  .posts-main {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: initial; */
  }
}
@media(max-width:997px) {
  .posts-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media(max-width:900px) {
  .posts-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  /* .link-content{
    padding: 0rem 0rem !important ;
  } */

  .post-card{
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-basis: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 380px) {
  .post-card{
    max-width: 95% !important;
  }
}
.skeleton-img, .skeleton-avatar, .post-footer, .post-text, .post-header {
    -webkit-animation: skeleton 1s ease-in-out forwards infinite;
            animation: skeleton 1s ease-in-out forwards infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
  
  @-webkit-keyframes skeleton {
    0% {
      opacity: 0.2;
      transform: translateY(6px) scale(0.98);
    }
    85%, 100% {
      opacity: 1;
      transform: translateY(0px) scale(1);
    }
  }
  
  @keyframes skeleton {
    0% {
      opacity: 0.2;
      transform: translateY(6px) scale(0.98);
    }
    85%, 100% {
      opacity: 1;
      transform: translateY(0px) scale(1);
    }
  }
  .post-card{
    margin: 0 10px;
    margin-bottom: 20px;
    border-radius: 30px;
    height: 365px;
    width: 347px;
    max-width: 347px;
    overflow: hidden;

  }

  .post-card .page-post {
    padding: 15px;
    padding-top: 20px;
    height: 100%;
  }
  .post-header {
    transform-origin: bottom;
  }
  .post-text {
    -webkit-animation-delay: 200ms;
            animation-delay: 200ms;
  }
  .post-footer {
    display: flex;
    margin-top: 1rem;
    transform-origin: bottom;
    -webkit-animation-delay: 400ms;
            animation-delay: 400ms;
  }
  
  .skeleton {
  }
  .skeleton-line {
    height: 0.7rem;
    background-color: #213243;
    border-radius: 3px;
    margin-bottom: 0.3rem;
  }
  .skeleton-line.heading {
    height: 1rem;
    margin-bottom: 0.5rem;
  }
  .skeleton-img {
    height: 130px;
    background-color: #213243;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
  }
  .skeleton-button {
    display: block;
    width: 26px;
    height: 26px;
    background-color: #213243;
    flex-shrink: 0;
  }
  .skeleton-button:not(:last-child) {
    margin-right: 2rem;
  }
  .skeleton-button.rounded {
    border-radius: 100%;
  }

.post-card img{
  border-radius: 20px;
  /* width:335px; */
  width:100%;
}
@media (max-width: 400px) {
  .post-card img{
    width: 100% !important;
  }
}

.post-card h4{
  font-size: 20px;
  text-align: left;
}

.post-card p{
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  margin-bottom: 20px !important;
}
.postModalHeader{
  width: 100%;
  background-size: cover !important;
  /* padding-top: 56.25%; */
  padding-top: 41.25%;
  margin-top: -85px;
}
.postModalBody{
  width: 85%;
  margin: 0 auto;
  margin-top: -40px;
}
.postModalBodyHeading{
  text-align: center;
  /* font-weight: 600; */
}
.postModalTopBar{
  position: relative;
  width: inherit;
  z-index: 1111;
  padding: 20px;
}
.postModalDate,.postModalClose{
  background-color: #000000;
  color: white;
  border-radius: 10px;
  padding: 10px 16px;
}
.btn-primary a:hover{
  text-decoration: none;
}
.post-page-body {
  padding-left: 20px;
  padding-right: 20px;
  height: 100dvh;
}

.date-button, .back-button {
  display: inline-flex;
  height: 30px;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.post-profile {
  color: #333;
  font-size: 25px;
  font-weight: 500;
  margin-left: 100px;
}
.post-profile img{
  width: 41px;
  height: 41px;
  border-radius: 100%;
}
.post-page-section {
  border-radius: 27px;
  width: 100%;
  height: calc(100dvh - 90px);
  overflow: auto;
}
.post-page-container {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 50px 45px 50px;
}
.post-cover-image {
  max-height: 386.443px;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  box-shadow: #00000069 0px 0px 20px 3px;
  margin-top: 45px;
}
.post-cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.post-title {
  max-width: 500px;
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 109.5%; /* 43.8px */
}
.post-emailwidget {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 400px;
  width: 100%;
}
.post-content {
  max-width: 500px;
  color: rgba(51, 51, 51, 0.90);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  width: 100%;
  margin: 50px auto 45px auto;
}
.post-input {
  color: #333 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 12px 10px 14px 10px !important;
  height: 30px !important;
  border-radius: 9px !important;
  background: #FFF !important;
  border: none;
  width: 100%;
}
.post-sub-btn {
  display: flex;
  height: 30px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  background: #1D1D1D;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  border: none;
}
:root {
  /* Scale setup */
  --button-height: 30px; /* in px */
  --height-to-scale: 27px; /* in px */
  --scale-ratio: calc(var(--height-to-scale) / var(--button-height));

  /* Slide setup */
  --button-height-px: 30px;
  --button-content-spacing-px: calc(
    var(--button-height-px) + var(--button-vertical-padding-px) * 2
  );
  --slide-step-1: calc(var(--button-height-px) * -1);
  --slide-step-2: calc(var(--button-height-px) * -2);
}

.blue-button {
  display: inline-flex;
  height: 30px;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 9px;
  background: #18F;
  box-shadow: 0px 4px 8px 0px rgba(17, 136, 255, 0.30);
  border: none;
  transition: 0.7s ease;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  transition: all 200ms;
}
.blue-button .content {
  height: 20px;
}
.copy-button:focus {
  background-color: #e4ebf2;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.7);
  outline: none;
}

.copy-button:active {
  background-color: #10428f;
  color: #f3f6f9;
}

.copy-button .copy {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.copy-button {
  overflow: hidden;
}

.copied {
  visibility: hidden;
}

/* Animations */

.copy-button.animate {
  background-color: #10428f;

  color: #b6c8eb;
  box-shadow: none;
  animation: scale 3s cubic-bezier(1, -0.5, 0, 1.5) forwards;
}

.animate .content {
  animation: slide 3s cubic-bezier(1, -0.5, 0, 1.5) forwards;
}

.animate .copied {
  visibility: visible;
  margin-top: 10px;
}

@keyframes scale {
  0% {
    transform: none;
  }
  12.5% {
    transform: none;
  }
  25% {
    transform: scale(var(--scale-ratio));
  }
  37.5% {
    transform: scale(var(--scale-ratio));
  }
  50% {
    transform: none;
  }
  100% {
    transform: none;
  }
}

@keyframes slide {
  0% {
    transform: none;
  }
  12.5% {
    transform: translateY(var(--slide-step-1));
  }
  25% {
    transform: translateY(var(--slide-step-1));
  }
  37.5% {
    transform: translateY(var(--slide-step-2));
  }
  87.5% {
    transform: translateY(var(--slide-step-2));
  }
  100% {
    transform: none;
  }
}
@media (max-width: 768px) {
  .post-profile {
   margin-left: 75px;
  }
}
@media (max-width: 600px) {
  .post-profile {
   margin-left: 50px;
  }
}
@media (max-width: 460px) {
  .post-profile {
    margin-left: 0px;
   }
  .post-buttons{
    justify-content: center;
    width: 100%;
  }
}
.post-input.name{
  max-width: 100px;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    margin-left: -1rem;
}
 
.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: grey; 
}