@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");

html,
body {
	font-family: "Open Sans", sans-serif;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

.text-gold {
	color: orange;
}

.text-darkblue {
	color: #818bf0;
}

.text-cian {
	color: #45b2e8;
}

.text-red {
	color: #ff0037;
}

.text-orange {
	color: #fd9c91;
}

.text-pink {
	color: #ff7ba0;
}

.text-blue {
	color: #9eb7ff;
}

.text-blue {
	color: #007bff;
}

.text-violet {
	color: #a688e7 !important;
}

.text-green {
	color: #3ecf8e !important;
}

.text-grey {
	color: #969696;
}

.text-dark-grey {
	color: #393939;
}

.text-yellow {
	color: #f0b64b;
}

.text-purple {
	color: #db78dd;
}

.text-black {
	color: #212529 !important;
}

@media (hover : hover) {
	a:hover {
		text-decoration: none;
	}
}

#stripes,
#stripes span {
	position: absolute
}

#stripes {
	width: 100%;
	height: 500px;
	overflow: hidden;
	top: -10px;
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	background: linear-gradient(150deg, #292929 15%, #646a6f 70%, #5f6168 94%);
}

@media (max-width : 991.98px) {
	#stripes {
		height: 800px;
	}
}

#stripes span {
	height: 150px;
}

#stripes :first-child {
	width: 33.33333%;
	left: -6.66666%;
	background: #292929;
}

#stripes :nth-child(2) {
	width: 33.33333%;
	top: 0;
	left: 26.66666%;
	right: auto;
	background: #333638;
}

#stripes :nth-child(3) {
	width: 33.33333%;
	left: 59.99999%;
	bottom: auto;
	background: #474b4d;
}

#stripes :nth-child(4) {
	width: 33.33333%;
	top: 380px;
	right: -16.66666%;
	background: #a2a2a2;
}

#stripes :nth-child(5) {
	width: 33.33333%;
	bottom: 0;
	background: #68696b;
}

#stripesRed span {
	position: absolute;
}

#stripesRed {
	position: absolute;
	width: 100%;
	height: 380px;
	overflow: hidden;
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	background: linear-gradient(150deg, #d50000 15%, #ff8a80 70%, #ffcdd2 94%);
}

#stripesRed span {
	height: 100px;
}

#stripesRed :first-child {
	width: 33.33333%;
	left: 0;
	background: #d50000;
}

#stripesRed :nth-child(2) {
	width: 33.33333%;
	top: 0;
	left: 33.33333%;
	right: auto;
	background: #e53935;
}

#stripesRed :nth-child(3) {
	width: 33.33333%;
	left: 66.66666%;
	bottom: auto;
	background: #f44336;
}

#stripesRed :nth-child(4) {
	width: 23.33333%;
	bottom: 100px;
	right: 0;
	background: #ff8a80;
}

#stripesRed :nth-child(5) {
	width: 43.33333%;
	bottom: 0;
	left: 0;
	background: #ef5350;
}

.stripesGold span {
	position: absolute;
}

.stripesGold {
	position: absolute;
	width: 100%;
	height: 380px;
	overflow: hidden;
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	background: linear-gradient(150deg, #ffd600 15%, #fef49d 70%, #fdf7c5 94%);
}

.stripesGold span {
	height: 100px;
}

.stripesGold :first-child {
	width: 33.33333%;
	left: 0;
	background: #FFD700;
}

.stripesGold :nth-child(2) {
	width: 33.33333%;
	top: 0;
	left: 33.33333%;
	right: auto;
	background: #ffbf00;
}

.stripesGold :nth-child(3) {
	width: 33.33333%;
	left: 66.66666%;
	bottom: auto;
	background: #ffcf40;
}

.stripesGold :nth-child(4) {
	width: 23.33333%;
	bottom: 100px;
	right: 0;
	background: #ffdc73;
}

.stripesGold :nth-child(5) {
	width: 43.33333%;
	bottom: 0;
	left: 0;
	background: #ffdc73;
}

.stripesSilver span {
	position: absolute;
}

.stripesSilver {
	position: absolute;
	width: 100%;
	height: 380px;
	overflow: hidden;
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	background: linear-gradient(150deg, #d8d8d8 15%, #f9f9f9 70%, #f5f5f5 94%);
}

.stripesSilver span {
	height: 100px;
}

.stripesSilver :first-child {
	width: 33.33333%;
	left: 0;
	background: #d8d8d8;
}

.stripesSilver :nth-child(2) {
	width: 33.33333%;
	top: 0;
	left: 33.33333%;
	right: auto;
	background: #c3c3c3;
}

.stripesSilver :nth-child(3) {
	width: 33.33333%;
	left: 66.66666%;
	bottom: auto;
	background: #d2d2d2;
}

.stripesSilver :nth-child(4) {
	width: 23.33333%;
	bottom: 100px;
	right: 0;
	background: #d2d2d2;
}

.stripesSilver :nth-child(5) {
	width: 43.33333%;
	bottom: 0;
	left: 0;
	background: #d2d2d2;
}

.alert {
	padding: .25rem 1.25rem;
}

.logo-index {
	height: 50px;
}

.logo img {
	height: 40px;
}

#login-form {
	position: absolute;
	top: 24px;
	right: 30px;
	width: 700px;
}

#registerBox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 6px;
	border: 1px solid #292929;
	background: white;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
}

