@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css');
@font-face {
	font-family: "Onest";
	src: url(../fonts/onset.woff2) format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
	font-family: "Quicksand";
	src: url(../fonts/quicksand.woff2) format("woff2");
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: "SugarPeachy";
  src: url("../fonts/SugarPeachyMedium.woff") format("woff"), url("./fonts/SugarPeachyMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SugarPeachy";
  src: url("../fonts/SugarPeachyLight.woff") format("woff"), url("./fonts/SugarPeachyLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
body.app {
    background-color: #1A1A1A;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
	padding-bottom: 0px;
}

@keyframes anim {
	12.5% {
		stroke-dasharray: 33.9887319946px, 242.7766571045px;
		stroke-dashoffset: -26.7054322815px;
	}
	43.75% {
		stroke-dasharray: 84.9718299866px, 242.7766571045px;
		stroke-dashoffset: -84.9718299866px;
		stroke: #C097F0;
	}
	100% {
		stroke-dasharray: 2.427766571px, 242.7766571045px;
		stroke-dashoffset: -240.3488905334px;
	}
}

.swal2-container {
	z-index: 9999 !important;
}
#outline {
	stroke: #C097F0;
}
.btn:focus {
	box-shadow: none !important
}

.btn-primary {
	background-color: #C097F0;
	border-radius: 8px;
	padding: .5rem 1.5rem;
	color: #2c2c2c;
    font-weight: 600;
	border: 1px solid #C097F0;
}

.btn-primary:hover {
	background-color: #c9b3fa;
	border-color: #c9b3fa;
	color: #2c2c2c;
}

.btn-primary:focus {
	box-shadow: none;
	outline: none
}

.btn-secondary {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 8px;
	padding: .5rem 1.5rem;
	font-weight: 600;
}

.btn-secondary:hover {
	background-color: #f1faff;
	border: 1px solid #f1faff;
}

.btn-secondary:focus {
	box-shadow: none;
	color: #000;
	outline: none
}

.form-control {
	height: calc(1.5em + .75rem + 7px)
}

.form-control:focus {
	box-shadow: unset
}

.container-fluid.page__container {
	padding: 30px 30px 55px
}

@media (max-width:380px) {
	.container-fluid.page__container {
		padding: 15px 15px 55px
	}
}

@media (max-width:576px) {
	.page-container {
		padding: 30px !important
	}
}

@media (max-width:380px) {
	.page-container {
		padding: 15px !important
	}
}
.header-fixed .app-body {
	margin-top: 0px;
}
.header-fixed .page-container {
    padding: 0px;
}
.edit-profile-card {
    background-color: #2c2c2c;
    border-radius: 10px;
    margin-top: 80px;
}

.edit-profile-card .profile__img-wrapper {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 98
}

.edit-profile-card__btn {
	margin-top: 100px
}

.profile__favicon-img-wrapper img,
.profile__logo-img-wrapper img,
.pwa-icon-wrapper img {
	border: 0px solid #f5f8fa
}

.pwa-icon-wrapper img {
	height: 100px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100px
}

.bg-regent-opacity-3 {
    background-color: #2C2C2C;
    padding: 4px 12px !important;
    border-radius: 21px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width:575px) {
	.bg-regent-opacity-3 {
		padding: .25rem 1rem !important
	}
}

.truncate-div {
	width: calc(100% - 40px)
}

.truncate-button {
	width: calc(100% - 110px)
}

.contact-checkbox {
	display: inline-block !important;
	width: 23%
}

@media (max-width:420px) {
	.contact-checkbox {
		width: 48%
	}
}

@media (max-width:575px) {
	.new-user-btn {
		display: none
	}

	.user-header {
		width: 100%
	}
}

@media (max-width:410px) {
	.user-filter {
		flex-direction: column !important
	}

	.user-filter .user-select2:first-child {
		margin-right: 0 !important
	}
}

@media (max-width:768px) {
	.remove-tooltip {
		pointer-events: none
	}
}

.modal-new-conversation, #createNewGroup .modal-content, .modal-content {
	min-width: unset;
	background-color: #2C2C2C;
    border-radius: 21px;
    padding: 24px;
    backdrop-filter: blur(10px);
}
.modal-dialog {
	border-radius: 10px;
	overflow: hidden;
	align-items: center;
    display: flex;
	min-height: calc(100% - 1rem);
}
@media (min-width: 576px) {
     .modal-dialog {
        min-height: calc(100% - 3.5rem);
    }
}

.modal-dialog .modal-header {
	align-items: center;
	border: none;
  /*  margin-bottom: 12px;
    background-color: #1A1A1A;
    padding: 12px;
    border-radius: 12px;
	*/
}

.modal-dialog .modal-header .close:focus {
	outline: none
}

.modal-header .modal-title {
    color: #fff;
    font-family: "SugarPeachy";
    font-weight: 500;
    font-size: 20px;
}
.conversation-modal .nav-link:not(:last-child) {
    margin-right: 13px;
}
.conversation-modal .nav-link {
    padding: 0px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #787878;
}
.close, .close:hover {
    color: #fff;
    text-shadow: none;
}

.conversation-modal .nav-link.active {
	background-color: #C097F026;
	border: 1.5px solid #C097F080;
	color: #FFFFFF;
	padding: .5rem 1rem;
}

.conversation-modal .tab-content {
    border: 0;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .05);
    background-color: #1A1A1A;
    border-radius: 12px;
}

.online-status {
    font-size: 13px;
    color: #787878;
}


@media (max-width:380px) {
	.online-status {
		font-size: 12px
	}
}

.group-about-sidebar .nav {
	justify-content: space-evenly
}

.group-about-sidebar .nav .nav-link {
	color: #C097F0
}

.group-about-sidebar .nav .nav-link .badge-secondary {
	background-color: #f1faff;
	color: #C097F0
}

.group-about-sidebar .nav .nav-link.active {
	background-color: #C097F0;
	color: #2C2C2C;
	font-weight: 500;
}

.group-about-sidebar .nav .nav-link.active .badge-secondary {
	background-color: #fff;
	color: #C097F0
}

.group-about-sidebar .tab-content .badge-primary {
    background: #C097F01A;
    border: 1px solid #C097F0;
}

.group-about-sidebar .tab-content .chat__person-box {
	border: none;
	border-bottom: 0px dashed #ebebeb !important;
	background-color: #242424;
}
.group-about-sidebar .chat-profile__column .btn-delete-group {
	background-color: #F4433612 !important;
	border: 1px solid #F4433633 !important;
	border-radius: 8px;
	padding: .5rem 1.5rem
}

.group-about-sidebar .chat-profile__column .btn-delete-group:hover {
	background-color: #f64846 !important;
	border: 1px solid #f64846 !important
}

.group-about-sidebar .chat-profile__column .btn-delete-group:focus {
	box-shadow: none !important;
	color: #000;
	outline: none
}

.msg-badges {
    background: #C097F01A;
    border: 1px solid #2C2C2C;
    color: #787878;
}

table.dataTable thead .sorting_asc {
	background-image: url(../images/asc_sort.png)
}

table.dataTable thead .sorting_desc {
	background-image: url(../images/desc_sort.png)
}
table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png");
}

.user-name-data {
	color: #ffffff;
	cursor: default;
	font-weight: 500
}

.user-name-data:hover {
	color: #ffffff;
	text-decoration: none
}

.user-email-data {
	color: #5f5f5f;
	font-weight: 500
}

.switch-slider {
	background-color: #787878;
	border: 1px solid #787878;
	border-radius: 50px
}

.switch-slider:before {
	border: 1px solid #787878;
	border-radius: 50%
}

.switch-slider:after {
	color: #787878 !important
}

.switch-outline-primary-alt .switch-input:checked+.switch-slider {
	background-color: #C097F0;
	border-color: #C097F0;
}

.switch-outline-primary-alt .switch-input:checked+.switch-slider:before {
	background-color: #fff;
	border-color: #fff
}

.switch-outline-primary-alt .switch-input:checked+.switch-slider:after {
	color: #C097F0 !important
}

#loadMoreArchiverConversationBtn a,
#loadMoreConversationBtn a {
	background-color: #009ef7
}

@media (max-width:380px) {
	.edit-profile-image {
		flex-direction: column-reverse !important
	}

	.edit-profile-image .edit-profile-btn {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 10px
	}
}

.permission-lh {
	line-height: 1.2
}

@media (max-width:380px) {
	.radio-group-section {
		margin-top: 5px !important
	}

	.div-group-privacy,
	.div-group-type {
		flex-direction: column !important
	}

	.div-group-privacy .radio-group-type,
	.div-group-type .radio-group-type {
		justify-content: flex-start !important
	}
}

@media (max-width:991px) {
	.new-group-members .added-members {
		border-top: 1px solid #ebebeb
	}

	.chat__people-wrapper--responsive {
		transform: translateX(-265px);
	}
	.chat__people-wrapper--responsive .chat__people-wrapper-header {
		padding: 16px 12px
	}

	.chat__people-wrapper--responsive .chat__people-wrapper-button {
		margin-right: 0 !important
	}

	.chat__people-wrapper--responsive .chat__search-responsive-icon {
		margin-right: 0px !important;
		background-image: url(../images/das-search-lens.svg);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
	}

	.chat__people-wrapper--responsive .chat__person-box {
		padding-right: 7px !important
	}

	.chat__not-selected.not-selected {
		position: unset;
		transform: unset
	}
}

@media (max-width:575px) {
	.chat__area-form {
		padding-right: .5rem
	}
}

@media (max-width:360px) {
	.chat__profile-avatar {
		width: 130px
	}
}

@media (max-width:330px) {
	.chat__profile-avatar {
		width: 100px
	}
}

@media (max-width:420px) {
	.chat__area-header-avatar {
		height: 40px;
		min-width: 40px;
		width: 40px
	}

	.chat__area-header-avatar img {
		height: 40px;
		width: 40px
	}

	.chat__header-top {
		margin-left: 10px !important
	}
}

.chat__inner {
	background-color: transparent;
	border-radius: 0px;
	box-shadow: unset;
	height: 100vh;
}
.chat__search-wrapper {
	padding: 0 0px 12px;
}
.chat__search {
	border-radius: 12px;
	padding: 8px 8px 8px 12px;
	position: relative;
}
.chat__search,
.chat__search-input {
	background-color: #2C2C2C
}
.chat__search::before {
	content: "";
	position: absolute;
	background-image: url(../images/das-search-lens.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 8px;
	z-index: 9;
	transform: translateY(-50%);
}
.chat__search i {
	display: none;
}
.chat__people-wrapper .chat__search-input {
	padding: 0.5rem;
    font-weight: 500;
    font-size: 14px;
	color: #ffffff;
}
.chat__people-wrapper {
	background-color: #1a1a1a;
	border-right: 1px solid #2a2a2a;
	z-index: 1009;
	max-width: 33.33333333%;
    padding: 44px 20px 0px 20px;
}
.chat__tab-content {
	background-color: transparent;
	border-top: 0px;
}
.chat__people-wrapper-header {
    padding: 0px;
    font-family: "SugarPeachy";
    font-weight: 500;
    font-size: 32px;
    gap: 12px;
    color: #fff;
    align-items: center;
	margin: 0 0 24px;
}
.chat__people-wrapper-header span {
	font-size: 32px;
}
.chat__people-wrapper .nav-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px !important;
    background-color: #2C2C2C;
    padding: 5px;
    border-radius: 12px;
}
.nav-tabs .nav-link {
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    padding: 10px;
    border-radius: 12px;
    border: none;
	margin-bottom: 0px;
}
.chat__tab-nav .nav-item {
    width: auto;
    flex: 1;
	margin-bottom: 0px;
}
.chat__no-archive-conversation i::before, .chat__not-selected i::before, .chat__no-conversation i::before {
    content: "💬";
    font-size: 64px;
    opacity: .3;
    background: #1a1a1a;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.chat__person-box-detail {
    max-width: calc(100% - 125px);
}
.chat__people-wrapper-button i img {
    display: none;
}
.chat__people-wrapper-button .group-icon  {
    width: 26px;
    height: 26px;
    background-image: url(../images/people.png);
    filter: brightness(0) invert(1);
    background-size: contain;
	margin-right: 10px;
}
.chat__people-wrapper-button .remove-tooltip:not(.group-icon) {
    width: 24px;
    height: 24px;
    background-image: url(../images/chat.png);
    filter: brightness(0) invert(1);
    background-size: contain;
}

