@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --main-color: #777E90;
    --main-blue: #1F64F6;
    --main-background: #F4F6FB;
}


.container{
	overflow:initial !important;
}

.webUserCounts{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	align-items:center;
	justify-content:center;
	width:100%;
	height: 60px;
	border-radius: 6px;
	background: #20242E;
}

.webUserCounts div{
	padding:10px;
}

.webUserCounts div:not(:first-child){
	border-left: 1px solid #20242E;
}

.web-user-content {
	max-width:100% !important;
	width:100%;

}

.web-user-title{
	color: #A6B4C8;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 500;
	margin:0;
}

.web-user-subtitle {
	color: #FFF;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 700;
	margin:0;

}

.btn-web-user{
	max-width: 330px;
	height: 40px;
	width:100%;
	margin:auto;
	flex-shrink: 0;
	border-radius: 6px;
	background: rgba(38, 42, 52, 0.3);
	border: 1px solid rgba(119, 126, 144, 0.2);
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
}

body {
    position: relative;
    min-height: 100vh;/*
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;*/
	display:grid;
	place-items:center;
}

.bg-first{
    background-image: url("img/bg8.png");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bg-second{
	position:relative;
	background: #181A20;

}

.bg-second::after{
	content:"";
	position:absolute !important;
	left:0 !important;
	top:50% !important;
	width:100% !important;
	height:100% !important;
	transform:translateY(-50%);
	background-image: url("img/bg-inner4.png");
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
	pointer-events:none;
	z-index:-1;
}



* {
    color: var(--main-color);
    font-family: "Poppins";
}

a, a:hover {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: unset;
}

.logo {
    max-width: 190px;
	width:100%;
}

.text-blue {
    color: #FCFCFD !important;
	margin:10px 0 0 6px;
}

.user-info {
	display:flex;
	align-items:center;
	gap:12px;
}

.user-img.active::after {
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100vh;
    background: linear-gradient(143deg, #FF00A8 -5.93%, #F27E13 95.3%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 1;
    animation: storyanim 1s infinite alternate linear;
}

@keyframes storyanim {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
        opacity: 0;
    }
}

.user-img {
    width: 50px;
    height: 50px;
    border-radius: 100vh;
    position: relative;
}

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 100vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 2;
}

.user-detail h3, .user-detail p{
	font-size:20px !important;
	margin:0;
	padding:0;
	color:#FFF;
}

.user-detail p{
	font-size:14px !important;
	margin:0;
	padding:0;
	color: rgba(#304166, 0.5) !important;
}

.user-info-items{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	align-items:center;
	gap:0;
}


.user-area .card{
	min-height:101px;
	border-radius:12px;
	background: #141416;
}

.user-ig-info{
	max-width:815px;
	width:100%;
	background-color:#05122D;
	border-radius:6px;
	overflow:hidden;
}

.user-info-wrapper{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.user-info-item{
	height:60px !important;
	background-color:#262A34;
	max-width:270px !important;
	width:100% !important;
	text-align:center;
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
}

.user-info-item:not(:first-child){
	border-left:1px solid #20242E;
}

/*
 * Stalkie Card
 */

.stalkie-card {
    position: relative;
    width: 100%;
    height: 93px;
    display: flex;
	padding: 32px 20px;
	border-radius: 6px;
	border: 1px solid rgba(119, 126, 144, 0.2);
	background: rgba(38, 42, 52, 0.3);
	backdrop-filter: blur(12px);
}

.stalkie-card:hover {
   background-color: #353945;
	position: relative;
    width: 100%;
    height: 93px;
    display: flex;
	padding: 32px 20px;
	border-radius: 6px;
	border: 0px solid rgba(119, 126, 144, 0.0);
}

.stalkie-card-badge{
	width: 35px;
	height: 12px;
	color:#34C2CA;
	background: rgba(52, 194, 202, 0.1);

	border-radius:6px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:10px;
}

.stalkie-card .stalkie-card-content {
    display: flex;
    align-items: center;
	gap:24px;
}


.stalkie-card-detail-text p {
    color: #FFFF;
    font-size: 12px;
	font-weight:600;
	margin:0;
	padding:0;
}

.stalkie-card-detail-text p:last-child {
	color: #777E90;
	font-size: 10px;
	font-weight: 400;
}

@media(max-width:1199px){
	
	.stalkie-card {
	-webkit-backdrop-filter: blur(6px);
	margin-top: 6px;
}
	
	.user-info-wrapper{
		flex-direction:column;
    }
	
	.user-info-item{
		max-width:270px !important;
		width:100% !important;
		
	}
		
	.user-list-card {
	margin-top: 6px;
	}
	
	.settings-card{
	margin-top: 1rem;
	}
	
}



.user-info-item p{
	margin:0;
	padding:0;
}

.user-info-item p:last-child{
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}


/*
 * Login
 */

.loginBtn{
	height: 60px !important;
	border-radius: 6px !important;
	background: #34C2CA !important;
	border:none !important;
}
.login-card {
    border: none;
    background: transparent;
    border-radius: 15px;
    margin-top: 16px;
    max-width: 375px !important;
    padding: 0;
}

.login-card-body{
	min-width: 338px;;
	border-radius: 12px;
	background: rgba(38, 42, 52, 0.3);
	backdrop-filter: blur(12px);
}

.form-group{
	margin:0 !important;
}



.login-card .text-blue{
	color: #ffffff !important;
	font-size: 12px !important;
	font-family: Poppins !important;
	font-style: normal !important;
	font-weight: 500 !important;
}

.login-form {
    display:grid;
	gap:16px;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.login-form input:not([type="checkbox"]) {
	height:60px;
	width:100%;
	border-radius: 6px;
	background: #070f2433;
	color: #BFCCDD;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	border:none;
}

.login-form input:not([type="checkbox"])::placeholder{
	color: #BFCCDD;
}

.login-form input:focus {
    outline: none !important;
    box-shadow: none;
}

.login-form .form-group label {
    position: absolute;
    top: -6px;
    left: 25px;
    font-size: 8px;
    color: var(--main-color);
    background: #F8F9FD;
    padding: 0 5px;
}

/*
 * Menu
 */
.bottom-menu {
    position: fixed;
    bottom: 24px;
    left: 50%;
	transform:translateX(-50%);
    height: 90px;
	max-width:1050px;
    width: 100%;
    background: #141416;
	border-radius: 24px;
	overflow:hidden;
}

.menu {
    padding: 0 !important;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    list-style: none;
}

.menu-item {
    position: relative;
    font-size: 40px;
	opacity:0.2;
}

.menu-item.active{
	opacity:1;
}


.menu-item.active span {
    color: var(--main-blue) !important;
}

/*
 *
 */

/*Shop*/

.shop-title{
margin-bottom: 1rem;
color: #FFFF !important;
font-family: Poppins;
font-size: 24px;
font-weight: 500;
}

/**/

.settings-title{
	color: #FFFF !important;
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
}

.settings-card{
	margin-top: 1rem;
	border-radius: 6px;
	background: #262A34;
	padding:20px 10px;
}

.settings-label{
	color: #FFFF !important;
	font-family: Poppins !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	margin-top:16px;
}

.settings-select{
	border-radius: 6px;
	background: #181A20;
	color: #A6B4C8;
	font-family: Poppins;
	font-size: 10px;
	font-weight: 500;
}

.settings-desc{
	color: #777E90;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 300;
	margin-top:12px;
}

.blue-highlight{
	color: #34C2CA;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.settings-note{
	border-radius: 6px;
	background: #EDF4FA;
	padding:9px 10px;
	color: #A6B4C8;
	font-family: Poppins;
	font-size: 10px;
	font-weight: 500;
}

.settings-save, .settings-exit{
	width:100%;
	border-radius: 6px !important;
	background: #0CAF60 !important;
	color: #FFF !important;
	font-family: Poppins !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	padding:11px !important;
}

.settings-exit{
	border-radius: 6px;
	background: #FF5252 !important;
}

/*
 * Search Bar
 */
.search-bar {

}

.search-bar .search-label {
    position: relative;
    width: 100%;
}

.search-bar-icon{
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
}

.search-title{
	color: #FFFF;
	font-size: 24px;
	font-weight: 500;
	margin-bottom:12px;
}

.search-label input, .search-label input:focus {
    font-size: 12px;
    padding: 25px 44px;
    border: none;
	border-radius: 12px;
	background:#262A34;
	color: #FFFF;
	font-size: 14px;
}

.search-label input::placeholder{
		color: #5E6272;
}

.search-label .icon-search {
    position: absolute;
    left: -15px;
    bottom: 3px;
    line-height: 0;
    font-size: 45px;
}

/*
 * UserListCard Component
 */

#searchResultItem{
display:grid;
gap:12px;}
.user-list-card {
    width: 100%;
    padding: 10px;
	margin-bottom: 12px;
	margin-top: 12px;
    display: flex;
	align-items:center;
    justify-content: space-between;
    cursor: pointer;
	border-radius: 12px;
	background: #262A34;
	backdrop-filter: blur(7px);
	height:75px;
}

.user-list-card2 {
    width: 100%;
    padding: 10px;
	margin-bottom: -6px;
    display: flex;
	align-items:center;
    justify-content: space-between;
    cursor: pointer;
	border-radius: 12px;
	background: #262A34;
	height:75px;
}

.user-list-card .user-list-img img {
    max-height: 50px;
    border-radius: 50%;
}

.user-list-card2 .user-list-img img {
    max-height: 50px;
    border-radius: 50%;
}


.user-list-card .user-list-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
}

.user-list-card2 .user-list-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.5;
}

.user-list-info h6, .user-list-info p {
    margin:0;
	color: #FFFF;
	font-size: 16px;
}

.user-list-info p{
	color: #A6B4C8;
	font-size: 12px;
}

.user-list-card .user-list-buttons > button {
    display: flex;
    justify-content: center;
    align-items: center;
	gap:12px;
	border-radius: 6px !important;
	background: rgba(255, 255, 255, 0.15);
	color: #FFF !important;
	font-family: Poppins !important;
	font-size: 12px;
	font-weight: 400 !important;
}

.user-list-card2 .user-list-buttons > button {
    display: flex;
    justify-content: center;
    align-items: center;
	gap:12px;
	border-radius: 6px !important;
	background: #25A4FF ;
	color: #FFF !important;
	font-family: Poppins !important;
	font-size: 14px;
	font-weight: 500 !important;
}


.remove-btn{
	background-color:transparent !important;
	display:inline !important;
}

.user-featured-story-list div {
    cursor: pointer;
}

.user-featured-story-list img {
    width: 52px !important;
    height: 52px !important;
    margin-right: 15px;
    border-radius: 50%;
}

.user-featured-story-list p {
    font-size: 12px;
    margin-top: 3px;
}

.user-post img, .user-post video {
    height: 350px;
    width: 350px;
}

.post-modal .carousel-item video {
    max-width: 350px;
}

#storyModal .carousel-item video {
    margin-bottom: 10px;
}

.user-post:last-child {
    margin-bottom: 30px;
}

/*
 * Market Package Tabs
 */
.package-tabs {
    padding: 0px 45px;
    border-radius: 12px;
	background: #141416;
	height:70px;
	align-items:center;
}

.package-tabs .nav-link {
    margin: 0 5px;
    font-family: "Euclid Circular B Light", serif;
}

.package-tabs .nav-link.active {
	border-radius: 6px;
	background: rgba(38, 42, 52, 0.2);
	color:#FFF;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
}

.package-cards .card {
    width: 155px !important;
    border: none;
    margin-bottom: 16px;
	border-radius: 6px;
	background: #262A34;
	
}

.package-cards .card-title {
	color: #FFFFFF;
	text-align: center;
	font-family: Poppins;
	font-size: 12px;
	font-weight: 600;
}

.package-cards .card-text {
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 700;
}

.package-cards .card-subtitle {
	color: #A6B4C8;
	text-align: center;
	font-family: Poppins;
	font-size: 10px;
}

.available-package {
    max-width: 345px;
    width: 100%;
    height: 42px;
    background-color: #262A34;
    border-radius: 10px;
    padding: 0 20px;
	color: #FFFFFF;
}

.available-package h6 {
    margin: unset;
    padding: unset;
}

.available-package h6, i {
    font-family: "Euclid Circular B Light", serif;
    font-size: 14px;
}

.available-package-item {
    position: relative;
    height: 75px;
    margin-bottom: 8px;
}

.available-package-item h5 {
    font-family: "Euclid Circular B Bold", serif;
    font-size: 12px;
    margin: unset;
    padding: unset;
}

.available-package-item p {
    font-family: "Euclid Circular B Light", serif;
    font-size: 11px;
    margin: unset;
    padding: unset;
}

.available-package-item p > span {
    font-family: "Euclid Circular B Light", serif;
    font-size: 10px;
}

.available-package-item .gift-icon {
    position: absolute;
    left: 0;
    top: 0;
}

/*
 * Story Modal
 */
#storyModal .modal-header {
    height: 10px;
    border: none;
}

#storyModal .modal-header .close {
    padding: 10px 1rem;
}

#storyModal .carousel-indicators > li {
    width: 10px;
    height: 10px;
    border-radius: 100% !important;
}

#storyModal .carousel-indicators > li.active {
    background-color: yellowgreen;
}

#storyModal .carousel-item * {
    max-height: 75vh;
    width: 100%;
}

/*
 * Post Modal
 */
.post-modal .modal-header {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.post-modal .statistics {
    margin-left: 10px;
    margin-right: 10px;
}

.post-modal .modal-header > p {
    font-size: 16px;
    font-family: "Euclid Circular B Bold", serif;
    color: #1F266E;
    margin-bottom: unset;
}

.post-modal .modal-header > span {
    font-size: 12px;
    font-family: "Euclid Circular B Light", serif;
    color: #1F266E;
}

.post-modal .comment-item {
    border-bottom: 1px solid #1F266E;
    padding: 3px;
    border-radius: 10px;
}

.post-modal .comment-info * {
    padding: unset;
    line-height: unset;
    margin: 0 12px 0 0;
}

.post-modal .comment-info p {
    color: #1F266E;
    font-size: 16px;
    font-family: "Euclid Circular B Bold", serif;
}

.post-modal .comment-info span {
    font-size: 10px;
    font-family: "Euclid Circular B Light", serif;
}

.post-modal .comment-area p {
    font-size: 14px;
    font-family: "Euclid Circular B Light", serif;
}

.post-modal .modal-header button {
    position: absolute;
    right: 10px;
}

.comments {
    max-height: 300px;
    overflow: auto;
}

/*
 * Button CSS
 */
.remove-btn {
    cursor: pointer;
    border: none;
    background: none;
    position: relative;
}

.btn-main {
    background-color: var(--main-color);
    color: white;
}

.btn-main-success {
	border-radius: 6px;
	background: #0CAF60;
	color: #FFF;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
}

.gift-card{
	max-width:375px;
	width:100%;
	border-radius: 6px;
	backdrop-filter: blur(12.5px);
	margin:auto;
	height:90px;
}

.gift-card .card{
	display:flex !important;
	align-items:center !important;
	gap:12px !important;
	width:100% !important;
	height:100% !important;
	flex-direction:row !important;
	justify-content:start !important;
	padding:10px !important;
}

.gift-card .card .card-body{
	flex:none !important;
	text-align:start !important;
	justify-content:start;
	padding:0;
}

.gift-card .card .card-body .card-title, .gift-card .card .card-body .card-subtitle{
	margin:0px !important;
	text-align:start;
}


.who-title{
	color: #304166;
	font-family: Poppins;
	font-size: 24px;
	font-weight: 500;
}

/*
 * Icon CSS
 */
.icon-remove {
    color: white;
    position: absolute;
    left: 3px;
    bottom: 1px;
}

.icon-filled-eye {
    color: #34C2CA;
    font-size: 30px;
    margin-left: -8px;
}

.profile-settings.icon-profile {
    color: #FF932F;
    margin-left: -8px;
    line-height: 0 !important;
    font-size: 75px;
}

label[for="lang"], label[for="secretMyAccount"] {
    font-weight: bolder;
    color: #1F266E;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.pulse {
    position: absolute;
    left: -13px;
    bottom: 2px;
    height: 50px;
    width: 50px;
    z-index: 10;
    border: 5px solid #FF932F;
    border-radius: 70px;

    transform: scale(1);
    animation: pulse 1.5s ease-out infinite;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}
