.auth-form {
    flex-direction: column;
    background: url(../images/img-auth-bg.jpg);
    min-height: 100vh;
    padding: 24px;
    background-size: cover;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}

.auth-form.blur-effect {
    background: rgb(0 0 3 / 20%);
    backdrop-filter: blur(10px);
}

.auth-form .card {
    width: 100%;
    max-width: 480px;
    box-shadow: none;
}

.auth-form .card-body {
    padding: 40px;
}

.auth-form img {
    height: 45px;
}

.auth-form .login-title {
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem;
}

label.error {
    color: red;
    font-size: 12px;
}

.form-control.error {
    border-color: red;
}

.main-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-banner {
    background: linear-gradient(90deg, #C1E8FF 42%, #FFCAFA 100%);
}

.text-gray-400 {
    color: #5c5c5c;
}

.card {
    --bs-card-spacer-y: 25px;
    --bs-card-spacer-x: 25px;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 1px;
    --bs-card-border-color: #e7eaee;
    --bs-card-border-radius: 12px;
    --bs-card-box-shadow: 0px 8px 24px rgba(27, 46, 94, 0.08);
    --bs-card-inner-border-radius: calc(12px - 1px);
    --bs-card-cap-padding-y: 20px;
    --bs-card-cap-padding-x: 25px;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #ffffff;
    --bs-card-img-overlay-padding: 1.25rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.megamenu-lg {
    width: 400px;
    border-radius: 12px;
    padding: 15px 10px !important;
    top: 17px !important;
    position: absolute;
    transform: translate(-45%, 32px) !important;
}
.more-menus{
    display: flex;
    flex-wrap: wrap;
}
.more-menu-items {
    height: 100%;
    width: 100%;
    max-width: 50%;
}
.more-menu-items:nth-child(odd) {
    border-right: 1px solid #eceff1;
}

.more-menu-items a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 10px 10px;
    margin: 0px 8px 8px 8px;
}

.more-menu-items a:hover {
    background-color: #e9eef6;
    border-radius: 12px;
}

.more-menu-items a:hover .items-text {
    white-space: normal;
    word-wrap: break-word;
}

.more-menu-items .icon,
.more-menu-items img {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav-icons {
    height: 24px;
    vertical-align: top;
    width: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.more-menu-items .items-text {
    color: rgb(32, 33, 36);
    display: inline-block;
    font-size: 14px;
    letter-spacing: .09px;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 500;
}

.text-brown {
    color: #C06244;
}

.bottom-sub-menu {
    transition: transform 0.2s ease;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    height: calc(100vh - 60px);
    bottom: 60px;
    z-index: 999 !important;
    overflow: auto;
}

.bottom-sub+.bottom-sub-menu {
    display: none;
}

.bottom-sub-menu.activeBlock {
    display: block;
}

@media screen and (max-width: 520px) {
    .logo-img {
        width: 40px;
    }
    .icon-block {
        right: -7px !important;
    top: -7px !important;
    padding: 6px !important;
    }
    .add-icon{
        right: 1% !important;
    }
}


.menu-block {
    padding: 20px;
    padding-top: 15px;
    background-color: #F5F5F5;
}

.sub-menu-wrapper .sub-menu-items {
    display: inline-block;
    width: 50%;

}

.sub-menu-items a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
}

.sub-menu-items .items-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0;

}

.sub-menu-icon {
    height: 24px;
    vertical-align: top;
    width: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: left;

}

.profile-block {
    padding: 20px;
    padding-top: 15px;
}

.profile-block .menu-items {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 8px;
}

.profile-block .menu-items .icons {
    font-size: 16px;
    font-weight: 500;
}

.profile-block .menu-items .items-text {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
}

.norepeat {
    background-repeat: no-repeat;
}

.h45 {
    height: 45px;
}

.h150 {
    height: 150px;
}

.bg-light-danger {
    background: #FFE7ED;
}

.bg-warning-light {
    background: #FFF9E8;
}

.bg-primary-light {
    background: #E8EAFF;

}

.bg-success-light {
    background: #D7FFF1;
}

.btn-success-dark {
    background: #1F966D;
    border-color: #1F966D;
}

.btn-success-dark:hover {
    opacity: 0.9;
}

.h30 {
    height: 30px;
}

.footer-view {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    background: #fff;
    border-bottom: 2px #eee solid;
    -webkit-transition: left .25s;
    -o-transition: left .25s;
    transition: left .25s;
}

.socialIcon {
    width: 30px;
    height: 30px;
    background: aliceblue;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
}

.border-left {
    border-left: 1px solid #e1e1f0;
}
.border-right {
    border-right: 1px solid #e1e1f0;
}
@media (max-width: 575.98px) {
    .season-detail-trophy {
        width: 150px !important;
        height: 150px !important;
    }
}

@media (max-width: 380px) {
    .season-detail-trophy {
        background-size: contain !important;
    }

    .fs-1 {
        font-size: 16px !important;
    }

    .btn {
        font-size: 14px;
    }
}

.hex_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hex_img {
    --size: 75px;
    --f: 6;
    --radius: calc(var(--size) / var(--f));

    width: var(--size);
    height: auto;
    aspect-ratio: 1.155;
    object-fit: cover;
    --cg: #0000, #000 1deg 119deg, #0000 120deg;
    --rad: radial-gradient(farthest-side, #000 99%, #0000 101%);
    --s: calc(2 * var(--radius)) calc(2 * var(--radius));
    -webkit-mask: var(--rad) left calc(0.25 * var(--size) - 0.4 * var(--radius))
        top 0 / var(--s),
      var(--rad) right calc(0.25 * var(--size) - 0.4 * var(--radius)) top 0 /
        var(--s),
      var(--rad) left calc(0.25 * var(--size) - 0.4 * var(--radius)) bottom 0 /
        var(--s),
      var(--rad) right calc(0.25 * var(--size) - 0.4 * var(--radius)) bottom 0 /
        var(--s),
      var(--rad) left calc(0.15 * var(--radius)) top 50% / var(--s),
      var(--rad) right calc(0.15 * var(--radius)) top 50% / var(--s),
      conic-gradient(
          from 30deg at left calc(-0.3 * var(--radius)) top 50%,
          var(--cg)
        )
        left calc(0.3 * var(--radius)) top 50% /50% calc(100% - 0.8 *
            var(--radius)),
      conic-gradient(
          from -150deg at right calc(-0.3 * var(--radius)) top 50%,
          var(--cg)
        )
        right calc(0.3 * var(--radius)) top 50% /50% calc(100% - 0.8 *
            var(--radius)),
      linear-gradient(#000 0 0) center/calc(45% - 1.1 * var(--radius));
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    transition: --radius 0.3s linear;
  }
.quote {
    color: #FFCA90;

}

.mirror_quote {
    transform: rotate(-180deg);
}

.thumb_sign {
    width: 50px;
}

.thumb_sign_sm {
    width: 30px;
}

.center_img {
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    background-position: center;
    background-size: contain;
    z-index: 2;
}
.arrow_img{
    height: 37px;
    position: absolute;
    top: 40%;
    z-index: 1;
}
.center_img_wrapper{
    background: #F0F8FF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.img_hex_wrap{
    position: absolute;
    left: 2.5%;
    top: -3%;
    width: 70px;
    height: 70px;
    transform: rotate(199deg);
}

.btn_nav.active_btn{
    border: 1.5px solid #FFD5A6 !important;
    background: #FFF4E9;
}
.btn_nav img{
width: 25px;
}
@media (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 auto;
        width: 13.5%;
    }
}
@media (max-width: 350px) {
    .img_hex_wrap {
        left: 9%;
    }
}
.category_bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
}
.bg-img-company{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 55px;
    width: 55px;
}
.app_footer img{
    width: 12px !important;
    display: inline-block !important;
}
.apperciationContainer.active{
    border: 1px solid var(--bs-success) !important;
}
.apperciationContainer{
    cursor: pointer;
}
.image_container{
    display: none;
    /* flex: 33%;
    max-width: 33%; */
}
.image_container:nth-child(3), .image_container:nth-child(1) , .image_container:nth-child(2){
    display: block;
}
.image_container {
    flex: 1 0 auto; /* Allow containers to grow and shrink */
    
    box-sizing: border-box; /* Include padding in the width */
    padding: 0 5px; /* Adjust padding as needed */
}

/* Adjust size based on the number of images */
.image-row {
    display: flex;
    flex-wrap: wrap;
}

.image_container {
    max-width: 33.33%;
    box-sizing: border-box; /* Include padding in the width */
    padding: 0 5px; /* Adjust padding as needed */
}

.image_container a {
    display: block;
    text-decoration: none;
}

/* Additional styling for images */
.image-container img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px; /* Example rounded corners */
}