@media (max-width:575px) {
	.chat__people-wrapper {
		left: -110%
	}
}

@media (max-width:380px) {
	.chat__area-title {
		font-size: 16px
	}
}

.chat__area-wrapper {
	background-color: #0f0f0f;
	overflow: hidden;
	margin-left: 0px !important;
	padding: 55px 0px 0px;
}

@media (max-width:991px) {
	.chat__area-wrapper {
		margin-left: 57px !important;
		max-width: 100%;
	}
}

@media (max-width:575px) {
	.chat__area-wrapper {
		margin-left: 0;
		max-width: 100%
	}
}

.chat__person-box-detail p,
.chat__person-box-time {
	color: #a1a5b7
}
.chat__person-box-detail p {
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
}
.chat__area-header {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px;
    background: #2C2C2C;
}
.chat__person-box-msg-time {
    max-width: unset;
    padding-right: 1rem;
    align-self: stretch;
    padding-block: 7px 0px;
}
.dropdown.msgDropdown {
    position: absolute;
    right: 0;
    top: 13.5px;
}
.dropdown.msgDropdown .action-dropdown {
    padding-right: 0.8rem !important;
}
.chat__person-box-time {
    font-weight: 500;
    font-size: 12px;
    color: #787878;
}
.chat__header-top {
    margin: 0px !important;
}
.chat__area-header-avatar img {
    height: 48px;
    width: 48px;
}
.chat__area-title {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}
.chat-conversation .msg-options  {
	padding: 0px;
}
.chat-conversation .msg-options i {
	padding: 10px !important;
}
.chat-conversation__receiver i {
    color: #fff !important;
}

@media (max-width:1100px) {
	.chat__area-header>div:first-child {
		align-self: unset !important
	}
}

.chat__area-text {
	border-top: 1px solid #eff2f5;
	gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    background-color: #2C2C2C !important;
    align-items: center;
	border-bottom-right-radius: 0px;
	height: auto;
}

.chat__area-icon i {
	color: #a1a5b7
}

.chat__area-icon:hover i {
	color: #C097F0;
}
.chat__person-box-avtar {
    min-width: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.05);
}
.chat__person-box-avtar img {
	width: 52px;
    height: 52px;
}
.chat__person-box {
    gap: 12px;
    padding: 8px;
    border-radius: 12px;
    cursor: pointer;
    transition: background .2s;
    border: 1px solid transparent;
    margin-bottom: 4px;
}
.msg-info__column .chat__person-box {
    background-color: #2c2c2c;
}

.chat__person-box:before {
	background-color: #009ef7;
	width: 4px;
	display: none;
}

.chat__person-box:hover {
    background-color: #242424;
}

.chat__person-box-name {
	margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.chat__person-box--active {
    background: #242424;
    border-color: rgba(255, 255, 255, 0.05);
}

.chat__msg-day-divider {
	background-color: unset
}

.chat__text-preview {
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #ddd;
    border-left: 3px solid #9b6bff;
    border-top: 0;
	height: auto;
	position: absolute;
    width: 100%;
    bottom: 74px;
}

.chat__reply-text {
	background-color: transparent;
	border-radius: 10px;
	height: auto;
}

.chat__reply-text .replay-message,
.chat__reply-text .reply-to-user {
	padding-left: 25px
}

.chat__reply-text h5 {
    font-weight: 600;
    color: #9b6bff;
	font-size: 12px;
}
.chat__reply-text h6 {
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    font-size: 12px;
    margin: 0;
}

.chat__reply-close {
	padding-top: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.chat__reply-close .replay-close-btn {
	font-size: 22px;
	color: #ffffff !important;
}

.chat__person-box-count {
	background-color: #C097F0;
	color: #ffffff;
	height: 20px;
    width: 20px;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
	float: right;
}

.chat__person-box-status--online {
	background-color: #50cd89
}

.chat__msg-day-title {
	height: unset;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    align-self: center;
    background: #FFFFFF;
    color: #121212;
    padding: 8px 12px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}
.chat__msg-day-title:after, .chat__msg-day-title:before {
	display: none;
}

@media (min-width:450px) {
	.chat__msg-day-title:before {
		background: linear-gradient(90deg, #fff, #c9ccd7);
		left: -90px
	}

	.chat__msg-day-title:after,
	.chat__msg-day-title:before {
		content: "";
		height: 1px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 80px
	}

	.chat__msg-day-title:after {
		background: linear-gradient(90deg, #c9ccd7, #fff);
		left: unset;
		right: -90px
	}
}

.chat__no-archive-conversation .fa,
.chat__no-conversation .fa,
.chat__not-selected .fa {
	color: #009ef7
}

.chat__msg-day-new-msg {
	border: 1px solid #009ef7;
	color: #009ef7
}

.chat__tab-nav .nav-item a.active,
.chat__tab-nav .nav-item a.active:focus {
	border-bottom-color: #009ef7
}

.chat__area-form .emojionearea.txtMessage.emojionearea-inline {
	background-color: transparent;
	box-shadow: none
}

.chat__area-form .emojionearea.txtMessage.emojionearea-inline>.emojionearea-button {
	top: 8px;
	opacity: 1;
}
.emojionearea .emojionearea-button>div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
    background-image: url(../images/emoji.svg)!important;
}
button#chat-media-paperclip i::before, button#btnSend i::before {
	content: "";
}
button#btnSend {
	background-image: url(../images/send-mesg.svg);
	background-repeat: no-repeat;
	background-position: center;
}
button#chat-media-paperclip {
	background-image: url(../images/paper-pine.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.chat__area-form .emojionearea.emojionearea-inline>.emojionearea-editor {
	background-color: #transparent;
	height: 29px;
	margin: 3px 12px 3px 0 !important;
	overflow-y: auto !important;
	padding: 3px 0 !important;
	top: 3px;
	white-space: unset !important;
	color: #ffffff;
}

.chat .emojionearea .emojionearea-editor:empty:before {
	white-space: nowrap
}

.chat__area-send-btn {
	background-color: #009ef7
}

.chat__area-media-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s;
    color: #666;
}
.chat__area-media-btn:hover {
    background: #242424;
}
.chat__area-media-btn .fa {
	transition: all .2s ease
}
.chat__area-media-btn:hover .fa {
	color: #666;
}
.chat__area-form {
    padding-right: 0px;
}
.chat__person-box--active:after {
	display: none;
}
.chat__area-send-btn {
    background-color: #C097F0;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 7px;
    transition: all 0.2s;
}
.chat__area-send-btn--disable {
	background-color: #787878;
}
.chat .text-logo-color {
	color: #C097F0;
}

.chat-profile--active,
.msg-info--active {
	background-color: #1a1a1a;
	border-left: unset;
	border-radius: 0px;
	border: 1.5px solid #C097F026;
    border-radius: 17px;
    z-index: 1009;
    box-shadow: 0px 7px 20px 0px #C097F026;
	margin-left: 0px !important;
}

@media (min-width:992px) {
	.chat-profile--active {
		margin-left: 1rem
	}
}

.chat-profile--active .edit-group {
	transition: all .3s ease
}
.chat-profile--active .edit-group img {
	filter: brightness(0) invert(1);
}
.chat-profile--active .edit-group:hover {
	color: #009ef7
}

.chat-profile__column .fa {
	color: #aeb0b1;
	font-size: 16px
}

.chat-profile__header {
	background: #1A1A1A;
	border-radius: 10px;
	margin: 16px;
	padding: 5px 15px
}

.chat-profile__about {
	font-size: 20px
}
.added-group-members-list .group-members-list-chat-select__list-item {
    background-color: #1A1A1A;
    padding: 16px 12px;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
	border: 1px solid transparent;
}
.group-members-list-chat-select__list-item:hover {
	background-color: #2c2c2c;
}
.added-group-members-list .group-members-list-chat-select__list-item:hover,
.user-list-chat-select__list-item:hover {
	background-color: #1a1a1a;
	border-color: #f86c6b;
}

.group-members-list-chat-select__list-item .add-group-member,
.user-list-chat-select__list-item .add-group-member {
    font-weight: 500;
    font-size: 12px;
    color: #1A1A1A;
    line-height: 100%;
    margin-bottom: 0px;
    padding: 6px 12px;
    border-radius: 12px;
    background-color: #C097F0;
	border-color: #C097F0;
	font-weight: 500;
	text-transform: capitalize;
}
.msg-info__column-title, .chat-profile__column-title {
    color: #fff;
}
.msg-info__close-btn:hover, .chat-profile__close-btn:hover {
    color: #C097F0;
}
.chat-profile__divider {
    background-color: #FFFFFF08;
}
.text-muted {
    color: #787878 !important;
}
.text-truncate:not(.contact-title) {
    color: #787878;
}
.group-members-list-chat-select__list-item .remove-group-member,
.user-list-chat-select__list-item .remove-group-member {
	border-radius: 8px
}

.group-members-list-chat-select__list-item .add-user-contact-name,
.user-list-chat-select__list-item .add-user-contact-name {
	color: #ffffff;
	font-weight: 500 !important
}

.group-members-list-chat-select__list-item .add-user-email,
.user-list-chat-select__list-item .add-user-email {
	color: #787878;
	font-weight: 400
}

.chat-conversation {
	height: calc(100% - 156px)
}
.chat-conversation__avatar {
	display: none;
}
.chat-conversation__sender .chat-conversation__bubble {
    align-self: flex-end;
    background: #C097F0;
    color: #ffffff;
    box-shadow: 0px 1px 3px 0px #546FFF1A;
    font-weight: 500;
    font-size: 14px;
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 10px;
    line-height: 1.4;
    word-wrap: break-word;
	border-top-right-radius: 0px;
}

.chat-conversation__sender .chat-conversation__bubble:before {
	border-color: #f1faff transparent transparent !important;
	display: none;
}

.chat-conversation__sender .chat-conversation__bubble .person-name-texture, .chat-conversation__receiver .chat-conversation__bubble .person-name-texture {
    color: #1e1e2d;
    padding-left: 0;
    font-weight: 700;
}

.chat-conversation__sender .chat-conversation__bubble .conversation-reply-text, .chat-conversation__receiver .chat-conversation__bubble .conversation__receiver-reply-text {
	background-color: rgba(0, 0, 0, 0.7);
}

.chat-conversation__sender .chat-conversation__bubble .conversation-reply-text .reply-confirm-text {
	word-break: break-all
}

.chat-conversation__sender .chat-conversation__bubble > p {
    color: #1e1e2d;
    padding: 0 !important;
}
.chat-conversation__receiver .chat-conversation__bubble > p {
	 padding: 0 !important;
}
.chat-conversation__sender .chat-conversation__bubble-text {
	color: #ffffff;
	word-break: break-word
}

.chat-conversation__sender .chat-conversation__menu {
	margin-left: 34px
}

.chat-conversation__sender .chat-container__read-status--read {
	color: #C097F0;
}

.chat-conversation__receiver .chat-conversation__bubble {
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 10px;
	line-height: 1.4;
    word-wrap: break-word;
	    align-self: flex-start;
    background: #FFFFFF1A;
    color: #ddd;
    border-top-left-radius: 0px;
    border: none;
    backdrop-filter: blur(7px);
    font-weight: 500;
    font-size: 14px;
	margin-right: 0px;
}

.chat-conversation__receiver .chat-conversation__bubble:before {
	border-color: transparent #f8f5ff transparent transparent !important;
	display: none;
}

.chat-conversation__receiver .chat-conversation__bubble .chat-conversation__bubble-text {
	color: #dddddd;
	word-break: break-word
}


.chat-conversation__receiver .chat-conversation__bubble .conversation__receiver-reply-text .reply-confirm-text {
	word-break: break-all
}

.chat-conversation__receiver .bubble-border-green {
	border: 2px solid #f5f8fa !important
}

.chat-conversation__bubble-text {
	font-weight: 500;
	max-width: 400px;
	width: 100%;
	word-spacing: 1px
}
span.reply-confirm-text *:empty:not(img) {
    display: none;
}

@media (max-width:490px) {
	.chat-conversation__bubble img {
		height: 150px;
		width: 150px
	}
}

@media (max-width:390px) {
	.chat-conversation__bubble img {
		height: 70px;
		width: 70px
	}
}

.chat-conversation__bubble img.emojione {
	height: 25px;
	width: 25px
}

.chat-conversation__bubble p {
	word-break: break-all
}
.preview-message {
    border-bottom: 0px solid #000;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "✕";
}
.chat-conversation__avatar .img-fluid {
	max-width: unset !important
}

.custom-control-label:before,
input[type=checkbox],
input[type=radio] {
	background-color: transparent;
	border: 1px solid #f5f8fa;
}

.custom-control-input:checked~.custom-control-label:before {
	background-color: #C097F0;
	border-color: #C097F0;
}
.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: rgb(192 151 240 / 33%);
    border-color: rgb(192 151 240 / 33%);
}
.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgb(192 151 240 / 20%);
}
.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #C097F0;
}
.switch-checkbox input:checked+label {
	background-color: #C097F0;
}

