*{
    font-family: "Poppins" ,sans-serif;
}
body{
    background: linear-gradient(to right,#FBFCFE,#EFF1FD);
    background:white;
}
.heading {
    font-size: 52px; /* Default for XL (1200px and above) */
}

/* Large devices (between 992px and 1199px) */
@media (max-width: 1199px) {
    .heading {
        font-size: 47px;
    }
}

/* Medium devices (between 768px and 991px) */
@media (max-width: 991px) {
    .heading {
        font-size: 42px;
    }
}

/* Small devices (between 576px and 767px) */
@media (max-width: 767px) {
    .heading {
        font-size: 37px;
    }
}

/* Extra small devices (less than 576px) */
@media (max-width: 575px) {
    .heading {
        font-size: 32px;
    }
}

.color-primary{
    color:#1F12B9
}

.button-buy{
  background-color:#1F12B9;
  border: none;
  border-radius: 5px;
}
.color-gray{
    color:#c5c5c5;
}
.heading-2{
    font-size: 20px;
    padding: 0px 10px;
}
.mail-area{
    border: 3px rgb(175, 175, 175) dotted;
    border-radius: 15px;
}
#temp-email-input{
    font-size: 20px;
    line-height: 2;
    background-color: transparent;
    border: none;
    flex-grow: 1;
}
#temp-email-input:active{
  background-color: transparent;
  border: none;
  outline: none;
}
#temp-email-input:focus{
  background-color: transparent;
  border: none;
  outline: none;
}
.email-container{
    background-color: #141625;
    flex-grow: 1;
}
.copy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 11px; /* Adjust the padding as needed */
    background-color: #f0f0f0;
    border: none;
    border-radius: 50%; /* This makes the button circular */
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .copy-button:hover {
    background-color: #e0e0e0;
  }
  
  .scan-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px; /* Adjust the padding as needed */
    background-color: #141625;
    border: 2px solid #141625; ;
    border-radius: 50%; /* This makes the button circular */
    cursor: pointer;
    transition: background-color 0.1s;
  }
  
  .scan-button:hover {
    background-color: #333546;
  }
  .email-buttons{
    font-size: 20px;
    line-height: 2;
  }
  .email-button-container{
    background-color: rgba(0,0,0,0);
    flex-grow: 1;
    border: 2px solid #141625; 
    align-items: center;
}
.email-button-container:hover{
    background-color: #141625;
}
.email-button-container:hover> *{
    fill : #fff;
    color:white
}

.circle{
    height: 20px;
    width:20px;
    border-radius: 100%;
    margin: 5px;
}
.circle-1{
    background-color: #ff5f57
}
.circle-2{
    background-color: #febc2e
}
.circle-3{
    background-color: #28c840
}
.profile-icon{
    height: 40px;
    width:40px;
    margin: 7px;
    border-radius: 100%;
    background-color: #968ef5;
}
.mail-container{
    height: 600px;
    overflow-y: auto;
}
.accordion-button:not(.collapsed) {
    background-color: white;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px dotted rgb(217, 217, 217)!important;
}
.accordion-button:not(.collapsed):focus{
    background-color: white;
    outline: none;
    border-radius: 0px;
    box-shadow: none!important;
}
.accordion-button:focus{
    box-shadow: none!important;
}
.sender-profile-icon{
    height: 34px;
    width:34px;
    border-radius: 100%;
    background-color: #968ef5;
}

.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content {
    height: 70vh; }
  
  .footer-59391 {
    border-top: 1px solid #efefef;
    background-color: #fff;
    padding: 1rem 0; }
    .footer-59391 .site-logo {
      color: #fff; }
      .footer-59391 .site-logo a {
        font-size: 30px;
        color: #000;
        font-weight: 900; }
    .footer-59391 .social-icons li {
      display: inline-block; }
      .footer-59391 .social-icons li a {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%; }
        .footer-59391 .social-icons li a.dr {
          background: #ff2e6e; }
        .footer-59391 .social-icons li a.be {
          background: #394cff; }
        .footer-59391 .social-icons li a.tw {
          background: #00a0fb; }
        .footer-59391 .social-icons li a.in {
          background: #c31574; }
        .footer-59391 .social-icons li a.fb {
          background: #3b579b; }
        .footer-59391 .social-icons li a.yt {
          background: #fa2614; }
        .footer-59391 .social-icons li a span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          color: #fff; }
    .footer-59391 .nav-links li {
      display: inline-block; }
      .footer-59391 .nav-links li a {
        font-size: 14px;
        color: #777;
        padding: 10px; 
          text-decoration:none;
      }
    @media (max-width: 1199.98px) {
      .footer-59391 .nav-links.nav-left li:first-child a {
        padding-left: 0; } }
    .footer-59391 .nav-links.nav-right li:last-child a {
      padding-right: 0; }
    @media (max-width: 1199.98px) {
      .footer-59391 .nav-links.nav-right li:first-child a {
        padding-left: 0; } }
    .footer-59391 .copyright {
      border-top: 1px solid #383838;
      padding-top: 30px;
      text-align: center;
      color: #777; }
  @media(min-width:768px){
      .float-right{
          float:right;
      }
  }
  #loading-overlay {
    position: absolute; /* Position it relative to the parent container */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; /* Ensure it's on top of the content */
    display: none; /* Initially hidden */
}
#loading-overlay-mail {
  position: absolute; /* Position it relative to the parent container */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Ensure it's on top of the content */
  display: flex;
}
.blog-grid-page .blog-post-card {
  margin-bottom: 40px; }
  .blog-grid-page .blog-post-card .blog-post-thumbnail-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 30px; }
    .blog-grid-page .blog-post-card .blog-post-thumbnail-wrapper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .blog-grid-page .blog-post-card .blog-post-date {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 6px; }
  .blog-grid-page .blog-post-card .blog-post-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em; /* Adjust based on your design */
    max-height: 2.4em;
  }
.blog-post-card .blog-post-thumbnail-wrapper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 10px; }
.blog-post-card .blog-post-thumbnail-wrapper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }