:root {
    --bs-dark-purple: #1A1036;
    --bs-blue: #3380E7;
    --bs-light-blue: #F4F9FF;
    --bs-indigo: #6610f2;
    --bs-purple: #a95aec;
    --bs-pink: #F264C5;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #23BA0B;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --grow-time: 5s;
    --fade-time: 3s;
}
@font-face {
    font-family: 'gilroy-regular';
    src: url(../fonts/gilroy/gilroy-regular-webfont.woff2) format('woff2'),
        url(../fonts/gilroy/gilroy-regular-webfont.woff) format('woff');
}

@font-face {
    font-family: 'gilroy-medium';
    src: url(../fonts/gilroy/gilroy-medium-webfont.woff2) format('woff2'),
        url(../fonts/gilroy/gilroy-medium-webfont.woff) format('woff');
}

@font-face {
    font-family: 'gilroy-light';
    src: url(../fonts/gilroy/gilroy-light-webfont.woff2) format('woff2'),
        url(../fonts/gilroy/gilroy-light-webfont.woff) format('woff');
}

@font-face {
    font-family: 'gilroy-heavy';
    src: url(../fonts/gilroy/gilroy-heavy-webfont.woff2) format('woff2'),
        url(../fonts/gilroy/gilroy-heavy-webfont.woff) format('woff');
}

@font-face {
    font-family: 'gilroy-bold';
    src: url(../fonts/gilroy/gilroy-bold-webfont.woff2) format('woff2'),
        url(../fonts/gilroy/gilroy-bold-webfont.woff) format('woff');
}

body {
    background-image: url(../img/header-topright.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 320px) -195px;
    overflow-x: hidden;
    background-size: 500px 500px;
    max-width: 100vw;
}
body.register {
    background-image: url(../img/header-topright-big.png);
    background-repeat: no-repeat;
    background-position: calc(50% - 686px) -555px;
    background-size: auto auto;
}
body.forgot {
    background-image: url(../img/header-topright-big.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 686px) -555px;
    background-size: auto auto;
    min-height: 100vh;
}
body.no-bg {
    background: none;
}

.wrapper {
    overflow: hidden;
    /* height: auto; */
    /* width: 100vh; */
}

.h2, h2 {
    color: var(--bs-dark-purple);
    font-size: 35px;
    font-family: 'gilroy-medium';
}
    h2.black {
        font-family: 'gilroy-bold';
    }
.h2 b, h2 b {
    font-family: 'gilroy-heavy';
}

.h4, h4 {
    font-weight: 600;
    font-family: 'gilroy-medium';
    font-size: 24px;
}
.h4 b, h4 b {
    font-weight: bold;
    font-family: 'gilroy-heavy';
}
.h5, h5 {
    font-weight: 600;
    font-family: 'gilroy-medium';
    font-size: 20px;
    color: var(--bs-dark-purple);
}

p {
    font-size: 16px;
    color: #565656;
}

a {
    text-decoration: none;
}
a.hover-link:hover {
    text-decoration: underline;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
}

hr {
    background-color: #c1c1c1;
}

body.dashboard {
    font-size: 14px;
    background-position-x: calc(100% + 242px);
    overflow-x: hidden;
}

.dashboard a {
    color: #A4A4AD;
}
.dashboard p {
    font-size: 14px;
    color: #A4A4AD;
}
.badge-primary {
    background-color: var(--bs-purple);
}
.bg-success {
    background-color: var(--bs-success) !important;
}
.border-bottom {
    border-color: #EDF3FA;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.f_color_white {
    color: #FFF;
}
.f_color_white p {
    color: #FFF;
}

.top-image-under {
    position: absolute;
}

header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn-dark {
    background-color: #1A1036 !important;
    border-color: #1A1036 !important;
    color: #FFF !important;
}
.btn:hover {
    animation: pulse 1s infinite;
 }
/* .profile:hover {
    animation: pulse 1s infinite;
} */
.btn-purple {
    background-color: var(--bs-purple) !important;
    border-color: var(--bs-purple) !important;
    color: #FFF !important;
}
.btn-outline-dark {
    color: var(--bs-dark-purple) !important;
    border-color: var(--bs-dark-purple);
}
.btn-outline-dark:hover {
    background-color: #1A1036 !important;
    border-color: #1A1036 !important;
    color: #FFF !important;
}
.btn-outline-dark:hover svg path {
    filter: brightness(0) invert(1);
}

.btn-secondary {
    background-color: #A4A4AD;
    border-color: #D1D1D9;
    color: #FFF !important;
}

.btn-common {
    padding: 17px 10px;
    min-width: 180px;
}
.btn-common-2 {
    padding: 17px 10px;
    min-width: 180px;
}

/* .btn {
    padding: 10px 40px !important;
    border-radius: 30px;
    font-family: 'gilroy-medium';
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0em;
	height: 61px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 61px;
    min-width: 162px;
    text-align: center;
} */
.theme-btn-light{
	background-color: #fff;
	border-color: #1A1036;
}
.theme-btn-dark{
	background-color: #1A1036;
}
.theme-btn-dark:hover{
    opacity: 0.9;
}

.mainsection h1 {
    color: #1A1036;
    font-size: 55px;
    line-height: 55px;
    font-family: 'gilroy-heavy';
}

span.purple {
    color: #a95aec;
}

.mainsection p {
    
    font-size: 20px;
    color: #565656;
    font-family: 'gilroy-regular';
}

.header {
    
}
.boy{
	max-height: 610px;
	margin-top: -20px;

}

.bg-dark-image {
    background: url('../img/footer-lefttop.png') no-repeat #1A1036;
    text-align: center;
}


.makecall {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

.dashedborder {
    border: 1px dashed rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dashedborder h5 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.contactperson a {
    color: #fff;
    text-decoration: none;
    font-family: 'gilroy-medium';
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
    display: block;
}

.contactperson {
    position: absolute;
    background: #A95AEC;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    transform: rotate(16.35deg);
    min-width: 220px;
    
}
.contactperson:hover {
    opacity: 0.9;
}

.contactperson.person1 {
    right: -50px;
    top: 0px;
}

.contactperson.person2 {
    background: #1A1036;
    transform: rotate(-13.61deg);
    left: -80px;
    bottom: -0px;
}

.dashedborder p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
}
.contactperson img{
    margin-right: 10px;
}


/* Middle section */
.middle-section {
    background: url(../img/header-topright.png) no-repeat center top transparent;
    background-position: calc(50% - 656px) 394px;
}

.main-users-container {
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    /* background: url("../img/main-users.png"); */
    /* background-size: 100%; */
    /* transform: scale(0.5); */
}
.main-user-center {
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translateX(-50%) translateY(-50%) !important; */
    width: 1px;
    height: 1px;
    /* transform: scale(0.5); */
}
.main-pic {
    border-radius: 50%;
    border: 4px solid #FFF;
    position: absolute;
    top: -125px;
    left: -94px;
    width: 224px;
}
.pic-1, .pic-2, .pic-3, .pic-4, .pic-5, .pic-6, .pic-7 {
    position: absolute;
    border: 4px solid #FFF;
    border-radius: 50%;
}
.pic-1 {
    width: 130px;
    top: -318px;
    left: -71px;
}
.pic-2 {
    width: 103px;
    top: -202px;
    left: 133px;
}
.pic-3 {
    width: 103px;
    top: -46px;
    left: 214px;
}
.pic-4 {
    width: 130px;
    top: 92px;
    left: 89px;
}
.pic-5 {
    width: 187px;
    top: 148px;
    left: -143px;
}
.pic-6 {
    width: 130px;
    top: 50px;
    left: -317px;
}
.pic-7 {
    width: 187px;
    /* transform: translate(-225px, -118px); */
    top: -210px;
    left: -320px;
}

.pattern-position {
    position: absolute;
    top: -180px;
    right: -50px;
    width: 240px;
    height: 130px;
    z-index: -1;
}
.pattern-bg-2 {
    background: url(../img/pattern-2.png) no-repeat center top transparent;
}
.pattern-4 {
    background: url("../img/pattern-4.png") no-repeat center top transparent;
    position: absolute;
    top: 161px;
    right: 50%;
    width: 356px;
    height: 135px;
    transform: translateX(172px);
    z-index: -1;

}
.bg-img-circle {
    background: url("../img/pink-circle.png") no-repeat center top transparent;
    width: 250px;
    height: 250px;
}
.bg-img-circle.small {
    width: 200px;
    height: 200px;
    background-size: contain !important;
}
.bg-img-circle.blue {
    background: url("../img/blue-circle.png") no-repeat center top transparent;
}
.bg-img-circle.orange {
    background: url("../img/orange-circle.png") no-repeat center top transparent;
}
.bg-img-circle.purple {
    background: url("../img/purple-circle.png") no-repeat center top transparent;
}



.info-box-1 {
    padding: 0 40px;
}
.info-box-1.up {
    margin-top: -86px;
}
.dashboard .info-box-1 {
    padding: 0 14px;
}
.dashboard .info-box-circle-icon {
    width: 30px;
    height: 30px;
    padding: 35%;
}
.dashboard .info-box-circle-grad {
    padding: 19%;
}
.dashboard .info-box-1:hover .info-box-circle-grad {
    transition-delay: 0s;
    transform: translateZ(0) scale(1.1);
}
.dashboard .info-box-1:hover .info-box-circle-icon {
    transition-delay: 0.1s;
    transform: translateZ(0) scale(1.1);
}

.info-box-circle {
    width: 100%;
    /* height: 250px; */
    aspect-ratio: 1/1;
    max-width: 250px;
    border-radius: 50%;
    padding: 8px;
}
.info-box-circle-inner {
    width: 100%;
    height: 100%;
    padding: 6%;
    border-radius: 50%;
}
.info-box-circle-grad {
    width: 100%;
    height: 100%;
    padding: 24%;
    border-radius: 50%;
    border: 4px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-box-circle-icon {
    background-color: #FFF;
    padding: 29%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: content-box;
}

.pink.info-box-circle {
    background-color: #FEEEFB;
}
.pink .info-box-circle-inner {
    background-color: #FED8F4;
}
.pink .info-box-circle-grad {
    background: radial-gradient(50.03% 50.03% at 49.98% 50%, #FE0078 0%, #FE007C 24.79%, #FE0088 49.6%, #FE0099 71.23%, #FD0CB9 100%);
}
.blue.info-box-circle {
    background-color: #F1FCFD;
}
.blue .info-box-circle-inner {
    background-color: #DDF6FB;
}
.blue .info-box-circle-grad {
    background: radial-gradient(50.03% 50.03% at 49.98% 50%, #2694EC 0%, #2697EC 24.79%, #26A1EC 49.6%, #26AEEC 71.23%, #32C7EB 100%);
}
.orange.info-box-circle {
    background-color: #FFF4EC;
}
.orange .info-box-circle-inner {
    background-color: #FEE9D5;
}
.orange .info-box-circle-grad {
    background: radial-gradient(50.03% 50.03% at 49.98% 50%, #EFB600 0%, #EFB200 24.79%, #EFA700 49.6%, #EF9700 71.23%, #FA8000 100%);
}
.purple.info-box-circle {
    background-color: #F4EFFE;
}
.purple .info-box-circle-inner {
    background-color: #E8DAFD;
}
.purple .info-box-circle-grad {
    background: radial-gradient(50.03% 50.03% at 49.98% 50%, #AC0CF7 0%, #A80CF7 24.79%, #9D0CF7 49.6%, #8D0CF7 71.23%, #7818F6 100%);
}

.info-box-2 {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 150px;
    text-align: center;
    /* padding: 0 40px; */
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.info-box-2::before {
    content: "";
    position: absolute;
    top: 114px;
    height: 0px;
    width: 0px;
    z-index: 1;
    transition: all 0.3s linear;
    border-radius: 50%;
}
.info-box-2 h4, .info-box-2 p {
    z-index: 1;
}
.info-box-2:hover {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px) !important;
}
.info-box-2:hover::before {
    width: 550px;
    height: 650px;
    transform: translateY(-130px);
}
.info-box-2.down {
    margin-top: 86px;
}
.icon-box {
    width: 110px;
    height: 110px;
    z-index: 1;
}
.onhover-coverbg {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.onhover-coverbg > div {
    position: relative;
    z-index: 2;
}
.onhover-coverbg::before {
    content: "";
    position: absolute;
    top: 54px;
    height: 0px;
    width: 0px;
    z-index: 1;
    transition: all 0.3s linear;
    border-radius: 50%;
}
.onhover-coverbg:hover {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.205);
    transform: translateY(-8px) !important;
}
.onhover-coverbg:hover::before {
    width: 140%;
    height: 140%;
    transform: translateY(-95px);
}
.onhover-coverbg.ui-droppable-hover {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.205);
    transform: translateY(-8px) !important;
}
.onhover-coverbg.ui-droppable-hover::before {
    width: 140%;
    height: 140%;
    transform: translateY(-95px);
}
.ui-draggable {z-index: 4;}

.blue .icon-box, .info-box-2.blue::before, .onhover-coverbg.blue::before {
    background-color: #F1F7FF;
}
.blue2 .icon-box, .info-box-2.blue2::before, .onhover-coverbg.blue2::before {
    background-color: #C5EDFF;
}
.purple .icon-box, .info-box-2.purple::before, .onhover-coverbg.purple::before {
    background-color: #F0DFFF;
}
.pink .icon-box, .info-box-2.pink::before, .onhover-coverbg.pink::before {
    background-color: #FFD3F1;
}
.orange .icon-box, .info-box-2.orange::before, .onhover-coverbg.orange::before {
    background-color: #FFF7E3;
}
.red .icon-box, .info-box-2.red::before, .onhover-coverbg.red::before {
    background-color: #FFCDCD;
}
.green .icon-box, .info-box-2.green::before, .onhover-coverbg.green::before {
    background-color: #E4FFD3;
}

/* Big Circle Links*/
.circle-anchors {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1252px) {
    .circle-anchors h4 {
        font-size: 20px;
    }
}
@media (max-width: 1175px) {
    .circle-anchors .card-body {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1145px) {
    .circle-anchors {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .circle-anchors h4 {
        font-size: 15px;
    }
}
@media (min-width: 768px) and (max-width: 850px) {
    .circle-anchors {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .circle-anchors h4 {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .circle-anchors .card-body {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}


/* BFF Box */
.bg-light-blue {
    background-color: var(--bs-light-blue);
}
.bff-image {
    margin-top: -79px;
    margin-bottom: -36px;
    margin-right: -49px;
    float: right;
}
.bff-image2 {
    position: absolute;
    top: -69px;
    left: 32%;
}

/* payment box */
.payment-box {
    background-color: var(--bs-dark-purple);
    border-radius: 82px;
}
.payment-image {
    position: absolute;
    top: -48px;
    left: 24px;
    /* left: 0px; */
}
.pink-drop {
    position: absolute;
    top: 148px;
    left: -40px;
    z-index: -1;
}
.smart-list {
    margin: 0;
    padding: 0;
}
.smart-list li {
    display: flex;
    padding: 15px 0;
}
.smart-list li .icon {
    margin-right: 8px;
}


footer h2 span.purple{
    font-family: 'gilroy-heavy';
    font-size: 35px;
    line-height: 45px;
}
footer h2{
    font-family: 'gilroy-regular';
    font-size: 35px;
    line-height: 45px;
    color: #000;
}

footer p{
    font-size: 16px;
    line-height: 160%;
    color: #565656;
}
.mw-80 {
    max-width: 80%;
    margin: 0 auto;
}

.footermain{
    background-image: url(../img/footercenter.png);
    background-position: center top;
    background-size: auto;
    background-repeat: no-repeat;    
    position: relative;
}
.footermain:after{
    display: block;
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 480px;
    height: 480px;
    background-image: url(../img/footer.png);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}
.footercontent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}

.footercontent .sociallinks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    margin-top: 15px;
}

.footercontent .sociallinks li {
    margin: 0 10px;
}

.footercontent .sociallinks li a:hover {
    opacity: 0.9;
}

.footermain img.d-sm-none.d-md-block.ms-0 {
    z-index: -1;
    position: relative;
}
.footer hr{
    background: #A95AEC;
    opacity: 0.35;
    border-radius: 5px;
    width: 95%;
}
.copyright p {
    font-size: 14px;
    /* text-align: left; */
    color: #FFFFFF;
    margin-bottom: 15px;
}

.footerlinks {
    font-size: 14px;
    text-align: right;
    color: #fff;
    /* text-align: right; */
    margin-bottom: 15px;
}

.footerlinks a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.copyright {
    width: 95%;
    margin-bottom: 40px;
}
.footerlinks a {
    margin: 0 10px;
}

.footerlinks a:last-child {
    margin-right: 0;
}

/* .register {
    background: url(../img/register-left.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;

} */

/* .register h4 {
    font-family: gilroy-heavy;
    font-size: 35px;
    color: #1A1036;
    margin-bottom: 15px;
}

.register p {
    font-family: 'gilroy-regular';
    font-size: 16px;
    
    color: #565656;
} */

.regsiter input {
    background: #F7F8FA;
    border: 1px solid #D1D1D9;
    box-sizing: border-box;
    border-radius: 100px;
    font-family: 'gilroy-regular';
}

.form-control {
    border-radius: 100px;
    /* height: 60px; */
    background: #F7F8FA;
    box-sizing: border-box;
    border: 1px solid #D1D1D9;
    padding: 17px 29px;
    outline: none !important;
    box-shadow: none !important;
    color: #000000;
    font-family: 'gilroy-regular';
    font-size: 16px;
    margin-bottom: 15px;
}
.form-control.otp {
    padding: 8px 17px;
}

.form-select {
    border-radius: 100px;
    /* height: 60px; */
    background: #F7F8FA;
    box-sizing: border-box;
    border: 1px solid #D1D1D9;
    padding: 18px 29px 19px;
    outline: none !important;
    box-shadow: none !important;
    color: #000000;
    font-family: 'gilroy-regular';
    font-size: 16px;
    margin-bottom: 15px;
    appearance: auto;
}
/* .form-select:not(:-internal-list-box) {
    padding: 10px;
} */

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f7f8fa;
    padding: 13px 21px;
    border: 1px solid #d1d1d9;
    border-radius: 60px;
    font-size: 16px;
    min-height: 44px;
    overflow: hidden;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 13px;
}
.choices[data-type*=select-one] {
    margin-bottom: 15px;
}

.choices[data-type*=select-one]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #d1d1d9 transparent transparent;
    border-width: 7px;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: 0px;
    pointer-events: none;
}
/* .choices[data-type*=select-one]::before {
    content: "\f078";
    height: 21px;
    width: 17px;
    border: none;
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: 0px;
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    transform: translate(0px, -14px);
} */

textarea.form-control {
    border-radius: 22px;
}

button.facebook-login {
    background: #264382;
    border-radius: 100px;
    color: #fff;
    height: 60px;
    width: 100%;
    border: 0;
    outline: 0;
    margin-bottom: 15px;
}

button.google-login {
    background: #BF0303;
    border-radius: 100px;
    color: #fff;
    height: 60px;
    width: 100%;
    border: 0;
    outline: 0;
}

.register button {
    position: relative;
}

.register button i {
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    background: #f00;
    top: 0;
    border-radius: 100%;
    line-height: 60px;
    font-size: 20px;
}

button.facebook-login i {
    background: #3B5998;
}

button.google-login i {
    background: #DC0A0A;
}

.register button:hover {
    opacity: 0.9;
}
p.already-login {
    font-family: 'gilroy-regular';
    font-size: 16px;
    color: #565656;
    text-align: center;
    margin-top: 12px;
}

p.already-login a {
    text-decoration: none;
    color: #a95aec;
}


input::-webkit-input-placeholder {
    color: #000000;
}

input::-moz-placeholder {
    color: #000000;
}

 input:-moz-placeholder {
    color: #000000;
}

 input:-ms-input-placeholder {
    color: #000000;
}

 input::-webkit-input-placeholder {
    color: #000000;
}
.register header {
    padding-bottom: 5px;
}
.register h4 {
    margin-bottom: 30px;
}
.register h6 {
    color: #1A1036;
}

.register .copyright {
    width: 100%;
    margin-bottom: 10px;
}

.register .copyright {
    margin-bottom: 0;
    margin-top: 15px;
}

.register .copyright p, .register .copyright .footerlinks a, .register .copyright .footerlinks {
font-family: 'gilroy-regular';font-size: 14px;
color: #A4A4AD;}


/* dashboard */
.page-wrapper {
    position: relative;
}
.page-wrapper .page-header {
    max-width: 100vw;
    position: fixed;
    top: 0;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
}
.page-wrapper.compact-wrapper .page-header {
    margin-left: 250px;
    width: calc(100% - 250px);
    padding: 5px 25px;
}
.page-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 136px);
    margin-top: 136px;
    padding: 0 15px 0 15px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    min-height: calc(100vh - 126px);
    margin-top: 74px;
    margin-left: 250px;
}

.page-wrapper .page-header .header-wrapper .nav-right>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.page-wrapper .page-header .header-wrapper .nav-right>ul>li {
    padding: 6px 5px;
    /* margin-right: 5px; */
    display: inline-block;
    position: relative;
}
.page-wrapper .page-header .header-wrapper .nav-right>ul>li .badge {
    position: absolute;
    right: -5px;
    top: -6px;
    padding: 4px 6px;
    font-size: 9px;
    font-weight: 600;
    font-family: work-Sans, sans-serif;
    width: 17px;
    height: 17px;
}
.page-wrapper .page-header .header-wrapper .nav-right>ul>li > a > i {
    font-size: 17px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    position: fixed;
    top: 0;
    z-index: 10;
    height: auto;
    line-height: inherit;
    background: #fff;
    width: 250px;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0 21px 0 rgb(89 102 122 / 10%);
    box-shadow: 0 0 21px 0 rgb(89 102 122 / 10%);
    height: 100vh;
    border-right: 1px solid #EDF3FA;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper > div {
    height: 100vh;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    padding: 18px 40px;
}
.sidebar-main {
    min-height: calc(100vh - 161px);
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
    height: calc(100vh - 170px);
    -webkit-transition: color 1s ease;
    transition: color 1s ease;
    /* overflow: auto; */
    color: rgba(0,0,0,0);
    /* margin-top: 20px; */
    padding-left: 0px
}
.sidebar-main .sidebar-links li {
    position: relative;
    padding: 10px 0px;
}
.sidebar-main .sidebar-links li a {
    display: flex;
    position: relative;
    color: #A4A4AD;
    padding: 5px 0px 5px 40px;
    text-decoration: none;
    align-items: center;
}
.sidebar-main .sidebar-links li a.fill svg path {
    fill: #A4A4AD;
}
.sidebar-main .sidebar-links li a.stroke svg path {
    stroke: #A4A4AD;
}
.sidebar-main .sidebar-links li a span {
    margin-left: 22px;
}
.sidebar-main .sidebar-links li a.active, .sidebar-main .sidebar-links li a:hover {
    color: var(--bs-dark-purple);
}
.sidebar-main .sidebar-links li a.fill.active svg path, .sidebar-main .sidebar-links li a.fill:hover svg path {
    fill: #A95AEC;
}
.sidebar-main .sidebar-links li a.stroke.active svg path, .sidebar-main .sidebar-links li a.stroke:hover svg path {
    stroke: #A95AEC;
}
.sidebar-main .sidebar-links li a::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: -32px;
    background-color: var(--bs-dark-purple);
    border-radius: 50%;
    transition: all 0.2s linear;
}
.sidebar-main .sidebar-links li a.active::before, .sidebar-main .sidebar-links li a:hover:before {
    transform: translateX(50%);
}
.bg-overlay.active {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    z-index: 9;
    top: 0;
}

.page-wrapper .page-body-wrapper .page-title {
    padding: 20px 0px;
    background-color: transparent;
}

.dashboard .footer {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgb(95 94 231 / 7%);
    box-shadow: 0 0 20px rgb(95 94 231 / 7%);
    padding: 15px;
    bottom: 0;
    left: 0;
    margin-left: 250px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #A4A4AD;
}
.page-wrapper.compact-wrapper .page-header .header-wrapper .header-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.page-header .header-wrapper .toggle-sidebar {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-right: 1px solid #ddd;
    padding-right: 8px;
    margin-right: 8px;
}

.bg-overlay {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.2);
    position: fixed;
    z-index: 8;
    top: 0;
    display: none;
}
.bg-overlay.active {
    display: block;
}

/* Responsive sidebar */
@media (max-width: 991px) {
    .page-wrapper.compact-wrapper .page-header {
        width: 100%;
        margin-left: 0px;
        padding: 10px;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
        left: -300px;
    }
    .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
        margin-left: 0px;
    }
    .dashboard .footer {
        margin-left: 0px;
    }
}

.sidebartoggle .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    left: 0px;
}


.card {
    border: 1px solid #F2F2F2;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
}
.card-header {
    border-bottom: 1px solid #f2f2f2;
    padding: 25px;
    background: transparent;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 0px 0px;
    height: 27px;
    width: 27px;
    vertical-align: bottom;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.searchbutton {
	position: absolute;
	/* font-size: 22px; */
	width: 100%;
	margin: 0;
	padding: 0;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search {
    position: absolute;
    left: 49px;
    background-color: #f2f2f2;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 50px;
    z-index: 10;
    top: -10px;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    border-radius: 50px;
    color: #A4A4AD;
}
  .search::-webkit-input-placeholder { /* Edge */
    color: #A4A4AD;
  }
  
  .search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A4A4AD;
  }
  
  .search::placeholder {
    color: #A4A4AD;
  }

.search:focus {
	width: 363px; /* Bar width+1px */
	padding: 0 16px 0 0;
}

.expandright {
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 16px;
}

/* New Search Box */
.searchcontainer {
    position: absolute;
    margin: auto;
    top: 19px;
    /* left: 0; */
    right: 12px;
    /* bottom: 0; */
    width: 50%;
    height: 50px;
    min-width: 220px;
    /* background: #000;*/
  }
  .searchcontainer .newsearch {
    position: absolute;
    margin: auto;
    top: 0;
    right: 14px;
    bottom: 0;
    /* left: 0; */
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 50%;
    transition: all 0.5s;
    z-index: 4;
  }
  .searchcontainer .newsearch:hover {
    cursor: pointer;
  }
  .searchcontainer .newsearch::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 21px;
    /* right: 0; */
    /* bottom: 0; */
    left: 18px;
    width: 8px;
    height: 2px;
    background: #A4A4AD;
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  .searchcontainer .newsearch::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #A4A4AD;
    transition: all 0.2s;
  }
  .searchcontainer input {
        /* font-family: "Inconsolata", monospace; */
        position: absolute;
        margin: auto;
        top: 0;
        right: 0px;
        /* bottom: 0; */
        /* left: 0; */
        width: 50px;
        height: 50px;
        outline: none;
        border: none;
        background: #f2f2f2;
        color: #000;
        padding: 0 35px 0 20px;
        border-radius: 30px;
        transition: all 0.5s;
        opacity: 0;
        z-index: 5;
        font-weight: normal;
        max-width: 210px;
  }
  .searchcontainer input:hover {
    cursor: pointer;
  }
  .searchcontainer input:focus {
    width: 100%;
    opacity: 1;
    cursor: text;
  }
  .searchcontainer input:focus ~ .newsearch {
    right: 0px;
    /* background: #151515; */
    z-index: 6;
  }
  .searchcontainer input:focus ~ .newsearch::before {
    top: 15px;
    left: 0px;
    width: 20px;
  }
  .searchcontainer input:focus ~ .newsearch::after {
    top: 3px;
    left: -9px;
    width: 20px;
    height: 2px;
    border: none;
    background: #A4A4AD;
    border-radius: 0%;
    transform: rotate(-45deg);
  }
  .searchcontainer input::placeholder {
    color: #A4A4AD;
    opacity: 0.5;
  }

.filtercircles {
    position: absolute;
    right: 70px;
    top: 29px;
    z-index: 2;
}

.option-circle {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
    transition: all 0.2s;
}
.option-circle.big {
    height: 60px;
    width: 60px;
    line-height: 55px;
}
.option-circle.small {
    height: 28px;
    width: 28px;
    line-height: 24px;
}
/* .option-circle:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 7px rgb(0 0 0 / 20%);
} */
.profile .option-circle {
    line-height: 42px;
    font-size: 20px;
}

.circles-point {
    border: 1px solid #FFF;
    border-radius: 50%;
    margin-left: -8px;
    float: left;
    position: relative;
}
.circles-point:first-child {
    margin-left: 0px;
}
.circles-point:hover {
    z-index: 1;
}
.hover-scale:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 7px rgb(0 0 0 / 20%);
}