#registerBoxTop {
	height: 60px;
	color: white;
	text-align: center;
	border-radius: 5px 5px 0px 0px;
	background-color: #292929;
}

#registerBoxTop h2 {
	line-height: 60px;
	letter-spacing: 2px;
}

#recoverModal .modal-content {
	-moz-border-radius: 1rem;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
}

small,
.small {
	font-size: 80%;
}

.error-text {
	color: #c53745;
	font-size: 80%;
	font-weight: 400;
	margin-bottom: 3px;
}

.input-error {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #f23d4f;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(242, 61, 79, 0.4);
}

.picture-wrapper {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-grow: 1;
}

.picture-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video-wrapper {
	flex-grow: 1;
	height: 0;
}

#video-wrapper video {
	height: 100%;
	width: 100%;
	background-color: black;
}

.ranking-heart {
	position: absolute;
	bottom: 5px;
	left: 10px;
	color: #fff;
	text-shadow: 1px 1px 3px black;
}

.question {
	color: #777777;
	cursor: pointer;
	margin-top: .5rem;
}

.question i {
	margin-right: .5rem;
}

.question-selected {
	color: black;
}

.answer {
	display: none;
	border: 1px solid #ccc;
	border-radius: 1rem;
	padding: 1rem 0;
	margin: 1rem;
}

.answer-ask {
	font-size: .75rem;
	margin-top: 1.5rem;
}

.answer-success {
	font-size: .75rem;
	margin-top: 1.5rem;
}

.answer-options {
	color: #777777;
	cursor: pointer;
}

@media (hover : hover) {
	.question:hover {
		color: black;
	}

	.answer-options:hover {
		color: black;
	}
}

.card-news img {
	height: 72px;
	border-radius: .25rem;
}

.card-news .fa-play {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 5px black;
}

.news-feed-empty {
	background-color: #e8e8e8;
	width: 96px;
	height: 72px;
	border-radius: .25rem;
}

.profile-name {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

.profile-empty-bottom {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	line-height: 18px;
	text-align: center;
}

#intro {
	position: relative;
	margin: 0 14%;
	margin-top: 30px;
}

label {
	display: inline-block;
	margin-bottom: 0.25rem;
	cursor: pointer;
}

.btn-secondary {
	background: #777777;
	border-color: #777777;
}

.btn-danger {
	background: #ff0037;
	border-color: #ff0037;
}

.btn-success {
	background: #3ecf8e;
	border-color: #3ecf8e;
}

.btn-orange {
	background: #fd9c91;
	color: white;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-warning {
	background: #fed759;
}

@media (hover : hover) {
	.btn-secondary:hover {
		border: 1px solid black;
		background: white;
		color: black;
	}

	.btn-dark:hover {
		background: white;
		color: black;
	}

	.btn-danger:hover {
		background: #777777;
		border-color: #777777;
	}

	.btn-success:hover {
		background: #777777;
		border-color: #777777;
	}

	.btn-orange:hover {
		background: #777777;
		color: white;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	.btn-warning:hover {
		background: #777777;
		border-color: #777777;
		color: white;
	}
}

.open-tale {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
}

@media (hover : hover) {
	.open-tale:hover {
		color: #777777;
	}
}

.header {
	background-color: #292929;
	margin-bottom: 2rem;
	padding: 25px 1.25rem;
}

.header img {
	height: 40px;
}

.header .logout {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width : 576px) {
	.header .logout {
		margin-top: 1rem;
		justify-content: inherit;
		align-items: inherit;
	}
}

.top-bar-logo {
	background: #292929;
	padding: 5px 14px;
}

.top-bar {
	display: flex;
	flex-shrink: 0;
	padding: 30px;
}

@media (max-width : 767.98px) {
	.top-bar {
		padding: 25px 20px;
	}
}

.top-bar>div:first-child {
	flex-grow: 1;
}

.top-bar i {
	margin-right: .5rem !important;
}

.top-bar h3 {
	line-height: 35px;
	margin-bottom: .5rem !important;
}

.top-bar-buttons {
	flex-shrink: 0;
	z-index: 99;
}

.profile-bar {
	display: flex;
}

@media (max-width : 1199.98px) {
	.profile-bar {
		display: inline;
	}
}

@media (max-width : 991.98px) {
	.profile-bar {
		display: flex;
	}
}

@media (max-width : 767.98px) {
	.profile-bar {
		display: inline;
	}
}

.roundOptions {
	background-color: #EAEAEA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 5px 4px 4px;
	padding: 15px;
	margin-bottom: 25px;
}

#roundAdvanced {
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 180px;
	background-color: #EAEAEA;
	text-align: center;
	padding: 0px 15px 3px;
	color: #0678BE;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
}

#advOptions {
	display: none;
}

#advOptions hr {
	border: none;
	height: 1px;
	color: #cdcdcd;
	background-color: #cdcdcd;
}

.rule {
	font-weight: bold;
}

@media (hover : hover) {
	a:hover>.card-news {
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		box-shadow: rgba(69, 79, 91, 0.14) 0px 0.75rem 1.5rem 0px;
	}
}

.index-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	background: #eaeaea;
	width: 38px;
	height: 38px;
	border-radius: 50%;
}

.main-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.icon-connected {
	background-color: #818bf03c;
	color: #818bf0;
}

.icon-visits {
	background-color: #d682d83c;
	color: #d682d8;
}

.icon-followers {
	background-color: #3dcf8d3c;
	color: #3dcf8d;
}

.icon-webcams {
	background-color: #007bff3c;
	color: #007bff;
}

.tag {
	background: white;
	padding: 2px 15px;
	font-size: 13px;
	color: #ff0037;
	border-radius: 12px;
	display: inline-block;
	font-weight: 300;
}

.tag-welcome {
	background: white;
	padding: 2px 15px;
	font-size: 14px;
	color: #ff0037;
	border-radius: 20px;
	display: inline-block;
	font-weight: 300;
	margin-top: 1.5rem;
	margin-bottom: .5rem;
	letter-spacing: 2px;
}

.tag-online {
	background: #3ecf8e;
	color: #fff !important;
	padding: 0px 15px;
	border-radius: 12px;
	font-weight: 300;
}

.card-general .tag-online {
	padding: 1px 10px;
}

.tag-offline {
	font-size: 13px;
	font-weight: 300;
}

.title-wrapper {
	margin-bottom: 1.5rem !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.title-icon {
	font-size: 24px;
	margin-right: 0.5rem !important;
}

.title-icon-text {
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.profile-gold {
	border-color: #fee973 !important;
}

.profile-gold .card-general__bg {
	background: #fee973 !important;
}

.bg-silver {
	background: #e8e8e8;
}

.link-white {
	color: #999;
	border: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (hover : hover) {
	.link-white:hover {
		color: #fff;
	}
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.5rem 1.25rem;
	background-color: transparent;
	color: #999;
	border: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (hover : hover) {
	.list-group-item:hover {
		color: #fff;
	}
}

.list-group-item>i {
	width: 25px !important;
	text-align: center;
}

.subscription-titles {
	border-bottom: 1px solid #f6b12a;
	color: #f6b12a;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 7px;
}

.card-general {
	background: white;
	padding: 20px 0px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
	margin-bottom: 30px;
}

@media (hover : hover) {
	a:hover>.card-general {
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		box-shadow: rgba(69, 79, 91, 0.14) 0px 0.75rem 1.5rem 0px;
	}
}

.card-general__bg {
	content: '';
	background: #e8e8e8;
	width: 100%;
	height: 120px;
	position: absolute;
	top: -20px;
	z-index: 0;
}

.card-general__bg::before {
	background: inherit;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}

.card-general__profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 0;
}

.card-general__profile p {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 5px;
	color: #777777;
	font-weight: 300;
}

.card-general__perfil {
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	border: 2px solid white;
	z-index: 999;
}

.card-general__perfil img {
	width: auto;
	height: 100%;
}

.card-values {
	background: white;
	overflow: hidden;
	position: relative;
	height: 115px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 10px;
	margin-bottom: 30px;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
}

.profile-buttons button {
	margin-bottom: 1.5rem !important;
}

@media (max-width : 1199.98px) {
	.profile-buttons button {
		width: 100%;
		margin-bottom: 1.5rem !important;
	}
}

.profile-no-multimedia {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 16px;
}

.card-values__icon {
	width: 75px;
	height: 75px;
	position: absolute;
	left: -15px;
}

.card-values-info {
	padding-left: 70px;
}

.card-values-info span {
	font-size: 24px;
	font-weight: 300;
}

.card-values-info p {
	color: #777777;
	font-weight: 300;
	font-size: 16px;
}

.card-values-online {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-news {
	position: relative;
	color: #777;
	margin-bottom: 20px;
	padding: 12px 20px;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
	overflow: hidden;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.card-news::before {
	content: "";
	width: 5px;
	background-color: #3ecf8e;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.card-multimedia {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
	color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 24px;
}

.card-multimedia img {
	transition: all 0.25s ease-in-out;
}

.card-multimedia canvas {
	width: 100%;
	height: 100%;
}

.card-multimedia-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (hover : hover) {
	.card-multimedia img:hover {
		filter: brightness(1.1);
		transition: all 0.25s ease-in-out;
	}

	.card-multimedia:hover .multimedia-btns {
		display: inherit;
	}
}

.card-multimedia a {
	color: white;
}

.card-multimedia .fa-play {
	position: absolute;
	top: 6px;
	left: 8px;
	font-size: 28px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 5px black;
	z-index: 2;
}

.card-multimedia .encoding {
	position: absolute;
	bottom: 5px;
	left: 8px;
	text-shadow: 1px 1px 5px white;
	z-index: 2;
}

.card-multimedia .progress {
	position: absolute;
	box-sizing: border-box;
	height: 10px !important;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 10px
}

.card-multimedia .message {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	margin: 10px;
	font-size: 0.75rem;
}

@media (hover : hover) {
	.card-multimedia-add:hover {
		background: #777777;
		background: linear-gradient(to bottom, #999, #777);
		color: white;
	}
}

.card-multimedia-add .message .fa-plus-square {
	font-size: 2rem;
	margin-bottom: .5rem
}

.multimedia-btns {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 9;
}

@media (hover : none) {
	.multimedia-btns {
		display: inherit !important;
	}
}

.multimedia-btns button {
	border: none;
	border-radius: 4px;
	background-color: #777777c9;
	color: #ccc;
	margin-left: 3px;
	z-index: 9999;
}

@media (hover : hover) {
	.multimedia-btns button:hover {
		color: white;
	}
}

.card-profile-picture {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	font-size: 32px;
	width: 130px;
	height: 130px;
	background-color: #292929;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: .75rem;
}

.card-profile-picture i {
	font-size: 32px;
	margin-bottom: 0.5rem;
}

.card-button {
	height: inherit !important;
	padding-right: 1rem;
}

.card-button .card-values-info {
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 75px;
	width: 100%;
}

.card-button a {
	margin-top: 1.5rem !important;
}

.input-group-text {
	background-color: transparent;
}

.btn {
	letter-spacing: 2px;
	text-transform: uppercase;
	box-shadow: rgba(69, 79, 91, 0.14) 0px 0.375rem 0.75rem 0px;
}

.btn i {
	letter-spacing: initial;
}

#registerContent .fa-spinner {
	font-size: inherit;
	font-weight: bolder;
}

.fa-spinner {
	font-size: 55px;
}

#loading {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (hover : hover) {
	.categories label span:hover {
		background-color: #fd9c91;
		color: white;
		border: 1px solid #fd9c91;
		cursor: pointer;
	}
}

.categories label input[type=checkbox] {
	display: none
}

.categories label input[type=checkbox]:checked~span {
	background-color: #fd9c91;
	color: white;
	border: 1px solid #fd9c91;
}

.categories .badge {
	display: inline-block;
	padding: 0.3em 0.6em;
	font-size: 13px;
	background: white;
	color: inherit;
	line-height: 1;
	text-align: center;
	margin-right: 5px;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	border: 1px solid #ced4da;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	line-height: 1;
	color: inherit;
}

.footer {
	padding-top: 60px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-shrink: 0 !important;
}

@media (max-width : 767.98px) {
	.footer {
		margin-top: 15px !important;
	}
}

.footer p,
.footer .item {
	color: #777;
	font-size: 80%;
	line-height: 24px;
	cursor: pointer;
}

.footer .dropdown-menu {
	min-width: inherit !important;
}

.footer .dropdown-item {
	font-size: 80%;
	color: #777;
	line-height: 24px;
}

@media (hover : hover) {
	.footer .item:hover {
		color: black;
	}

	.footer .dropdown-item:hover {
		color: black;
	}
}

#formLogin .dropdown-toggle {
	font-size: 80%;
	color: #fff;
	line-height: 24px;
	cursor: pointer;
}

#formLogin .dropdown-menu {
	min-width: inherit !important;
}

#formLogin .dropdown-item {
	font-size: 80%;
	color: #777;
	line-height: 24px;
}

@media (hover : hover) {
	#formLogin .dropdown-item:hover {
		color: black;
	}
}

