@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;300;400;600;700;800;900&family=Mulish:wght@400;500;600;700;800;900;1000&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* Custom Variable CSS */
:root {
    font-family: "IBM Plex Sans", sans-serif;
}

*,
*::after *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: "IBM Plex Sans", sans-serif;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C3C3C3;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button:focus-visible {
    outline: none;
}

input:focus-visible {
    outline: none;
}

textarea:focus-visible {
    outline: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="Default"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p {
    font-family: "IBM Plex Sans", sans-serif;
    color: #656565;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    font-weight: 700;
    line-height: 125%;
    font-family: "IBM Plex Sans", sans-serif;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
}

ul li a,
ol li a,
.list-group a,
b,
a::before {
    transition: all 0.3s ease;
    -webkkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

a,
button,
input,
textarea {
    font-weight: 400;
}

img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul {
    list-style: none;
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1600px;
    }

    .influencer-dashboard .container,
    .user-dashboard .container {
        max-width: 1140px;
    }
}

.navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 55%);
    border-color: rgb(255 255 255 / 10%);
}

.navbar-toggler {

    background-color: #ffffff;
    border: 1px solid rgb(253 13 235 / 25%);
}

/* header */
.header .navbar-toggler {
    padding: 0.1rem 0.4rem;
    font-size: 1rem;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 25px;
}

.header.active {
    background-color: #063985;
}

.header .navbar .navbar-collapse .navbar-nav .nav-item a.nav-link {
    color: #FBFBFB;
    /* color: black; */
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px 0 0;
}

.right-menu-bar {
    display: inline-block;
    padding-left: 10px;
}

.right-menu-bar a {
    margin-left: 25px;
}

.right-menu-bar a.btn-transparent {
    color: #FBFBFB;
    /* color: black; */
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

a.btn-color {
    color: #FBFBFB;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    background: linear-gradient(90deg, #DE74E2 0%, #8666D6 100%);
    padding: 10px 25px;
    z-index: 1;
    transition: all 0.6s ease;
    position: relative;
    display: inline-block;
    transform: scale(1);
}

a.btn-color:hover {
    background: linear-gradient(235deg, #DE74E2 0%, #8666D6 100%);
    transition: all 0.8s ease;
    transform: scale(1.1);

}

a.btn-color:hover i {
    padding-left: 10px;
    transition: all 0.8s ease;
}

.wrap {
    /* width: 120px;
    height: 45px; */
    background: transparent;
    margin-right: 30px;
    border-radius: 50px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

.wrap span {
    text-wrap: nowrap;
    color: #fbfbfb;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}

.wrap .input {
    border: 0;
    background: transparent;
    width: 0%;
    outline: none;
    /* font-family: sans-serif; */
    font-size: 16px;
    color: #fff;
    /* font-style: italic; */
    transition: all 0.3s ease;
    position: relative;

}

.searchCreator {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.wrap .fa {
    color: #ddd;
    /* position: absolute; */
    /* right: 17px; */
    /* top: 15px; */
    font-size: 20px;
    cursor: pointer;
}

.wrap.active {
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
    transition: all 0.5s ease;
    background: #7c23b2;
    margin-right: 10px;
}

.wrap.active span {
    display: none;
}

.wrap .input.active {
    width: 98%;
    padding-left: 5px;
    transition: all 0.5s 0.8s ease;
}

.wrap input::placeholder {
    color: #fff;
}

/* slider css */

.home-banner .carousel-item img {
    height: 100vh;
    max-height: 100%;
}

.home-banner .carousel-item {
    transition: 0.3s;
}

.home-banner .carousel-item img {
    transition-duration: 0.8s;
    transform: scale(1.1);
}

.carousel-indicators {
    right: auto;
    margin-left: 9%;
    bottom: 15px;
}

.carousel-indicators [data-bs-target] {
    width: 150px;
    height: auto;
    margin-right: 5px;
    margin-left: 3px;
    background-color: transparent;
    border: none;
}

.carousel-caption {
    top: 35%;
    left: 9%;
    right: 9%;
    text-align: left;
}

.carousel-caption h1 {
    color: #FBFBFB;
    font-size: 172px;
    font-weight: 400;
    transition: 8s;
}

.carousel-caption h1 span {
    position: relative;
    left: 40%;
}

@media screen and (max-width:1600px) {
    .carousel-caption h1 {
        font-size: 136px;

    }
}

/* creativity */
.section-title h2 {
    color: #B348EB;
    font-size: 100px;
    font-weight: 400;
}


.carousel {
    overflow-x: clip;
}

.creativity-sld .swiper {
    padding: 2rem 0;
    overflow: visible;
}

.creativity-sld .swiper .swiper-slide {
    width: 320px;
}

.creativity-sld .single {
    position: relative;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}

.creativity-sld .single img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 12px;
    pointer-events: none;
}

.creativity-sld .swiper-slide.swiper-slide-prev {
    margin-top: 50px;
}

.creativity-sld .swiper-slide.swiper-slide-next {
    margin-top: 40px;
}

.img-texts {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 30px;
    left: 20px;
}

.img-texts a {
    color: #E7E7E7;
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 24px;
    font-weight: 500;
    line-height: 23px;
    padding-right: 10px;
}

/* bg-img */
.bg-img {
    background-image: url(../images/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 100px;
}

.para-section {
    position: relative;
    margin-top: 45%;
}

.bg-img .para-section p {
    color: #FBFBFB;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
}

/* earn */
.numbers-box {
    padding-right: 10px;
}

.numbers-box h5 {
    color: #151414;
    font-size: 30px;
    font-weight: 500;
}

.number-text-box h5 {
    color: #151414;
    font-size: 30px;
    font-weight: 500;
}

.number-text-box p {
    color: #656565;
    font-size: 20px;
    font-weight: 400;
}

/* creators-world */
.creators-world {
    background-image: url(../images/bg2.png);
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.people__slide .swiper-slide {
    width: 320px;
    padding: 10px 0 0;
    transform: scale(0.9);
    transition: 0.3s;
}

.people__slide .swiper-slide img {
    width: 100%;
}

.people__slide .swiper-slide.swiper-slide-active {
    -webkit-animation-name: elastic1;
    animation-name: elastic1;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.people__slide .swiper-slide.swiper-slide-active {
    -webkit-animation-name: elastic1_sp;
    animation-name: elastic1_sp;
}

.people__slide .swiper-slide:nth-child(even) .people__card {
    transform: rotate(-5deg);
}

.people__slide .swiper-slide:nth-child(odd) .people__card {
    transform: rotate(5deg);
}

@-webkit-keyframes elastic1 {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.4);
    }

    55% {
        transform: scale(1.27);
    }

    70% {
        transform: scale(1.36);
    }

    85% {
        transform: scale(1.31);
    }

    100% {
        transform: scale(1.33);
    }
}

@keyframes elastic1 {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.4);
    }

    55% {
        transform: scale(1.27);
    }

    70% {
        transform: scale(1.36);
    }

    85% {
        transform: scale(1.31);
    }

    100% {
        transform: scale(1.33);
    }
}

@-webkit-keyframes elastic1_sp {
    0% {
        transform: scale(0.9);
    }

    40% {
        transform: scale(1.05);
    }

    55% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1.02);
    }

    85% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes elastic1_sp {
    0% {
        transform: scale(0.9);
    }

    40% {
        transform: scale(1.05);
    }

    55% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1.02);
    }

    85% {
        transform: scale(0.98);
    }

    100% {
        transform: scale(1);
    }
}

