:root{
    --theme-clr: #2298FF;
    --theme-clrdark: #2387df;
}
body{
    scroll-behavior: smooth;
}
.text-theme{
    background: linear-gradient(270deg, #3108B0 0%, #9D14D3 29%, #F62BB8 58%, #F83197 66%, #FB3772 76%, #FD3C57 85%, #FE3F47 94%, #FE4041 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-orangedark{
    background-color: #FE4042 !important;
}
.bg-pinklight{
    background-color: #FC419D !important;
}
.z-index-0{
    z-index: -1;
}
.btn-outline-blue {
    border-color: var(--theme-clr);
    border-width: 2px;
}
.login-para-extend{
    word-break: break-word;
    width: 80%;
    margin: 0px auto;
}
.login-title{
    overflow-wrap: break-word;
    width: 90%;
    text-align: center;
}
.long-subtitle{
    overflow-wrap: break-word;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.form-floating.icon-input i {
    position: absolute;
    bottom: 25%;
    right: 5%;
}
.form-floating.icon-input {
    position: relative;
}
.text-blue{
   color: var(--theme-clr) !important; 
}
.btn-blue{
    color: #fff;
    background-color: var(--theme-clr);
    border-color: var(--theme-clr);
}
.btn-blue:hover {
    color: #fff;
    background-color: var(--theme-clrdark);
    border-color: var(--theme-clrdark);
}
a.text-blue:hover {
    text-decoration: underline;
}
.form-textarea {
    height: 100px !important;
    resize: none;
    padding-top: 15px;
}
.file-upload .file-upload-select {
    display: block;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    position: relative;
}
.file-upload .file-upload-select .file-select-button {
    background: #fff;
    padding: 10px;
    display: inline-block;
    border: 2px solid var(--theme-clr);
    color: var(--theme-clr);
    border-radius: 50px;
}
.file-upload .file-upload-select .file-select-name {
    display: inline-block;
    padding: 10px;
}
.file-upload .file-upload-select:hover .file-select-button {
    background: var(--theme-clrdark);
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border: 2px solid var(--theme-clrdark)
}
.file-upload .file-upload-select input[type="file"] {
    display: none;
}
.file-upload .attach-iconw{
    display: none;
}
.file-upload .file-upload-select:hover .file-select-button .attach-icond{
    display: none;
}
.file-upload .file-upload-select:hover .file-select-button .attach-iconw{
    display: block;
}
.img-profilecover{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* .iserror-show .feather-eye{
    bottom: 50%;
} */
.upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    border-color: var(--theme-clr);
    color: var(--theme-clr);
    background-color: transparent;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
}
.upload__btn:hover {
    color: #ffffff;
    background-color: var(--theme-clr);
    transition: all .3s ease;
}
.upload__btn-box {
    margin-bottom: 10px;
}
.upload__img-wrap {
    max-height: 200px;
    overflow: hidden;
    overflow-y: overlay;
}
.upload__img-box {
    width: 100px;
    padding: 0 10px;
    margin-bottom: 12px;
    margin-right: 10px;
    display: inline-block;
}
.upload__img-close , .deleteAttachment{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after , .deleteAttachment:after{
    content: '\2716';
    font-size: 14px;
    color: white;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100px;
    height: 100px;
    max-height: 100px;
    object-fit: cover;
    display: block;
    margin-right: auto;
    max-width: 100px;
    border-radius: 10px;
    filter: drop-shadow(0px 1px 2px #e1e1e1);
    background-color: white;
}
.bio-text {
    width: 50%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-content .profile-avatar{
    top: -160px;
    left: 5%;
    margin-bottom: 0px !important;
}
.main-content .profile-avatar2{
    top: -160px;
    left: 5%;
    margin-bottom: 0px !important;
}
.main-content .profile-avatar3 {
    top: -192px;
    left: 5%;
    margin-bottom: 0px !important;
}
/*----------------------------
    tooltip library
----------------------------*/
[class*="hint--"] {
    position: relative;
    display: inline-block;
    /**
	 * tooltip arrow
	 */
    /**
	 * tooltip body
	 */
}

[class*="hint--"]:before,
[class*="hint--"]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    visibility: visible;
    opacity: 1;
}

[class*="hint--"]:hover:before,
[class*="hint--"]:hover:after {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

[class*="hint--"]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001;
}

[class*="hint--"]:after {
    background: var(--theme-clr);
    color: white;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*="hint--"][aria-label]:after {
    content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
    content: attr(data-hint);
}

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
    display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
    border-top-color: var(--theme-clr);
}

.hint--top-right:before {
    border-top-color: var(--theme-clr);
}

.hint--top:before {
    border-top-color: var(--theme-clr);
}

.hint--bottom-left:before {
    border-bottom-color: var(--theme-clr);
}

.hint--bottom-right:before {
    border-bottom-color: var(--theme-clr);
}

.hint--bottom:before {
    border-bottom-color: var(--theme-clr);
}

.hint--left:before {
    border-left-color: var(--theme-clr);
}

.hint--right:before {
    border-right-color: var(--theme-clr);
}

.hint--white:after {
    background: #ffffff;
    color: #333;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--white:before {
    border-top-color: #ffffff;
}

.hint--black:after {
    background: #000000;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--black:before {
    border-top-color: #000000;
}

.hint--black.hint--bottom::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top-left::before {
    border-top-color: #000000;
}

.hint--black.hint--bottom-left::before {
    border-bottom-color: #000000;
}

.hint--black.hint--top::before {
    border-top-color: #000000;
}

.hint--black.hint--left::before {
    border-left-color: #000000;
}

.hint--black:before {
    border-top-color: transparent;
}

.hint--theme-two:after {
    background: #c00000;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.hint--theme-two:before {
    border-top-color: #c00000;
}

.hint--theme-two.hint--bottom::before {
    border-bottom-color: #c00000;
}

.hint--theme-two.hint--top-left::before {
    border-top-color: #c00000;
}

.hint--theme-two.hint--top::before {
    border-top-color: #c00000;
}

.hint--theme-two.hint--left::before {
    border-left-color: #c00000;
}

.hint--theme-two:before {
    border-top-color: transparent;
}

/**
 * top tooltip
 */
.hint--top:before {
    margin-bottom: -13px;
}

.hint--top:before,
.hint--top:after {
    bottom: 100%;
    left: 50%;
}

.hint--top:before {
    left: calc(50% - 7px);
}

.hint--top:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--top:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
    margin-top: -13px;
}

.hint--bottom:before,
.hint--bottom:after {
    top: 100%;
    left: 50%;
}

.hint--bottom:before {
    left: calc(50% - 7px);
}

.hint--bottom:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hint--bottom:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom:hover:after {
    -webkit-transform: translateX(-50%) translateY(8px);
    -ms-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
    margin-left: -13px;
    margin-bottom: -7px;
}

.hint--right:after {
    margin-bottom: -15px;
}

.hint--right:before,
.hint--right:after {
    left: 100%;
    bottom: 50%;
}

.hint--right:hover:before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.hint--right:hover:after {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
    margin-right: -13px;
    margin-bottom: -7px;
}

.hint--left:after {
    margin-bottom: -15px;
}

.hint--left:before,
.hint--left:after {
    right: 100%;
    bottom: 50%;
}

.hint--left:hover:before {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hint--left:hover:after {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
    margin-bottom: -13px;
}

.hint--top-left:before,
.hint--top-left:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-left:before {
    left: calc(50% - 7px);
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--top-left:after {
    margin-left: 14px;
}

.hint--top-left:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(-8px);
    -ms-transform: translateX(-100%) translateY(-8px);
    transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
    margin-bottom: -13px;
}

.hint--top-right:before,
.hint--top-right:after {
    bottom: 100%;
    left: 50%;
}

.hint--top-right:before {
    left: calc(50% - 7px);
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hint--top-right:after {
    margin-left: -14px;
}

.hint--top-right:hover:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hint--top-right:hover:after {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
    margin-top: -13px;
}

.hint--bottom-left:before,
.hint--bottom-left:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-left:before {
    left: calc(50% - 7px);
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.hint--bottom-left:after {
    margin-left: 14px;
}

.hint--bottom-left:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-left:hover:after {
    -webkit-transform: translateX(-100%) translateY(8px);
    -ms-transform: translateX(-100%) translateY(8px);
    transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
    margin-top: -13px;
}

.hint--bottom-right:before,
.hint--bottom-right:after {
    top: 100%;
    left: 50%;
}

.hint--bottom-right:before {
    left: calc(50% - 7px);
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.hint--bottom-right:after {
    margin-left: -14px;
}

.hint--bottom-right:hover:before {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--bottom-right:hover:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.hint--no-animate:before,
.hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    transition-duration: 0ms;
}

.hint--bounce:before,
.hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.club-desc{
    width: 70%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px auto;
}
.active-page::after{
    border-bottom: 2px solid var(--theme-clr);
    content: "";
    bottom: -50%;
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transition: transform .2s ease-in-out;
    width: 100%;
}
.nav-header a.mega-menu:hover svg, 
.nav-header a.mega-menu:hover i, 
.nav-header a.mega-menu:hover span, 
a.nav-content-bttn.mega-menu-subcategory:hover i, 
a.nav-content-bttn.mega-menu-subcategory:hover span{
    color: #000 !important;
}
.nav-header a.active-page.mega-menu:hover svg, 
.nav-header a.active-page.mega-menu:hover i, 
.nav-header a.active-page.mega-menu:hover span {
    color: var(--theme-clr) !important;
}
.logo-img {
    background-size: contain;
    width: 100px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.nav-profile-menu{
    background-repeat: no-repeat;
    background-size: cover;
    height: 45px;
    background-position: center;
    border-radius: 100%;
    width: 45px;
}
a.mega-menu:hover span.dot-count.bg-danger {
    color: #ffffff !important;
}
.nav-profile-mobmenu {
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    background-position: center;
    width: 50px;
    border-radius: 100%;
}
.myprofile-view{
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    background-position: center;
    width: 40px;
    border-radius: 100%;
}
.club-userdp {
    background-size: cover;
    width: 90px;
    height: 90px;
    border: 4px solid #ffffff;
    background-position: center;
    background-repeat: no-repeat;
}
.close-mobmenu {
    left: 230px;
    top: 5px;
    z-index: 9;
}
a.mob-menu span.dot-count{
    position: absolute;
    top: 1px;
    right: 5px;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
}
#lightbox {
    top: 50PX !important;
    position: fixed;
}
.avatar-bg-1 {
    background: no-repeat;
    background-size: cover;
    width: 45px;
    height: 45px;
}
.avatar-bg-2 {
    background: no-repeat;
    background-size: cover;
    height: 30px;
}
.avatar-profile-bg-1 {
    background: no-repeat;
    background-size: cover;
    height: 75px;
}
.avatar-profile-bg-2 {
    background: no-repeat;
    background-size: cover;
    height: 65px;
}
.avatar-profile-bg-3 {
    background: no-repeat;
    background-size: cover;
    height: 60px;
    width: 60px;
}
.like-point {
    background: #adb5bd;
    align-self: center;
    width: 3px;
    height: 3px;
}
.like-section-border-top {
    border-top: 1px solid #eee;
}
@media only screen and (max-width: 1024px) {
    .w-lg-15 {
        width: 25%;
    }
}
@media screen and (max-width: 1200px) {
    .w-lg-15 {
        width: 25%;
    }
    .w-lg-75 {
        width: calc(100% - 32%) !important;
    }
    .w-lg-25 {
        width: calc(100% - 68%) !important;
    }
    .w-lg-20 {
        width: calc(100% - 69%) !important;
    }
    .w-lg-70 {
        width: calc(100% - 35%) !important;
    }
    .w-lg-30 {
        width: calc(100% - 64.5%) !important;
    }
    .general-about-sidebar-fixed {
        width: auto !important;
    }
}
@media screen and (max-width: 991px) {
    .w-lg-75 {
        width: 100% !important;
    }
    .w-lg-25 {
        width: 100% !important;
    }
    .w-lg-20 {
        width: 100% !important;
    }
    .w-lg-70 {
        width: 100% !important;
    }
    .w-lg-30 {
        width: 100% !important;
    }
    .profile-dp {
        width: 120px !important;
        height: 120px !important;
    }
}
@media screen and (max-width: 769px) {

    .profile-dp {
        width: 100px !important;
        height: 100px !important;
    }
}
.media-upload-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100px;
    height: 100px;
    max-height: 100px;
    object-fit: cover;
    display: block;
    margin-right: auto;
    max-width: 100px;
    border-radius: 10px;
    filter: drop-shadow(0px 1px 2px #e1e1e1);
    background-color: white;
}
.delete-icon-position {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.delete-icon {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.w-lg-75 {
    width: calc(100% - 23.5%);
}
.w-lg-25 {
    width: calc(100% - 70.5%);
}
.w-lg-20 {
    width: calc(100% - 75%);
}
.w-lg-70 {
    width: calc(100% - 24.5%);
}
.w-lg-30 {
    width: calc(100% - 70.3%);
}
.mem-comm-heading .form-group.icon-input i {
    top: 12px;
}
.login-logo {
    height: 55px;
    width: 140px !important;
    background: no-repeat;
    background-size: cover;
}
.chat-active{
    background: var(--theme-clr);
    color: #ffffff;
}
.gallery-phtoto {
    background-size: cover;
    background-repeat: no-repeat;
    height: 130px;
    width: 100%;
}
#general-tab .fade:not(.show) {
    display: none !important;
}
#community-tab .fade:not(.show) {
    display: none !important;
}
#user-tab .fade:not(.show) {
    display: none !important;
}
#settings-tab .fade:not(.show) {
    display: none !important;
}
.w-24 {
    width: 24%;
}
.modal-backdrop.fade.show:nth-child(2n-1) {
    display: none;
}
.sticky-navbar-fixed {
    top: 60px;
    z-index: 100;
    position: fixed;
    width: 100%;
    display: none !important;
}
.sticky-navbar {
    display: block;
}
.sticky-navbar1-none {
    top: 0px;
    z-index: 100;
    position: fixed;
    width: 100%;
    display: block !important;
}
.sticky-navbar1 {
    display: none;
}
.general-about-sidebar-fixed {
    top: 70px;
    /* z-index: 100; */
    position: fixed;
}
.general-post-sidebar-fixed {
    top: 70px;
    z-index: 100;
    position: fixed;
    width: 25.5%;
}
.mob-chat-wrapper {
    height: calc(100vh - 140px);
}
/*loader css*/
.new_loader_head {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 0 0 / 50%);
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}
.new_loader {
    width: 10em;
    height: 10em;
    font-size: 19px;
    box-sizing: border-box;
    border-top: 0.3em solid hotpink;
    border-radius: 50%;
    position: relative;
    animation: rotating 2s ease-in-out infinite;
    --direction: 1;
    background: #ffffff;
}
.new_loader::before,
.new_loader::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-sizing: border-box;
    top: -0.2em;
}
.new_loader::before {
    border-top: 0.3em solid dodgerblue;
    transform: rotate(120deg);
}
.new_loader::after {
    border-top: 0.3em solid gold;
    transform: rotate(240deg);
}
.new_loader span {
    position: absolute;
    color: black;
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 10em;
    font-family: sans-serif;
    animation: rotating 2s linear infinite;
    --direction: -1;
}
@keyframes rotating {
    50% {
        transform: rotate(calc(180deg * var(--direction)));
    }

    100% {
        transform: rotate(calc(360deg * var(--direction)));
    }
}
.sort-option details>summary::after {
    content: "+";
    position: absolute;
    right: 8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
.sort-option details[open]>summary::after {
    content: "-";
    position: absolute;
    right: 8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
/*new_loader css*/
.coupon-mh-desc {
    min-height: 40px;
    height: 40px;
}
.coupon-ribbon-left{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    transform: translate(-46.29%, -390%) rotate(-45deg);
    transform-origin: bottom right;
}

.member_profile_thumnail {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.text-box{
    display: block;
    overflow: hidden;
    resize: both;
    min-height: 100px;
}