@media (max-width : 991.98px) {
	.footer-login {
		margin-top: 3rem !important;
	}
}

.card-info-general {
	background: #ffffff;
	padding: 1.5rem;
	padding-bottom: 1rem;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
	position: relative;
	overflow: hidden;
}

.card-info-general .item {
	margin-bottom: .5rem;
}

.card-info-general h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.description {
	flex: 1 1 auto;
	overflow-y: auto;
	max-height: -webkit-fill-available;
}

@media (max-width : 1199.98px) {
	.description {
		overflow-y: inherit !important;
		max-height: inherit !important;
	}
}

.main-picture {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	font-size: 32px;
	line-height: 36px;
	position: relative;
	height: 250px;
	width: 250px;
	padding-bottom: 100%;
	background-color: #292929;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.main-picture h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.main-picture i {
	font-size: 40px;
	margin-bottom: 0.5rem;
}

@media (max-width : 767.98px) {
	.main-picture {
		height: inherit !important;
		width: 100% !important;
		margin-bottom: 1.5rem !important;
	}
}

.container-custom {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

@media (max-width : 767.98px) {
	.container-custom {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.like-link {
	color: white;
	cursor: pointer;
}

.liked-link {
	color: #ff0037 !important;
	cursor: inherit !important;
}

.pag-btn {
	min-width: 32px;
	min-height: 32px;
	display: -webkit-inline-flex;
	display: inline-flex;
	vertical-align: top;
	width: 100%;
	border: 1px solid #ced4da;
	color: #495057;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	transition: background .2s, border .2s, color .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width : 767.98px) {
	.pag-btn {
		font-size: 14px;
		min-width: 22px;
		min-height: 22px;
	}
}

@media (hover : hover) {
	.pag-btn:hover {
		background-color: #777777c9;
		border-color: #777777c9;
		color: white;
	}

	.pag-selected:hover {
		background-color: #3ecf8e;
		border-color: #3ecf8e;
	}

	.pag-disabled:hover {
		color: #ccc !important;
	}

	.pag-btn-transparent:hover {
		background-color: inherit;
		color: black;
	}
}

.pag-selected {
	background-color: #3ecf8e;
	border-color: #3ecf8e;
	color: #fff;
	cursor: auto;
}

.pag-btn-transparent {
	border: none;
}

.pag-disabled {
	color: #ccc;
}

.currency-symbol-pesos:before {
	content: '$';
	font-size: 60%;
	font-weight: 300;
}

.currency-symbol-pesos:after {
	content: ' ';
}

.currency-symbol-dollars:before {
	content: '$';
	font-size: 60%;
	font-weight: 300;
}

.currency-symbol-dollars span:first-child:after {
	content: '.';
}

.currency-symbol-euros:after {
	content: '€';
	font-size: 60%;
	font-weight: 300;
	position: relative;
	left: -.25em;
}

.currency-symbol-euros span:first-child:after {
	content: '.';
}

.total .currency-symbol-euros:before,
.currency-symbol-pesos:before {
	font-size: 80%;
}

.plan-detail .currency-symbol-euros:before {
	content: inherit;
}

.plan-detail .currency-symbol-euros:after {
	content: '€';
	font-size: 80%;
	margin-left: .2rem;
}

.total sup {
	top: -.45em;
	left: -.2em;
	font-size: 70%;
}

.save {
	margin-top: 1rem;
	color: #ff0037;
}

.save i {
	font-size: 18px;
}

.save span {
	font-size: 22px;
}

.price {
	color: black;
	font-weight: 100 !important;
}

.price sup {
	top: -.75em;
	left: -.4em;
	font-size: 50%;
}

canvas {
	display: block;
}

.plan {
	height: 100%;
	text-align: center;
	color: #777777;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.plan.selected {
	border: 1px solid #ffbf00;
}

.plan-header {
	font-size: .8rem;
	letter-spacing: 2px;
	height: 1.5rem;
	min-width: 5.5rem;
	color: black;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 0px 0.5rem;
	border-radius: 0.75rem;
	background: #ffbf00;
	white-space: nowrap;
}

.payment-method {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
	height: 80px;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
}

.payment-method-new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #e9ecef;
	height: 28px;
	width: 42px;
	border-radius: 4px;
	margin-left: 8px;
}

.payment-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d9d9d9;
	width: 70px;
	height: 50px;
	border-radius: 4px;
	margin-right: 8px;
	margin: 0 10px 10px 0;
	flex-grow: 0 !important;
}

#panel-pay {
	max-width: 750px;
	margin: auto !important;
}

