/* @include transition(all,2s,ease-out); */
:root{
    --cu-gray: #e7e7e7;
}
html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
}

a,
button {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

input:focus,
button:focus,
a:focus {
    outline-width: 0;
    outline-style: solid;
    outline-color: transparent;
}

button:focus,
a:focus {
    outline: none;
}

img {
    max-width: 100%;
}

.animate-pulse-hover:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.px-35 {
    padding-left: 2.188rem;
    padding-right: 2.188rem;
}

/*your custom css goes here*/
.home-slider-area h1 {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
    .home-slider-area h1 {
        font-size: 2.5rem;
    }
}

.brich::after {
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.new-member .slick-slide figure,
.premium-members .slick-slide figure {
    position: relative;
}
.new-member .slick-slide figure::before,
.premium-members .slick-slide figure::before {
    content: ' ';
    width: 100%;
    padding-top: 100%;
    display: block;
}
.new-member .slick-slide figure img,
.premium-members .slick-slide figure img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.new-member .slick-slide img,
.premium-members .slick-slide img {
    object-fit: contain !important;
}
.new-member .slick-slide .absolute-full,
.premium-members .slick-slide .absolute-full {
    bottom: auto;
    height: calc(100% - 70px);
}
.new-member .slick-slide .absolute-bottom-left,
.premium-members .slick-slide .absolute-bottom-left {
    position: absolute;
    position: relative;
    bottom: 0;
    left: 0;
}

.loader-box {
    display: flex;
    justify-items: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.top-navbar .badge.badge-dot.badge-status {
    height: 8px;
    width: 8px;
        top: -7px;
    position: relative;
}

.top-navbar .badge.badge-dot.badge-status:empty {
    display: initial;
}

.img-fit-contain {
    object-fit: contain;
    object-position: center;
    max-height: 100%;
    margin: 0 auto;
}

.slick-dots {
    display: none !important;
}

#rerout-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    color: white;
}

#rerout-modal > div {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    color: white;
}

.aiz-selectpicker.small + .btn {
    padding: 0.25rem 1.2rem !important;
}

.bootstrap-select.small .btn {
    padding: 0.25rem 1.2rem !important;
}

.badge-dot {
    padding: 0 !important;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.avatar-background-blur {
    position: absolute;
    inset: -15px;
    margin: 0;
}

.avatar-background-blur img {
    object-fit: cover;
    object-position: center;
    filter: blur(15px);
    width: 100%;
    height: 100%;
    max-width: 272px !important;
}

.avatar-background-blur + img {
    z-index: 1;
    position: relative;
    max-width: 272px !important;
    width: 100%;
}

.aiz-notify .close {
    top: 50% !important;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 20px;
    color: var(--white);
    opacity: 0.7;
    right: 15px !important;
    text-shadow: none;
    border: 0;
    border-radius: 50%;
}
.aiz-notify .close:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.aiz-notify .close:hover {
    color: var(--dark);
    opacity: 1;
}
.aiz-notify .close:hover:before {
    opacity: 1;
    background-color: #fff;
    width: 170%;
    height: 170%;
    top: -35%;
    left: -35%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.aiz-notify button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

#basic-eye {
    cursor: pointer;
}

section.home-slider-area {
    margin-top: 88px;
}
@media (min-width: 768px) {
    section.home-slider-area {
        margin-top: 104px;
    }
}

.img-fit-cover {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.member-section {
    padding-top: 88px !important;
}
@media (min-width: 768px) {
    .member-section {
        padding-top: 104px !important;
    }
}

.member-panel {
    padding-top: 16px;
}
@media (min-width: 768px) {
    .member-panel {
        padding-top: 76px;
    }
}

.max-h-100 {
    max-height: 100px;
}
table {
    font-size: 13px;
}
.size-180px,
.w-180px {
    width: 180px;
}
.h-180px,
.size-180px {
    height: 180px;
}
.size-30px,
.w-30px {
    width: 30px;
}
.h-30px,
.size-30px {
    height: 30px;
}
.h-250px,
.size-250px {
    height: 250px;
}
.size-250px,
.w-250px {
    width: 250px;
}
.size-100px,
.w-100px {
    width: 100px;
}
.h-100px,
.size-100px {
    height: 100px;
}

.size-80px,
.w-80px {
    width: 80px;
}
.h-80px,
.size-80px {
    height: 80px;
}
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.aiz-pagination {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
ul.social a {
    display: flex;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.min-w-30px {
    min-width: 30px;
}
.btn-block{
    display: block !important;
}
.max-h-400 {
    max-height: 400px;
}
.object-fit-contain{
    object-fit: contain !important;
}

.aiz-file-box .select-box {
    position: absolute;
    top: 0px;
    left: 9px;
    z-index: 1;
}
.notify-badge{
    width: 6px;
    height: 6px;
    color: var(--primary);
    display: block !important;
}
.img-obj-45{
    background-color: var(--cu-gray);
    object-fit: contain;
    width: 45px;
    height: 45px;
    object-position: center;
    border-radius: 4px;
}

.bg-grad-1 { background-color: #eb4786; background-image: linear-gradient(315deg, #eb4786 0%, #b854a6 74%); }
.bg-grad-2 { background-color: #875fc0; background-image: linear-gradient(315deg, #875fc0 0%, #5346ba 74%); }
.bg-grad-3 { background-color: #47c5f4; background-image: linear-gradient(315deg, #47c5f4 0%, #6791d9 74%); }
.bg-grad-4 { background-color: #ffb72c; background-image: linear-gradient(315deg, #ffb72c 0%, #f57f59 74%); }
.bg-grad-5 { background-color: #ffb72c; background-image: linear-gradient(315deg, #8230bd 0%, #3c0961 74%); }   
.unseen-hover{
    background-color: var(--soft-primary) !important;
}
.story-carousel-box {
    max-height: 350px;
    overflow: hidden;
    
}
.story-carousel-box img{
    max-height: 350px;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }
    .right-1 {
        right: 0.25rem;
    }
    .right-2 {
        right: 0.5rem;
    }
    .right-3 {
        right: 0.75rem;
    }
    .right-4 {
        right: 1rem;
    }
    .right-5 {
        right: 1.25rem;
    }

    .top-1 {
        top: 0.25rem;
    }
    .top-2 {
        top: 0.5rem;
    }
    .top-3 {
        top: 0.75rem;
    }
    .top-4 {
        top: 1rem;
    }
    .top-5 {
        top: 1.25rem;
    }