/* how it work */
.mg-top-30 {
    margin-top: 30px !important;
}

.bwitch-hcard--one {
    gap: 80px;
}

.bwitch-hcard.bwitch-hcard--two {
    padding-top: 85px;
    gap: 80px;
}

.bwitch-hcard {
    display: flex;
    flex-direction: column;
}

.bwitch-hcard__img {
    background: #fff;
    box-shadow: 0 0 40px 8px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 15px;
}

.bwitch-hcard__img img {
    width: 100%;
    height: 215px;
}

.bwitch-hcard__line {
    position: relative;
}

.bwitch-hcard__line.bwitch-hcard__line--v0 img {
    position: absolute;
    top: -37px;
    width: 52%;
}

.bwitch-hcard__line.bwitch-hcard__line--v1,
.bwitch-hcard__line.bwitch-hcard__line--v2,
.bwitch-hcard__line.bwitch-hcard__line--v3 {
    position: relative;
}

.bwitch-hcard__line.bwitch-hcard__line--v1 img {
    position: absolute;
    left: -175px;
    top: 25px;
    width: 100%;

}

.bwitch-hcard__line.bwitch-hcard__line--v2 img {
    position: absolute;
    left: -178px;
    top: -37px;
    width: 100%;
}

.bwitch-hcard__line.bwitch-hcard__line--v3 img {
    position: absolute;
    left: -175px;
    top: 25px;
    width: 100%;
}

.inflanar-hcard__content {
    position: relative;
}

.img-color path {
    fill: #000;
}

.bwitch-hcard__line img {
    /* position: absolute; */
}

.bwitch-hcard--one .bwitch-hcard__line {
    /* top: -36px; */
}

.bwitch-hcard__content__two .bwitch-hcard__line {
    /* left: -160px;
    bottom: -48px; */
}

.bwitch-hcard--one .bwitch-hcard__line.bwitch-hcard__line--v2 {
    /* left: -165px; */
}

.bwitch-hcard__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    max-width: 54%;
}

.bwitch-hcard__label span {
    font-weight: 400;
    font-size: 16px;
    color: #647082;
}

.bwitch-hcard__label b {
    width: 24px;
    height: 24px;
    background: #2CD6DD;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.bwitch-hcard__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}

@media screen and (max-width:1500px) {
    .bwitch-hcard__line.bwitch-hcard__line--v1 img {
        left: -144px;
        top: 29px;
    }

    .bwitch-hcard__line.bwitch-hcard__line--v2 img {
        left: -141px;
        top: -37px;
        width: 97%;
    }

    .bwitch-hcard__line.bwitch-hcard__line--v3 img {
        left: -141px;
        top: 29px;
        width: 100%;
    }
}

@media screen and (max-width:1400px) {

    .bwitch-hcard__line.bwitch-hcard__line--v0 img,
    .bwitch-hcard__line.bwitch-hcard__line--v1 img,
    .bwitch-hcard__line.bwitch-hcard__line--v2 img,
    .bwitch-hcard__line.bwitch-hcard__line--v3 img {
        display: none;
    }
}

.faq {
    background-image: url(../images/bg3.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-img {
    position: relative;
    top: -105px;
}

.faq-question {
    padding: 20px 0 0;
}

.faq-question .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 15px;
}

.faq-question .accordion-item h2 {
    font-size: 16px;
}

.faq-question .accordion-item h2 button {
    /* color: #FBFBFB;
    font-size: 25px;
    font-weight: 500; */
}

.faq-question .accordion-button:not(.collapsed) {
    color: #FBFBFB;
    background-color: #103463;
    box-shadow: none;
}

.faq-question .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-question .accordion-body {
    padding: 1rem 3.25rem 1.5rem;
    background: #103463;
}

.faq-question .accordion-body p {
    color: #FBFBFB;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.faq-question .accordion-item h2 button {
    color: #CCC;
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
}

.faq-question .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent;
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
}

.faq-question .accordion-item .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 25px;
}

.faq-question .accordion-button::after {
    filter: brightness(10.5);
}

/* footer */
footer {
    background: #090C15;
    position: relative;
    padding-top: 86px;
    padding-bottom: 80px;
}

.shape1 {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 0;

}