.custom-checked {
	height: 15px;
	width: 15px
}

.private-badge,
.public-badge {
	border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    background-color: #3f3f3f;
    padding: 4px 10px;
}

.private-badge {
	background-color: #42c9af
}

.dropdown.notification:focus-visible,
.language-menu:focus-visible {
	outline: none
}

.chat-replay-dropdown {
	z-index: 1
}

.app-header {
	border-color:  rgba(255, 255, 255, 0.05);
	background: #2c2c2c;
}
@media (min-width: 992px) {
    .header-fixed .app-header {;
        z-index: 1009;
    }
}

.app-header .notification__popup {
	margin-top: 14px !important;
	padding-bottom: 8px;
}

@media (max-width:620px) {
	.app-header .notification__popup {
		right: -135px !important
	}
}

@media (max-width:480px) {
	.app-header .notification__popup {
		max-width: 340px;
		right: -95px !important
	}
}

@media (max-width:380px) {
	.app-header .notification__popup {
		max-width: 300px;
		right: -95px !important
	}
}

@media (max-width:340px) {
	.app-header .notification__popup {
		max-width: 300px;
		right: -110px !important
	}
}

.app-header .notification__popup .dropdown-header {
	background-color: #1a1a1a;
	color: #fff;
	border-radius: 10px;
}

.app-header .notification__popup .dropdown-header .header-heading {
	align-items: center;
	display: flex
}

.app-header .notification__popup .dropdown-header .header-button a,
.app-header .notification__popup .dropdown-header .header-heading span {
	background-color: #fff;
	color: #2c2c2c;
}
.app-header .notification__popup .dropdown-header .header-button a {
    background: #C097F0;
	color: #ffffff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}
.app-header .notification__popup .notification-item .notification__info-count {
	align-items: center;
	background-color: #C097F0;
	display: flex !important;
	height: 20px;
	justify-content: center
}

.app-header .sidebar-toggler .header-arrow {
	color: #C097F0;
}

.app-header .sidebar-toggler .header-arrow-small {
	color: #C097F0;
	margin-right: -3px;
	position: relative;
	top: -1px
}

.app-header .navbar-nav .dropdown-right {
	right: 0 !important
}

@media (max-width:575px) {
	.app-header .navbar-nav .dropdown-right {
		right: -65px !important
	}
}

@media (max-width:480px) {
	.app-header .navbar-nav .dropdown-right {
		margin-top: 14px !important
	}
}

.app-header .navbar-nav .avatar-name {
	color: #ffffff;
	font-weight: 600;
	transition: all .3s ease
}

@media (max-width:480px) {
	.app-header .navbar-nav .avatar-name .profile-name {
		display: none
	}
}

.app-header .navbar-nav .avatar-name:focus-visible {
	outline: none
}

.app-header .navbar-nav .notification__icon span {
	background-color: #C097F0;
	color: #fff;
	border-color: #C097F0;
}

.app-header .navbar-nav .language-menu .dropdown-toggle {
	color: #ffffff !important;
	background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    display: block;
}
.app-header .nav-item .nav-link {
	color: #ffffff;
}
.app-header .nav-item .nav-link > .img-avatar {
    width: 35px;
    object-fit: cover;
}
.app-header .nav-item .notification__icon i {
	width: 18px;
    height: 18px;
    background-image: url(../images/notification.png);
	filter: brightness(0) invert(1);
	background-size: contain;
	background-repeat: no-repeat;
}
.app-header .nav-item .notification__icon i::before {
	content: "";
}

.app-header .navbar-brand {
	width: 230px
}
.dropdown-menu {
    overflow: hidden;
    background: #2C2C2C;
    border: 1.5px solid #C097F026;
    border-radius: 17px;
    z-index: 1002;
    display: none;
    box-shadow: 0px 7px 20px 0px #C097F026;
	padding: 8px
}
.app-header .dropdown-menu {
	padding-bottom: 8px;
}
.dropdown-menu .dropdown-header {
	border-bottom: none;
	padding: 10px 20px
}

.dropdown-menu .dropdown-text {
	background-color: #1A1A1A;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
}

.dropdown-menu .dropdown-item {
	border: 0 solid #f3f3f3;
	cursor: pointer;
	transition: all .1s ease;
	color: #787878 !important;
	font-weight: 500;
	border-radius: 12px;
	text-align: left !important;
	margin: 5px 0px 0px;
}
.dropdown-menu .dropdown-item:first-child {
	margin: 0px;
}
.notification__popup .read {
    background: transparent;
}
.dropdown-menu .dropdown-item .fa {
	transition: all .1s ease
}
.dropdown-item i {
	color: #787878;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.dropdown-menu .dropdown-item:hover {
	background-color: #FFFFFF12;
	color: #ffffff !important
}

.dropdown-menu .dropdown-item:hover .fa {
	color: #ffffff;
}

.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus {
	background-color: #FFFFFF12
}

.dropdown-menu .changeLanguage.dropdown-item {
	border: none
}
.dropdown-toggle::after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
	margin-left: 0px;
}
.profile {
	border: none;
	border-radius: 10px;
	box-shadow: none;
	height:auto;
    background-color: transparent !important;
}

.profile__img-wrapper {
	height: 140px;
	width: 140px
}

.profile__update-label {
	background-color: #C097F0;
	border-radius: 20px;
	color: #2c2c2c;
	font-weight: 600;
}

.profile__update-label:hover, .profile__update-label:focus, .profile__update-label:active {
	background-color: #c9b3fa;
	color: #2c2c2c;
}

.profile .remove-profile-img {
	border-radius: 20px
}

@media (max-width:380px) {
	.profile .width-100 {
		width: 100% !important
	}
}

.sidebar-minimized .sidebar .sidebar-nav .navbar-brand {
	padding: 12px 10px;
	transition: all .3s ease
}

.sidebar-minimized .sidebar .sidebar-nav .nav .nav-item .nav-link {
	height: unset;
	transition: all 1s ease;
	width: unset
}

.sidebar-minimized .sidebar .sidebar-nav .nav .nav-item:hover {
	overflow: visible;
	transition: all .3s ease;
	width: 50px
}

.sidebar-toggler:focus:not(:focus-visible) {
	box-shadow: none
}

@media (min-width:992px) {
	.sidebar-fixed .sidebar {
		bottom: 0;
		top: 0;
		width: 105px;
		z-index: 1021
	}

	.sidebar-fixed .app-header+.app-body .sidebar {
		height: 100vh
	}

	.sidebar-lg-show.sidebar-fixed .main {
		margin-left: 105px !important
	}
}

@media (max-width:991px) {
	.sidebar-show.sidebar-fixed .main {
		margin-left: 105px !important
	}
}

.sidebar-show .app-header .sidebar-toggler {
	transform: rotate(180deg);
	
}

html:not([dir=rtl]) .sidebar {
	margin-left: -105px
}

@media (min-width:992px) {
	.sidebar-lg-show.sidebar-fixed .app-footer {
		margin-left: 105px !important
	}

	.sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer {
		margin-left: 50px !important
	}

	.sidebar-minimized.sidebar-fixed .sidebar {
		width: 75px
	}

	.sidebar-minimized .sidebar .sidebar-minimizer {
		background-color: #1c1c28;
		width: 75px
	}

	.sidebar-fixed:not(.sidebar-lg-show) .app-footer,
	.sidebar-fixed:not(.sidebar-lg-show) .main {
		margin-left: 75px
	}

	.sidebar-fixed:not(.sidebar-lg-show) .sidebar {
		margin-left: 0 !important;
		width: 75px !important
	}

	.sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover,
	.sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav {
		width: 105px !important
	}

	.sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav .sidebar-toggler {
		transform: rotate(180deg)
	}

	.sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav .nav .nav-item .nav-link span {
		visibility: visible
	}

	.sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav {
		width: 75px
	}

	.sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav .sidebar-toggler {
		transition: all .3s ease
	}

	.sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav .nav .nav-item .nav-link span {
		visibility: hidden
	}
}

.sidebar {
	background-color: #2c2c2c
}

@media (max-width:992px) {
	.sidebar {
		width: 105px;
		height: 100vh;
	}
}