@media (max-width : 991.98px) {

	#payment-method-form,
	#payment-method-form input {
		font-size: 14px;
	}

	.card-front {
		padding: 25px 0px !important;
	}
}

.card-front {
	background: rgb(160, 163, 166);
	background: linear-gradient(34deg, rgba(160, 163, 166, 1) 0%, rgba(66, 63, 64, 1) 100%);
	border-radius: 1rem;
	padding: 25px 10px;
	color: white;
}

.card-back {
	background: #d9d9d9;
	border-radius: 0 1rem 1rem 0;
	height: 80%;
	margin-top: 1.25rem;
}

.card-back-magnetic {
	background: #404040;
	height: 19%;
	margin-top: 1.5rem;
	margin-right: -15px;
	margin-left: -15px;
}

.container-payment {
	max-width: 750px;
	margin: 0 auto;
}

.btn-method img {
	position: relative;
	top: -2px;
	height: 20px;
}

.font-weight-600 {
	font-weight: 600;
}

.alert i {
	font-size: 32px;
	margin-right: 1rem;
}

.join-us {
	position: relative;
}

.join-us__info {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
	z-index: 88;
}

@media (max-width : 991.98px) {
	.join-us__info {
		width: 90%;
	}
}

p {
	font-size: 16px;
	font-weight: 300;
	color: inherit;
	margin: 0;
}

@media (max-width : 767.98px) {
	.logo img {
		height: auto;
	}

	p {
		font-size: 14px;
	}

	.fraud {
		font-size: 11px;
	}

	.tag-online {
		font-size: 14px;
	}

	.open-tale {
		font-size: 14px;
	}

	.list-group-item {
		padding: .3rem 1.25rem;
	}

	#registerBoxTop h2 {
		font-size: 1.75rem;
	}
}

.badge {
	color: white;
	font-weight: 400;
	font-size: 12px;
	margin-right: 5px;
}

.badge-categories {
	background: #fd9c91;
}

.card-tales {
	background: #fafafa;
	margin-bottom: 20px;
	padding: 15px 15px 10px 20px;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
	position: relative;
	overflow: hidden;
}

.card-tales-views {
	position: absolute;
	font-size: 14px;
	color: #fd9c91;
	right: 15px;
	top: 18px;
}

@media (max-width : 1199.98px) {
	.card-tales-views {
		position: relative;
		margin-left: 15px;
		padding-bottom: 10px;
		top: 0px;
	}
}

.card-tales::before {
	content: "";
	width: 5px;
	background-color: #fd9c91;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#sidebar-wrapper {
	min-height: 100vh;
	margin-left: -15rem;
	-webkit-transition: margin 0.25s ease-out;
	transition: margin 0.25s ease-out;
	z-index: 3;
	background-color: #292929;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#sidebar-scroll {
	overflow-y: auto;
	height: 100vh;
}

#sidebar-wrapper .sidebar-heading {
	padding: 0px 1.25rem;
	padding-top: 25px;
	padding-bottom: 40px;
	position: relative;
}

@media (max-width : 991.98px) {
	#sidebar-wrapper {
		position: fixed;
		z-index: 9999;
		margin-left: -30rem;
	}

	#sidebar-wrapper .sidebar-heading {
		padding-bottom: 20px;
	}
}