/* Feed header */
.notify_image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 30px;
    height: 30px;
}
.notify_content{
    border: 2px solid #FF9F00B2;
    padding: 13px;
    max-width: 60px;
    border-radius: 100px;
    position: relative;
}
.notify_content.active{
   background: #FFEBCC;
}
.notify_number{
    background-color: red;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    top: -4px;
    right: -4px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 500;
}
.arrow-btn-next{
    right: -1% !important;
}
.arrow-btn-prev{
    left: -1% !important;
}
.arrow-btn{
    background: #fff;
    width: 25px !important;
    height: 25px !important;
    border-radius: 100px;
    top: 50% !important;
}
.arrow-btn:after{
    font-size: 12px !important;
    color: #000;
}
.header_items{
    align-items: center;
}
.header_container .swiper-slide{
    margin: 0 0.5px;
}
/* .header_tabs{
    position: fixed;
} */

.icon-block{
    position: absolute;
    right: -20px;
    top: -8px;
    border-radius: 8px;
    padding: 8px;
}
.bg-pink-800{
    background: #E22959;
}
.bg-blue-800{
    background: #444FB7;

}
.bg-blue-light{
    background: #E8F1FF;
}
.bg-primary-900{
    background: #366FC8;
}
.avatar_icon_wrapper{
    position: relative;
}
.avatar_icon_wrapper .icon{
    position: absolute;
    bottom: -2px;
    right: -4px;
    border-radius: 100px;
    padding: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
}
.nav-tabs  .nav_content{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.nav-tabs .tabs_items{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.nav-tabs .tabs_items.active{
    color: var(--bs-primary);
}
.fire_img{
    height: 40px;
}
@media (min-width: 992px) {
    .col-lg-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.text-success-dark{
    color: #1F966D;
}
.text-danger-300{
    color: #E22959;
}.text-success-600{
    color: #1F966D;
}
.bg-success-600{
    background: #D7FFF1;
}
.bg-danger-300{
    background: #FFE7ED;
}
.active-page::after{
    border-bottom: 3px solid var(--theme-clr) !important;
    bottom: -42% !important;
}
.radio-lg{
    width: 1.2rem;
    height: 1.2rem;
}
.bg-light-200{
    background: #EBEFF8;
}
.detail_img{
    height: 30px;
}
.bg-blue-400{
    background: #EBF8FF;
}
.add_block{
    position: fixed;
    bottom: 8%;
    right: 5%;
    width: 200px;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    
}
.add_block a , .add_block_two a { 
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.add_block_two{
    position: fixed;
    bottom: 2%;
    right: 5%;
    width: 200px;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
}
.add_block, .add_block_two {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
  }
  
  .add_block.show, .add_block_two.show {
    max-height: 500px; /* Adjust as needed for your content */
    opacity: 1;
  }
  .icon-lg{
    font-size: 29px;
  }
.bg-popup{
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    /* max-width: 600px;
    max-height: 550px; */
    background-position: center;
    background-size: contain;
}
.transparent-content{
    background-color: transparent;
}
.bg-pop{
    min-height: 500px;
}
.modal-pop{
    top: 0 !important;
    overflow-y: auto !important;
}
.text-block{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
    padding-bottom: 70px;
}
.modal-pop .modal-centered{
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)* 2);
    --bs-modal-margin: 1.75rem;
}
.arrow-btns-next{
right: 2% !important;
}
.arrow-btns-prev{
    left: 2% !important;
}
/* .arrow-btns{
    background: #ffffffb3;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
    top: 50% !important;
} */
.arrow-btns-two:after{
   font-size: 16px;
    color: #fff;
}
.arrow-btn-two:after{
    font-size: 16px;
    color: #fff;
}
.closeModalBtn{
    right: -2% !important;
    top: -4% !important;
}
@media (max-width: 768px){
    .closeModalBtn {
        right: -4% !important;
        top: -1% !important;
    }
    .bg-pop{
        min-height: 300px;
    }
    .bg-popup{
        height: 300px;
    }
    .modal-pop{
        top: 2% !important;
    }
}
.closeModalBtn svg ,.closeModalBtn i , .closeModalBtn em{
    color: #fff !important;
}
.image-grid{
    grid-template-columns: auto minmax(33.33%, 1fr);
    grid-template-rows: repeat(3, 33.33%);
    display: grid;
}
.grid_img:first-child {
    grid-column: 1;
    grid-row: 1 / 4;
}
.grid_content_img{
    background-position: center;
    background-size: cover;
    object-position: center;
    width: 180px;
    height: 170px;
    object-fit: cover;
}
.company_img , .product_img{
    background-repeat: no-repeat;
    background-position: center;   
    background-size: cover;
}
.contain{
    background-size: contain !important;
}
.object-contain{
    object-fit: contain;
}
.clamp-line-1{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.product_img_sm{
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
.document-file {
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0;
    margin: 0;
}
.document-file .non-img-file{
    width: 100%;
    display: flex;
    align-items: center;
    margin-right: 0;
    padding: 5px 0px 5px 5px;
    color: #000;
}
.document-file .non-img-file img{
    width: 30px;
    height: 30px;
    background: transparent;
}
.document-file .upload__text{
    max-width: 300px;
    width: 100% !important;
    padding: 0 15px 0px 10px;
}
.document-file .upload__img-close {
    width: 18px;
    height: 18px;
    top: -7px;
    right: -8px;
    line-height: 19px;
}
.document-file .upload__img-close:after,.document-file .deleteAttachment:after{
    font-size: 12px;
}
.video-file{
width: 350px;
margin-top: 10px;
}
.video-file .upload__img-close, .deleteAttachment {
    top: -10px;
    right: -7px;
}
.video_pre{
    max-height: 350px;
}
.video-file .upload__text{
    width: 350px;
}
.m-h-100{
    min-height: 100px;
}
.video_play{
    width: 100%;
}
.feed-row .image_container .feed-image {
    height: 200px;
    object-position: center center;
    object-fit: cover;
}
.youtube_logo {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
  }
  .youtube_logo:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 0 12px 22px;
    border-color: transparent transparent transparent #fff;
    left: 32%;
    bottom: 28%;
    z-index: 99;
  }
  .registerarea__content.course__details__video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.avatar-bg-sm{
    background: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
}
.avatar-bg-xs{
    background: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
}
.comment-input-sm{
    margin: 10px 0px;
}
.comment-icon-sm{
    font-size: 14px;
}
.comment-input-section{
    display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 0%;
    width: 100%;
    right: 0px;
    padding: 5px 10px;
    z-index: 9;
    left: 0;
    background: #fff;
}
.comment-input{
    width: 100%;
    background-color: #f0f2f5;
    border-radius: 12px;
    padding:0 0.75rem;
    /* margin-bottom: 10px; */
}
.galler-input{
    padding-left: 0.5rem;
}
.icon-input{
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: transparent;
}
.post-text{
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
    color: #6c757d ;
}
.comment-box{
    background-color: #eee !important;
    padding:0.5rem 0.8rem;
    border-radius: 15px !important;
}
.comment-profile{
    font-size: 0.8rem;
    color: #000;
    font-weight: 600;
    line-height: 1;
}
.comment-description{
    font-size: 0.78rem;
    color: #000;
    line-height: 1.4;
    margin-bottom: 0px;
    font-weight: 500;
}
.icon-input{
    
}
.send-icon{
    transform: rotate(45deg);
}

.emojionearea .emojionearea-editor::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius:8px;
}

.emojionearea .emojionearea-editor::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.emojionearea .emojionearea-editor::-webkit-scrollbar-thumb {
    background-color: #aaa
}
.media-preview{
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    object-position: center;
}
.upload__img__sm{
    margin-right: 10px;
    width: 80px;
}
.upload-img-bg-sm{
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 80px;
    height: 80px;
    filter: drop-shadow(0px 1px 2px #e1e1e1);
}
.upload-img-close-sm{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -4px;
    right: -7px;
    text-align: center;
    line-height: 14px;
    z-index: 1;
    cursor: pointer;
}
.upload-img-close-sm:after{
    content: '\2716';
    font-size: 11px;
    color: white;
}
.comment-img-preview{
    padding: 5px 0px;
}
.comment-img-preview img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    cursor: pointer;
}
.reply-section{
    padding-left: 55px;
}
.like-container .like-list:last-child{
border-bottom: 0px !important;
}
.like-container .like-list{
    border-bottom: 1px solid #e1e1f0 !important;
}
.closeBtn{
    top: 12px !important;
    line-height: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.no-comment-section{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-comment-section .no-comment{
    font-size: 14px;
    font-weight: 500;
    padding: 40px 10px;
}
.prev_img{
    background-size: cover;
    background-position: center;
    object-position: center;
    object-fit: cover;
    width: 80px;
    height: 80px;
    position: relative;
}
.post-description{
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.like-fill-icon{
    fill: #e50202 ;
    width: 16px;
}

.user-icon-check{
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
.connect-badge{
    background-color: #7C848E;
    border-radius: 50px;
    color: #fff;
    padding: 4px 8px;
    display: flex;
    align-items: center;
font-size: 14px;
font-weight: 400;
}
.user-profile-feed{
    min-width: 250px;
    max-width: 250px;
}
.nav-item{
    position: relative;
}
.profile-dropdown{
    border: 0px ;
    min-width: 200px;
    inset: unset !important;
    transform: translate(-35% , 5%) !important;
    top: 100% !important;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;;
}
.profile-pic{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size:cover ;
    background-position: center;
}
.profile-name{
    font-size: 1rem;
    font-weight: 500;
    color: #000;
}
.profile-name:hover{
    color: #000;
}
.profile-prev-pic{
    border-radius: 50px;
    width: 40px;
    height: 40px;
    background: no-repeat;
    background-size: cover;
}
.profile-drop-icon{
    width: 40px;
    height: 40px;
    background-color: #f6f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 4px;
}
.dropdown-list-items{
    display: flex;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    align-items: center;
}
.dropdown-list-items:hover{
color: #1e74fd;
}
.inputSearcBar{
    background-color: #fff !important;
    border: 1px solid #e1e1f0 !important;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px 5px 35px;;
}
.main-container{
    padding-top: 30px;
}
.product-tabs{
    height: 55px;;
    border-bottom: 0px !important;
    align-items: center;
    padding: 0px 1rem;
}
.product-list-item{
    line-height: 1.1 !important;
    margin-right: 2rem;
    display: inline-block;
}
.product-list-item a.active:after{
    bottom: -40% !important;
    border-bottom: 3px solid var(--theme-clr) !important;
}
.product-list-container , .product-list-container-sm{
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 14px !important;
letter-spacing: .4px;
transition: all .4s ease;
}
.product-list-content{
    display: flex;
    flex-direction: column;
    color: #343a40;
}
.product-tabs-sm{
    display: flex;
    border: 0px !important;
    align-items: center !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.product-list-item-sm{
    line-height: 1.1 !important;
    margin-right: 1.5rem ;  
    display: inline-block;
}
.product-list-container-sm:after{
    border-bottom: 3px solid var(--theme-clr) !important;
    bottom: -7.8px !important;
}
@media (min-width: 768px) {
    .profile-dropdown {
        width: 280px;
    }
}
@media (max-width: 768px) {
    .w-sm-100{
        width: 100% !important;
    }
    .w-sm-25{
        width: 28%;
    }
}
@keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
}
  
  @property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
  }
  
  .circle-progress[role="progressbar"] {
    --size: 100px;
    --fg: #2298ff;
    --bg: #d7d7dc;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 80%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage)* 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
  }
  
  .circle-progress[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
  }
  .comment_container{
    cursor: pointer;
  }
  .right-chat-open .main-container{
    margin-left: 280px;
  }
  .filterBlock{
    position: fixed;
    top: 65px;
    right: -290px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 280px;
    height: calc(100vh - 68px);
    transition: transform .3s ease-out;
    transform: none;
    z-index: 9;
    overflow-y: auto;
    background: #fff;
    padding: 0 8px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  }
.filterBlock.active-sidebar{
left: 0;
}
.filterBlock::-webkit-scrollbar-track {
    background-color: transparent
}

.filterBlock::-webkit-scrollbar {
    width: 2px;
    background-color: transparent
}

.filterBlock::-webkit-scrollbar-thumb {
    background-color: #aaa
}
.filter-header{
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.sort-option{
    padding: 10px;
}
.option-block details>summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
.option-header{
    padding-left: 0;
    list-style: none;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.sub-option-header{
    padding-top: 5px;
    font-size: 14px;
    font-weight: 500;
}
.form-label-text{
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    margin-left: 8px;
}
.clearBtn{
    color: #878787;
    font-size: 14px;
    margin: 8px 0px 3px 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.clearBtntext{
    margin-left: 5px;
}
.clearBtnIcon{
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    color: #878787;
    vertical-align: middle;
}
.option-block{
    border-bottom: 1px solid #f0f0f0;
}
.fliter-search{
    border: 1px solid #e1e1f0 !important;
    border-radius: 30px;
    font-size: 12px;
    padding: 0.3rem;
    padding-left: 2rem;
    width: 100%;
}
.filter-input{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}
.filter-input .icon{
    position: absolute;
    left: 9px;
    top: 15px;
    color: #ced4da;
    font-size: 16px;

}

.more-images-container {
    position: relative;
}

.more-images-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 0.75rem; /* Same as image rounding */
}

.more-image {
    filter: blur(2px); /* Optional blur to give focus to the overlay */
}