.footer-widget {
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.f-logo,
.f-about {
    margin-bottom: 30px;
}

.f-about p {
    color: #BCBCBC;
    font-size: 20px;
    font-weight: 400;
}

.f-social-media ul {
    padding: 0;
}

.f-social-media ul li {
    display: inline;
}

.f-social-media ul li a {
    color: #FFFFFF;
    font-size: 30px;
    margin-right: 16px;
}

.f-links ul {
    list-style: disc;
}

.f-links ul li {
    margin-bottom: 15px;
}

.f-links ul li a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

::marker {
    color: #fff;
    padding-right: 10px;
}

.footer-widget h3 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-widget p {
    color: #BCBCBC;
    font-size: 20px;
    font-weight: 400;
}

.subscribe {
    padding-top: 15px;
}

.right-inner-addon {
    position: relative;
}

.user-right-sidebar .right-inner-addon i {
    background: transparent;
}

.user-right-sidebar .search-creators-topbar input {
    border: 1px solid #CECCCE;
}

.right-inner-addon input {
    padding-right: 40px !important;
    border-radius: 50px;
    border: 0;
    padding-top: 10px;
    height: 44px;
    padding-bottom: 10px;
    padding-left: 20px;

}

/* .right-inner-addon i {
    position: absolute;
    right: 5px;
    top: 3px;
    / padding: 12px 13px; /
    height: 38px;
    line-height: 37px;
    text-align: center;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #F8CA53;

} */

.right-inner-addon button {
    position: absolute;
    right: 5px;
    top: 3px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #F8CA53;
    border: none;
}

/* about page */
.page-banner {
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 80px;
}

.titles {
    color: #565656 !important;
}

.about-us {
    margin-top: 30px;
    padding-right: 20px;
}

.about-us p {
    margin-bottom: 10px;
}

.counter-column {
    text-align: center;
    position: relative;
}

.plus {
    font-size: 70px;
}

.counter-column h3 {
    color: #656565;
    font-size: 80px;
    font-weight: 300;
}

.counter-column p {
    color: #B348EB;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding-top: 10px;
}

.border-right:after {
    content: ' ';
    height: 87px;
    width: 1px;
    background-color: #B3B3B3;
    right: 0;
    top: 30%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
}

.why-text {
    padding: 40px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(30, 37, 43, 0.10);
    height: 100%;
}

.why-text h4 {
    color: #565656;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 15px;
}

.why-text:hover {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(30, 37, 43, 0.10);
    box-shadow: 0px 4px 80px 0px rgba(67, 90, 110, 0.5);
}

/* resgiter */
.resgiter {
    padding: 40px 0;
    position: relative;
    height: 100vh;
}

.shape2 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.uer-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uer-btn .btn-back {
    color: #393939;
    font-size: 20px;
    font-weight: 400;
}

.uer-btn a.btn-login {
    color: #3C6BFF;
    font-size: 20px;
    font-weight: 400;
}

.uer-btn a.btn-login:hover {
    color: #B348EB;
}

.login-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.login-title h3 {
    color: #2B2B2B;
    font-size: 38px;
    font-weight: 800;
}

.login-title p {
    color: #2148C0;
    font-size: 40px;
    font-weight: 500;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -25px;
}

.register-form label {
    color: #717171;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.register-form .form-group {
    margin-bottom: 20px;
}

.register-form input.form-control {
    border: 0;
    border-bottom: 2px solid #C7B8B8;
    border-radius: 0;
    padding: 10px 10px 10px 0;
    background-color: transparent;
}

.register-form input.form-control:focus {

    box-shadow: none;
}

.btn-register {
    width: 100%;
    padding: 10px 15px 15px 15px;
    border-radius: 2px;
    background: #2148C0;
    color: #C8C8C9;
    font-size: 20px;
    font-weight: 400;
}

.btn-register:hover {
    color: #fff;
    background: #2148C0;
    box-shadow: 2px 2px 8px #3F51B5;
    transition: all 0.8s ease;
}

.already-account a {
    color: #717171;
    font-size: 18px;
    font-weight: 400;
}

.already-account a:hover {
    color: #2148C0;
}

.or {
    position: relative;
    text-align: center;
}

/* .or:after {
    position: absolute;
    content: ' ';
    width: 1.5px;
    height: 131px;
    background: #E3DEDE;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;

}

.or:before {
    position: absolute;
    content: ' ';
    width: 1.5px;
    height: 131px;
    background: #E3DEDE;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
} */

.login-options ul {
    padding-left: 0;
}

.login-options ul li {
    padding: 10px 0;
}

.login-options ul li a {
    color: #717171;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.login-options ul li a:focus {
    box-shadow: none;
}

.login-options ul li a.btn.btn-login-option {
    border-radius: 2px;
    border: 1px solid #2148C0;
    width: 70%;
    padding: 10px 20px;
}

.login-options ul li a.btn.btn-login-option:hover {
    box-shadow: 0 0 6px #6e91ff;
}

.login-options ul li a.btn.btn-login-option img {
    padding-right: 20px;
}

.skip a.btn-skip {
    border-radius: 20px;
    background: #2148C0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
}

.skip a:hover {
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 54%);
}

/* user header */
.user-header {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(191, 187, 187, 0.25);
    padding: 15px 0;
}

.user-h-profile img {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 33px;
    border-radius: 19px 19px 0px 19px;
    background: #FDFBFB;
    box-shadow: -4px 4px 4px 0px rgba(108, 104, 104, 0.19);
}

.sidenav a {
    padding: 5px 5px 5px 20px;
    text-decoration: none;
    color: #717171;
    font-size: 19px;
    font-weight: 400;
    display: block;
    transition: 0.3s;
}

.sidenav a svg {
    margin-right: 10px;
}

.sidenav a:hover {
    color: #717171;
}

.sidenav .closebtn {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 16px;
    margin-left: 0;
}

.sidebar-user {
    margin-top: 30px;
}

.border-btm {
    border-bottom: 0.5px solid #e7e6e6;
    padding-top: 8px;
    padding-bottom: 8px;
}

.user-img {
    width: 160px;
    line-height: 160px;
    text-align: center;
    height: 163px;
    border-radius: 50%;
    /* border-radius: 19px 19px 0px 19px; */
    background: #FDFBFB;
    box-shadow: -4px 4px 22px 0px rgba(108, 104, 104, 0.19);
    margin: auto;
    position: relative;
}

.user-img img {

    object-fit: contain;
    border-radius: 50%;
    width: 140px;
    line-height: 140px;
    text-align: center;
    height: 140px;
}

.edit-user {
    position: absolute;
    top: 37%;
    /* background: #FFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
    right: 3%;
    /* height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%; */
}



.edit-user label {
    cursor: pointer;
}

.edit-user label input {
    display: none;
}