@media (max-width : 1199.98px) {
	.visitors-wrapper .col-6:nth-last-child(1) {
		display: none;
	}
}

.card-general .btn-warning {
	font-size: .75rem;
	margin: 0 10px;
}

.card-general__profile .fa-user-times {
	position: absolute;
	top: 8px;
	left: 6px;
	font-size: 20px;
	color: #777777;
	z-index: 2;
}

.card-general__profile .fa-user-check {
	position: absolute;
	top: 8px;
	right: 6px;
	font-size: 20px;
	color: #777777;
	z-index: 2;
}

.card-general__profile .rank {
	position: absolute;
	top: 3px;
	left: 9px;
	font-size: 28px;
	color: #292929;
	z-index: 2;
	top: 3px;
	left: 9px;
}

.card-general__profile .rank::after {
	content: "º";
}

.scrollmenu {
	margin-bottom: 3rem;
}

.scrollmenu i {
	font-size: 20px;
	margin-right: 1rem;
}

#menu-sidebar {
	position: fixed;
	top: 25px;
	right: 20px;
	z-index: 990;
	border: 1px solid black;
	border-radius: 0 18px 18px 0;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	background-color: black;
	color: white;
	font-size: 1.5rem;
	line-height: 18px;
	padding: 6px 13px 6px 10px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#menu-chat {
	position: fixed;
	top: 25px;
	right: 68px;
	z-index: 990;
	border: 1px solid black;
	border-radius: 18px 0 0 18px;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	background-color: black;
	color: white;
	font-size: 1.5rem;
	line-height: 18px;
	padding: 6px 8px 6px 12px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (hover : hover) {
	#menu-sidebar:hover {
		background-color: white;
		color: black;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	#menu-chat:hover {
		background-color: white;
		color: black;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
}

#new-messages {
	display: none;
	position: absolute;
	top: -8px;
	right: 35px;
	background: #ff0037;
	color: white;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	padding: 0 5px;
}

#new-videocall {
	display: none;
	position: absolute;
	top: 28px;
	right: 35px;
	background-color: #007bff;
	color: white;
	font-size: 12px;
	line-height: 17px !important;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 0px 8px;
}

#messages-videocall {
	display: none;
	background-color: #007bff;
	color: white;
	font-size: 12px;
	line-height: 17px !important;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 0px 8px;
	margin-left: .5rem;
}

#messages-videocall i {
	font-size: 12px;
	margin-right: inherit;
}

#new-ranking {
	background: #ff0037;
	color: white;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	padding: 0 8px;
	margin-left: .5rem;
}

#badge-main-tips {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #ff0037;
	color: white;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	padding: 0 8px;
	text-transform: uppercase;
}

#messages-count {
	display: none;
	background: #ff0037;
	color: white;
	border-radius: 9px;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	padding: 0px 8px;
	margin-left: .5rem;
}

#page-content-wrapper {
	background: white;
	width: 100vw;
	overflow: auto;
}

@media (min-width : 768px) {
	#page-content-wrapper {
		min-width: 100vw;
	}
}

#wrapper {
	display: flex;
	height: 100%;
}

#wrapper.toggled #sidebar-wrapper {
	margin-left: 0;
}

@media (min-width : 992px) {
	#sidebar-wrapper {
		margin-left: 0;
	}

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}
}

.login-container {
	margin: 50px 0px;
}

@media (max-width : 991.98px) {
	.login-container {
		margin: 0px;
	}
}

.nav-link {
	text-transform: uppercase;
}

.text-green .nav-link {
	color: #3ecf8e !important;
}

.text-green .nav-link.active {
	color: #fff !important;
	background-color: #3ecf8e !important;
}

.text-orange .nav-link {
	color: #fd9c91 !important;
}

.text-orange .nav-link.active {
	color: #fff !important;
	background-color: #fd9c91 !important;
}

a.gray {
	color: #777;
}

@media (hover : hover) {
	a:hover.gray {
		color: black;
	}
}

.index-title {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.index-title-icon {
	display: flex;
	align-items: center;
}

.index-rankings {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin-left: 3.5rem;
	margin-right: 10rem;
}

.index-rankings img {
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: .25rem;
}

.index-rankings-wrapper {
	margin-bottom: 5rem;
}

.pride-bg {
	background: linear-gradient(180deg, red 0%, red 16.7%, orange 16.7%, orange 33.3%, yellow 33.3%, yellow 50%, green 50%, green 66.7%, blue 66.7%, blue 83.3%, purple 83.3%, purple 100%);
	color: white;
}

.pride-bg i {
	text-shadow: 1px 1px 10px black;
}

.main-profile {
	padding: 2rem 0 2.5rem;
}

.main-profile div:first-child {
	position: relative;
	flex-grow: 1;
}

@media (max-width : 767.98px) {
	.main-profile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 25px 0 2.5rem;
	}
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

.media-bottom {
	padding: .5rem !important;
	background-color: #262622;
	color: white;
}

.media-bottom i {
	font-size: 20px;
	margin-right: 0.5rem;
	line-height: 40px;
}

.media-bottom .profile__picture--small a {
	display: flex;
	justify-content: end;
	color: white !important;
}

#error-ajax {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#error-ajax i {
	font-size: 55px;
}