.sidebar .sidebar-inner-header {
	width: 70%;
	padding: 30px 0px;
	margin: 0 auto !important;
}
.sidebar .navbar-brand {
	transition: all .3s ease;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sidebar .navbar-brand img {
	margin-right: 0px !important;
	width: 100%;
	height: auto;
}
.sidebar-inner-header .navbar-toggler {
	display: none;
}
.sidebar .navbar-brand .brand-name-infy {
	color: #f5981c
}

.sidebar .navbar-brand .brand-name-chat {
	color: #009ef7
}

.sidebar .sidebar-nav {
	width: 105px
}

.sidebar .sidebar-nav .sidebar-toggler .toggle-arrow {
	color: #009ef7
}

.sidebar .sidebar-nav .sidebar-toggler .toggle-arrow-small {
	color: #009ef7;
	margin-left: -3px;
	position: relative;
	top: -1px
}

.sidebar .sidebar-nav .nav {
	min-height: unset;
	width: 105px
}
.sidebar .nav-link .nav-icon {
	margin-right: 0px !important;
	width: auto;
}
.sidebar .sidebar-nav .nav .nav-item .nav-link {
    transition: all .3s ease;
    color: #787878;
    background: transparent;
    padding: 10px;
    width: 100%;
	flex-direction: column;
    font-weight: 600;
    font-size: 12px;
    margin: 10px 0;
	border-radius: 0.375rem;
	text-align: center;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link span {
	color: #787878;
	font-weight: 500;
	transition: all .3s ease
}

.sidebar .sidebar-nav .nav .nav-item .nav-link.active span {
	color: #fff
}

.sidebar .sidebar-nav .nav .nav-item .nav-link.active {
    color: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 19.74%, rgba(255, 255, 255, 0.01) 71.05%);
}
.sidebar .sidebar-nav .nav .nav-item .nav-link .nav-icon {
	max-width: 28px; 
	filter: brightness(0) saturate(100%) invert(49%) sepia(11%) saturate(0%) hue-rotate(150deg) brightness(92%) contrast(82%);
	margin-bottom: 3px;
	padding-bottom: 0px;
}
.sidebar .sidebar-nav .nav .nav-item .nav-link.active .nav-icon {
	-webkit-animation: growUpActive .3s forwards;
	animation: growUpActive .3s forwards;
	color: #009ef7;
	opacity: 0;
	filter: brightness(0) invert(1);
    padding-bottom: 0px;
	
}

@-webkit-keyframes growUpActive {
	0% {
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes growUpActive {
	0% {
		transform: scale(0)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.app-footer {
	background-color: transparent;
	border-color: transparent;
	z-index: 1001;
	display: none;
}

@media (max-width:440px) {
	.app-footer {
		height: 65px
	}
}

.paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 50% !important;
	transition: all .3s ease;
	color: #787878;
    border-radius: 6px !important;
    padding: 8px 12px;
    transition: all 0.2s ease;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0%;
    background-color: #1a1a1a;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current) {
    color: #787878 !important;
}

.paginate_button.disabled, .paginate_button.current {
	pointer-events: none;
}
.paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover, .paginate_button:not(.current):hover {
    background: #fff !important;
    box-shadow: unset !important;
    color: #2c2c2c !important;
	 border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
	color: gray !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	background: unset !important;
	box-shadow: none
}

.index__btn {
    background-color: #2C2C2CBF;
    padding: 2.5px 12px;
    border-radius: 27px;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #787878;
    align-items: center;
    max-height: 28px;
}

.index__btn,
.index__btn .action-icon {
	transition: all .2s ease
}

.index__btn.btn-ghost-success:hover {
	background-color: #f5f8fa;
	border-color: #f5f8fa
}

.index__btn.btn-ghost-success:hover .action-icon {
	color: #009ef7
}

.index__btn.btn-ghost-danger:hover {
	background-color: #f5f8fa;
	border-color: #f5f8fa
}

.index__btn.btn-ghost-danger:hover .action-icon {
	color: #fc6369
}

.zoom-video {
	border-radius: 3px;
	padding: 3px 5px
}

.btn-ghost-danger:focus,
.btn-ghost-success:focus {
	background-color: #f5f8fa !important;
	border-color: #f5f8fa !important
}

.table-bordered>:not(caption)>* {
	border-width: 0
}

::-webkit-scrollbar-thumb,
:not(pre)::-webkit-scrollbar {
	height: 0
}

.table>:not(:first-child) {
	border-top: 1px dashed #f3f3f3
}

.dataTables_wrapper .dataTables_info {
	padding-top: 24px !important
}

table.dataTable {
	border: none
}

table.dataTable .dataTables_empty {
	--bs-table-striped-bg: #fff
}

table.dataTable.no-footer,
table.dataTable tr {
	border-bottom: 1px dashed rgba(253, 253, 253, .2);
}

table.dataTable thead th {
	border: none;
	color: #787878;
	vertical-align: middle
}

table.dataTable thead td {
	border: none;
	padding: 14px
}

table.dataTable tbody th {
	border: none
}

table.dataTable tbody td {
	border: none;
	padding: 14px
}

.page__heading {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    font-family: "SugarPeachy";
}

.main-table .card {
	border: none;
	border-radius: 10px;
	background-color: transparent;
	overflow: hidden;
}

.main-table .card .page-header {
	background-color: #f5f8fa;
	border-bottom: 1px solid rgba(253, 253, 253, .2);
	padding: 1.25rem !important;
	background-color: transparent;
}
.main-table .card .table, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #fff;
}
.main-table .card .card-body .table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f5f8fa !important
}
.main-table .card .card-body .dataTables_filter input[type=search]:focus {
	box-shadow: none
}
.main-table .card .card-body .dataTables_length select {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 2px 0px;
    margin: 0px 5px;
}
.main-table .card .card-body .dataTables_length select:focus-visible {
	outline: none
}

.main-table .card .card-body .dataTables_wrapper .dataTables_filter input {
    background-color: #2C2C2C;
    border: 1px solid #2C2C2C !important;
    border-radius: 10px !important;
    height: calc(1.5em + .75rem + 12px);
    min-width: 230px;
    color: #fff;
}
.main-table .card .card-body .dataTables_wrapper .dataTables_filter input::placeholder {
	color: #787878;
}
.main-table .card .card-body .dataTables_wrapper .dataTables_filter input:focus {
	background-color: #2C2C2C
}

#filter_user+.select2-container {
	width: 171px !important
}

.select2-container .select2-dropdown {
    background: #2C2C2C;
    border: 1.5px solid #C097F026;
    border-radius: 17px;
    z-index: 1000;
    box-shadow: 0px 7px 20px 0px #C097F026;
    padding: 8px;
    overflow: hidden;
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
	background-color: #FFFFFF12 !important;
	border-radius: 10px;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	background-color: #f5f8fa;
	border: 1px solid #f5f8fa !important;
	border-radius: 10px !important;
	height: auto;
	min-height: 39px !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 33px !important;
	margin-bottom: 2.5px !important;
	margin-top: 2.5px !important
}

.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-selection--single .select2-selection__choice {
	line-height: 26px !important
}

.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow {
	top: 7px
}

.select2-container .select2-search__field {
	margin-top: 0 !important
}

.user-select2 .select2-selection--multiple,
.user-select2 .select2-selection--single {
	background-color: #fff
}

.account-container {
	max-width: 550px
}

.forgot-pw-container {
	max-width: 540px;
	width: 100%
}

.login-group {
	border-radius: 10px;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, .03)
}

.login-group__card {
	border: 1px solid transparent;
	width: 100%
}

.login-group__title {
	color: #024a66;
	font-weight: 800;
	letter-spacing: 1px
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #1A1A1A;
	border-radius: 10px;
}

@media (max-width:425px) {
	.login-group__title {
		font-size: 34px
	}
}

.login-group__sub-title {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500
}

.login-group .register-link {
	color: #009ef7
}

.login-group .register-link:hover {
	color: #008ede;
	text-decoration: none !important
}

.login-group__hover {
	color: #024a66;
	font-size: 14px;
	letter-spacing: .5px
}

.login-group__hover:hover {
	color: #009ef7
}

.login-group__signup-text {
	color: #fff !important;
	font-weight: 800;
	letter-spacing: 1px
}

.login-group__signup-subtext {
	color: #e4f7ff !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px
}

.login-group__input {
	background-color: #2C2C2C !important;
	border: 1px solid #2C2C2C !important;
	border-radius: 10px !important;
	height: calc(1.5em + .75rem + 12px);
	color: #ffffff !important;
}
.login-group__input:has(.custom-radio) {
	background-color: transparent !important;
	border: none !important;
	height: auto;
}
#createNewGroup .login-group__input, #changePasswordModal .login-group__input, #setCustomStatusModal .login-group__input {
	background-color: #1A1A1A !important; 
	border-color: #1A1A1A !important;
}
.login-group__input::placeholder {
	color: #787878 !important;
}
.login-group__input:focus {
	background-color: #2C2C2C !important;
	border: 1px solid #2C2C2C !important;
	box-shadow: none
}

.login-group__btn {
	border-radius: 10px;
	height: 45px
}

.login-group__checkbox label {
	color: #024a66
}

.login-group__checkbox input {
	height: 18px;
	width: 18px
}

.login-group__forgot {
	color: #024a66
}

.login-group__line {
	background-color: #f3f3f3;
	height: 1px
}

.login-group__line span {
	background-color: #fff;
	color: #024a66;
	padding: 0 20px
}

.login-group__img {
	-o-object-fit: cover;
	object-fit: cover
}

.login-group__register-btn {
	background-color: #009ef7;
	border-radius: 10px !important;
	height: 45px
}

.login-group__register-btn:hover {
	background-color: #0095e8;
	border: 1px solid #0095e8
}

.login-group__login-icon {
	height: 20px;
	margin-right: 10px;
	width: 20px
}

.login-group__rounded {
	border: 1px solid #f3f3f3;
	border-radius: 10px
}

.login-group__rounded a {
	color: #024a66;
	transition: all .3s ease
}
.list-with-filter {
	border: 1.5px solid #C097F026;
    border-radius: 17px;
    box-shadow: 0px 7px 20px 0px #C097F026;
    background-color: #272727;
}
.list-group-item {
	background-color: transparent;
}
.profile-emoji .emojionearea.emojionearea-inline {
	border: 0px solid rgba(0, 158, 247, .05);
	border-radius: 10px;
	height: auto !important;
	background-color: transparent;
}

.profile-emoji .emojionearea.emojionearea-inline .emojionearea-button>div {
	right: 3px;
	top: 6px
}
.profile-emoji .emojionearea.emojionearea-inline>.emojionearea-editor {
	left: 8px;
	top: 5px
}
.profile-emoji .emojionearea.emojionearea-inline>.emojionearea-editor:before {
	bottom: 4px;
	left: 55%;
	top: 10px
}
@media (max-width:575px) {
	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
		height: 276px;
		margin-right: -156px !important;
		top: 52px;
		width: 246px
	}
}

@media (max-width:330px) {
	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
		height: 236px
	}
}

@media (max-width:575px) {
	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper {
		height: 276px;
		width: 246px
	}
}

@media (max-width:330px) {
	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper {
		height: 236px
	}
}

@media (max-width:575px) {
	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-scroll-area {
		height: 185px
	}
}

@media (max-width:330px) {
	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-scroll-area {
		height: 150px
	}
}

@media (max-width:575px) {
	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
		left: 16px;
		top: -15px !important;
		transform: rotate(90deg)
	}

	.user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-filters {
		overflow-x: auto
	}
}

.app-footer a {
	color: #009ef7
}

@media (max-width:575px) {
	.hide-sidebar {
		left: -110%
	}

	.show-sidebar {
		left: 0;
		max-width: 100% !important;
		width: 100% !important
	}

	.chat__people-wrapper-bar {
		display: none
	}
}

.back-to-chat {
	align-items: center;
	background: #fff;
	border: 1px solid #e8eaf2;
	border-radius: 3px;
	color: #73788b;
	cursor: pointer;
	height: 30px;
	justify-content: center;
	margin-right: 15px;
	width: 30px
}

@media (min-width:576px) {
	.back-to-chat {
		display: none !important
	}
}

@media (max-width:420px) {
	.back-to-chat {
		margin-right: 10px
	}
}

.begin-chat-btn {
	display: block;
	margin: 10px auto;
	width: calc(100% - 20px) !important;
	background-color: transparent;
}

.dataTables_paginate {
	margin-bottom: 5px
}

@media (max-width:400px) {
	.audio-control audio {
		margin-left: -30px;
		transform: scale(.8)
	}
}

@media (max-width:330px) {
	.audio-control audio {
		margin-left: -38px;
		transform: scale(.75)
	}
}

@media (max-width:575px) {
	.landing {
		height: 100vh
	}
	.chat__inner {
		height: calc(100vh - 195px);
	}
	.header-fixed .app-body {
		margin-top: 55px;
	}
}

@media (max-width:1120px)and (min-width:1024px) {
	.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
		right: -110px
	}
}

@media (max-width:500px) {
	.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
		width: 246px
	}
}

@media (max-width:420px) {
	.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
		right: -104px
	}
}
@media (max-width: 380px) {
	.chat__inner {
		height: calc(100vh - 165px);
	}
}

@media (max-width:500px) {
	.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper {
		width: 246px
	}
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper .emojionearea-filters {
	overflow-x: auto
}

@media (max-width:1120px)and (min-width:1024px) {
	.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
		right: 120px
	}
}

@media (max-width:420px) {
	.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
		right: 115px
	}
}

@media (max-width:390px) {
	.dropzone .dz-preview {
		display: block;
		margin: 0 auto !important;
		padding: 15px
	}

	.dropzone .dz-preview .dz-image {
		margin: 0 auto
	}

	.dropzone .dz-preview .dz-remove {
		margin: 0 auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}
}

@media (max-width:1450px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 18em !important
	}

	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row {
		flex-direction: column
	}

	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row .datepicker,
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row .timepicker {
		flex: 0 0 100% !important;
		max-width: 100% !important
	}
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #009ef7
}

.bootstrap-datetimepicker-widget table td.day {
	line-height: 26px
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: #009ef7
}

@media (max-width:400px) {
	.swal2-input::-moz-placeholder {
		font-size: 16px
	}

	.swal2-input:-ms-input-placeholder {
		font-size: 16px
	}

	.swal2-input::placeholder {
		font-size: 16px
	}
}

@media (max-width:350px) {
	.swal2-input::-moz-placeholder {
		font-size: 14px
	}

	.swal2-input:-ms-input-placeholder {
		font-size: 14px
	}

	.swal2-input::placeholder {
		font-size: 14px
	}
}

.reported-by,
.reported-to,
.reported-user-notes {
	background-color: #f5f8fa !important;
	border: 1px solid #f5f8fa !important;
	border-radius: 10px !important;
	padding: 10px
}

.ekko-lightbox a {
	color: #20a8d8;
	opacity: 1
}

.ekko-lightbox-nav-overlay a {
	color: #fff
}

.ekko-lightbox-nav-overlay a:first-child {
	margin-left: -40px
}

.ekko-lightbox-nav-overlay a:last-child {
	margin-right: -40px
}

.ekko-lightbox-nav-overlay a span {
	padding: 0
}

.ekko-lightbox.modal .modal-dialog {
	padding-left: 30px;
	padding-right: 30px
}

@media (max-width:575px) {
	.truncate-block-button {
		width: calc(100% - 140px)
	}

	.ekko-lightbox.modal.fade.in.show .modal-dialog {
		margin-bottom: 1.75rem !important;
		margin-top: 1.75rem !important
	}
}

.ekko-lightbox.modal.fade.in.show .modal-dialog .modal-content .modal-header {
	background-color: #fff;
	border-bottom: unset;
	padding: 1rem 1rem 0
}

.back-to-login__btn {
	color: #009ef7;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px
}

.back-to-login__btn:hover {
	color: #008ede
}