.edit-user label span {
    position: relative;
    width: 40px;
    height: 40px;
    /* border: 1px dashed; */
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.edit-user label span i {
    position: absolute;
    font-size: 20px;
}

.edit-user label span:hover {
    /* transform: scale(0.8); */
}

.user-details h4 {
    color: #151414;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;
}

.user-details p {
    color: #2148C0;
    font-size: 15px;
    font-weight: 400;
}

a.logout {
    
    bottom: 20px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.dashboard-sidebar {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 23.6px 2px rgba(155, 154, 154, 0.25);
    padding: 15px 15px 20px 15px;
}

.btn.btn-creator {
    border-radius: 50px;
    background: linear-gradient(90deg, #DE74E2 0%, #8666D6 100%);
    box-shadow: 4px 4px 5.6px 0px rgba(0, 0, 0, 0.21);
    color: #FBFBFB;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    padding: 8px 10px 10px 10px;
}

.btn.btn-creator:hover {
    border: 1px solid #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);
    background: transparent;
    color: #B348EB;
    transition: all 0.4s ease;
}

.search-forms select.form-select {
    border-radius: 20px;
    border: 1px solid #CECCCE;
}

.search-forms select.form-select:focus {
    box-shadow: none;
}

.search-forms label {
    color: #B348EB;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.search-creators-topbar {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 23.6px 2px rgba(155, 154, 154, 0.25);
    padding: 15px 15px 20px 15px;
}

.search-creators-topbar input {
    border-radius: 42px;
    border: 1px solid #3A63E2;
    background: #FCFCFC;
}

.search-creators-topbars input {
    border-radius: 42px;
    border: 1px solid #3A63E2;
    background: #FCFCFC;
}

.searches-tag {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.searches-tag a.btn {
    padding: 5px 10px;
    border-radius: 4px;
    margin: 3px 5px;
    font-size: 12px;
    font-weight: 400;
}

.searches-tag a.btn.btn-bgc1 {
    background: #FFF0DA;
    color: #DA952F;
}

.searches-tag a.btn.btn-bgc2 {
    background: #E2FBE9;
    color: #269344;
}

.searches-tag a.btn.btn-bgc3 {
    background: #EBF0FC;
    color: #3560C9;
}

.searches-tag a.btn.btn-bgc4 {
    background: #FEE3E5;
    color: #DD5B65;
}

.searches-tag a.btn.btn-bgc5 {
    background: #FFF0DA;
    color: #DA952F;
}

.searches-tag a.btn.btn-bgc6 {
    background: #E2FBE9;
    color: #269344;
}

.see-more a {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
}

.user-dashboard,
.user-dashboards {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.dashboard-sidebar.sticky-top {
    top: 6rem;
}

.user-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 23.6px 2px rgba(155, 154, 154, 0.25);
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 15px;
}

.user-card:hover {
    box-shadow: 0px 0px 18.6px 2px #d4bfdf;
}

.user-card ul {
    padding-left: 0;
    padding: 10px 0 0 0;
}

.user-card ul li {
    display: inline;
}

.user-card ul li a {
    padding: 3px;
}

.user-profile-img {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
}

.user-profile-img img {
    object-fit: contain;
    width: 50px;
    height: 50px;
}

.user-profile-content h5 {
    color: #151414;
    font-size: 16px;
    font-weight: 500;
}

.btn.btn-subscribe {
    border-radius: 24px;
    border: 1px solid #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);
    color: #B348EB;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 20px;
    /* width: 50%; */
}

.btn.btn-subscribe:hover {
    border-radius: 50px;
    background: linear-gradient(90deg, #DE74E2 0%, #8666D6 100%);
    color: #ffffff;
    transition: all 0.4s ease;
}

.btn.btn-subscribe:focus {
    background: linear-gradient(90deg, #DE74E2 0%, #8666D6 100%);
    color: #ffffff;
    transition: all 0.4s ease;
}

/* user feed */
.user-feed-profile-header {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
}

.user-bg-img-box {
    background-image: url(../images/feed-header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    height: 200px;
}

.user-feed-profile-header {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.05);
}

.user-bg-img-box .btn.btn-subscribes {
    color: #fff;
    border-radius: 24px;
    background: #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);

    font-size: 16px;
    font-weight: 500;
    padding: 8px 35px 10px;
}

.user-bg-img-box .btn.btn-subscribes:hover {
    border: 1px solid #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);
    background: transparent;
    color: #fff;
    transition: all 0.4s ease;
}

.profile-view-box {
    position: relative;
    margin-top: -86px;
}
.name-username-profile{
    padding: 5px 20px 0;
}
.name-username-profile h5 {
    color: #151414;
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
}

.name-username-profile span {
    color: #106EDD;
    font-size: 15px;
    font-weight: 400;
}

.user-profile-sidebar {
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    background: #FBFBFB;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);

}

.user-profile-sidebar .persnoal-info {
    border-bottom: 1px solid #D9D9D9;
    padding: 20px 20px 10px;
}

.persnoal-info h5 {
    color: #B348EB;
    font-size: 20px;
    font-weight: 500;
}

.user-followers h6 {
    color: #393939;
    font-size: 18px;
    font-weight: 500;
}

.user-followers span {
    color: #717171;
    font-size: 18px;
    font-weight: 400;
}

.user-followers,
.user-social {
    padding: 15px 20px 10px;
}

.user-social h5 {
    color: #B348EB;
    font-size: 20px;
    font-weight: 700;
}

.user-social ul {
    padding-left: 0;
    padding-top: 10px;
    display: flex;
}

.user-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.user-feed-section .nav-tabs {
    border-top: 1px solid #dee2e6;
    border-bottom: none
}

.user-feed-section .nav-tabs .nav-item.show .nav-link,
.user-feed-section .nav-tabs .nav-link.active {
    color: #151414;
    font-size: 18px;
    font-weight: 400;
    border-top: 2px solid;
    border-color: #063985 transparent transparent;
    border-radius: 0;
    background-color: transparent;
}

.user-feed-section .nav-tabs .nav-link.active:hover {
    border-top: 2px solid;
    border-color: #063985 transparent transparent;
}

.user-feed-section .nav-tabs .nav-link:hover {
    border-color: transparent transparent transparent;
}

.user-feed-section .nav-tabs .nav-link {
    color: #C6C3C3;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    margin: 0 10px 10px;
}

.user-feed-section .nav-tabs .nav-link i {
    padding-right: 10px;
}

.feed-dashboard-sidebar.sticky-top {
    top: 10%;
}

.user-post-box {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.user-image {
    display: block;
    width: 100%;
    height: 271px;
    object-fit: cover;
    border-radius: 10px;
}

.user-post-box .dropdown .dropdown-menu li a.dropdown-item {
    padding: .1rem 0.5rem;
    font-size: 14px;
}


.user-post-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(51, 47, 47, 0.95);
    border-radius: 10px;
}

.user-post-box .overlay {
    opacity: 1;
}

.icon {
    color: #6C6565;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.user-post-box .dropend .dropdown-toggle::after {
    display: none;
}

.user-post-box .opt-open {
    position: absolute;
    top: 10px;
    right: 10px;
}

.user-post-box .opt-open button i {
    font-size: 22px;
}

.user-post-box .opt-open button:focus {
    box-shadow: none;
}

/* video feed box */
.user-post-box-video {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.user-v-image {
    display: block;
    width: 100%;
    height: 386px;
    object-fit: cover;
    border-radius: 10px;
}

.user-post-box-video .dropdown .dropdown-menu li a.dropdown-item {
    padding: .1rem 0.5rem;
    font-size: 14px;
}

.user-post-box-video .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(51, 47, 47, 0.95);
    border-radius: 10px;
}

.user-post-box-video .overlay {
    opacity: 1;
}

.icon {
    color: #6C6565;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.user-post-box-video .dropend .dropdown-toggle::after {
    display: none;
}

.user-post-box-video .opt-open {
    position: absolute;
    top: 10px;
    right: 10px;
}

.user-post-box-video .opt-open button i {
    font-size: 22px;
}

.user-post-box-video .opt-open button:focus {
    box-shadow: none;
}

.dropdown-menu li {
    text-align: center;
    border-bottom: 0.5px solid #D9D9D9;
}

.dropdown-menu li:last-child {
    border-bottom: 0
}

.dropdown-item.active,
.dropdown-item:active {
    color: #FF2031;
    background-color: transparent;
}

.play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #00000026;
    border-radius: 10px;
    opacity: 1;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.play svg {
    fill: #fff;
}

.close-btn {
    width: 28px;
    height: 28px;
    line-height: 22px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    top: 0;
    right: -32px;
    background: #fff;
}

.close-btn .btn-close {
    box-sizing: content-box;
    width: 0.3em;
    height: 0.3em;
    width: 0.3em;
    opacity: 1;
}

.video-box video {
    border-radius: 3px 3px 6px 6px;
}

.modal-video .modal-footer {
    border: 0;
    padding: 0.5rem;
}

.video-settings-right .btn {
    font-size: 1.5rem;
    padding: 0;
    line-height: 0.5
}

.video-settings-right .dropdown.dropend .dropdown-toggle::after {
    display: none;
}

.video-settings-right .share-video svg {
    width: 22px;
}

.user-profile-pic {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-right: 15px;
    border-radius: 50%;
}

.user-profile-pic img {
    object-fit: contain;
}

.user-profile-header h5 {
    margin-bottom: 4px;
}

.userliks-show {
    /* margin-left: 10px; */
    margin-left: 5px;
}

.userliks-show a {
    color: #3e3e3e;
    font-size: 24px;
    padding: 10px;
}

.userliks-show a i.fa-solid.fa-heart {
    color: #E64652;
}

.userliks-show a span {
    font-size: 16px;
    padding-left: 5px;
}

.subscrib-plan-box {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 35px;
}

.subscrib-plan-box:hover {
    box-shadow: 0px 0px 4px 0px #b348eb;
}

.subscrib-plan-box h3 {
    color: #393939;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.subscrib-plan-box ul {
    padding-left: 0;
    margin-bottom: 15px;
}

.subscrib-plan-box ul li {
    padding-bottom: 10px;
}

.subscrib-plan-box ul li a {
    color: #717171;
    font-size: 18px;
    font-weight: 400;
}

.subscrib-plan-box ul li a i {
    padding-right: 5px;
}

/* influancer sec */
.user-h-profile {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

a.inf-notification {
    color: #717171;
    font-size: 24px;
    margin-right: 15px;
}

@media (min-width: 576px) {
    #notificationModal .modal-dialog {
        max-width: 400px;
        width: 400px;
        margin: 0;
        right: 0;
        position: absolute;
        height: 100vh;
    }
}

#notificationModal .modal-dialog .modal-header {
    padding: 0.8rem 1.5rem 0.5rem;
    /* border-bottom: none; */
}

#notificationModal .modal-dialog .modal-header h4.title {
    color: #0A3161;
    font-size: 25px;
    font-weight: 700;
}

#notificationModal .modal-dialog .modal-header a.close {
    opacity: 1;
    margin-top: -6px;
    font-size: 1.8rem;
}

#notificationModal .modal-body {
    padding: 0;
}

#notificationModal .modal-dialog .modal-content {
    height: 100vh;
    overflow: auto;
    border-radius: 15px;
}

.nk-notification-item {
    display: flex;
    /* align-items: center; */
    padding: 1rem 1rem 0.5rem;
    /* justify-content: space-between; */
}

.nk-notification-icon {
    flex-shrink: 0;
    margin-right: 0.75rem;
}

/* #notificationModal .modal-dialog .modal-conten .nk-notification-icon .icon-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #E6EEFA;
    color: #fff;
    font-size: 18px;
    height: 44px;
    width: 44px;
} */
.icon-s.icon-circle {
    background: #F2F2F2;
    width: 50px;
    height: 50px;
    line-height: 47px;
    margin: 0;
    text-align: center;
    border-radius: 50%;
}

#notificationModal .modal-dialog .modal-conten .nk-notification-content {
    width: 100%;
    max-width: 200px;
}