.inside-color-anim {
    -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.inside-color-anim:hover {
    box-shadow: 0 0 40px 40px var(--bs-purple) inset;
    color: #FFF !important;
}
.inside-color-anim.bg_light_blue:hover {
    box-shadow: 0 0 40px 40px var(--bs-blue) inset;
    color: #FFF !important;
}
.inside-color-anim.bg_light_blue_2:hover {
    box-shadow: 0 0 40px 40px var(--bs-blue) inset;
    color: #FFF !important;
}
.inside-color-anim.bg_light_red:hover {
    box-shadow: 0 0 40px 40px var(--bs-red) inset;
    color: #FFF !important;
}
.inside-color-anim.bg_light_orange:hover {
    box-shadow: 0 0 40px 40px var(--bs-orange) inset;
    color: #FFF !important;
}
.inside-color-anim:hover svg {
    filter: brightness(10);
}

.circle-intersection {
    display: flex;
    align-items: center;
}
.circle-intersection > span {
    display: block;
    position: relative;
    margin-right: 11px;
}
.circle-intersection > span > img {
    width: 45px;
    height: 45px;
    border: 1px solid #c4c4c473;
}
.circle-intersection > span > a {
    position: absolute;
    color: #FFF;
    font-size: 7px;
    width: 17px;
    height: 17px;
    background: #DA3636;
    border-radius: 50%;
    display: flex;
    top: -3px;
    right: -5px;
    align-items: center;
    justify-content: center;
}
.circle-intersection > a {
    display: block;
}

.insersectionlistitem {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 6px 10px;
    background: #f7f7f7;
    margin-bottom: 8px;
}
.insersectionlistitem img {
    width: 50px;
    height: 50px;
    margin-right: 8px;
}
.insersectionlistitem span {
    flex-grow: 1;
}
.insersectionlistitem a {
    background: #DA3636;
    color: #FFF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
body > .circle-list-item {
    max-width: 300px;
}


/* Drag n Drop banner */
.drag-banner {
    background-color: var(--bs-dark-purple);
    background-image: url(../img/drop-circles-2.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 50% auto;
    overflow: hidden;
    position: relative;
    animation: pulse 2s infinite;
    transition: all 0.5s linear;
}
.drag-banner.drag-hover {
    border: 3px solid var(--bs-purple);
}
.drag-banner.dragged {
    border: 3px solid var(--bs-purple);
    
}
.right-side-banner {
    color: #FFF;
}
.drag-banner .circle1 {
    z-index: 0;
    position: absolute;
    width: 133px;
    top: -77px;
    left: 14%;
}
.drag-banner .circle2 {
    z-index: 0;
    position: absolute;
    width: 95px;
    top: 0%;
    left: 6%;
}
.drag-banner .circle3 {
    z-index: 0;
    position: absolute;
    width: 122px;
    left: 14%;
    top: 92px;
}
.drag-banner .circle4 {
    z-index: 0;
    position: absolute;
    bottom: -31%;
    left: -1%;
}
.close-mark {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 22px;
    background-color: var(--bs-red);
    color: #FFF !important;
    border-radius: 30px;
    text-align: center;
}
#profile {
    display: inline-block;
    transition: all 0.3s linear;
}
.joinheading {
    transition: all 0.3s linear;
}

/* 14-07-2022 */

.customb-tabs ul {
    display: flex;
    margin: 0 auto;
    padding: .75rem .75rem 0.75rem .75rem;
    background: #f4f4ff;
    justify-content: space-between;
}

.customb-tabs ul li {
    flex: 1;
}

.customb-tabs ul li a {
    border: 0;
    display: block;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 1px;
    background: #00000014;
}

.customb-tabs ul li a.active {
    background: #a95aec;
    color: #fff;
}


.friends-tab li.contacts-item, .friends-tab li.contacts-item a {
    padding: 10px 6px !important;
    margin: 1px 0 !important;
    border: 1px solid transparent !important;
}

.friends-tab li.contacts-item a:hover {
    border: 1px solid #a4a4ad !important;
    background: #f4f4ff;
}

.friends-tab li.contacts-item {
    padding: 0 !important;
}

.chat-tab, .friends-tab {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
}

.notifications a {
    background: transparent !important;
    color: #000 !important;
}

.notifications li {
    flex-direction: column;
    align-items: flex-start !important;
}

.notifications li small {
    padding: 0px 15px;
}

.notifications li i {
    color: #a4a4ad;
}




/* 14-07-2022 */
/*7-15-2022*/
span.badge.bg-success {
    font-size: 14px !important;
    padding: 3px 8px !important;
    background: #a95aec !important;
    border-radius: 30px
}
/*7-15-2022*/


/*7-21-2022 

    Swarm currency icon with fitty text
*/

#fitty-element span.count {
    display: inline-block;
    vertical-align: middle;
}

#fitty-element img.dollar-icon {
    vertical-align: middle;
    display: inline-block;
    margin-top: 15px;
    margin-right: -20px;
}

div#fitty-element {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/*7-21-2022 

    Swarm currency icon with fitty text
*/
.transinfo span img {
    margin-top: -3px;
}


/*30-6-2022*/

.message .message-content {
    position: relative;
}

.message .message-content {
    position: relative;
}

lottie-player {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.message-content.active:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(225,225,225,0.9);
    border-radius: 1.25rem;
}

.pollcheck {
    position: absolute !important;
    top: -35px !important;
    right: 0 !important;
    border-radius: 100% !important;
}
    .pollcheck.top-0 {
        top: 0px !important;
    }



.pollcheck .styled-checkbox + label:before {
    border-radius: 30px;
    width: 25px;
    height: 25px;
}


.pollcheck .styled-checkbox:checked + label:after {
    width: 3px;
    height: 3px;
    left: 6px;
    top: 18px;
}

.pollchecks h5.mb_30 {
    font-size: 16px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

.pollchecks .card-body {
    padding: 2rem 1.5rem;
}

.pollchecks a {
    color: #000;
}



/* Upload image input in Form */
.uploadwrapper {
    -webkit-animation: roll 1.5s;
    animation: roll 1.5s;
    /* position: fixed; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /*padding: 25px;*/
    /*background: #C4C4C4;*/
    border-radius: 50%;
    /* box-shadow: 0 3px 5px rgb(0 0 0 / 30%); */
    display: inline-block;
}

.uploadwrapper:active #img-result {
    /* margin-top: 2px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); */
}

.uploadwrapper label {
    cursor: pointer;
}

.uploadwrapper label img {
    width: 113px;
    height: 113px;
    border-radius: 50%;
}