@media (max-width:400px) {
	.back-to-login__btn {
		margin-bottom: 10px;
		margin-right: auto
	}

	.forgot-pw-block {
		flex-direction: column !important
	}
}

.red {
	color: red
}

.dropzone .dz-default.dz-message {
	margin: 3em 0
}

.custom-checkbox {
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px
}

@media (min-width:576px) {
	.custom-checkbox {
		flex: 0 0 33%;
		max-width: 33%
	}
}

@media (min-width:768px) {
	.custom-checkbox {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (min-width:1600px) {
	.custom-checkbox {
		flex: 0 0 33%;
		max-width: 33%
	}
}

@media (max-width:1599px)and (min-width:768px) {
	.custom-checkbox:nth-child(2n) {
		padding-right: 0
	}
}

@media (max-width:575px) {
	.custom-checkbox:nth-child(2n) {
		padding-right: 0
	}
}

.start-date-width {
	width: 20vh !important
}

@media (max-width:767px) {
	.start-date-width {
		min-width: 200px !important
	}
}

.yBoxOverlay {
	padding-left: 30px;
	padding-right: 30px
}

.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
	right: -75px
}

@media (max-width:768px) {
	.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
		right: -45px
	}
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg {
	left: -75px
}

@media (max-width:768px) {
	.yBoxFrame.yBoxImgWrap .yBoxNextImg {
		left: -45px
	}
}

@media screen and (max-width:767px) {
	.yBoxFrame.yBoxImgWrap {
		height: auto;
		width: auto
	}
}

.yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
	height: 100%
}

.yBoxFrame .yBoxNextImg:focus-visible,
.yBoxFrame .yBoxPrevImg:focus-visible {
	outline: none !important
}

.yBoxFrame {
	background: #fff !important;
	padding-top: 45px
}

.closeYbox {
	background: #979797 !important
}

@media (max-width:575px) {
	.chat__person-box-msg-time .hide-ele {
		visibility: visible !important
	}
}

@media (max-width:420px) {
	.media-wrapper a {
		max-width: 115px
	}
}

.mw-unset {
	max-width: unset !important
}

.add-icon {
	height: auto;
	margin-top: -2px;
	width: 18px;
	filter: brightness(0) saturate(100%) invert(81%) sepia(18%) saturate(235%) hue-rotate(192deg) brightness(82%) contrast(81%);
}
img.add-icon:hover {
    filter: brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(6254%) hue-rotate(207deg) brightness(96%) contrast(95%);
}
.edit-icon {
	height: auto;
	width: 24px
}

.cms-img-wrapper img {
	border: 1px solid #f5f8fa;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100px
}
.end-0 {
	right: 0 !important
}
.bottom-0 {
	bottom: 0 !important
}
.top-0 {
	top: 25px !important
}
div .swal2-popup {
	background: #2C2C2C;
    border-radius: 21px;
    color: #fff;
    padding: 24px;
    backdrop-filter: blur(10px);
}
.swal2-popup .swal2-icon.swal2-warning {
    border-color: #C097F0;
    color: #C097F0;
}
.swal2-popup .swal2-title {
    color: #fff;
}
.swal2-popup .swal2-content {
	color: #787878;
}
.swal2-actions button, #open-report-user-modal {
    display: inline-block;
    background: #ffffff;
    color: #1A1A1A;
    border-radius: 71px;
    padding: 20px 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    border-color: #ffffff;
    flex: 1;
}
.swal2-actions button:first-child {
	background: #C097F0;
	border-color: #C097F0;
	color: #2c2c2c;
}
.chat__tab-content .tab-pane {
    height: calc(100vh -380px);
}
.iradio_square-blue {
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
}
.iradio_square-blue::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    border-left: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
    transform: rotate(-45deg);
    top: 6px;
    left: 5px;
}
.iradio_square-blue.checked {
    background-color: #C097F0;
    border-color: #C097F0;
}
.notification__popup .dropdown-item .description span, .notification__popup .dropdown-item .notification__info-time {
	color: #787878;
}
.notification__popup .dropdown-item .description {
	color: #ffffff;
}
.dropzone {
	background: transparent;
	border-color: #FFFFFF08;
}
.msg-info__divider {
	background-color: #FFFFFF08;
}
.chat-conversation__bubble *:empty:not(img):not(i) {
    display: none;
}

/* Explore Section */


.main-content.tab-content .tab-pane {
	padding: 0px;
}
.pe-lg-3, .pe-2, .pe-0 {
	padding-left: 0px;
}
.ps-lg-3, .ps-2, .ps-0 {
	padding-right: 0px;
}
.das-reply {
    background: #C097F026;
    border: 1.5px solid #C097F080;
    width: 100%;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}
.das-reply:hover {
    background: #C097F026;
    border: 1.5px solid #C097F080;
    color: #FFFFFF;
}
.das-detail {
    background-color: #FFFFFF !important;
    border: 1.5px solid #FFFFFF !important;
    width: 100%;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #2C2C2C;
}
.das-detail:hover {
    background-color: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    color: #2C2C2C;
}
.custom-dropdown .dropdown-menu {
	    background-color: #1A1A1A;
    border: 1.5px solid #2C2C2C;
    border-radius: 12px;
    margin-top: 5px;
    padding: 8px 0;
    max-height: 300px;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.custom-dropdown .dropdown-menu .dropdown-item {
    border-radius: 0px;
	padding: 12px 16px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: transparent;
    width: 100%;
	margin: 0px;
}
.custom-dropdown .dropdown-menu .dropdown-item.active {
    background-color: #2C2C2C;
    color: #C097F0 !important;
}
.pagination {
    border-radius: 0;
	margin: 1.5rem 0px 0px;
    justify-content: center;
}
.pagination nav > div:first-child {
    display: none;
}
.pagination nav > div:last-child > div:last-child span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
	padding: 0px !important;
	border: 0 !important;
}
.pagination nav > div:last-child > div:last-child span[aria-disabled="true"] {
	display: none;
}
.pagination nav a, .pagination nav > div:last-child > div:last-child > span > span {
    color: #787878 !important;
    border-radius: 6px;
    padding: 8px 12px !important;
    transition: all 0.2s ease;
    font-weight: 600;
    line-height: 22px;
    background-color: #1a1a1a !important;
    border: none !important;
}
.pagination svg {
    width: 20px;
}
.pagination nav > div:last-child > div:last-child span > span[aria-current="page"], .pagination nav a:hover {
	background-color: #FFFFFF !important;
    color: #2C2C2C !important;
	text-decoration: none !important;
}
.main-table {
    padding: 60px 0px 0px;
}
.dataTables_wrapper .dataTables_length {
    color: #fff;
}
table.dataTable tbody tr {
    background-color: transparent;
}
.select2-container .select2-selection--single {
	background: #FFFFFF05;
    color: #fff;
    border: 1.5px solid #2C2C2C !important;
    padding: 16px 14px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease; 
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #787878;
	padding-left: 0px;
}
#premiumModal .modal-content {
	padding: 0px;
	color: #212529;
}
#premiumModal .modal-header {
    background-color: transparent;
}
.needsec-padd {
    background-color: #212529 !important;
}
p.list-head {
	font-size: 1rem;
}
#premiumModal .custom-checkbox {
    max-width: unset;
    padding: 0;
}
#premiumModal .modal-dialog {
    overflow: unset;
}
.modal-header .refer-modal .modal-title {
    font-weight: 500;
    font-size: 36px;
}
.new-group-members__list {
    overflow: auto;
    background-color: #1A1A1A !important;
    border: 1.5px solid #2C2C2C;
}
#modalAddGroupMembers .login-group__input, 
#editOldGroup .login-group__input {
    background-color: #1a1a1a !important;
}
.new-group-members__added-member-list {
    max-height: 320px;
    overflow: auto;
    background-color: transparent !important;
}
.group-members-list-chat-select__list-item:last-child {
	margin-bottom: 0px !important;
}
.group-about-sidebar .tab-content {
	background: transparent;
}
.dataTables_wrapper .dataTables_processing {
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: none !important;
    margin: 0;
    background: #2c2c2c;
    border-radius: 17px;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
	z-index: 3;
}
.main-table .card .table .btn-primary {
	background: #C097F026 !important;
    border: 1.5px solid #C097F080 !important;
    color: #ffffff;
}
#locationToggle::after {
	display: none;
}
.modal-header .close {
    border: 1.5px solid #78787880;
    border-radius: 15px;
    padding: 14px;
    width: 46px;
    height: 46px;
	background: transparent url(../images/close.svg) center/1em auto no-repeat;
	filter: invert(1) grayscale(100%) brightness(200%);
	font-size: 0px;
	background-size: 16px;
}
.modal-header .close:focus {
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}




  /* ====== PROFILE DETAILS STYLES ====== */

.profile__inner {
    max-width: 615px;
}
.profile-details {
	color: #fff;
	max-width: 615px;
	padding: 0px;
}

.profile-details h2 {
	font-family: 'SugarPeachy', sans-serif;
}

.photo-slot {
	width: 130px;
	height: 180px;
	border-radius: 7px;
	overflow: hidden;
}

.photo-slot .small-photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 7px;
}

.photo-slots {
	width: 130px;
	height: 180px;
	background-color: #2c2c2c;
	border: 1.5px solid #787878;
	border-style: dashed;
	border-radius: 7px;
	overflow: hidden;
}

.photo-slots .small-photo {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 7px;
}
.add-photo {
	background-color: #2c2c2c;
	cursor: pointer;
}
.card {
	border-radius: 12px;
}

.profile-title {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -1.1%;
}

.refer {
	padding: 20px 40px;
	border: none;
	border-radius: 21px;
	background-color: #2C2C2C;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -1%;
	text-align: center;
	color: #FFFFFF;
}

.go-premium {
	padding: 20px 40px;
	border: none;
	border-radius: 21px;
	background-color: #FFC107;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -1%;
	text-align: center;
	color: #1A1A1A;
}

.pro-info {
	margin-bottom: 26px;
}
.profile-name span {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -1.1%;
}

.pro-tag {
	background-color: #C097F0;
	border-radius: 12px;
	padding: 4px 12px;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1A1A1A;
}