.nk-notification-text {
    font-size: 13px;
    color: #526484;
}

.nk-notification-content .nk-notification-text h6 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.nk-notification-content .nk-notification-text p {
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.nk-notification-content .nk-notification-text span {
    color: #383838;
    font-size: 12px;
    font-weight: 400;
}

.nk-notification-time {
    right: 13px;
    position: absolute;
    margin: 0;
}

.nk-notification-time {
    font-size: 22px;
    color: #8094ae;
}

.nk-notification-time a {
    font-size: 22px;
    color: #8094ae;
    cursor: pointer;
}

.nk-notification-item-2 {
    background: #FBF4FF;
}

.nk-notification-item.nk-notification-item-2 .icon-s.icon-circle {
    background: #f7e8ff;
}

.nk-notification-time .dropdown-toggle::after {
    display: none;
}

.nk-notification-time .dropdown-menu li {
    text-align: left;
}

.nk-notification-time .dropdown-menu li .dropdown-item {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.nk-notification-time .dropdown-menu li:nth-child(3) {
    border-bottom: 0;
}

.nk-notification-time .dropdown-menu {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.10);
    border: none;
    padding: 0.5rem;
}

.nk-notification-time .dropdown-menu li {
    border-bottom: 0.5px solid #F9F9F9;
}

.influencer-nav {
    text-align: center;
}

.influencer-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}

.influencer-nav ul li {
    display: inline;
    margin: 0 15px;
}

.influencer-nav ul li a.active {
    display: inline;
    margin: 0 15px;
    position: relative;
}

.influencer-nav ul li a.active:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 44px;
    background-color: #b348eb;
    bottom: -25px;
    right: 0;
    left: -5px;
    margin: auto;
}