.uploadwrapper #img-result {
    cursor: pointer;
    margin: 0;
    position: relative;
    /* background: #1abc9c; */
    /* background-size: cover; */
    /* background-position: center; */
    display: none;
    width: 70px;
    height: 70px;
    /* border-radius: 50%; */
    /* box-shadow: 0 3px 5px rgb(0 0 0 / 30%); */
    /* color: rgba(0, 0, 0, 0); */
    /* transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s; */
    position: absolute;
}
    /*.uploadwrapper #img-result.no-image:before {
    font-family: "FontAwesome";
    content: "\f030";
    position: absolute;
    left: -1px;
    top: -1px;
    color: #fff;
    font-size: 48px;
    opacity: 1;
    /* transform: translate(-50%, -50%); */
    /* text-shadow: 0 0px 5px rgb(0 0 0 / 40%);
    background-color: #c4c4c4;
    width: 106%;
    height: 110%;
    text-align: center;
  }*/
.uploadwrapper button {
    margin-top: 20px;
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    background: transparent;
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px;
    letter-spacing: 1.3px;
    font-size: 1.05em;
    border-radius: 5px;
    /* box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); */
    outline: 0;
    transition: box-shadow 0.3s, margin-top 0.3s, padding 0.3s;
}

.uploadwrapper button:active {
    box-shadow: none;
    margin-top: 24px;
    padding: 8px;
}

.show-button {
    background: #264974;
    border: none;
    color: #fff;
    padding: 10px 20px;
    float: right;
    display: none;
}

.verifycode {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}

.verifycode input {
    flex: 0 0 20%;
    width: 20%;
    text-align: center;
}

.dropdown-item.active, .dropdown-item:active {
    background: #a95aec;
    color: #fff !important;
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

/*30-6-2022*/

.poll-options a.hover-link {
    width: 100%;
    float: left;
}

.poll-options a.circles-point img {
    border: 1px solid #c1c1c1;
}

.poll-options a.circles-point {
    float: none;
    text-align: center;
    margin: 0 -6px;
}

.poll-options .circles.ms-4 {
    text-align: center;
    min-width: 60px;
}


/* 27-09-2022 Video Post */

.videoslider {
    position: relative;
    max-width: 100%;
}

.vdieoslider .item, .videoslider .item video {
    width: 100%;
    height: 100%;
}


.videoslider .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 999999;
}

.videoslider .owl-nav button.owl-prev {
    left: 10px;
}

.videoslider .owl-nav button.owl-next {
    right: 10px;
}

.videoslider .owl-nav button {
    z-index: 999999999;
    font-size: 10px !important;
    position: absolute;
    background: #a95aec85 !important;
    display: block;
    width: 40px;
    line-height: 40px !important;
    color: #fff !important;
    border-radius: 50px;
    transform: translate(0px, -24px);
    opacity: 0.7;
}

.videoslider .owl-nav button:hover {
    background: #a95aec !important;
    opacity: 1;
}

.videoslider .owl-nav button span {
    padding: 0 !important;
    margin-top: -10px;
    font-size: 35px;
    line-height: 35px !important;
    height: 40px !important;
}

.video-js {
    height: 450px !important;
    max-width: 100%;
}




.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background: none !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
}

.video-js .vjs-big-play-button {
    background: none !important;
    border: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    margin: auto !important;
}

.vjs-big-play-button span.vjs-icon-placeholder:before {
    content: "\f144" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 55px;
    opacity: 0.8;
}



.postvideo-container {
    position: relative;
}

.videoslider {
    display: none !important;
    position: absolute !important;
    top: 0;
    height: 100%;
    z-index: 9 !important;
    width: 100% !important;
    background: rgb(0 0 0 / 30%);
}

.video-js {
    height: 100% !important;
}

.videoslider .item {
    height: 100% !important;
}

.videoslider .owl-item {
    height: 100% !important;
}

.videoslider .owl-stage-outer {
    height: 100% !important;
}

.videoslider .owl-stage {
    height: 100% !important;
}

.videoslider.d-block {
    display: block !important;
}

button.vs-closebtn {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    background: #1a1036;
    color: #fff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
}

button.vs-closebtn:hover {
    background: #a95aec;
}




.videoslider:hover .owl-nav {
    display: block;
    transition: all 3s;
}

.videoslider .owl-nav {
    display: none;
    transition: all 3s;
}


/* avatar css */

.eyeglasses img {
    max-width: 80%;
    max-height: 90px;
}


img.main-avatar {
    height: 480px;
    margin: 0 auto;
}

img.selected-glasses {
    position: absolute;
    left: 47px;
    width: 96px;
    top: 82px;
    margin: auto;
    z-index: 2;
}

.custom-avatar {
    position: relative;
    width: 183.3px;
    margin: 0 auto;
    height: 480px;
}

img.selected-shoes {
    position: absolute;
    bottom: 1px;
    left: 40px;
    right: 0;
    width: 110px;
    z-index: 6;
}


img.selected-shirt {
    position: absolute;
    top: 156px;
    width: 142px;
    left: 22px;
    z-index: 5;
}


img.skin {
    position: absolute;
    left: 23px;
    right: 0px;
    width: 138px;
    top: 43px;
    z-index: 1;
}

img.selected-legs {
    position: absolute;
    bottom: 7px;
    width: 96px;
    left: 46px;
    z-index: 4;
}

img.selected-hair {
    position: absolute;
    left: 42px;
    width: 109px;
    top: 0;
    margin-top: 10px;
    z-index: 3;
}

.skin a img {
    visibility: hidden;
}

a.skinwhite {
    background: #e1cbbf !important;
}

a.skinbrown {
    background: #a4745b !important;
}

.avatar-female img.selected-hair {
    width: 170px;
    left: 11px;
    top: -14px;
}

.skin a.active {
    pointer-events: none;
}

.avatar-female img.selected-glasses {
    top: 85px;
}

.scrollafter6 {
    max-height: 525px;
}

.character .col-md-6 a {
    margin-left: auto !important;
    margin-right: auto !important;
}

.avatar-head a .active, .avatar-head a.active img {
    display: none;
}

    .avatar-head a.active .active {
        display: inline-block;
    }


.hair a {
    overflow: hidden;
}

.hair img {
    object-fit: cover;
    object-position: center 15px;
    max-height: 140px;
}

img.selected-hair {
    position: absolute;
    left: 29px;
    width: 130px;
    top: 0;
    margin-top: 23px;
    z-index: 6;
}

.avatar-female img.selected-hair {
    width: 151px;
    left: 13px;
    top: -15px;
}

.gender input:checked + label {
    pointer-events: none;
}

/* avatar css */


/* 26-09-2022 */