.all-cards {
	padding: 24px;
	border-radius: 17px;
	background-color: #2C2C2C;
	margin-bottom: 24px;
	border-color: rgba(0, 0, 0, 0.176);
}
.profile-details .card-body {
	padding: 0px;
}
.same-title {
	font-family: "SugarPeachy";
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -1.1%;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.same-des {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #787878;
	margin-bottom: 24px;
}
.input-group .same-des {
	margin: 5px 0px 0px !important;
}
.small-pics-all {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.remove-x {
	position: absolute;
	top: 2%;
	right: 3%;
	background-color: #2C2C2CBF;
	padding: 4px 12px;
	border-radius: 27px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	align-items: center;
}

.photo-mobile {
	height: 375px;
	width: 100%;
	align-content: center;
}

.main-photo {
	object-fit: cover;
	border-radius: 12px;
	width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.removes-x {
	background-color: #2C2C2CBF;
	padding: 4px 12px;
	border-radius: 27px;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #787878;
	cursor: pointer;
	align-items: center;
	max-height: 28px;
}

.only-x {
	position: absolute;
	top: 2%;
	right: 2%;
	background-color: #2C2C2CBF;
	padding: 4px;
	border-radius: 27px;
	cursor: pointer;
	border: none;
	line-height: 0px;
}

.all-prompts {
	border-radius: 12px;
	background-color: #1A1A1A;
	display: grid;
}
.all-prompts > p {
    padding: 10px 10px;
    margin: 0;
}
.prompt-card {
	background: #2a2a2a;
	border-radius: 7px;
	padding: 15px;
	position: relative;
	border: 1.5px solid #787878;
	margin: 8px;
	overflow: hidden;
}

.prompt-card.editing {
	background: white;
	color: #b693f1;
	box-shadow: 0px 0px 0px 2px #F6EEFF;
	border: 1.5px solid #C097F0;
}

.prompt-card.editing .prompt-title {
	color: #1A1A1A;
}

.prompt-card.editing button.edit-btn {
	color: #FFFFFF;
	background-color: #1A1A1A;
}

.prompt-card.editing .edit-area {
	color: #C097F0;
}

.prompt-text {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -1.1%;
	color: #FFFFFF;
	padding: 12px 0px 16px 0px;
}

.prompt-actions {
	display: flex;
	justify-content: space-between;
}

.prompt-title {
	color: #E5E5E5;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
}

.edit-area {
	width: 100%;
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -1.1%;
	color: #FFFFFF;
	background-color: transparent;
	border: none;
	overflow: hidden;
	padding-top: 5px;
}

.add-btn {
	border: 1.5px solid #E5E5E5;
	background-color: #FFFFFF;
	border-radius: 21px;
	padding: 20px 40px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	color: #787878;
	width: 100%;
	line-height: 100%;
	position: relative;
}

.add-btn.is-disabled {
	background-color: #FFC107;
	border-color: #FFC107;
	color: #1A1A1A;
}

.add-btn.is-disabled .go-pro {
	display: block;
}

button.edit-btn {
	padding: 4px 12px;
	background-color: #FFFFFF;
	border-radius: 27px;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	color: #1A1A1A;
	border: 1px solid #FFFFFF;
	max-height: 28px;
}

.go-pro {
	padding: 4px 8px;
	border-radius: 27px;
	background-color: #1A1A1A;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	position: absolute;
	top: -22%;
	right: 2%;
	display: none;
}

.about-edit {
	background-color: #1A1A1A;
	border-radius: 12px;
	padding: 8px;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.about-textarea {
	width: 100%;
	border: none;
	outline: none;
	resize: none;
	background-color: #fff;
	border-radius: 8px;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 14px;
	color: #2c2c2c;
	box-shadow: 0px 0px 0px 2px #F6EEFF;
	border: 1.5px solid #C097F0;
	line-height: 1.5;
	overflow: hidden;
	height: 115px !important;
}

.char-count {
	position: absolute;
	bottom: 8px;
	right: 12px;
	font-size: 13px;
	color: #999;
}

.textarea-wrapper {
	position: relative;
}


/* ==================== Interest popup ================  */

.interest-group {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
}

.interest-tag {
	background-color: #2C2C2C;
	padding: 4px 12px;
	border-radius: 21px;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
}

.interest-display {
	border-radius: 12px;
	background-color: #1A1A1A;
	padding: 8px;
}

/* ===== Modal Overlay ===== */
.interest-modal {
	display: none;
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(3px);
	justify-content: center;
	align-items: center;
	padding: 20px;
}

/* ===== Modal Content ===== */
.interest-modal-content {
	background: #fff;
	border-radius: 35px;
	width: 516px;
	max-height: 70vh;
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
	animation: fadeIn 0.3s ease;
	overflow: hidden;
}

/* ===== Header ===== */
.modal-header-interest {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 24px 24px 32px 24px;
}

.modal-header-interest h3 {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: -1.1%;
	text-align: center;
	color: #413C3A;
}

.close-modal {
	position: absolute;
	left: 20px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #2d2d2d;
	font-weight: bold;
}

/* ===== Scrollable Tag Container ===== */
.interest-scroll-area {
	overflow-y: auto;
	padding: 10px 0px 25px 25px;
	margin-right: 24px;
	flex: 1;
}

/* ===== Category Titles ===== */
.interest-category {
	margin-bottom: 48px;
}

.category-title {
	font-family: "SugarPeachy";
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -1.1%;
	text-align: center;
	color: #413C3A;
	margin-bottom: 12px;
}

/* ===== Tag Chips ===== */
.interest-chips {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.interest-chip {
	border: 1.5px solid #E5E5E5;
	border-radius: 21px;
	padding: 6px 14px;
	background-color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	text-align: center;
	color: #787878;
	cursor: pointer;
}

.interest-chip:hover {
	background: #eaeaea;
}

.interest-chip.selected {
	background: #cbb4ff;
	box-shadow: 0px 0px 0px 4px #F6EEFF;
	color: #fff;
}

/* ===== Fixed Continue Button ===== */
.continue-wrapper {
	padding: 24px;
	background: #fff;
	position: sticky;
	bottom: 0;
	border-radius: 0 0 35px 35px;
}

.continue-btn {
	width: 100%;
	background: #ccc;
	color: #fff;
	font-weight: 600;
	border: none;
	border-radius: 21px;
	padding: 15px 40px;
	cursor: not-allowed;
	transition: 0.3s;
	text-align: center;
	font-size: 18px;
}

.continue-btn.enabled {
	background: #2C2C2C;
	cursor: pointer;
}

.interest-scroll-area::-webkit-scrollbar {
	width: 6px;
}

.interest-scroll-area::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.interest-scroll-area::-webkit-scrollbar-thumb {
	background: #787878;
	border-radius: 10px;
	height: 96px;
}



/* Last section */

.insta-connect {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #E5E5E5;
}

.insta-tag {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #787878;
}

.insta-disconnect {
	border: 1.5px solid #787878;
	border-radius: 10px;
	padding: 10px 18px;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #FFFFFF;
	background-color: #2C2C2C;
}

.on-mobile {
	display: none;
}

.toast {
	margin: 0 auto;
	border: 1.5px solid #C097F026;
	background-color: #FFFFFF;
	border-radius: 27px;
	padding: 12px 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -1%;
	text-align: center;
	color: #1A1A1A;
}



/* === Refer a Friend Popup === */

.modal-dialog {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}

.refer-modal {
	background: #2C2C2C;
	border-radius: 21px;
	color: #fff;
	padding: 32px 24px;
	text-align: left;
	backdrop-filter: blur(10px);
}

.refer-modal .modal-title {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 1%;
}

.modal-header .btn-close {
	border: 1.5px solid #78787880;
	border-radius: 15px;
	padding: 14px;
}

.refer-modal .modal-desc {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #787878;
}

.refer-modal .modal-desc span {
	color: #FFFFFF;
}

.refer-text {
	color: #787878;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
}

.refer-link {
	background: rgba(44, 44, 44, 0.7);
	border: 1.5px solid #FFFFFF12;
	border-radius: 50px;
	padding: 16px 8px 16px 24px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}

.refer-link a {
	font-family: "SugarPeachy";
	font-weight: 300;
	font-size: 20px;
	letter-spacing: -1.1%;
	text-decoration: none;
}

.copy-btn {
	background: #fff;
	color: #000;
	border: none;
	border-radius: 71px;
	font-weight: 600;
	font-size: 14px;
	padding: 20px 40px;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -1%;
	text-align: center;
}

.copy-btn:hover {
	background: #c097f0;
	color: #1a1a1a;
}




.connect-btn {
	background-color: #FFFFFF;
	color: #2C2C2C;
	border: none;
	border-radius: 10px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0%;
	text-align: center;
}

.popup-content {
	margin: auto;
	display: block;
	max-width: 60%;
	max-height: 85vh;
	border-radius: 8px;
}


/* ====== PROFILE DETAILS END ====== */

/* ========== RESPONSIVE STYLES ========== */

/* Hide sidebar and show mobile elements on tablets and mobile */
@media (max-width: 992px) {
   
	.photo-slots {
		width: 100%;
	}

	.d-flex.profile-pics {
		flex-direction: column;
		gap: 16px;
	}

}

@media (max-width: 768px) {
	.profile-detail-modal .modal-body {
		flex-direction: column;
	}

	.profile-detail-modal .modal-body .col-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.profile-detail-modal .profile-image {
		margin-bottom: 20px;
	}

	.profile-detail-modal .profile-name-age {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.profile-detail-modal .action-buttons {
		flex-direction: column;
	}

	.profile-detail-modal .message-btn {
		width: 100%;
	}

	.second-popup {
		display: block;
	}

	.needfirst-pad {
		padding: 30px 16px 30px 16px;
	}

	button.go-premium {
		display: none;
	}

 
	.photo-slot {
		width: 100%;
	}

	.same-title {
		font-size: 20px;
	}

	.same-des {
		font-size: 12px;
		max-width: 80%;
		line-height: 1.2em;
	}

	.prompt-title {
		font-size: 12px;
	}

	.on-destop {
		display: none;
	}

	.on-mobile {
		display: block;
		padding: 5px 5px;
		border-radius: 27px;
	}

	.prompt-text {
		font-weight: 300;
		font-size: 18px;
	}

	.edit-area {
		font-weight: 300;
		font-size: 18px;
	}

	.add-btn {
		padding: 15px 25px;
	}

	.go-pro {
		font-size: 12px;
	}

	.photo-mobile {
		/* max-width: max-content; */
		margin: 0 auto;
	}
	.add-photo-box {
		height: 375px !important;
		width: 275px;
	}

	.popup-content {
		max-width: 90%;
	}



}

@media (max-width: 576px) {

	.profile-title {
		font-size: 28px;
	}

	.refer {
		padding: 15px 16px;
		border-radius: 14px;
		font-size: 14px;
	}

	.refer-modal {
		padding: 20px 15px;
	}

	.refer-modal .modal-title {
		font-size: 28px;
	}

	.refer-modal .modal-desc {
		font-size: 16px;
		line-height: 24px;
	}

	.refer-link {
		flex-direction: column;
		padding: 15px;
	}

	.copy-btn {
		margin-top: 15px;
		width: 100%;
		padding: 15px;
	}

}


strong.interest-tag {
	display: none;
}


.edit-section-btn {
	background: #444;
	color: #fff;
	border: none;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
	float: right;
	margin-top: -5px;
}

.img-popup {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	align-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.close-img-popup {
	position: absolute;
	top: 25px;
	right: 35px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
}

.other_images {
	object-fit: cover;
	/*border-radius: 12px;
				width: 100%;*/
	cursor: pointer;
	width: 100%;
	height: 100%;
}
img.other_images.placeholder-image {
    width: auto;
    height: auto;
}
/* hide remove buttons normally */
.cs-remove-photo {
	display: none !important;
}

/* show remove buttons ONLY when edit mode is active */
.profile-pics.edit-mode .cs-remove-photo {
	display: block !important;
}

/* Photos Contain */
.other_images.uploaded-image {
	height: 100%;
	width: 100%;
}


.replace-btn {
	position: absolute;
	padding: 4px 12px;
	border-radius: 27px;
	font-weight: 600;
	font-size: 12px;
	background-color: #2C2C2CBF;
	color: #fff;
	border: none;
	cursor: pointer;
	display: none;
	z-index: 5;
}

.main-replace-btn {
	position: absolute;
	left: 38%;
	top: 46%;
	padding: 4px 12px;
	border-radius: 27px;
	font-weight: 600;
	font-size: 12px;
	background-color: #2C2C2CBF;
	color: #fff;
	border: none;
	cursor: pointer;
	display: none;
	z-index: 5;
}

.edit-mode .uploaded-image~.replace-btn,
.edit-mode .uploaded-image~.main-replace-btn {
	display: inline-block;
}

.profile-page-header-cus {
    padding: 100px 2rem 0;
}
i.fa.fa-question-circle {
    color: #787878;
}
.profile__inner .form-group {
	position: relative;
}
input[type="checkbox"]#webNotification {
    position: absolute;
    z-index: 9;
    opacity: 0;
    left: 6px;
}
input[type="checkbox"]#webNotification + lable::before {
    width: 19px;
    height: 19px;
    content: "";
    display: inline-block;
    margin: 0px 5px 0 0px;
    transition: all 0.3s;
    border-radius: 4px;
    vertical-align: -.25em;
	 font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #C097F0;
    font-size: 1.1rem;
    border: 1px solid  #f5f8fa;
}
input[type="checkbox"]#webNotification:checked + lable::before {
    content: "\f26c";
    border: 1px solid transparent;
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
    content: "\f479";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Settings page  */

.main-content.tab-content {
    background: transparent;
    border: 0px;
    padding-top: 55px;
    margin-left: 0px;
} 
.profile-details.profile-details-settings  {
	padding: 0px 12px 70px;
}    
.location-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-content: center;
}
.location-popup .btn-primary {
    background: #ffffff;
    color: #000;
    padding: 12px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    flex: 1;
	font-size: 16px;
}
.location-popup .btn-secondary {
    background: #2c2c2c;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #3a3a3a;
    flex: 1;
	font-size: 16px;
}
.popup-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.7);
}

.popup-card {
	position: relative;
	background: #1e1e1e;
	color: #fff;
	width: 90%;
	max-width: 420px;
	justify-self: center;
	padding: 20px;
	border-radius: 16px;
}

.popup-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup-header h3 {
	font-size: 20px;
	margin: 0px;
}

.popup-subtitle {
	color: #bdbdbd;
	font-size: 14px;
	margin: 12px 0;
}

.location-img {
	width: 120px;
	margin: 20px auto;
	display: block;
}

.popup-actions {
	display: flex;
	gap: 12px;
}
 .city-input {
	width: 100%;
	background: #2a2a2a;
	border: none;
	padding: 12px;
	border-radius: 12px;
	color: #fff;
	margin: 30px 0px 12px 0px;
}

.city-list {
	max-height: 240px;
	overflow-y: auto;
	margin-bottom: 12px;
}

.city-list::-webkit-scrollbar {
	width: 6px;
}

.city-list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.city-list::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 10px;
}

.city-list::-webkit-scrollbar-thumb:hover {
	background: #666;
}


.city-option {
	padding: 10px;
	border-bottom: 1px solid #333;
	cursor: pointer;
}

.city-option.selected {
	background: #333;
}

.close-btn,
.back-btn {
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.d-none { display: none; }

/* Overlay */
.password-modal {
	display: flex;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 999;
	align-items: center;
	justify-content: center;
}

/* Popup box */
.password-modal-content {
	background: #2b2b2b;
	width: 100%;
	max-width: 420px;
	padding: 22px;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.5);
	position: relative;
	color: #fff;
}

/* Title */
.password-modal-content h3 {
	margin-bottom: 18px;
	font-size: 18px;
	font-weight: 600;
}

/* Close */
.close-modals {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 22px;
	cursor: pointer;
	color: #bbb;
}
.close-modals:hover {
	color: #fff;
}

/* Inputs */
./*form-group {
	margin-bottom: 14px;
}

.form-group label {
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
	color: #cfcfcf;
}*/

.form-group input {
	width: 100%;
	padding: 10px 12px;
	background: #1f1f1f;
	border: 1px solid #3a3a3a;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
}

.form-group input::placeholder {
	color: #8a8a8a;
}

/* Focus */
.form-group input:focus {
	outline: none;
	border-color: #9b6cff;
	box-shadow: 0 0 0 1px rgba(155,108,255,0.4);
}

/* Button */
.btn-save {
	margin-top: 10px;
	width: 100%;
	padding: 11px;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	background: #ffffff;
	color: #000;
}

.btn-save:hover {
	opacity: 0.9;
}

.btn-save:disabled {
	background: #555;
	color: #aaa;
	cursor: not-allowed;
}

.password-error {
	display: none;
	margin-top: 6px;
	font-size: 12px;
	color: #ff6b6b;
}

.input-shell {
	position: relative;
}

.input-shell input {
	padding-right: 44px;
}

.password-toggle {
	position: absolute;
	right: 10px;
	top: 33px;
	background: none;
	border: none;
	cursor: pointer;
	color: #aaa;
}

.password-toggle:hover {
	color: #fff;
}


.diff-head {
	padding: 36px 24px 24px 24px;
	border-bottom: 1px solid #FFFFFF12;
}

/* Updated Premium Modal Styles */
#premiumModal .modal-content {
	background: #fff;
	border-radius: 20px;
	max-width: 860px;
	width: 100%;
	overflow: visible;
	position: relative;
	border: none;
}