.main-user {
	display: flex;
	margin: 0 1.25rem;
	padding-bottom: 1.5rem;
}

.main-user a {
	color: #999;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (hover : hover) {
	.main-user a:hover {
		color: white;
	}
}

.main-user .logout {
	font-size: .8rem;
	white-space: nowrap;
}

.main-user-text {
	font-size: 20px;
	flex-direction: column;
}

.upload-sidebar {
	margin: 0 1.25rem 1rem;
}

.upload-sidebar .btn {
	font-size: 12px;
}

@media (max-width : 880px) {
	#im {
		width: 100vw !important;
	}

	#im-left {
		width: 100vw !important;
	}

	#im-main {
		display: none !important;
		width: 100vw !important;
	}

	#im-btn-back {
		display: block !important;
	}
}

@media (min-width : 880px) {
	#im {
		width: 880px !important;
	}

	#im-left {
		display: flex !important;
		min-width: 268px !important;
	}

	#im-main {
		display: flex !important;
	}
}

@media (max-width : 991.98px) {
	.message {
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		padding: 2px 9px;
		font-size: 14px;
	}

	#im-chat-messages {
		padding: .4rem 1rem .2rem !important;
	}

	#im-send-wrapper {
		padding: .2rem 1rem .4rem !important;
	}

	#im_options {
		padding: 9px 15px !important;
		height: 57px !important;
	}
}

#im {
	position: absolute;
	display: flex;
	width: 880px;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
}

#im-btn-back {
	display: none;
	border-radius: 4px;
	background-color: #777777c9;
	color: #ccc;
	margin-right: .5rem;
	width: 40px;
}

@media (hover : hover) {
	#im-btn-back:hover {
		color: white;
	}
}

#im-loading {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

#im-loading div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#im-loading i {
	font-size: 55px;
}

#im-error {
	display: flex;
	flex-grow: 1;
	align-items: center;
	justify-content: center;
}

#im-error div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#im-error i {
	font-size: 55px;
}

#im-wrapper {
	display: flex;
	width: 100%;
}

#im-left {
	display: flex;
	flex-direction: column;
	background-color: #292929;
	color: #ffffff;
	min-height: 0;
	min-width: 268px;
}

#im-main {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#im-users {
	flex-grow: 1;
	overflow: auto;
}

#im_options {
	border-top: 1px solid #4c4c4c;
	padding: 15px;
	height: 68px;
	flex-shrink: 0;
}

#im-send-wrapper {
	flex-shrink: 0;
	padding: 1rem;
}

#im_bg {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 60px;
	color: #dfdfdf;
}

.im-user {
	display: flex;
	border-bottom: 1px solid #4c4c4c;
	padding: 0.5rem 1rem;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

@media (hover : hover) {
	.im-user:hover {
		background-color: #393939;
	}

	.im-user:hover .im-user-name {
		color: white;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
}

.im-user-selected {
	background-color: #393939;
}

.profile__picture--medium {
	width: 48px;
	height: 48px;
	margin-right: .75rem;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}

.profile__picture--medium i {
	padding: 1px;
	margin-right: 0.5rem;
	background-color: black;
	border-radius: 50%;
	font-size: 46px;
	color: white;
}

.profile__picture--small a {
	display: inline-flex;
	align-items: center;
	color: black;
}

.profile__picture--small i {
	font-size: 38px;
	background-color: black;
	border-radius: 50%;
	color: white;
	padding: 1px;
	margin-right: 0.5rem;
}

.profile__picture--small img {
	display: inline !important;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 0.5rem;
}

@media (hover : hover) {
	.profile__picture--small:hover a {
		color: #999;
	}
}

.im-user-picture {
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: .75rem;
}

.im-user-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.im-user-name {
	color: #999;
	line-height: 16px;
	margin-bottom: 0.5rem;
}

#im-selected-username {
	line-height: 22px;
	margin-bottom: 0.5rem;
}

.im-user-status {
	font-size: 0.7rem;
	white-space: nowrap;
	color: #999;
}

.im-user-online {
	width: -moz-min-content;
	width: min-content;
	background: #3ecf8e;
	color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 0px 8px;
}

.im-user-counter {
	display: flex;
	align-items: center;
}

.im-user-count {
	display: none;
	flex-grow: 0;
	text-align: center;
	color: white;
	background-color: #ff0037;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px !important;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 0px 11px;
	margin-left: .5rem;
}

.calling {
	display: none;
	background-color: #007bff;
	font-size: 12px;
	line-height: 17px !important;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	padding: 0px 8px;
}

.typing {
	display: none;
	font-size: 16px;
	line-height: 16px;
}

#im-selected-top {
	display: flex;
	flex-shrink: 0;
	background: #fbfbfb;
	padding: 1rem;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#im-username {
	flex-grow: 1;
}

#im-selected-picture {
	background-color: #292929;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: .5rem;
}

#im-main-chat {
	display: none;
	flex-grow: 1;
	flex-direction: column;
	min-height: 0;
}

#im-main-loading {
	display: none;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#im-main-closed {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#im-main-closed i {
	font-size: 20rem;
	color: #bbb;
}

#im-chat-messages {
	flex: 1 1 auto;
	overflow-y: auto;
	max-height: -webkit-fill-available;
	padding: 1rem;
}

.chatBox {
	padding-top: 7px;
}