.range-slider {
    position: relative;
    width: 300px;
    height: 100px;
    float: left;
    text-align: center;
}

    .range-slider input[type=range] {
        pointer-events: none;
        position: absolute;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: rgb(180 8 250);
        border: none;
        border-radius: 14px;
        background: #eed8fc;
        box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
        -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #f9f2fe;
        /* overflow: hidden; */
        left: 0;
        top: 50px;
        width: 300px;
        outline: none;
        height: 8px;
        margin: 0;
        padding: 0;
    }

        .range-slider input[type=range]::-webkit-slider-thumb {
            pointer-events: all;
            position: relative;
            z-index: 1;
            outline: 0;
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            border: none;
            border-radius: 14px;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a514f4), color-stop(100%, #c801fe));
            /* android <= 2.2 */
            background-image: -webkit-linear-gradient(top, #a514f4 0, #c801fe 100%);
            /* older mobile safari and android > 2.2 */
            background-image: linear-gradient(to bottom, #a514f4 0, #c801fe 100%);
            cursor: pointer;
            /* W3C */
        }

        .range-slider input[type=range]::-moz-range-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -moz-appearance: none;
            width: 20px;
            height: 20px;
            border: none;
            border-radius: 14px;
            background-image: linear-gradient(to bottom, #a514f4 0, #c801fe 100%);
            /* W3C */
        }

        .range-slider input[type=range]::-ms-thumb {
            pointer-events: all;
            position: relative;
            z-index: 10;
            -ms-appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 14px;
            border: 0;
            background-image: linear-gradient(to bottom, #a514f4 0, #c801fe 100%);
            /* W3C */
        }

        .range-slider input[type=range]::-moz-range-track {
            position: relative;
            z-index: -1;
            background-color: black;
            border: 0;
        }

        .range-slider input[type=range]:last-of-type::-moz-range-track {
            -moz-appearance: none;
            background: none transparent;
            border: 0;
        }

        .range-slider input[type=range]::-moz-focus-outer {
            border: 0;
        }



.gender input:checked + label {
    background: #a95aec;
    color: #fff;
    border-color: #a95aec;
}

.gender input + label {
    background: #000;
}

.gender input {
    display: none !important;
}

    .gender input label:after, .gender input + label:before, .gender input:checked label:after, .gender input:checked + label:before {
        display: none !important;
        content: "" !important;
    }

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: "";
    display: none;
}

[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    display: none !important;
}

.gender input + label {
    width: 120px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px !important;
    padding: 0 !important;
    text-align: center;
}

.gender input + label {
    background: none;
    border: 1px solid #000;
}

.gender {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

    .gender .form-group {
        margin-right: 10px;
    }

.amp .row {
    margin-bottom: 20px;
    border-bottom: 1px solid #f7effe;
}



/* 10-19-2022 */

.avatar-save-btn {
    position: relative;
}

.avatar-save-btn .custom-btn {
    position: absolute;
    top: 0;
    right: 20px;
}

.avatar-save-btn .custom-btn button {
    padding: 10px 20px;
}

.avatar-save-btn .custom-btn button span.spinner-border {
    
    vertical-align: middle;
    margin-right: 5px;
    color: #fff !important;
}

/* 10-19-2022 */


/* 27-09-2022 Video Post */

/*.friend-info b img {
    position: absolute;
    top: 0;
    right: -15px
}

.friend-info {
    position: relative;
}*/




.invitefriendlist .friend-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

    .invitefriendlist .friend-info img {
        position: absolute;
        top: 0;
        right: 2px;
    }

.invitefriendlist .friend-info {
    position: relative;
    padding-right: 15px;
}


.friendsearchlist .friend-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

    .friendsearchlist .friend-info img {
        position: absolute;
        top: 0;
        right: 2px;
    }

.friendsearchlist .friend-info {
    position: relative;
    padding-right: 15px;
}

.customscrollbar {
    max-height: 467px;
    overflow-x: hidden !important;
}

    .customscrollbar b {
        text-align: left;
    }

@media (max-width: 1399px) {
    .drag-banner .circle1 {
        width: 133px;
        top: -77px;
        left: 14%;
    }
    .drag-banner .circle2 {
        width: 93px;
        top: 3%;
        left: 4%;
    }
    .drag-banner .circle3 {
        width: 122px;
        left: 14%;
        top: 85px;
    }
    .drag-banner .circle4 {
        bottom: -31%;
        left: -8%;
    }
}
@media (max-width: 1199px) {
    .drag-banner .circle1 {
        width: 133px;
        top: -77px;
        left: 14%;
    }
    .drag-banner .circle2 {
        width: 93px;
        top: 3%;
        left: 4%;
    }
    .drag-banner .circle3 {
        width: 122px;
        left: 14%;
        top: 85px;
    }
    .drag-banner .circle4 {
        bottom: -31%;
        left: -8%;
    }
}


/**/
.circle-badge {
    font-size: 14px;
    font-weight: normal;
    padding: 11px;
    min-width: 145px;
    border-radius: 45px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.circle-badge-2 {
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 10px;
}
.circle-badge-2 a.close {
        display: inline-block;
    font-size: 10px;
    color: #FFF;
    margin-left: 11px;
}

/* my circles */
.circles > a {
    float: left;
}


/* Upload image input in Form */
.uploadwrapper {
    -webkit-animation: roll 1.5s;
    animation: roll 1.5s;
    /* position: fixed; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /*padding: 25px;*/
    /*background: #C4C4C4;*/
    border-radius: 50%;
    /* box-shadow: 0 3px 5px rgb(0 0 0 / 30%); */
    display: inline-block;
  }
  .uploadwrapper:active #img-result {
    /* margin-top: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); */
  }
    .uploadwrapper label {
        cursor: pointer;
    }
    .uploadwrapper label img {
        width: 113px;
        height: 113px;
        border-radius: 50%;
    }
    .uploadwrapper #img-result {
        cursor: pointer;
        margin: 0;
        position: relative;
        /* background: #1abc9c; */
        /* background-size: cover; */
        /* background-position: center; */
        display: none;
        width: 70px;
        height: 70px;
        /* border-radius: 50%; */
        /* box-shadow: 0 3px 5px rgb(0 0 0 / 30%); */
        /* color: rgba(0, 0, 0, 0); */
        /* transition: box-shadow 0.3s, margin 0.3s, background-image 1.5s; */
        position: absolute;
    }
  /*.uploadwrapper #img-result.no-image:before {
    font-family: "FontAwesome";
    content: "\f030";
    position: absolute;
    left: -1px;
    top: -1px;
    color: #fff;
    font-size: 48px;
    opacity: 1;
    /* transform: translate(-50%, -50%); */
    /* text-shadow: 0 0px 5px rgb(0 0 0 / 40%); 
    background-color: #c4c4c4;
    width: 106%;
    height: 110%;
    text-align: center;
  }*/
  .uploadwrapper button {
    margin-top: 20px;
    display: block;
    font-family: "Open Sans Condensed", sans-serif;
    background: transparent;
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px;
    letter-spacing: 1.3px;
    font-size: 1.05em;
    border-radius: 5px;
    /* box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); */
    outline: 0;
    transition: box-shadow 0.3s, margin-top 0.3s, padding 0.3s;
  }
  .uploadwrapper button:active {
    box-shadow: none;
    margin-top: 24px;
    padding: 8px;
  }
  .show-button {
    background: #264974;
    border: none;
    color: #fff;
    padding: 10px 20px;
    float: right;
    display: none;
  }

  /* friends list */
  .friends-list-item a span {
      display: none;
  }
  .friends-list-item.active a span {
    display: inline;
}
.friends-list-added {
    flex-wrap: wrap;
}
    .friends-list-added .friends-list-item {
        flex: 0 0 auto;
        width: 33%;
        margin-bottom: 5px;
    }
/* Modal Box */
.modal-content {
    border: 1px solid #F2F2F2 !important;
    border-radius: 25px !important;
}
.modal-header {
    border-bottom: 1px solid #EDF3FA;
}

/* table purple */
.table-purple {
    background-color: var(--bs-white);
    overflow: hidden;
}
.table-purple thead {
    background-color: var(--bs-purple);
    font-weight: normal;
}
.table-purple thead tr th {
    color: #FFF;
    padding: 25px;
    border: none;
}
.table-purple tbody, .table-purple tfoot {
    border: none !important;
}
.table-purple tbody tr td {
    padding: 20px;
    border-bottom: 1px solid #EDF3FA;
    color: #808080;
}

.table-purple tbody tr td.amount, .table-purple tr th.amount {
    text-align: right;
    padding-right: 30px;
}


.inline-select {
    background-color: #A4A4AD;
    color: #FFF;
    padding: 17px 28px;
    border: none;
    border-radius: 40px;
}


.bordered-nav {
    border: 1px solid #D1D1D9;
    background-color: var(--bs-white);
}
.bordered-nav.nav-pills .nav-link {
    color: #808080;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 17px 20px;
    min-width: 180px;
}
.nav-pills .nav-item {
    z-index: 1;
    flex: 1 0 0%;
}
.bordered-nav.nav-pills .nav-link.active, .bordered-nav.nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--bs-white);
}
.bordered-nav.nav-pills .nav-link:hover {
    background-color: #f2f2f2;
}
.bordered-nav.nav-pills .nav-link.active:hover {
    background-color: transparent;
}
.slideback {
    background-color: var(--bs-dark-purple);
    position: absolute;
    height: 100%;
    width: 180px;
    transform: translateX(0px);
    border-radius: 52px;
    z-index: 0;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.transactionsorting {
    display: flex;
    justify-content: start;
    align-items: center;
    transition: all 0.5s;
}
.dashboard .sorting {
    color: var(--bs-dark-purple);
    border: 1px solid var(--bs-dark-purple);
    padding: 17px;
    border-radius: 50%;
    margin-left: 7px;
}


.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-pill-start {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.rounded-pill-end {
    border-top-right-radius: 100px !important;
    border-bottom-right-radius: 100px !important;
}

.table-data {
    display: none;
}

/* Card View */
.card-view {
    color: #FFF !important;
}
.card-view .cardnumber{
    width: 70%;
    top: 56%;
    left: 6%;
    font-size: 24px;
    font-weight: 600;
}
.card-view .expiry{
    top: 59%;
    left: 65%;
    width: 10%;
    font-size: 8px;
}
.card-view .expirydate{
    top: 60%;
    left: 73%;
}
.card-view .cardname{
    top: 78%;
    left: 7%;
    width: 80%;
    letter-spacing: 5px;
}

.swarm-card-view {
    color: #FFF !important;
}
.swarm-card-view .cardnumber{
    width: 77%;
    top: 65%;
    left: 4%;
    font-size: 26px;
    font-weight: 600;
}
.swarm-card-view .expirydate{
    top: 79%;
    left: 69%;
}
.swarm-card-view .cardname{
    top: 79%;
    left: 4%;
    width: 60%;
    letter-spacing: 5px;
}


/* Custome radio */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #A4A4AD;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #1A1036;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.acustom-radio {
    cursor: pointer;
}

.acustom-radio input[type=radio] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 19px;
    border-radius: 100%;
    outline: none !important;
    -webkit-appearance: none;
    left: 0;
}

.acustom-radio input[type=radio]::before {
    position: relative;
    top: 3px;
    left: -1px;
    display: block;
    content: "";
    background: white;
    border: 1px solid rgba(128, 128, 128, 0.4);
    border-radius: 100%;
    box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 20px;
}

    /*.acustom-radio input[type=radio]:active::before {
        box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), inset 0 0 2px 3px rgba(0, 0, 0, 0.1);
    }

    .acustom-radio input[type=radio]:focus::before {
        box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(30, 144, 255, 0.5);
    }*/

.acustom-radio input[type=radio]:checked::before {
    background: #f0dfff;
    border-color: #a95aec;
}

.acustom-radio input[type=radio]:disabled::before {
    cursor: not-allowed;
    background-color: #eaeaea;
    border-color: rgba(128, 128, 128, 0.2);
}

.acustom-radio input[type=radio]::after {
    position: relative;
    top: -17px;
    left: 15px;
    display: block;
    content: "";
    background: #a95aec;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    width: 0;
    height: 0;
}

.acustom-radio input[type=radio]:checked::after {
    transition: all ease-in-out 100ms 0;
    top: -12px;
    left: 4px;
    width: 10px;
    height: 10px;
}

.acustom-radio input[type=radio]:disabled::after {
    background: #cccccc;
}


.black-custom-radio {
    cursor: pointer;
    height: 80px;
    padding: 0 30px;
}

.black-custom-radio input[type=radio] {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 19px;
    border-radius: 100%;
    outline: none !important;
    -webkit-appearance: none;
    left: 0;
}

.black-custom-radio input[type=radio]::before {
    position: relative;
    top: -2px;
    left: -4px;
    display: block;
    content: "";
    background: white;
    border: 1px solid rgba(128, 128, 128, 0.4);
    border-radius: 100%;
    box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 20px;
}

    /*.acustom-radio input[type=radio]:active::before {
        box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), inset 0 0 2px 3px rgba(0, 0, 0, 0.1);
    }

    .acustom-radio input[type=radio]:focus::before {
        box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(30, 144, 255, 0.5);
    }*/

    .black-custom-radio input[type=radio]:checked::before {
        background: #FFF;
        border-color: #A4A4AD;
    }

    .black-custom-radio input[type=radio]:disabled::before {
        cursor: not-allowed;
        background-color: #eaeaea;
        border-color: rgba(128, 128, 128, 0.2);
    }

    .black-custom-radio input[type=radio]::after {
        position: relative;
        top: -17px;
        left: 15px;
        display: block;
        content: "";
        background: #1A1036;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        width: 0;
        height: 0;
    }

    .black-custom-radio input[type=radio]:checked::after {
        transition: all ease-in-out 100ms;
        top: -17px;
        left: 0px;
        width: 11px;
        height: 11px;
    }

    .black-custom-radio input[type=radio]:disabled::after {
        background: #cccccc;
    }
    .black-custom-icon {
        width: 60px;
        text-align: center;
    }
    .black-custom-icon img {
        max-width: 60px;
        max-height: 40px;
    }

/* Custom Checkbox as Toggle*/
.custom-checkbox input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.custom-checkbox label {
content: "Read";
cursor: pointer;
/* text-indent: -9999px; */
width: 50px;
height: 20px;
background: grey;
display: block;
border-radius: 100px;
position: relative;
}

.custom-checkbox label:after {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 20px;
height: 20px;
background: #fff;
border-radius: 90px;
transition: 0.3s;
box-shadow: 0px 0px 6px rgb(0 0 0 / 42%);
}

.custom-checkbox input:checked + label {
    content: "Unread";
background: #a95aec;
}

.custom-checkbox input:checked + label:after {
left: calc(100% - 0px);
transform: translateX(-100%);
}

.custom-checkbox label:active:after {
width: 50px;
}



.styled-checkbox {
position: absolute;
opacity: 0;
}
    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        padding-left: 30px;
        line-height: 35px;
    }
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #a95aec;
    border: 1px solid #1a1036;
    position: absolute;
    top: 8px;
    left: 0px;
}
.styled-checkbox:hover + label:before {
background: #1a1036;
}
.styled-checkbox:focus + label:before {
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
background: #1a1036;
}
.styled-checkbox:disabled + label {
color: #b8b8b8;
cursor: auto;
}
.styled-checkbox:disabled + label:before {
box-shadow: none;
background: #ddd;
}
.styled-checkbox:checked + label:after {
content: "";
position: absolute;
left: 5px;
top: 17px;
background: white;
width: 2px;
height: 2px;
box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
transform: rotate(45deg);
}

.styled-checkbox.green + label:before {
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #D1D1D9;
}
.styled-checkbox.green:checked + label:before {
    background: #7ECA42;
    border-color: #7ECA42;
}


.savedcard {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f7f8fa;
    border-radius: 50px;
    margin-top: 2px;
    border: 1px solid #D1D1D9;
}
.savedcard [type="radio"]:checked + label:before, .savedcard [type="radio"]:not(:checked) + label:before {
    top: 4px;
}
.savedcard [type="radio"]:checked + label:after {
    top: 8px;
}

/* Public Profile */
.user-profile-image {
    text-align: center;
}
.user-profile-image > img {
    width: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.user-image-inner {
    margin-top: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.user-image-inner img {
    border: 4px solid #FFF;
    box-shadow: 0px 0px 5px rgb(26 16 54 / 56%);
    margin-bottom: 9px;
}

.circle-icon {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-20px);
    right: 20px;
    line-height: 2.4 !important;
}
.circle-icon i {
    line-height: 2.4 !important;
}

.userstabs {
    display: none;
}
.userstabs.active {
    display: block;
}
.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
}


/* Custom Dropdown */
.custom-dropdown.dropstart .dropdown-toggle {
    border: none;
    background: none;
}
.custom-dropdown.dropstart .dropdown-toggle::before {
    display: none;
}
.custom-dropdown.dropstart .dropdown-menu {
    border-radius: 25px;
    border: 1px solid #F2F2F2;
    padding: 20px;
}
.custom-dropdown.dropstart .dropdown-menu li ul {
    padding-left: 10px;
    padding-top: 14px;
}
.custom-dropdown.dropstart .dropdown-menu li {
    padding-bottom: 8px;
}
.custom-dropdown.dropstart .dropdown-menu li.active a {
    color: #a95aec;
}
.custom-dropdown.dropstart .dropdown-menu li.active svg path {
    fill: #a95aec;
}