.needfirst-pad {
	padding: 40px 40px 70px 40px;
}

.second-popup {
	display: flex;
	padding: 0px;
}

#premiumModal .modal-header {
	padding: 20px 0px 0px 0px;
	display: flex;
	justify-content: start;
	border: none;
}

#premiumModal .modal-title {
	font-family: 'SugarPeachy';
	font-weight: 500;
	font-size: 36px;
	color: #111;
	text-align: start;
	margin-bottom: 8px;
	margin-top: 40px;
	line-height: 100%;
}

#premiumModal .modal-subtitle {
	font-family: "Quicksand";
	font-size: 16px;
	font-weight: 500;
	color: #787878;
	text-align: left;
	margin-bottom: 24px;
	line-height: 1.5;
}

#premiumModal .features-list {
	margin-bottom: 20px;
}

#premiumModal .feature-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
	margin-left: 10px;
}

#premiumModal .checkbox-container {
	margin-top: 2px;
}

#premiumModal .custom-checkbox {
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 2px solid #C097F0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#premiumModal .custom-checkbox.checked {
	background-color: #C097F0;
}

#premiumModal .custom-checkbox.checked::after {
	content: "✓";
	color: white;
	font-size: 14px;
	font-weight: bold;
}

#premiumModal .feature-text {
	font-family: "Quicksand";
	font-size: 16px;
	color: #2C2C2C;
	line-height: 1.4;
}

#premiumModal .plans-title {
	font-family: 'SugarPeachy';
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 16px;
	text-align: center;
	color: white;
}

#premiumModal .plan-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

#premiumModal .plan-option {
	border: 1px solid #2C2C2C;
	border-radius: 17px;
	padding: 12px;
	cursor: pointer;
	transition: all 0.2s ease;
	position: relative;
	background: transparent;
	color: #E5E5E5;
}

#premiumModal .plan-option.selected {
	border-color: #C097F0;
	background: #C097F0;
	color: #FFFFFF !important;
}

.needsec-padd {
	padding: 85px 45px 45px 45px;
	align-content: center;
	background-color: #1a1a1a;
	border-radius: 0 20px 20px 0;
}

#premiumModal .plan-price {
	font-family: "Quicksand";
	font-weight: 600;
	font-size: 18px;
}

#premiumModal .popular-badge {
	position: absolute;
	top: -10px;
	right: 16px;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 12px;
}

#premiumModal .get-started-btn {
	width: 100%;
	background: #FFFFFF;
	color: #1A1A1A;
	border: none;
	border-radius: 50px;
	padding: 18px;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin-top: 30px;
}

#premiumModal .close-modal {
	border: 1.5px solid #E5E5E5;
	background: none;
	cursor: pointer;
	padding: 7px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;	
}

#premiumModal .close-modal:hover {
	background: #f5f5f5;
}

#premiumModal .custom-radio {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 2px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}
#premiumModal .custom-radio.checked {
    border-color: #fff;
}
#premiumModal .custom-radio.checked::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #fff;
}
/* NEW: Pricing display styles */
.pricing-display {
	display: flex;
	align-items: center;
	gap: 8px;
}

.price-main {
	font-family: 'SugarPeachy';
	font-weight: 500;
	font-size: 32px;
	line-height: normal;
}