.influencer-nav ul li a.active svg path {
    stroke: #b348eb;
}

/* mobile nav */
.nav-mobile {
    border-radius: 0px 0px 19px 19px;
    background: #FFF;
    box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 0 25px
}

.infulancer-all-feed-section {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 14px 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.influencer-upload-medias-sec {
    display: flex;
    border-bottom: 0.5px solid #D9D9D9;
    padding: 20px;
}

.influ-feed-details {
    padding: 0px;
}

.likes-sec {
    display: flex;
    justify-content: space-between;
    padding: 0px 25px 10px;
}

.influ-feed-details p.media-text {
    padding: 10px 25px 10px;
}

.add-media-modal {
    padding: 20px;
}

.infulenecre-profile-pic {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

.infulenecre-profile-pic img {
    object-fit: contain;
    width: 45px;
    border-radius: 50%;
}

.infulancer-textarea {
    width: 100%;
}

.infulancer-textarea textarea {
    height: 45px;
    border-radius: 4px;
    background: #F8F8F8;
    border: none;
}

.infulancer-textarea textarea:focus {
    box-shadow: none;
}

.add-media-modal a {
    color: #151414;
    font-size: 18px;
    font-weight: 400;
    margin-left: 20px;
}

.influencer-dashboard {
    background-color: #F9F9F9;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.influencer-dashboard .user-profile-sidebar {
    background: #fff;
}

.modal-influencer-details button.btn {
    border-radius: 3px;
    background: #F4F4F4;
    padding: 3px 8px;
    font-size: 13px;

}

.modal-influencer-details .dropdown .dropdown-menu {
    padding: 0.1rem 0;
    min-width: 4rem;
    font-size: 0.9rem;

}

.modal-influencer-details .dropdown .dropdown-menu .dropdown-item {

    padding: 0.1rem 0.8rem;
}

#mediauploadModal .modal-body {

    padding: 1rem 0.4rem;
}

.modal-upload-text textarea.form-control {
    border: 0;
    border-bottom: 1px solid #ddd;
}

.modal-upload-text .input-group-text {
    border: 0;
    border-bottom: 1px solid #ddd !important;
    background: transparent;
}

.modal-upload-text .input-group-bg {
    background: #F7F8FA;
    border-radius: 8px;
}

.modal-upload-text .upload-file {
    /* text-align: center; */
    margin-bottom: 10px;
    position: relative;
}

.modal-upload-text .upload-file input#file-input {
    opacity: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.modal-upload-text .upload-file .class-load {
    position: absolute;
    left: 12px;
    cursor: pointer;
    bottom: 3px;
}

.modal-upload-text input.form-control {
    border-radius: 8px;
    background: #F7F8FA;
    border: none;
    padding: 10px;
}

.modal-upload-text .input-group-text {
    border-radius: 8px;
    border: none;
}

.modal-upload-text .drop-zone {
    border-radius: 19px 19px 0px 0px;
    background: #F7F8FA;
    padding: 30px 20px;
    text-align: center;
    min-height: 265px;
    margin: auto;
}

.modal-upload-text .drop-zone.highlight {
    background-color: #eaf6ff;
}

.modal-upload-text #preview {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;

}