.newsfeed-list .custom-dropdown.dropstart .dropdown-menu {
    padding: 6px 18px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
}
.newsfeed-list .custom-dropdown.dropstart .dropdown-menu li {
    padding-bottom: 12px;
    padding-top: 8px;
    border-bottom: 1px solid #e7e7e7;
}

.custom-dropdown.dropstart.public-profile-dropdown .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    padding: 6px 10px;
}
.custom-dropdown.dropstart.public-profile-dropdown .dropdown-menu li {
    padding: 4px 0px;
}

.eyeglasses {
    background-color: #EFEFEF;
    width: 134px;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eyeglasses:hover, .eyeglasses.active {
    border: 3px solid #A95AEC;
}

.onhovershowlist {
    display: none;
    position: absolute;
    top: 97%;
    right: -3px;
    background-color: #FFF;
    margin: 0px;
    padding: 10px;
    border: 1px solid #EDF3FA;
    border-radius: 25px;
    transition: all 0.4s ease;
    transform: translateY(-300px);
    opacity: 0;
    min-width: 270px;
}
.onhovershowlist li {
    padding: 6px;
    border-bottom: 1px solid #EDF3FA;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.onhovershowlist li.viewall {
    text-align: center;
    border-top: 1px solid #dedede !important;
}
    .onhovershowlist li.viewall a {
        width: 100%;
        font-weight: bold;
        padding: 10px 0px 8px 0px;
    }
.onhovershowlist li:hover {
    background-color: #f1f1f1;
}
.onhovershowlist li:last-child {
    border: none;
}
.onhovershowlist li .notimessage {
    max-height: 61px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--bs-dark-purple);
}
.onhovershowlist li a.close {
    width: 25px;
    height: 24px;
    border-radius: 50%;
    background: var(--bs-purple);
    flex-shrink: 0;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #FFF;
    margin-left: 7px;
}
.onhovershowlist li.unread a.close {
    background: var(--bs-dark-purple);
}
.onhoverdropdown:hover .onhovershowlist {
    display: block;
    opacity: 1;
    transform: translateY(0px);
}

.avatar-head {}
.avatar-head a {
    position: relative;
}
/* .avatar-head a img {filter: saturate(0.1) grayscale(0.6) brightness(1.4);} */
.avatar-head a.active, .avatar-head a:hover {
    color: #A95AEC !important;
}
.avatar-head a.active::after, .avatar-head a:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #A95AEC;
    top: 194%;
    left: 0;
}

.notifications {
    position: relative;
}
    .notifications .badge {
        position: absolute;
        right: -9px;
        top: -6px;
        /* padding: 4px 6px; */
        font-size: 9px;
        font-weight: 600;
        font-family: work-Sans, sans-serif;
        width: 17px;
        height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.setting-list {

}
.setting-list li {
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #ededed;
    align-items: center;
}
.setting-list li:last-child {
    border: none;
}
.setting-list li span:first-child {
    flex-grow: 1;
}
.setting-list li span.badge {
    margin-right: 17px;
    padding: 7px 30px;
    line-height: 16px;
    font-size: 14px;
}
.setting-list li a {
    color: #ffffff;
    background: #1a1036;
    padding: 5px 15px;
    border-radius: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.setting-list li a i {
    margin-left: 3px;
}

.loader-container {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: rgb(255 255 255 / 78%);
    z-index: 24;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 70px;
    height: 70px;
    /* width: 100%; */
    /* height: 250px; */
    aspect-ratio: 1/1;
    max-width: 250px;
    border-radius: 50%;
    padding: 8px;
    background-color: #F4EFFE;
    animation: zoom 2s linear 300ms infinite;
}

.loader-layer1 {
    width: 100%;
    height: 100%;
    padding: 6%;
    border-radius: 50%;
    background-color: #E8DAFD;
    animation: zoom 2s linear 500ms infinite;
}

.loader-layer2 {
    background: radial-gradient(50.03% 50.03% at 49.98% 50%, #AC0CF7 0%, #A80CF7 24.79%, #9D0CF7 49.6%, #8D0CF7 71.23%, #7818F6 100%);
    width: 100%;
    height: 100%;
    padding: 24%;
    border-radius: 50%;
    border: 4px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoom 2s linear 700ms infinite;
}

.loader-layer3 {
    background-color: #FFF;
    /* padding: 29%; */
    width: 92%;
    height: 92%;
    border-radius: 50%;
    box-sizing: content-box;
    animation: zoom 2s linear 900ms infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/* Loader css Ends */

.profile-info {}
.profile-info > i {
    background-color: #a95aec;
    width: 40px;
    height: 40px;
    color: #FFF;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
}
.progress-bar h6 {
    margin-bottom: 0px;
}

.profile-pic > a img {
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.profile-pic > a:hover img {
    transform: translate(-10px, 34px) scale(3);
}

/* Pagination */
.pagination {}
.pagination ul {
    display: flex;
}
.pagination ul li {
    margin: 0px 2px;
}
.pagination ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #1a1036;
    border-radius: 50%;
    color: #FFF !important;
    text-align: center;
    line-height: 24px;
}
    .pagination ul li a.previous {
        width: 64px;
        border-radius: 35px;
    }
    .pagination ul li a.next {
        width: 64px;
        border-radius: 35px;
    }

/* Receiving a call*/
.incoming-call {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 35%);
    z-index: 13;
}

.receive-call-container {
    background: #EEEAF2;
    max-width: 100%;
    border-radius: 240px;
    border: 5px solid white;
    box-shadow: -6px -6px 16px rgba(255, 255, 255, 1), 6px 6px 16px rgba(0, 0, 0, 0.1);
    padding: 48px 32px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.actions {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .actions > div {
        color: #FFF;
    }

.receive-call-container img {
    border-radius: 50%;
    border: 2px solid #EEE;
    margin-bottom: 29px;
    animation: pulse 2s infinite;
    max-width: 90%;
}

.call {
    position: relative;
    margin: 20px 0;
    width: 80px;
    height: 80px;
    background: #ff0066;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: outer-expand 2.5s ease infinite;
}

    .call::after {
        width: 60px;
        height: 60px;
        position: absolute;
        content: "";
        background: #ff4891;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        z-index: 0;
        opacity: 0;
        animation: inner-expand 2.5s ease infinite;
    }

.awnser .call {
    background: #5ec53c;
}

    .awnser .call::after {
        background: #78d559;
    }

.phone {
    width: 40px;
    height: 40px;
    animation: phone-vibrate 2.5s cubic-bezier(0.17, 0.89, 0.32, 1.49) infinite;
    position: relative;
    z-index: 2;
    line-height: 50px;
    text-align: center;
}

    .phone i {
        font-size: 20px;
        color: #FFF !important;
    }

@keyframes phone-vibrate {
    24% {
        transform: translateX(8px);
    }

    29% {
        transform: translateX(0);
    }

    30% {
        transform: translateX(-7px);
    }

    32% {
        transform: translateX(0);
    }

    33% {
        transform: translateX(7px);
    }

    34.5% {
        transform: translateX(0);
    }

    36% {
        transform: translateX(-7px);
    }

    37% {
        transform: translateX(0);
    }

    38.5% {
        transform: translateX(7px);
    }

    42% {
        transform: translateX(-7px);
    }

    47.5% {
        transform: translateX(7px);
    }

    54% {
        transform: translateX(0);
    }
}

@keyframes outer-expand {
    15% {
        transform: scale(1.2);
    }

    55% {
        transform: scale(1);
    }

    55.5% {
        box-shadow: none;
    }

    61.6% {
        box-shadow: 0 0 5px 20px #ffd6e6;
    }

    81.8% {
        box-shadow: 0 0 10px 30px transparent;
    }
}

@keyframes inner-expand {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }

    20.5% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }

    51.6% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    66% {
        transform: translate(-50%, -50%) scale(0);
    }
}


/* newsfeed styles */
.post-initiate {
    transition: all 0.3s linear;
}

.userhandle {
    transition: all 0.3s linear;
    flex: 0 0 45px;
}

.flex-45 {
    flex: 0 0 45px;
}

.userhandle span {
    transition: all 0.3s linear;
    display: none;
}

.post-initiate .post {
    transition: all 0.3s linear;
}

.post-initiate .options {
    transition: all 0.3s linear;
    opacity: 0;
    height: 0;
    overflow: hidden;
    width: 0;
}

.post-states span {
    color: #A4A4AD;
}

.post-initiate.active {
    flex-direction: column;
}

.post-initiate.active .userhandle {
    width: auto;
}

.post-initiate.active .userhandle span {
    display: inline-block;
}

.post-initiate.active .post {
    padding-top: 10px;
    padding-bottom: 15px;
}

.post-initiate.active .options {
    opacity: 1;
    height: auto;
    width: auto;
    overflow: initial;
}

.comments-section {
    border-top: 1px solid #EDF3FA;
    border-bottom: 1px solid #EDF3FA;
}

.withreplies {
    position: relative;
}

.reply {
    position: relative;
}

.withreplies .reply:first-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    top: 0px;
    left: 22px;
}

.withreplies .reply:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    top: 0px;
    left: 22px;
}

.withreplies .reply:last-child::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    background: #D9D9D9;
    top: 0px;
    left: 22px;
}

.withreplies .reply:not(:first-child)::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 1px;
    background: #D9D9D9;
    top: 24px;
    left: 22px;
}

.svg-hover {
    display: none;
}

.svg-blank {
    display: inline-block;
}

.btn-like:hover {
    color: #808080;
}

.btn-like:hover .svg-hover {
    display: inline-block;
}

.btn-like:hover .svg-blank {
    display: none;
}

.object_fit_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.no-resize {
    resize: none;
}

.top-cross {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    z-index: 3;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    color: #FFF !important;
    background: #1a1036;
    border-radius: 50%;
}

.videothumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 9%);
    border-radius: 10px;
    color: #FFF;
    z-index: 2;
    font-size: 35px;
}

.post-media, .post-video {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 3px;
}
    .post-media.one-item, .post-video.one-item {
        grid-template-columns: auto auto;
    }
    .post-media.three-items, .post-video.three-items {
        max-height: 500px;
        overflow: hidden;
    }
.post-media-item:first-child, .post-video-item:first-child {
    width: 100%;
}

    .post-media.two-items, .post-video.two-items {
        grid-template-columns: auto auto;
    }

.post-media-item, .post-video-item {
    position: relative;
    max-height: 165px;
}

    .post-media-item:first-child, .post-video-item:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 4;
        max-height: 500px;
    }

.post-media.two-items .post-media-item:first-child, .post-video.two-items .post-video-item:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    max-height: 500px;
}

.post-media.two-items .post-media-item:nth-child(2), .post-video.two-items .post-video-item:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    max-height: 500px;
}
.post-media.three-items .post-media-item, .post-video.three-items .post-video-item {
    max-height: 500px;
}

.post-media-item img, .post-video-item img {
    width: 100%;
    height: 100%;
}

.post-media-item > span, .post-video-item > span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FFF;
    z-index: 3;
}

.post-media-item .videothumbnail, .post-video-item .videothumbnail {
    font-size: 45px;
    opacity: 0.8;
}

.post-media-item:first-child span.videothumbnail, .post-video-item:first-child span.videothumbnail {
    font-size: 70px;
}

.post-video .post-video-item:first-child,
.post-video .two-items .post-video-item {
    min-height: 340px;
}

.profile-options {
    display: inline-block;
}
/* Flush Animation */
.flushicon .seat {
    display: inline-block;
    width: 80%;
}
.flush-handle {
    width: 6px;
    position: absolute;
    right: 0px;
    top: -21px;
}
.highlighted .flush-handle {
    top: -10px;
}