.price-period {
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.price-savings {
	font-weight: 600;
	font-size: 12px;
	color: #C097F0;
	margin-top: 4px;
}

.plan-details {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.plan-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.plan-duration {
	font-family: "Quicksand";
	font-size: 14px;
	color: #787878;
}

/* NEW: Radio button styles for premium plan */
.plan-radio {
	display: flex;
	align-items: center;
	gap: 12px;
}


.plan-option .plan-radio-content {
	flex: 1;
}

/* Make sure radio buttons are visible in dark section */
.needsec-padd .plan-option {
	background: #2a2a2a;
	color: white;
}

.needsec-padd .plan-option.selected {
	background: #F6EEFF;
	color: #2C2C2C;
}

.justify-self-center {
	justify-self: center;
}

.ribbon {
	position: absolute;
	top: -22px;
	right: 25px;
}

.pop-rib {
	z-index: 99;
}

.align-items-basline {
	align-items: baseline;
	gap: 5px;
}

/* Fix for modal backdrop */
.modal-backdrop {
	z-index: 1040;
}

.modal {
	z-index: 1050;
}

.modal-open {
	overflow: hidden;
	padding-right: 0 !important;
}

/* Fix for modal stacking issue */
.modal.fade:not(.show) {
	display: none;
}



/* ========== MOBILE-ONLY ELEMENTS ========== */

/* Mobile Header - Only visible on tablets and mobile */
.mobile-header {
	display: none;
	padding: 50px 20px 20px 20px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1001;
	background-color: #1a1a1a;
}

.mobile-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-logo {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 24px;
	color: white;
}

.mobile-search-icon {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
}
.das-pro-mobile {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #1A1A1A;
    background-color: #FFC107;
    border-radius: 27px;
    padding: 4px 8px;
    margin-bottom: 0px;
}

/* ============================= Setting Flow ============================ */

.main-head {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.same-title-s {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #E5E5E5;
}

button.claim-btn {
	padding: 4px 12px;
	background-color: #FFFFFF;
	border-radius: 27px;
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	color: #1A1A1A;
	border: 1px solid #FFFFFF;
}

.text-error {
	color: #F44336BF;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	margin-top: 8px;
}
.username-edit {
	background-color: #1A1A1A;
	border-radius: 12px;
	padding: 8px 12px;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}

.verified-badge {
	background-color: #43A047;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 27px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

.add-now {
	background-color: #FFFFFF;
	color: #2C2C2C;
	border: none;
	padding: 10px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.add-btn:hover {
	background-color: #3a3a3a;
}

.upgrade-btn {
	background-color: #f5c518;
	border: none;
	color: #000;
	border-radius: 8px;
	padding: 6px 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
}

.divider {
	border-bottom: 1px solid #FFFFFF08;
	margin: 16px 0;
}

.form-switch .form-check-input {
	width: 40px;
	height: 20px;
}
.icheckbox_square-green, .iradio_square-green {
    width: auto;
    height: auto;
    background: none;
}
.as-form-check-input {
    width: 63px !important;
    height: 32px !important;
    background-color: #787878 !important;
    padding: 2px !important;
    border-radius: 50px;
    position: relative !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.4s ease;
    top: unset !important;
    left: unset !important;
    opacity: 1 !important;
}
.as-form-check-input::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 3px;
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 50%;
	transition: transform 0.4s ease;
}

.as-form-check-input:checked {
	background-color: #C097F0 !important;
}

.as-form-check-input:checked::after {
	transform: translateX(29px);
}

.social-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-left {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.social-name {
	display: flex;
	align-items: center;
	gap: 8px;
}

.social-name img {
	height: 20px;
	width: 20px;
}

.disconnect-btn {
	background-color: #2C2C2C;
	border: 1.5px solid #787878;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 18px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}

.learn-more-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 8px;
}

.learn-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	margin: 0px;
}

.only-close {
	padding-top: 32px;
}

.close-btn {
	background: #F4433612;
	border: 1.5px solid #F4433633;
	color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 18px;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}

/* Functions */

.input-group input {
	border: none;
	outline: none;
	background: transparent;
	flex: 1;
	color: #1A1A1A;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.input-group {
	border: 1.5px solid #C097F0;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 0px 3px #F6EEFF;
	border-radius: 12px;
	padding: 10px;
	display: flex;
	align-items: center;
	color: #1A1A1A;
}

.status-icon {
	margin-right: 10px;
	font-size: 18px;
}
/* ===================  Add Number and Email ===================== */

/* Profile box styles */
.av-profile-box {
	background: #FFFFFF;
	border-radius: 35px;
	padding: 24px;
	max-width: 516px;
}

.av-info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #333;
	padding: 10px 0;
}

.av-value {
	font-weight: bold;
	margin-top: 4px;
}

.av-status {
	background: #fff;
	color: #000;
	padding: 5px 15px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
}

.av-status:hover {
	opacity: 0.8;
}

.av-status--verified {
	background: #22c55e;
	color: #fff;
	pointer-events: none;
}

.av-note {
	color: #999;
	font-size: 12px;
}

/* POPUP OVERLAY */
.av-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 100;
	animation: av-fadeIn 0.3s ease;
}

@keyframes av-fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.av-popup {
	background: #fff;
	color: #000;
	border-radius: 35px;
	width: 516px;
	padding: 24px;
	text-align: center;
	position: relative;
	animation: av-scaleIn 0.3s ease;
}

@keyframes av-scaleIn {
	from {
		transform: scale(0.9);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

.av-popup__title {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #413C3A;
}

.otp-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #787878;
	margin-top: 32px;
}

.av-otp-target {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #C097F0;
}

.av-popup__input, .form-control#av-email-input {
	width: 100%;
	padding: 18px 16px 18px 10px;
	border: 1.5px solid #E5E5E5;
	border-radius: 21px;
	outline: none;
	font-weight: 500;
	font-size: 16px;
	margin-top: 32px;
	margin-bottom: 55px;
	height: auto;
}

.av-popup__button {
	width: 100%;
	margin-top: 55px;
	background: #E5E5E5;
	color: #787878;
	border: none;
	border-radius: 21px;
	padding: 15.5px;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.av-popup__button--active {
	background: #000;
	color: #fff;
}

.av-close-btn {
	position: absolute;
	left: 0px;
	border: none;
	opacity: 1;
	--bs-btn-close-color: #1A1A1A;
	padding: 0px;
	font-size: 22px;
}

.av-phone-container {
	position: relative;
	display: flex;
	justify-content: center;
}

.av-iti {
	width: 85%;
}

/* OTP STYLES */
.av-otp-container {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 15px;
	padding-top: 48px;
}

.av-otp-input {
	width: 48px;
	height: 48px;
	text-align: center;
	border: 1.5px solid #C097F0;
	border-radius: 17px;
	background: transparent;
	color: #1A1A1A;
	outline: none;
	font-family: "Quicksand";
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0%;
}

.av-otp-container span {
	font-family: "Quicksand";
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -0.8%;
	color: #2C2C2C;
	align-content: center;
}

.av-timer {
	font-family: "Quicksand";
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 7%;
	text-align: center;
	vertical-align: middle;
	color: #2C2C2C;
	padding: 16px 0px 55px 0px;
}

.av-confirm-btn,
.av-resend-btn {
	width: 100%;
	padding: 15.5px;
	border-radius: 21px;
	font-family: "Quicksand";
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -1%;
	text-align: center;
}

.av-confirm-btn {
	background: #E5E5E5;
	color: #787878;
	cursor: not-allowed;
	border: 1px solid #E5E5E5;
}

.av-confirm-btn--active {
	background: #2C2C2C;
	color: #fff;
	cursor: pointer;
	border-color: #2C2C2C;
}

.av-resend-btn {
	margin-top: 16px;
	border: 1.5px solid #E5E5E5;
	background: transparent;
	color: #787878;
	cursor: not-allowed;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	opacity: 0.5;
}

.av-resend-btn--active {
	color: #787878;
	border-color: #E5E5E5;
	cursor: pointer;
}

.iti {
	width: 100%;
	margin-top: 32px;
	margin-bottom: 55px;
	position: relative;
}

.inside-input-mob {
	position: absolute;
	right: 3%;
	top: 35%;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: #E5E5E5;
	border-radius: 13px;
}

/* ================= Close My Account ================== */

/* ====== Modal Scoped Styles ====== */
.close-account-modal .modal-dialog {
	max-width: 516px;
}

.close-account-modal .modal-content {
	background: #FFFFFF;
	border-radius: 35px;
	padding: 24px;
	color: #413C3A;
}

.close-account-modal .modal-header {
	border: none;
	justify-content: center;
	position: relative;
	padding: 0px;
}

.close-account-modal .modal-header h5 {
	font-family: "SugarPeachy";
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #413C3A;
}

.close-account-modal .btn-close {
	position: absolute;
	left: 0px;
	border: none;
	opacity: 1;
	--bs-btn-close-color: #1A1A1A;
	padding: 0px;
	font-size: 22px;
}

.close-account-modal .modal-body {
	text-align: center;
	padding: 32px 0px 0px 0px;
}

.close-account-modal .warning-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #787878;
}

.close-account-modal .warning-text span {
	color: #F44336;
}

.close-account-modal .email-display {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color: #C097F0;
}

.close-account-modal .otp-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-top: 48px;
}

.close-account-modal .otp-container span {
	font-weight: 600;
	font-size: 24px;
	color: #2C2C2C;
	align-content: center;
}

.close-account-modal .otp-input {
	width: 48px;
	height: 48px;
	text-align: center;
	border: 1.5px solid #C097F0;
	border-radius: 17px;
	background: transparent;
	color: #1A1A1A;
	outline: none;
	font-weight: 600;
	font-size: 20px;
}

.close-account-modal .timer {
	font-family: "Quicksand";
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 7%;
	text-align: center;
	vertical-align: middle;
	color: #2C2C2C;
	padding: 16px 0px 55px 0px;
}

.close-account-modal .close-account-btn {
	background: #F44336;
	color: #fff;
	border: none;
	border-radius: 21px;
	border: 1.5px solid #F44336;
	width: 100%;
	padding: 15.5px;
	margin-top: 55px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.close-account-modal .resend-btn {
	background: transparent;
	color: #787878;
	border: 1.5px solid #E5E5E5;
	border-radius: 21px;
	width: 100%;
	padding: 15.5px;
	margin-top: 16px;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.out-tab-mobile {
	border-radius: 10px;
	background-color: #FFFFFF;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #1A1A1A;
	padding: 10.5px 41px;
	display: none;
	justify-self: center;
	margin-top: 40px;
	margin-bottom: 16px;
}

/* ========== RESPONSIVE STYLES ========== */

/* Hide sidebar and show mobile elements on tablets and mobile */
@media (max-width: 992px) {
  
	.mobile-header {
		display: block;
		top: 55px;
		padding: 15px 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
  
	.topbar {
		flex-direction: column;
		align-items: flex-start;
	}

	/* NEW: Show mobile filter button and hide filters by default */
	.mobile-filter-btn {
		display: block;
	}

	.filter-container {
		display: none;
	}

	.filter-container.expanded {
		display: block;
	}

	button#searchBtn {
		display: none;
	}

}
@media (max-width: 768px) {
	.modal-dialog {
		margin: 10px;
	}
  
	.out-tab-mobile {
		display: block;
	}

	.only-close {
		padding-top: 0px;
	}

}

@media (max-width: 576px) {

	.learn-text {
		font-size: 14px;
	}

	.topbar-left h4 {
		font-size: 28px;
	}

	.profile-title {
		font-size: 28px;
	}
}

@media (max-width: 400px) {
	.mobile-logo {
		font-size: 20px;
	}

}
p#accountPrivacyText {
    background: #C097F026;
    border: 1.5px solid #C097F080;
    width: 100%;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.form-group label.btn-primary {
    color: #2c2c2c;
    margin-right: 10px;
}
 /* Inputs */
#passwordModal .form-group {
	margin-bottom: 14px;
}

#passwordModal .form-group label {
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
	color: #cfcfcf;
}

#passwordModal .form-group input {
	width: 100%;
	padding: 10px 12px;
	background: #1f1f1f;
	border: 1px solid #3a3a3a;
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
}
#passwordModal .form-group input::placeholder {
	color: #8a8a8a;
}
/* Focus */
#passwordModal .form-group input:focus {
	outline: none;
	border-color: #9b6cff;
	box-shadow: 0 0 0 1px rgba(155,108,255,0.4);
}
.sidebar .sidebar-nav .nav .nav-item .nav-link span.totalNotificationCount {
    background-color: #C097F0;
    height: 20px;
    width: 20px;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: 28px;
    top: 15px;
}
.request__wrapper .request__header {
    background: #c097f0;
    background: linear-gradient(90deg, #c097f0 0, #c097f0);
}
.request__wrapper .request__header .profile-image {
    background-color: #2c2c2c;
}
.request__wrapper .request__message .request__buttons a {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
	border: none;
    padding: 10px 18px;
    border-radius: 10px;
	margin: 0px 5px;
}
.request__wrapper .request__message .request__buttons .accept-btn, .request__wrapper .request__message .request__buttons .accept-btn:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #2C2C2C;
}
.request__wrapper .request__message .request__buttons .decline-btn, .request__wrapper .request__message .request__buttons .decline-btn:hover {
    background: #F4433612;
    border: 1.5px solid #F4433633;
    color: #FFFFFF;
}

/* Responsive */

@media (max-width: 1199px){
	.btn-add-members img {
		filter:  brightness(0) invert(1);
	}
}
@media (max-width: 991px) {
	.chat__people-wrapper-header span {
		font-size: 24px;
	}
	.chat__people-wrapper-bar {
		margin-left: 15px;
	}
	.chat__people-wrapper-button .group-icon {
		margin-right: 5px;
	}
	.chat__people-wrapper--responsive .chat__people-wrapper-button .group-icon {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.chat__people-wrapper-bar.fa-times {
		right: -2px;
		top: 0px;
		font-size: 26px;
	}
	.chat__people-wrapper--responsive .chat__search-responsive-icon::before {
		content: "";
	}
	.chat__people-wrapper--responsive .chat__tab-content .tab-pane, .chat__people-wrapper--responsive .chat__person-box:first-child {
		background-color: transparent !important;
	}
	.chat__people-wrapper--responsive.chat__people-wrapper .nav-tabs {
		display: none;
	}
	.chat__people-wrapper--responsive .chat__people-body {
		margin-top: 0px;
	}
	.chat__people-wrapper.chat__people-wrapper--responsive {
		padding-inline: 0;
	}
	.chat__people-wrapper--responsive .chat__search-wrapper {
		padding: 0 15px 16px
	}
	.chat__people-wrapper--responsive .chat__person-box-avtar img, .chat__people-wrapper--responsive .chat__person-box-avtar {
		width: 40px; 
		height: 40px; 
		min-width: 40px;
	}
	.app-body .sidebar {
		 flex: 0 0 100%;
		order: 1;
		margin-left: 0 !important;
		bottom: 0;
		top: auto;
		width: 100%;
		background-color: #2C2C2C;
		z-index: 1001;
		border-top: 1px solid #444;
		box-shadow: 0px -25px 22px 0px #00000073;
		height: 80px;
		display: flex;
	}
	.sidebar .sidebar-nav {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-direction: column;
	}
	.sidebar .sidebar-inner-header {
		padding: 0px 0px 0px;
		width: 100%;
	}
	.chat__people-wrapper {
		max-width: 322px;
		z-index: 11;
		padding-top: 84px;
	}
	.sidebar .navbar-brand  {
		display: none !important; 
	}
	.sidebar .sidebar-nav .nav {
		width: 100%;
		flex-direction: unset;
		height: 100%;
	}
	.sidebar .nav-item {
		flex: 1;
		display: flex;
		align-items: center;
	}
	.sidebar .sidebar-nav .nav .nav-item .nav-link {
		margin: 0;
		height: auto;

	}
	.sidebar .sidebar-nav .nav .nav-item .nav-link:hover {
		background-color: transparent;
	}
	.sidebar .sidebar-nav .nav .nav-item .nav-link.active {
		color: #fff;
		background: linear-gradient(179.87deg, rgba(255, 255, 255, 0.1) 31.45%, rgba(255, 255, 255, 0) 90.74%);
		border-top: 3px solid #8c8c8c;
		width: 100%;
		display: inline-block;
		height: 100%;
		align-content: center;
		border-radius: 0;
		padding: 24px;
	}
	.sidebar .sidebar-nav .nav .nav-item .nav-link span, .app-header .navbar-toggler {
		display: none;
	}
	.sidebar .sidebar-nav .nav .nav-item .nav-link .nav-icon {
		margin-bottom: 0;
	}
	.main-content.tab-content {
		padding-bottom: 120px;
		padding-top: 145px;
	}
	.profile {
		padding-bottom: 140px;
	}
	.profile-page-header-cus {
		padding: 170px 1rem 0;
	}
	.modal-dialog .modal-header, .modal-body {
		padding-inline: 0px;
	}
	.profile-details.profile-details-settings {
		padding: 0px calc(1rem + 12px) 0px;
	}
	.sidebar .sidebar-nav .nav .nav-item .nav-link span.totalNotificationCount { 
		position: relative;
		display: block !important;
		margin: -40px -27px 14px 0;
		right: auto;
		top: auto;
	}
	
}
@media (max-width: 880px) {
	.modal-dialog {
		margin-inline: 10px;
	}
}
@media (max-width: 768px) { 
	.second-popup {
		display: block;
	}
}
@media (max-width: 575px) {
    .chat__area-wrapper {
        margin-left: 0 !important;
		padding: 0px;
		border-radius: 10px;
    }
	.chat__people-wrapper {
		border-right: 0px solid #2a2a2a;
		padding: 15px 20px 0px 20px;
	}
	.chat__people-close-bar {
		font-size: 22px;
		margin-left: 15px !important;
	}
	.chat__people-wrapper-button .group-icon {
		width: 22px;
		height: 22px;
	}
	.chat__people-wrapper-button .remove-tooltip:not(.group-icon) {
		width: 21px;
		height: 21px;
	}
	.sidebar .sidebar-inner-header {
		padding:0px 0px 0px;
	}
	.main-table {
		padding: 0px 0px 0px;
	}
	.profile {
		height: auto;
		padding: 0 0 100px;
	}
	.main-content.tab-content {
		padding-top: 85px;
	}
	.nav-tabs .nav-link {
		font-size: 12px;
		padding: 8px;
	}
	.profile-page-header-cus {
		padding: 120px 1rem 0;
	}
}