.modal-upload-text .preview-item {
    width: 300px;
    height: 230px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-upload-text .preview-item img,
.modal-upload-text .preview-item video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.btn.btn-post {
    border-radius: 4px;
    border: 1px solid #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);
    background: transparent;
    color: #B348EB;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-top: 15px;
}

.btn.btn-post:hover {
    background-color: #B348EB;
    color: #fff;
}

.create-post-box {
    border-radius: 19px;
    background: #FFF;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25);
    padding: 25px 20px;
}

.influ-feed-details .influ-pics {
    border-radius: 10px;
    margin: 15px 0;
    position: relative;
    width: 100%;
}

.influ-feed-details .influ-pics img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

.influ-feed-details .influ-pics video {
    border-radius: 10px;
}

.likes-sec {
    display: flex;
    justify-content: space-between;
}

.likes-sec a {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.likes-sec a i {
    font-size: 22px;
    padding-right: 8px;
}

.likes-sec a i.fa-solid.fa-heart {
    color: #E64652;
}

.likes-sec img {
    width: 25px;
}

/* account settings */
.avatar-upload {
    position: relative;
}

.avatar-edit {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f044";
    font-family: 'FontAwesome';
    color: #757575;
    /* position: absolute;
    top: 10px;
    left: 0;
    right: 0; */
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    /* width: 192px; */
    height: 250px;
    position: relative;
    border-radius: 15px;
    /* border: 6px solid #F8F8F8; */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* profile pic update setting page */
.profile-pic-upload {
    position: relative;
}

.profile-edit {
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 114px;
    z-index: 9;
}

.profile-pic-upload .profile-edit input {
    display: none;
}

.profile-pic-upload .profile-edit input+label {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profile-pic-upload .profile-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.profile-pic-upload .profile-edit input+label:after {
    content: "\f044";
    font-family: 'FontAwesome';
    color: #757575;
    /* position: absolute;
    top: 10px;
    left: 0;
    right: 0; */
    text-align: center;
    margin: auto;
}

.profile-pic-upload .profile-preview {
    width: 150px;
    height: 150px;
    line-height: 150px;
    right: 0;
    left: 0;
    margin: auto;
    position: relative;
    border-radius: 15px;
    /* border: 6px solid #F8F8F8; */
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 50%;
    padding: 8px;
}

.profile-pic-upload .profile-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.persnoal-details {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
}

.pernonal-details-form,
.bank-details-form {
    padding-top: 20px;
}

.pernonal-details-form label,
.bank-details-form label {
    color: #393939;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.pernonal-details-form .form-control,
.bank-details-form .form-control {
    border-radius: 4px;
    border: 1px solid #9D9797;
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 400;
}

.pernonal-details-form input:focus,
.pernonal-details-form textarea:focus,
.pernonal-details-form button:focus,
.bank-details-form input:focus,
.bank-details-form button:focus {
    box-shadow: none;
}

.btn.btn-verified {
    border-radius: 24px;
    border: 1px solid #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);
    background: transparent;
    color: #fff;
    transition: all 0.4s ease;
    color: #B348EB;
    font-size: 14px;
    font-weight: 400;
    /* text-align: right; */
    float: right;
    margin-top: 10px;
    padding: 3px 15px;
}

.btn.btn-send {
    border-radius: 4px;
    border: 1px solid #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);
    background: transparent;
    color: #B348EB;
    font-size: 18px;
    font-weight: 500;
    margin-top: 37px;
    float: right;
}

.inful-title {
    color: #B348EB;
}

.wallet-sec {
    border-radius: 8px;
    background: #FAFAFA;
    padding: 40px 30px;
    box-shadow: 0 0 6px #ddd;
}

.total-earning-sec {
    border-radius: 8px;
    background: #FFEFE7;
    padding: 30px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.total-earning-sec a {
    color: #B348EB;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.charges-sec {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 1px #CFDBFF;
    padding: 25px;
}

.chanrges-iocns {
    padding: 20px 0;
}

.amountform label {
    color: #393939;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.amountform .form-control {
    border-radius: 8px;
    border: 1px solid #9D9797;
    padding: 10px;
}

.amountform .btn.btn-proccedbtn {
    border-radius: 4px;
    border: 1px solid #B348EB;
    box-shadow: 2px 2px 5.8px 0px rgba(39, 38, 38, 0.25);
    background: #B348EB;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    width: 100%;
}

.amountform .btn.btn-proccedbtn:hover {
    background: #fff;
    color: #B348EB;
}

.transaction-boxs {
    border-radius: 20px;
    border: 1px solid #F1F5FF;
    background: #FEFEFE;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    display: flex;
    align-items: center;
}

.transaction-boxs img {
    margin-right: 15px;
}

.transaction-table-sec {
    background-color: #FFF;
    box-shadow: 2px 5px 19px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.transaction-list .dataTables_length label {
    display: inline-flex;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.transaction-list .dataTables_length label select {
    margin: 0 8px;
}

.transaction-list .dataTables_length label select:focus {
    box-shadow: none;
}

.transaction-list .dataTables_filter label {
    float: right;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    margin-bottom: 15px;
}

.transaction-list .dataTables_filter label input {
    border: 1px solid #B348EB;
    margin-left: 10px;
}

.transaction-list table tr th {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-wrap: nowrap;
}

.transaction-list tbody,
.transaction-list td,
.transaction-list tfoot,
.transaction-list th,
.transaction-list thead,
.transaction-list tr {
    border-style: none;
}

.transaction-list .table>thead tr {
    border-bottom: 1px solid #EFEAEA;
}

.transaction-list .table-hover>tbody>tr:hover {
    border-radius: 5px 5px 0px 5px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 18.5px 0px rgba(228, 192, 246, 0.43);
    --bs-table-accent-bg: rgb(255 255 255 / 8%);
    border-left: 3px solid #B348EB;
}

.transaction-list .table-hover>tbody>tr {
    border: 1px solid #EFEAEA;
}

.transaction-list .table-hover>tbody>tr>td {
    padding: 20px 10px;
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    text-wrap: nowrap;
}

.transaction-list div#example_paginate {
    float: right;
}

.transaction-list .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #b348eb;
    border-color: #b348eb;
}

.transaction-list .page-link {
    padding: 0.2rem 0.5rem;
}

.faq-sec .accordion-item {
    border: 0;
    margin-bottom: 15px;
}

.faq-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: #FDFAFF;
    color: #000;
    padding: 10px 20px;
}

.faq-sec .accordion-button {
    background-color: #FBFBFB;
    color: #717171;
    font-size: 20px;
    font-weight: 700;
}

.faq-sec .accordion-body {
    background: #fdfaff;
}

.faq-sec .accordion-body p {

    color: #393939;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    /* 145% */
}

/* user membership plan */
.menbership-card {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 23px 2px rgba(155, 154, 154, 0.15);
    padding: 30px 20px;
    margin-bottom: 20px;
}

.plan-name h3 {
    color: #B348EB;
    font-size: 25px;
    font-weight: 700;
}

.plan-card {
    border-radius: 8px;
    background: #F5F7FA;
    box-shadow: 0px 0px 11.6px 0px rgba(0, 0, 0, 0.13);
    padding: 15px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.influ-name {
    /* width: 25%; */
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
}

.influ-name h5 {
    color: #0066cc;
    font-size: 18px;
    font-weight: 500;
}

.influ-name h6 {
    color: #717171;
    font-size: 16px;
    font-weight: 400;
}

.cta-sec {
    padding-top: 55px;
    text-align: center;
}

.cta-sec h2 {
    color: #151414;
    font-size: 80px;
    font-weight: 500;
}

.cta-sec p {
    font-size: 20px;
    padding: 20px 0;
}

@media screen and (max-width:580px) {
    .close-btn {
        top: -30px;
        right: 0;
    }
}


p.inful-bio {
    font-size: 15px;
}

.user-profile-sidebar .right-inner-addon i {
    background-color: transparent;
}

.user-profile-sidebar .search-creators-topbars input {
    border: 1px solid #CECCCE;
}

.img-box-modal img {
    width: 100%;
    object-fit: cover;
    height: 450px;
    width: 100%;
    text-align: center;
    border-radius: 3px 3px 6px 6px;
}

/* cover pic upload show */
.cover-imgs-choose {
    border-radius: 8px;
    background: #F7F8FA;
    border: none;
    padding: 10px 10px 0 10px;
    position: relative;
}

.cover-imgs-choose label {
    position: absolute;
    top: 11px;
    left: 13px;
    display: flex;
    align-items: center;
}

.cover-imgs-choose label span {
    color: #717171;
    font-size: 18px;
    font-weight: 400;
    /* margin-left: 28px; */
}

.img-thumbs {
    background: #f7f8fa;
    /* border: 1px solid #ccc; */
    border-radius: 0.25rem;
    margin: 1.2rem 0;
    padding: 0.5rem;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: block;
    /* margin: 0.5rem 0; */
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
    margin-right: 1rem;
    /* max-width: 100%; */
    height: 210px;
    text-align: center;
    object-fit: cover;
    width: 100%;
    padding: 0.25rem;
}

.remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all .3s ease-in-out;
}

.add-social {
    color: #B348EB;
    font-size: 29px;
}

.lock-icon {
    font-size: 50px;
}

.play-btn-icon {
    font-size: 75px;
    font-weight: 500;
    color: #fff;
}

.arrow-right-nav {
    font-size: 35px;
}

.cover-imgs-choose label span.add-cover-icon {
    font-size: 33px;
    padding-right: 18px;
}

.drop-zone .icon-upload-file {
    position: relative;
    top: 70px;
}

.edit-add-text textarea.form-control {
    border: 1px solid #de74e2;
}

.updt-icon {
    text-align: end;
    padding: 5px;
    color: #0d6efd;
}

.subs h4 {
    color: #b348eb;
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 30px;
}

.subs h4.discount {
    margin-bottom: 5px;
}

.subs img {
    margin-bottom: 30px;
}

.subs p {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 30px;
}

.subs h5 {
    color: #b348eb;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    .subs h4 {
        font-size: 27px;
    }

    .subs h5 {
        font-size: 22px;
    }

    .subs p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .div-wrap {
        display: flex !important;
        flex-wrap: wrap;
    }
}

/* copy profile url new code css */
.copy-link {
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    /* width: fit-content; */
}

.copy-text {
    position: relative;
    padding: 5px 10px;
    /* background: #fff;*/ 
    border: none;
    border-radius: 0;
    width: 100%;
    display: flex;
}

.copy-text input.text {
    padding: 0;
    font-size: 16px;
    color: #555;
    border: none;
    outline: none;
    width: 100% !important;
}

.copy-text button {
    padding: 0;
    background: transparent;
    color: #333;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}

.copy-text button:active {
    background: transparent;
}

.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: 0px;
    background: #5c81dc;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 15px;
    display: none;
    color: #fff;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: #5c81dc;
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.copy-link .dropdown button {
    padding: 5px 13px 5px 5px;
    font-size: 20px;
}

.copy-link .dropdown button:focus {
    background: transparent;
    box-shadow: none;
}

.copy-link .dropdown button.dropdown-toggle::after {
    display: none
}

.copy-link .dropdown .dropdown-menu {
    min-width: auto;
}

/* new pages css creator list and details */
.influ-img-lock {
    height: auto;
}

.influ-img-lock img {
    display: block;
}

.influ-img-lock .overlay {
    opacity: 1;
}

.influ-img-lock .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* opacity: 0; */
    transition: .3s ease;
    background-color: rgba(51, 47, 47, 0.95);
    border-radius: 10px;
}

.influ-img-lock .overlay a.btn.btn-creator {
    font-size: 16px;
    width: auto;
    padding: 8px 16px 10px 16px;
}

.influ-img-lock .overlay a.btn.btn-creator.icon {
    /* color: #6C6565;
    font-size: 40px;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; */
    top: 85%;
    transform: translate(-50%, -80%);
}

.find-creator .user-card {
    margin-bottom: 45px;
    position: relative;
}

.user-card .prof-img-sec {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
}

.user-card .prof-img-sec img {
    width: 70px;
    height: 70px;
    background: #ffffff;
    padding: 4px;
    border-radius: 50%;
    box-shadow: 0 0 6px 4px #dfdcdf;
}

@media screen and (max-width:992px) {
    .influ-img-lock .overlay a.btn.btn-creator {
        width: 80%;
    }
}


.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: 85px;
}

.swiper-container>.swiper-slide__content {
    position: absolute;
    top: 0;
}

.swiper-container .swiper-slide {
    /* height: 300px; */
    display: flex;
    /* background: #eee; */
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8);
    opacity: 0.7;
}

.swiper-container .swiper-slide.swiper-slide-active {
    transform: scale(1);
    /* background: #fc0; */
    opacity: 1;
}

/* .swiper-slide__content {
    height: 300px;
} */

.swiper-slide {
    /* text-align: center;
    font-size: 18px;
    background: #fff;
     */
    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
}

.swiper-container .swiper-slide.swiper-slide-active:after {
    opacity: 0.4;
}

.swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #9569D9;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .9);
}

.swiper-container .swiper-pagination-bullet-active {
    background: #9569D9;
}

.top-cretor-sec {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 5px #0000001A;
    width: 100%;
    margin-bottom: 20px;
}

.top-creator-bg {
    border-radius: 10px;
    height: 140px;
}

.top-creator-bg img {
    border-radius: 10px;
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.top-creator-txt-sec {
    display: flex;
    padding: 0 30px 30px 30px;
}

.top-creator-pic {
    width: 135px;
    height: 135px;
    line-height: 133px;
    background-color: #F9F9F9;
    box-shadow: 0 1px 4px 0 #AEAEC040;
    border-radius: 50%;
    margin-top: -50px;
}

.top-creator-pic img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    object-fit: contain;
    padding: 10px;
}
.top-creator-desc  h3{
    font-size: 26px;
}
#modalSubscribe .input-group .btn {
    border-radius: 0 5px 5px 0;
    background: linear-gradient(90deg, #DE74E2 0%, #8666D6 100%);
    border: 1px solid #DE74E2;
}

@media screen and (max-width:1500px) {
    .top-creator-bg {
        height: 120px;
    }

    .top-creator-bg img {
        height: 120px;
    }

    .top-creator-desc h3 {
        font-size: 24px;
    }

    .top-creator-pic {
        width: 115px;
        height: 115px;
        line-height: 113px;
    }

    .top-creator-pic img {
        width: 115px;
        height: 115px;
    }

    .top-creator-desc a.btn-color {
        padding: 8px 20px;
        font-size: 16px;
    }

    .top-creator-txt-sec {
        padding: 0 25px 25px 25px;
    }

    .bg-img .para-section p {
        font-size: 40px;
        line-height: 49px;
    }
}

@media screen and (max-width:1400px) {
    .top-creator-pic {
        width: 105px;
        height: 105px;
        line-height: 105px;

    }

    .top-creator-pic img {
        width: 105px;
        height: 105px;
    }

    .top-creator-desc h3 {
        font-size: 20px;
    }

    .top-creator-txt-sec {
        padding: 0 20px 20px 20px;
    }

    .swiper-container .swiper-slide.swiper-slide-active {
        transform: scale(0.9);
    }
}

.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000;
    z-index: 10000;
    overflow: hidden;
}

/* .page-loader .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  } */
/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 30%;
    width: 400px;
    /* height: 120px; */
    /* line-height: 120px; */
    margin: 0 auto;
    /* background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out; */
}

/* @-webkit-keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0.5);
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  } */
.header-backbtn {
    margin-right: 10px;
    color: #fff;
    background-color: #000000;
    border-radius: 5px;
    padding: 3px 6px;
    font-size: 14px;
}
.header-backbtn a {
    text-decoration: none !important;
    color: #fff;
}
.header-backbtn:hover{
    color: #fff;
}
.faq-sec h2 {
    line-height: 67%;
}
#copyprofilemsg{
    position: absolute;
}
@media screen and (max-width:767px) {
    .influencer-rightbar .feed-dashboard-sidebar.sticky-top{
        position: relative;
    }
}