/* effects */
.hover-underline-animation {
    position: relative;
  }
  
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  .ho-animation {
    background: 
    linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)),
    linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
    background-size: 100% 0em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
    }
    
    .ho-animation:hover,
    .ho-animation:focus {
    background-size: 0 0.1em, 100% 0.1em;
    }

/* animations */
.vert-move {
    -webkit-animation: mover 1s infinite  alternate linear;
    animation: mover 1s infinite  alternate linear;
}
.person1rotate {
    -webkit-animation: rotate1 1s infinite  alternate linear;
    animation: rotate1 1s infinite  alternate linear;
}
.person2rotate {
    -webkit-animation: rotate2 1s infinite  alternate linear;
    animation: rotate2 1s infinite  alternate linear;
}
.countinuesscale {
    -webkit-animation: scale1 1s infinite  alternate linear;
    animation: scale1 1.5s infinite  alternate linear;
}
.shake-slow {
    animation-name: shake-little;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform-origin: center center;
    display: inherit;
}
.shakeitonce {
    animation-name: shake;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    transform-origin: center center;
    display: inherit;
}
.shakeitonce3 {
    animation-name: shake;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    transform-origin: center center;
    display: inherit;
}
.bounce2 {
    animation: bounce2 2s ease 1;
}
@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.fade-in-left {
    animation: fade-in-left 2s ease 1;
  }
  @keyframes fade-in-left {
    0% {
      opacity: 0;
      transform: translateX(-20px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(26 16 54 / 59%);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(3, 168, 124, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(3, 168, 124, 0);
    }
}
@-webkit-keyframes rotate1 {
    0% { -webkit-transform: rotate(16.5deg); }
    100% { -webkit-transform: rotate(24deg); }
}
@keyframes rotate1 {
    0% { transform: rotate(16.5deg); }
    100% { transform: rotate(24deg); }
}
@-webkit-keyframes rotate2 {
    0% { -webkit-transform: rotate(-13.61deg); }
    100% { -webkit-transform: rotate(-21.61deg); }
}
@keyframes rotate2 {
    0% { transform: rotate(-13.61deg); }
    100% { transform: rotate(-21.61deg); }
}

@-webkit-keyframes scale1 {
    0% { -webkit-transform: scale(1); }
    100% { -webkit-transform: scale(1.2); }
}
@keyframes scale1 {
    0% { transform: scale(1); }
    100% {transform: scale(1.1);}
}


@keyframes shake-slow {
    2% {
        transform: translate(0px, -7px) rotate(2.5deg)
    }

    4% {
        transform: translate(6px, 3px) rotate(-.5deg)
    }

    6% {
        transform: translate(6px, -5px) rotate(.5deg)
    }

    8% {
        transform: translate(3px, 3px) rotate(-1.5deg)
    }

    10% {
        transform: translate(-4px, 5px) rotate(1.5deg)
    }

    12% {
        transform: translate(2px, 7px) rotate(2.5deg)
    }

    14% {
        transform: translate(0px, 6px) rotate(-1.5deg)
    }

    16% {
        transform: translate(-9px, 5px) rotate(-2.5deg)
    }

    18% {
        transform: translate(4px, -8px) rotate(-.5deg)
    }

    20% {
        transform: translate(2px, 9px) rotate(3.5deg)
    }

    22% {
        transform: translate(-5px, 1px) rotate(-2.5deg)
    }

    24% {
        transform: translate(-2px, -8px) rotate(.5deg)
    }

    26% {
        transform: translate(4px, -2px) rotate(-.5deg)
    }

    28% {
        transform: translate(-4px, 9px) rotate(1.5deg)
    }

    30% {
        transform: translate(-4px, -3px) rotate(3.5deg)
    }

    32% {
        transform: translate(-2px, 6px) rotate(-2.5deg)
    }

    34% {
        transform: translate(4px, -4px) rotate(-.5deg)
    }

    36% {
        transform: translate(-1px, 6px) rotate(.5deg)
    }

    38% {
        transform: translate(8px, 8px) rotate(1.5deg)
    }

    40% {
        transform: translate(9px, -2px) rotate(3.5deg)
    }

    42% {
        transform: translate(-2px, -9px) rotate(.5deg)
    }

    44% {
        transform: translate(-1px, 10px) rotate(-1.5deg)
    }

    46% {
        transform: translate(-1px, 1px) rotate(-.5deg)
    }

    48% {
        transform: translate(6px, -8px) rotate(2.5deg)
    }

    50% {
        transform: translate(-1px, -7px) rotate(-1.5deg)
    }

    52% {
        transform: translate(0px, 1px) rotate(-1.5deg)
    }

    54% {
        transform: translate(1px, -8px) rotate(-2.5deg)
    }

    56% {
        transform: translate(-4px, 2px) rotate(1.5deg)
    }

    58% {
        transform: translate(10px, -7px) rotate(-2.5deg)
    }

    60% {
        transform: translate(-2px, -4px) rotate(-1.5deg)
    }

    62% {
        transform: translate(-3px, 3px) rotate(1.5deg)
    }

    64% {
        transform: translate(8px, 2px) rotate(-1.5deg)
    }

    66% {
        transform: translate(-4px, -1px) rotate(1.5deg)
    }

    68% {
        transform: translate(-1px, -2px) rotate(-1.5deg)
    }

    70% {
        transform: translate(8px, 8px) rotate(.5deg)
    }

    72% {
        transform: translate(-8px, -3px) rotate(-2.5deg)
    }

    74% {
        transform: translate(6px, 5px) rotate(.5deg)
    }

    76% {
        transform: translate(4px, -9px) rotate(1.5deg)
    }

    78% {
        transform: translate(-2px, -6px) rotate(3.5deg)
    }

    80% {
        transform: translate(1px, 0px) rotate(1.5deg)
    }

    82% {
        transform: translate(-4px, 6px) rotate(-2.5deg)
    }

    84% {
        transform: translate(-4px, -3px) rotate(1.5deg)
    }

    86% {
        transform: translate(7px, 10px) rotate(2.5deg)
    }

    88% {
        transform: translate(-3px, -2px) rotate(1.5deg)
    }

    90% {
        transform: translate(8px, -3px) rotate(3.5deg)
    }

    92% {
        transform: translate(0px, 3px) rotate(1.5deg)
    }

    94% {
        transform: translate(5px, -5px) rotate(-2.5deg)
    }

    96% {
        transform: translate(7px, -2px) rotate(-.5deg)
    }

    98% {
        transform: translate(-6px, 0px) rotate(3.5deg)
    }

    0%,100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shake-little {
    2% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    4% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    6% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    8% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    10% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    12% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    14% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    16% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    18% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    20% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    22% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    24% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    26% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    28% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    30% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    32% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    34% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    36% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    38% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    40% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    42% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    44% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    46% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    48% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    50% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    52% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    54% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    56% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    58% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    60% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    62% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    64% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    66% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    68% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    70% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    72% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    74% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    76% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    78% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    80% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    82% {
        transform: translate(1px, 0px) rotate(.5deg)
    }

    84% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    86% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    88% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    90% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    92% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    94% {
        transform: translate(1px, 1px) rotate(.5deg)
    }

    96% {
        transform: translate(0px, 1px) rotate(.5deg)
    }

    98% {
        transform: translate(0px, 0px) rotate(.5deg)
    }

    0%,100% {
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shake {
    2% {
        transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    }
    4% {
        transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    }
    6% {
        transform: translate(2.5px, 0.5px) rotate(0.5deg);
    }
    8% {
        transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }
    10% {
        transform: translate(1.5px, -1.5px) rotate(-0.5deg);
    }
    12% {
        transform: translate(-1.5px, 0.5px) rotate(0.5deg);
    }
    14% {
        transform: translate(0.5px, 1.5px) rotate(-0.5deg);
    }
    16% {
        transform: translate(-1.5px, 0.5px) rotate(0.5deg);
    }
    18% {
        transform: translate(1.5px, -1.5px) rotate(0.5deg);
    }
    20% {
        transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    }
    22% {
        transform: translate(0.5px, -1.5px) rotate(1.5deg);
    }
    24% {
        transform: translate(0.5px, -0.5px) rotate(-0.5deg);
    }
    26% {
        transform: translate(0.5px, -1.5px) rotate(1.5deg);
    }
    28% {
        transform: translate(0.5px, 0.5px) rotate(0.5deg);
    }
    30% {
        transform: translate(2.5px, 0.5px) rotate(0.5deg);
    }
    32% {
        transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    }
    34% {
        transform: translate(2.5px, 0.5px) rotate(-0.5deg);
    }
    36% {
        transform: translate(0.5px, 2.5px) rotate(0.5deg);
    }
    38% {
        transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
    }
    40% {
        transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
    }
    42% {
        transform: translate(1.5px, 2.5px) rotate(-0.5deg);
    }
    44% {
        transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
    }
    46% {
        transform: translate(2.5px, 1.5px) rotate(-0.5deg);
    }
    48% {
        transform: translate(-1.5px, 2.5px) rotate(1.5deg);
    }
    50% {
        transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
    }
    52% {
        transform: translate(-1.5px, 1.5px) rotate(1.5deg);
    }
    54% {
        transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
    }
    56% {
        transform: translate(2.5px, 1.5px) rotate(0.5deg);
    }
    58% {
        transform: translate(-1.5px, -1.5px) rotate(0.5deg);
    }
    60% {
        transform: translate(1.5px, 0.5px) rotate(0.5deg);
    }
    62% {
        transform: translate(-0.5px, -1.5px) rotate(1.5deg);
    }
    64% {
        transform: translate(0.5px, 1.5px) rotate(-0.5deg);
    }
    66% {
        transform: translate(-0.5px, 2.5px) rotate(0.5deg);
    }
    68% {
        transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }
    70% {
        transform: translate(1.5px, -1.5px) rotate(0.5deg);
    }
    72% {
        transform: translate(0.5px, 2.5px) rotate(-0.5deg);
    }
    74% {
        transform: translate(0.5px, -1.5px) rotate(1.5deg);
    }
    76% {
        transform: translate(-0.5px, 0.5px) rotate(0.5deg);
    }
    78% {
        transform: translate(1.5px, -0.5px) rotate(0.5deg);
    }
    80% {
        transform: translate(-0.5px, 2.5px) rotate(-0.5deg);
    }
    82% {
        transform: translate(-1.5px, 0.5px) rotate(1.5deg);
    }
    84% {
        transform: translate(-1.5px, 2.5px) rotate(-0.5deg);
    }
    86% {
        transform: translate(1.5px, -0.5px) rotate(0.5deg);
    }
    88% {
        transform: translate(-1.5px, 0.5px) rotate(0.5deg);
    }
    90% {
        transform: translate(0.5px, 0.5px) rotate(0.5deg);
    }
    92% {
        transform: translate(0.5px, -1.5px) rotate(-0.5deg);
    }
    94% {
        transform: translate(0.5px, 0.5px) rotate(-0.5deg);
    }
    96% {
        transform: translate(2.5px, 2.5px) rotate(1.5deg);
    }
    98% {
        transform: translate(1.5px, 2.5px) rotate(0.5deg);
    }
    0%, 100% {
        transform: translate(0, 0) rotate(0);
    }
}

/*4-28-2022*/

.socialshare li a {
    display: block;
    margin-bottom: 20px;
}

ul.socialshare a i {
    width: 61px;
    height: 61px;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 61px;
    font-size: 2em;
    margin: 0 auto;
    border: 1px solid #dee2e6;
    transition: all 0.3s;
}

ul.socialshare {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

ul.socialshare li {
    flex: 0 0 25%;
    text-align: center;
}

ul.socialshare a.twitter i {
    color: #4c6ef5;
    background-color: aliceblue;
}

ul.socialshare a.facebook i {
    color: #3b5998;
    background-color: #eceff5;
}

ul.socialshare a.reddit i {
    color: #FF5700;
    background-color: #fdd9ce;
}

ul.socialshare a.discord i {
    color: #738ADB;
    background-color: #d8d8d8;
}

ul.socialshare a.whatsapp i {
    color: #25D366;
    background-color: #cef5dc;
}

ul.socialshare a.messenger i {
    color: #3b5998;
    background-color: #eceff5;
}

ul.socialshare a.telegram i {
    color: #4c6ef5;
    background-color: aliceblue;
}

ul.socialshare a.weixin i {
    color: #7bb32e;
    background-color: #daf1bc;
}


ul.socialshare a:hover i {
    opacity: 1;
    border: 1px solid #d1d1d9;
    transform: scale(1.05);
}

.copybtn {font-size: 18px;height: 60px;padding: 0;width: 70px;text-align: center;}

#shareModal h5.modal-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#shareModal .modal-title span {margin-left: 5px;}
span.ml-2 {margin-left: 5px;}

/*4-28-2022*/

.hover-eye i {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--bs-dark-purple);
}
.hover-eye:hover i {
    display: block;
}
.hover-eye:hover img {
    opacity: 0.5;
}


.circle {
    -webkit-animation: grow var(--grow-time) forwards, fade var(--fade-time) calc(var(--grow-time) - var(--fade-time)) forwards;
            animation: grow var(--grow-time) forwards, fade var(--fade-time) calc(var(--grow-time) - var(--fade-time)) forwards;
    /* background: url('https://source.unsplash.com/1600x900/?vaporwave') no-repeat; */
    background: url('../img/drop-circle.png') no-repeat !important;
    background-size: cover !important;
    border-radius: 100%;
    height: 2px;
    left: 20vw;
    position: absolute;
    top: 20vh;
    transform: translateZ(0);
    width: 2px;
  }
  
  @-webkit-keyframes grow {
    0% {
      transform: translateZ(0) scale(0);
    }
    
    100% {
      transform: translateZ(0) scale(100);
    }
  }
  
  @keyframes grow {
    0% {
      transform: translateZ(0) scale(0);
    }
    
    100% {
      transform: translateZ(0) scale(100);
    }
  }
  
  @-webkit-keyframes fade {
    0% {
      opacity: 1;
    }
    
    100% {
      opacity: 0;
    }
  }
  
  @keyframes fade {
    0% {
      opacity: 1;
    }
    
    100% {
      opacity: 0;
    }
  }

/* Verification Process */
.verification-process {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 550px;
    max-width: 100%;
}
.veirfy-process-element {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    background: #D9D9D9;
    border-radius: 60px;
    flex-direction: column;
    align-items: center;
    padding-top: 19px;
}
    .veirfy-process-element span {
        color: var(--bs-dark-purple);
        width: 100px;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        margin-top: 30px;
        line-height: 15px;
    }
.veirfy-process-element.with-bar::after {
    content: "";
    height: 8px;
    width: 49%;
    position: absolute;
    left: 2px;
    top: 26px;
    background: #D9D9D9;
    z-index: -1;
}
.veirfy-process-element.with-bar.second::after {
    left: calc(50% - 2px);
}

.veirfy-process-element.active, .veirfy-process-element:hover {
    background: radial-gradient(50.03% 50.03% at 49.98% 50%, #DF00FE 0%, #DB00FE 24.79%, #CF00FE 49.6%, #BE00FE 71.23%, #A117F2 100%);
}
.veirfy-process-element.active.with-bar::after {
    background: radial-gradient(50.03% 50.03% at 49.98% 50%, #DF00FE 0%, #DB00FE 24.79%, #CF00FE 49.6%, #BE00FE 71.23%, #A117F2 100%);
}

.veirfy-process-element .onactive, .veirfy-process-element.active .nonactive, .veirfy-process-element:hover .nonactive {
    display: none;
}
.veirfy-process-element.active .onactive, .veirfy-process-element .nonactive, .veirfy-process-element:hover .onactive {
    display: initial;
}

.verification-counter {
    width: 550px;
    max-width: 100%;
}
.verification-counter span {
    width: 60px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
/* Verification Process End */

.circledropdown .dropdown-toggle::after {
    margin-left: 1em;
}


.iti__flag-container {
    padding-left: 10px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background: none !important;
}
.iti.iti--allow-dropdown {
    padding: 0 !important;
    width:100%;
}

/* Common Responsive */
@media (min-width: 1200px) and (max-width: 1399px) {
    .info-box-circle-grad {
        padding: 20%;
    }
    .info-box-circle-icon {
        padding: 24%;
        width: 30px;
        height: 30px;
    }
    .info-box-circle-icon svg {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 1199px) {
    .info-box-1 {padding: 0 10px;}
    .info-box-circle-grad {
        padding: 20%;
    }
    .info-box-circle-icon {
        padding: 24%;
        width: 30px;
        height: 30px;
    }
    .info-box-circle-icon svg {
        width: 30px;
        height: 30px;
    }
    .info-box-2 {
        padding: 40px;
    }
    .main-user-center {
        transform: scale(0.7);
    }
    .bordered-nav.nav-pills .nav-link {
        padding: 17px 25px;
    }
}
@media (max-width: 991px) {
    .info-box-2 {
        padding: 70px;
    }
    .info-box-1.up {
        margin-top: 0px;
    }
    .main-user-center {
        transform: scale(0.5);
    }
    .page-wrapper .page-body-wrapper .page-body {
        padding: 0px;
    }
    .page-wrapper .page-body-wrapper .page-title {
        margin-bottom: 0px;
    }
}
@media (max-width: 1399px) {
    .dashboard .info-box-circle-icon {
        padding: 27%;
    }
}
@media (max-width: 767px) {
    .btn-common {
        min-width: 10px;
        padding: 15px 25px;
    }
    
    .bff-image2 {
        left: 0px;
        width: 80%;
    }
    .bff-image {
        margin-right: 0px;
    }
    .payment-image {
        left: 18%; 
        width: 62%;
    }
    .info-box-2.down {
        margin-top: 0px;
    }
    .info-box-2 {
        margin-bottom: 20px;
    }
    .connect-crypto {
        padding-bottom: 0px;
    }
    .copyright, .footerlinks {
        text-align: center;
    }
    .bordered-nav.nav-pills .nav-link {
        min-width: 100%;
        padding: 17px 25px;
    }
    .page-wrapper .page-header .header-wrapper .nav-right>ul>li > a.btn_large {
        padding: 10px 14px;
    }
    .joinswarm {
        padding-bottom: 20px;
    }
    .joinswarm2 {
        padding-bottom: 60px;
    }
    .joinswarm2 > div {
        padding-left: 150px;
    }



    /* 07-10-2022 avatar */

    .avatar-head {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        width: 180px;
        padding-top: 80px;
    }

        .avatar-head a {
            text-align: left;
            display: block;
            width: 100%;
            margin-bottom: 0px;
            padding-top: 27px;
        }

    .character {
        display: flex;
        flex-direction: column-reverse;
    }

    .custom-avatar {
        position: absolute;
        top: -420px;
        right: 20%;
        scale: 0.9;
    }

    .character {
        position: relative;
    }

    .avatar-head a.active::after, .avatar-head a:hover:after {
        display: none;
    }

    .scrollafter6 .row.g-0 {
        height: auto !important;
        display: flex !important;
        flex-direction: row;
        /* white-space: nowrap; */
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .scrollafter6 .col-md-6 {
        width: 15%;
        margin-right: 20px;
    }

    .avatar-head a {
        font-size: 20px;
    }

    .scrollafter6 .col-md-6 a {
        width: 77px;
        height: 77px;
    }

    .legs img {
        height: 57px;
    }

    .dontfixonmobile .custom-avatar {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    /* 07-10-2022 avatar */
}
@media (max-width: 575px) {
    .transactionsorting {
        max-height: 0px;
        opacity: 0;
        transform: translateZ(-100px);
    }
    .slide-in-fwd-center {
        max-height: 1000px;
        opacity: 1;
        transform: translateZ(0px);
    }
    .input-group.custom>.form-control {
        padding: 17px 3px;
    }
    .input-group.custom .btn-common {
        padding: 15px 11px;
    }
    .input-group.custom .input-group-text {
        padding: 0.375rem 0.23rem;
    }
    .circle-badge + h5 {
        padding-right: 0px;
        padding-top: 40px;
    }
    .mobile_p_70 {
        padding: 70px 10px;
    }


    /* 07-10-2022 avatar */
    .custom-avatar {
        right: 5%;
    }



    .row .p-5 {
        padding: 0 !important;
    }

    .range-slider {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden;
    }

        .range-slider input[type=range] {
            width: 100% !important;
            max-width: 100% !important;
        }

    .scrollafter6 .col-md-6 {
        width: 72px;
    }

    .character-mobilesettings {
        padding-top: 0px;
    }

    div#nav-tabContent {
        margin-top: 20px;
    }

    .avatar-head {
        border: 0;
    }

        .avatar-head a {
            margin-top: 10px !important;
        }

/*avatar save btn*/
    .avatar-save-btn .custom-btn {
        left: calc(-100% + 115px);
        top: -25px;
    }

    /*avatar save btn*/

    /* 07-10-2022 avatar */

}
@media (max-width: 523px) {
    .bordered-nav.nav-pills .nav-link {
        padding: 15px 8px;
    }
}

/* 07-10-2022 avatar */
@media (max-width: 480px) {

    .custom-avatar {
        transform: scale(0.8);
    }

    .scrollafter6 .col-md-6 a {
        margin-top: 0;
    }

    .avatar-head {
        padding-top: 30px;
    }

    div#nav-tabContent {
        margin-top: 0px;
    }

    .avatar-head a, .avatar-head a.active, .avatar-head a:hover {
        font-size: 0;
    }
}

/* 07-10-2022 avatar */


@media (max-width: 387px) {
    .bordered-nav.nav-pills .nav-link {
        padding: 6px 4px;
        font-size: 12px;
    }
    .dashboard .sorting {
        padding: 5px;
        font-size: 12px;
    }
}
@media (max-width: 370px) {
    .main-users-container {
        margin-bottom: 30px;
    }
    .btn_large {
        padding: 15px;
    }
}

.center{
    text-align:center;
}
.custom-swal-cancel-btn {
    background-color: transparent !important;
    border: 1px solid #212529 !important;
}

.fa-trash-can-list:before {
    content: "\e2ab";
}
 

#clearallmodal .btn-common {
    padding: 17px 10px !important
}



/* 21-7-2022 */
.clearall-btn i {
    color: #a95aec;
}

.clearall:before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: rgb(235 235 235 / 65%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.clearall {
    position: relative;
    overflow: hidden !important;
}

#clearallmodal a.btn {
    min-width: 100px;
}

#clearallmodal p.text-body {
    font-size: 20px;
}

#clearallmodal .col-12.pt-5.pb-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.custom-hand-cursor{
    cursor:pointer;
}

.emojionearea .emojionearea-editor {
    word-break: break-word;
}
.creditcard-size {
    width: 35px;
}

.hashtag {
    color: #5787b8 !important;
}

.verified-tick {
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 4px;
}

/* New Styles 08-06-2023*/
.doc-upload {
    background: #BE84F1;
    border: 10px solid #D4ADF6;
    border-radius: 50%;
    width: 208px;
    height: 208px;
    padding: 10px;
    cursor: pointer;
}
.doc-upload-inner {
    background: #AF67EE;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
}
.doc-upload-inner span {
    font-size: 18px;
    color: #FFF;
}
.forgot .copyright {
    color: #1A1036;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}
    .forgot .copyright p {
        color: #1A1036;
    }
.forgot .footerlinks {
    color: #1A1036;
}
.forgot .footerlinks a {
    color: #1A1036;
}
.forgot #Main {
    min-height: 95vh;
}
.xmark {
    background: #FF0B0B;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    position: absolute;
    top: -11px;
    right: -11px;
    border-radius: 50%;
    font-size: 12px;
}