.chatBox .message {
	background-color: #ececec;
	border-bottom-left-radius: 0px;
}

.chatBoxRight {
	padding-top: 7px;
	text-align: right;
}

.chatBoxRight .message {
	background-color: #3ba3ff;
	color: #fff;
	border-bottom-right-radius: 0px;
}

.chatError {
	background-color: #eed3d7;
	color: #b94a5c;
	min-height: 25px;
	line-height: 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 9px;
	margin-top: 7px;
}

.im-chat-videocall {
	background-color: #3ba3ff;
	color: #ffffff;
	min-height: 25px;
	line-height: 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 9px;
	margin-top: 7px;
}

.im-chat-videocall-incoming {
	background-color: #ececec;
	color: black;
	min-height: 25px;
	line-height: 25px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 9px;
	margin-top: 7px;
}

.message {
	display: inline-block;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 3px 9px;
	word-break: break-word;
}

.im-chat-date {
	font-size: 0.6rem;
	margin-left: 0.5rem;
}

.im_hidden {
	display: none;
}

.open-profile {
	cursor: pointer;
}

#im-volume {
	line-height: 40px;
	color: #999;
	cursor: pointer;
}

@media (hover : hover) {
	#im-volume:hover {
		color: white;
	}
}

#im-users-top {
	display: flex;
	padding: 1rem;
	border-bottom: 1px solid #4c4c4c;
	text-transform: uppercase;
	letter-spacing: 2px;
	flex-shrink: 0;
}

#im-users-top span {
	line-height: 40px;
}

#im-btn-close {
	border-radius: 4px;
	background-color: #777777c9;
	color: #ccc;
	margin-right: .75rem;
	width: 40px;
}

@media (hover : hover) {
	#im-btn-close:hover {
		color: white;
	}
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 5;
}

.pag-item {
	margin-left: 10px;
}

.pag-nav:first {
	margin-right: 10px;
}

.pag-nav:last-child {
	margin-left: 10px;
}

.bottom-small-bg {
	transform: skewY(-5deg);
	background: rgb(55, 201, 133);
	background: linear-gradient(34deg, #00be70 0%, #8ae4b9 100%);
	height: 300px;
}

@media (max-width : 767.98px) {
	.pag-item {
		margin-left: 4px;
	}

	.pag-nav:first {
		margin-right: 4px;
	}

	.pag-nav:last-child {
		margin-left: 4px;
	}

	.subscription-table {
		font-size: 11px;
	}

	.search-looking label {
		font-size: 12px;
	}
}

#scroll-top {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index: 2;
	border: 1px solid black;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	background-color: black;
	color: white;
	font-size: 1.5rem;
	line-height: 18px;
	padding: 6px;
	width: 38px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	color: white;
}

#im-scroll-bottom {
	display: none;
	position: fixed;
	bottom: 110px;
	right: 20px;
	z-index: 2;
	color: white;
	background-color: #007bff;
	border: 1px solid #007bff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	line-height: 18px;
	padding: 9px 11px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.wow {
	visibility: hidden;
	opacity: 0;
}

@media (hover : hover) {
	#scroll-top:hover {
		background-color: white;
		color: black;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}

	#im-scroll-bottom:hover {
		background-color: #0069d9;
		border-color: #0062cc;
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
	}
}

video {
	object-fit: contain;
}

.cards-selector {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.cards-selector div {
	text-align: center;
	color: #777777;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #dfe3e7;
	box-shadow: rgba(69, 79, 91, 0.07) 0px 0.375rem 0.75rem 0px;
	transition: all 0.25s ease-in-out;
	padding: 1rem;
	flex: 1 1 calc(20% - 1rem);
	/* Ajusta este valor según sea necesario */
	max-width: calc(20% - 1rem);
	/* Asegura que no exceda el tamaño deseado */
}

@media (max-width: 768px) {
	.cards-selector div {
		flex: 1 1 calc(33.333% - 1rem);
		/* Ajuste para pantallas más pequeñas, 3 por fila */
		max-width: calc(33.333% - 1rem);
	}
}

@media (max-width: 480px) {
	.cards-selector div {
		flex: 1 1 calc(33.333% - 1rem);
		/* Mantener 3 por fila en pantallas muy pequeñas */
		max-width: calc(33.333% - 1rem);
	}
}

.cards-selector img {
	height: 50px;
	width: 100%;
}

.cards-selector small {
	font-weight: bold;
	color: black;
}

@media (hover : hover) {
	.cards-selector div:hover {
		-webkit-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		box-shadow: rgba(69, 79, 91, 0.14) 0px 0.75rem 1.5rem 0px;
		cursor: pointer;
	}
}

@keyframes passing-through {
	0% {
		opacity: 0;
		transform: translateY(40px)
	}

	30%,
	70% {
		opacity: 1;
		transform: translateY(0px)
	}

	100% {
		opacity: 0;
		transform: translateY(-40px)
	}
}

@keyframes slide-in {
	0% {
		opacity: 0;
		transform: translateY(40px)
	}

	30% {
		opacity: 1;
		transform: translateY(0px)
	}
}

@keyframes pulse {
	0% {
		transform: scale(1)
	}

	10% {
		transform: scale(1.1)
	}

	20% {
		transform: scale(1)
	}
}

.fancybox__slide {
	padding: 0 !important;
}