/*
Template Name: Vogel - Social Network & Community HTML Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 1.2
*/

/*
-- Fonts
-- Body
-- FAQ
-- Slider
-- Basic
-- Material icons
-- Modal
-- Sidebar
-- Index
-- Profile
-- Media
-- Dark
*/

/* Fonts */
@import url("fonts/dm-sans/dm-sans.css");
@import url("fonts/gilroy/Gilroy.css");

/* Body */
body {
	font-size: 13px;
	font-family: "DM Sans", sans-serif;
	color: #6c757d;
	overflow-x: hidden;
	background-color: #ececec !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Gilroy", sans-serif;
}
.pb-4 {
	padding-bottom: 10px !important;
}

/* FAQ */
.faq-page .accordion-button {
	font-size: 14px;
}
.feature {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	font-size: 1.5rem;
}

/* Slider */
.account-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.account-slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
.slick-track {
	display: flex;
}
.slick-slide {
	display: flex;
	justify-content: center;
}

.trail-slider .slick-dots {
	bottom: -5px !important;
}

.slick-slider {
	margin-bottom: 0px !important;
}
.slick-dots {
	bottom: 11px;
}
.slick-arrow {
	background: #fff !important;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	box-shadow: 0 0.5px 10px rgba(0, 0, 0, 0.2) !important;
	z-index: 9;
}
.slick-arrow:hover,
.slick-arrow:focus {
	background: #0e6dfd !important;
}
.slick-arrow:hover:before,
.slick-arrow:focus:before {
	color: #ffffff;
}
.slick-prev:before,
.slick-next:before {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.slick-next {
	right: 15px;
}
.slick-prev {
	left: 15px !important;
}
.slick-prev:before {
	content: "\eac9";
	font-family: IcoFont !important;
}
.slick-next:before {
	content: "\eaca";
	font-family: IcoFont !important;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
		inset 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05),
		inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar {
	width: 4px;
	background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

/* Basic Css */
.dropdown-menu.fs-13.dropdown-menu-end {
	padding: 6px 6px;
	border-radius: 8px;
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item {
	display: flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 6px;
}

.dropdown-menu.fs-13.dropdown-menu-end .dropdown-item span {
	margin: 0 8px 0 0 !important;
}
.bg-light {
	background-color: #edf2f6 !important;
}
.small {
	font-size: 0.875em !important;
}
.fs-3 {
	font-size: 3px !important;
}
.fs-13 {
	font-size: 13px !important;
}
.fs-11 {
	font-size: 11px !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.ln-0 {
	line-height: 0px !important;
}
.ln-18 {
	line-height: 18px;
}
.ln-25 {
	line-height: 25px !important;
}
.rounded-4 {
	border-radius: 14px;
}
.rounded-5 {
	border-radius: 8px !important;
}
.form-control:focus {
	border-color: none;
	box-shadow: none;
}
.bg-warning-100 {
	background-color: #f6f3e6;
}
.fix-sidebar {
	position: sticky;
	top: 20px;
}
.sticky-sidebar2 {
	position: sticky;
	top: 20px;
}
.rotate-320 {
	transform: rotate(320deg);
}
.form-check-input:checked {
	background-color: #683095;
	border-color: #683095;
}
.chat-text {
	padding: 9px 13px !important;
}
.ltsp-n5 {
	letter-spacing: -5px !important;
}

/* Material icons css */
.md-3 {
	font-size: 3px !important;
}
.md-13 {
	font-size: 13px !important;
}
.md-14 {
	font-size: 14px !important;
}
.md-16 {
	font-size: 16px !important;
}
.md-18 {
	font-size: 18px !important;
}
.md-20 {
	font-size: 20px !important;
}
.md-32 {
	font-size: 32px !important;
}
.md-36 {
	font-size: 36px !important;
}
.md-48 {
	font-size: 48px !important;
}
.h6,
h6 {
	font-size: 14px;
}

/* Modal */
#commentModal .modal-dialog {
	max-width: 815px;
}
#commentModal .modal-content,
#commentModal .modal-content .h-600 {
	height: 600px;
}
#commentModal .content-body .user-img {
	height: 40px;
}

/* Sidebar */
.logo {
	height: 90px;
}
.navbar {
	justify-content: start;
	align-items: start;
}
.top-osahan-nav-tab {
	z-index: 9;
}
.top-osahan-nav-tab .nav-link {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navbar .navbar-item {
	width: 100%;
}
.sidebar-nav .navbar-nav a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	color: #6c757d;
	padding: 9px 16px !important;
	text-decoration: none;
	border-radius: 11px;
	background: #edf2f6;
	margin-bottom: 5px;
}
.sidebar-nav .navbar-nav .dropdown-menu {
	position: static !important;
	transform: unset !important;
	padding: 0px !important;
	border: none;
	background: transparent;
}
.sidebar-nav .navbar-nav .dropdown-menu a {
	padding: 7px 14px !important;
	font-size: 13px;
	margin: 2px 0px !important;
	border-radius: 8px !important;
}
.sidebar-nav .navbar-nav a:hover,
.sidebar-nav .navbar-nav a.active {
	color: #000000;
	background: #ffffff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.dropdown-toggle::after {
	margin-left: auto;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	background-color: #f8f9fa;
	border-bottom: 2px solid #683095;
	border-radius: 0px;
	color: #000 !important;
}
.image-slider .slick-prev {
	z-index: 9;
	left: 20px;
}
.image-slider .slick-next {
	z-index: 9;
	right: 10px;
}
.image-slider img {
	width: 489px;
	height: 600px;
	object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
	color: #f8c146 !important;
}

/* Index */
.user-list-item .img-fluid {
	height: 60px;
	width: 60px;
}
.btn-check:active + .btn-outline-primary .follow,
.btn-check:checked + .btn-outline-primary .follow {
	display: none;
}
.btn-check:active + .btn-outline-primary .following,
.btn-check:checked + .btn-outline-primary .following {
	display: block !important;
}

.pf-item img {
	height: 60px;
}
.pf-item {
	align-items: center;
}
.account-slider .account-item .position-absolute {
	bottom: 4px;
	right: 0;
	left: 0;
}
.feeds .feed-item img.user-img {
	height: 50px;
}
.account-follow .account-item img {
	height: 50px;
}
.langauge-item .btn-language {
	border: 1px solid #dee2e6;
}
.btn-check:active + .btn-language,
.btn-check:checked + .btn-language,
.btn-language.active,
.btn-language.dropdown-toggle.show,
.btn-language:active {
	background-color: #683095;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #683095 !important;
}
.btn-check:checked + .btn-language span {
	color: #ffffff !important;
	font-weight: bold !important;
}
.btn-check:focus + .btn,
.btn:focus {
	box-shadow: none;
}
#email {
	display: none;
}
.offcanvas.offcanvas-start {
	width: 250px;
}
.comments img {
	height: 36px;
	min-width: 36px;
	width: 36px;
}
.ov-icon {
	font-size: 9px !important;
	padding: 3px !important;
}

/* Profile */
.profile img {
	height: 65px;
}
.followers img {
	height: 25px;
	border: 2px solid #fff;
	margin: 0 -6px 0 0px;
}

/* Media Css */
@media (max-width: 576px) {
	.m-sm-none {
		display: none !important;
	}
}
@media (max-width: 992px) {
	.lg-none {
		display: none;
	}
	.main-content {
		width: 100% !important;
	}
	.web-none.d-flex.align-items-center.px-3.pt-3 {
		background: #fff;
		border-bottom: 1px solid #dee2e6;
		padding: 0.6rem 1rem !important;
	}
	img.img-fluid.logo-mobile {
		height: 36px;
	}
	button.ms-auto.btn.btn-primary.ln-0 {
		padding: 2px 3px !important;
		width: 33px;
	}
	.col-md-2.ps-0.offcanvas.offcanvas-start.show {
		padding: 0px !important;
	}
}
@media (max-width: 1200px) {
	.m-none {
		display: none !important;
	}
	.main-content {
		width: 75%;
	}
	.side-trend {
		width: 25%;
	}
	.web-none.d-flex.align-items-center.px-3.pt-3 {
		background: #fff;
		border-bottom: 1px solid #dee2e6;
		padding: 0.6rem 1rem !important;
	}
	img.img-fluid.logo-mobile {
		height: 36px;
	}
	button.ms-auto.btn.btn-primary.ln-0 {
		padding: 2px 3px !important;
		width: 33px;
	}
	.col-md-2.ps-0.offcanvas.offcanvas-start.show {
		padding: 0px !important;
	}
}
@media (min-width: 1200px) {
	.web-none {
		display: none !important;
	}
	.mt-web-5 {
		margin-top: 1.3rem !important;
	}
	.px-web-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.web-none.d-flex.align-items-center.px-3.pt-3 {
		background: #fff;
		border-bottom: 1px solid #dee2e6;
		padding: 0.6rem 1rem !important;
	}
	img.img-fluid.logo-mobile {
		height: 36px;
	}
	button.ms-auto.btn.btn-primary.ln-0 {
		padding: 2px 3px !important;
		width: 33px;
	}
	.col-md-2.ps-0.offcanvas.offcanvas-start.show {
		padding: 0px !important;
	}
}

/* Dark */
.theme-switch-wrapper {
	bottom: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: fixed;
	z-index: 99999;
}

.theme-switch {
	width: 40px;
	height: 40px;
	background: #000;
	color: #ececec;
	border-radius: 50px;
	font-size: 20px;
	margin: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.dark .theme-switch {
	background: #ececec;
	color: #000;
}

.theme-switch-wrapper em {
	display: none;
}

.theme-switch-wrapper #checkbox {
	display: none;
}

.dark body {
	background-color: #000;
	color: #ececec;
}

.dark .web-none {
	background-color: #000 !important;
	border-bottom: 1px solid #292929 !important;
}

.dark .bg-white {
	background-color: #1b1b1b !important;
}
.dark .border-bottom,
.dark .border-top,
.dark .border-start,
.dark .border-end {
	border-color: #292929 !important;
}

.dark .text-body {
	color: #ececec !important;
}

.dark .nav-pills .nav-link.active,
.dark .nav-pills .show > .nav-link {
	background-color: #000000;
	border-bottom: 2px solid #0d6efd;
	border-radius: 0px;
	color: #fff !important;
}

.dark .modal-backdrop {
	background-color: #5b5b5b;
}

.dark .modal-footer {
	border-top: 1px solid #000000;
}

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

.dark .text-dark {
	color: #ececec !important;
}

.dark .dropdown-menu {
	background-color: #000;
}

.dark .dropdown-menu .dropdown-item {
	color: #ececec !important;
}

.dark .dropdown-menu .dropdown-item:hover {
	background: #1b1b1b;
	color: #ececec !important;
}

.dark .navbar-nav .nav-item .nav-link {
	background-color: #101010;
}

.dark .navbar-nav .nav-item .nav-link.active {
	background-color: #1b1b1b;
	color: #ececec;
}

.dark .navbar-nav .nav-item .nav-link:hover {
	background-color: #1b1b1b;
	color: #ececec;
}

.dark .navbar-nav .dropdown-menu .dropdown-item {
	background-color: #101010;
}

.dark .navbar-nav .dropdown-menu .dropdown-item:hover {
	background-color: #1b1b1b;
	color: #ececec;
}

.dark .accordion .accordion-item {
	background-color: #000;
	color: #ececec;
	border-color: #292929;
}

.dark .accordion .accordion-item button {
	background-color: #000 !important;
	color: #ececec;
}

.dark .accordion .accordion-item button::after {
	color: #ececec !important;
}

.dark .modal-content {
	background-color: #000;
}

.dark .bg-light {
	background-color: #101010 !important;
}

.dark .modal-header {
	border-bottom: 1px solid #292929;
}

.dark .modal-body .bg-white {
	background-color: #1b1b1b !important;
}

.dark .modal-body .bg-light {
	background-color: #101010 !important;
}

.dark .close {
	color: #ececec !important;
}

.dark .btn {
	color: #ececec;
}

.dark a.text-dark:focus,
.dark a.text-dark:hover {
	color: #ececec !important;
}

.dark .list-card-image a.btn,
.dark .cart-items-number .btn {
	border: 3px solid #252525;
	background: #000;
	box-shadow: none;
}

.dark .cart-items-number {
	background: #000000;
}

.dark .hc-nav-trigger {
	color: #0e6dfd;
}

.dark label {
	color: #ececec;
}

.dark .hc-offcanvas-nav .nav-container,
.dark .hc-offcanvas-nav .nav-wrapper,
.dark .hc-offcanvas-nav ul {
	background: #25282e;
}

.dark .hc-offcanvas-nav li:not(.custom-content) a {
	color: #a3a6a9;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #33353e;
}

.dark .hc-offcanvas-nav li:not(.custom-content) a:hover {
	color: #ececec;
	background: #000000 !important;
	border-bottom: 1px solid #000000;
}

.dark .hc-offcanvas-nav li.nav-close a,
.dark .hc-offcanvas-nav li.nav-back a {
	border-top: 1px solid #33353e;
	border-bottom: 1px solid #33353e;
}

.dark .hc-offcanvas-nav .nav-item {
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #343a40;
}

.dark .hc-offcanvas-nav ul.bottom-nav {
	border-top: 1px solid #343a40;
}

.dark .form-control {
	border: 1px solid #333538;
	background-color: transparent !important;
	font-size: 13px;
	box-shadow: none !important;
	color: #ececec;
}

.dark .form-select {
	border: 1px solid #333538;
	background-color: transparent !important;
	font-size: 13px;
	box-shadow: none !important;
	color: #ececec;
}
.dark .form-select option {
	background-color: #1b1b1b !important;
	color: #ececec;
}

.dark .text-muted {
	color: #99a2ab !important;
}

.dark .list-card-image img {
	margin: 0;
	background: #ececec;
	padding: 17px;
	min-width: 100%;
	max-width: 100%;
	border-radius: 6px;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.dark .slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #ececec;
}

.dark .slick-dots li button:before {
	color: #ececec;
}

.dark .list-card-osahan-2 .img {
	width: 100%;
	padding: 22px;
	margin-bottom: 15px;
}

.dark .schedule .nav-link.active,
.dark .schedule .nav-link:focus {
	color: #0e6dfd !important;
	background: #1b1b1b;
	border-color: #292929;
}

.dark .schedule .nav-link:hover {
	background: #1b1b1b;
	border-color: #292929;
}

.dark .nav-tabs {
	border-bottom: 1px solid #292929;
}
.trademark {
	float: right;
	display: block;
	margin-top: -86px;
	margin-right: 50px;
	font-weight: bold;
	color: black;
}
.mylogin {
	margin-top: 115px;
}
.mylogins {
	margin-top: -2px;
}

.typewriter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 56px;
	color: #683095;
	font-weight: bold;
	position: relative;
	margin: 0;
	top: 50%;
}

.typewriter span {
	color: var(--text-color);
	text-transform: uppercase;
	padding: 10px;
	border-right: solid var(--text-color) 10px;
	animation: cursor 1s ease-in-out infinite;
}

@keyframes cursor {
	from {
		border-color: var(--text-color);
	}
	to {
		border-color: transparent;
	}
}

@media (max-width: 576px) {
	.typewriter {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.typewriter {
		font-size: 36px;
	}
}

article {
	position: relative;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7rem;
	padding: 1.8rem 0.2rem 0.5rem 4rem;
	background-color: #ffffff;
	background-image: linear-gradient(#fff 1.7rem, #ccc 1.8rem);
	background-size: 100% 1.8rem;
	font-family: cursive;
	color: #21218e;
	margin-left: -80px;
}
article::before {
	position: absolute;
	content: "";
	border-left: 5px double #f03c3c;
	height: 100%;
	top: 0;
	left: 3.3rem;
}

article p {
	max-width: 90%;
	margin: 0 auto;
}

/* Style the blockquotes */
blockquote {
	position: relative;
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	background-color: white;
	padding: 1.4rem 0.5rem 0.3rem 4rem;
}

blockquote p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.2;
	color: #666;
}
blockquote p:before {
	content: "\201C";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 54px;
	color: #999;
}
.slamchat {
	padding: 15px 20px !important;
	background-color: #edf2f6 !important;
}
.mybio {
	font-size: 20px;
	color: #403f4d;
	font-weight: bold;
}
.slam {
	float: inline-end;
}
.slamnext {
	float: inline-end;
}
.chat-texts {
	padding: 17px 15px !important;
	width: 80%;
}

.date-format {
	margin: 4px 0 0;
	color: #683095;
}
.w-80 {
	width: 70%;
}

.menulist-button {
	appearance: menulist-button;
}

.msg-box {
	display: none;
	font-weight: 600;
	border-radius: 8px;
	padding: 20px 30px;
}
.msg-box.danger {
	display: block;
	background-color: #f66;
	color: #fff;
	transition: opacity 1s linear;
	border: 2px solid #b31312;
}
.msg-box.shake {
	animation: shake 0.3s infinite linear;
}
@keyframes shake {
	20% {
		transform: translateX(-3px);
	}
	40% {
		transform: translateX(3px);
	}
	60% {
		transform: translateX(-5px);
	}
	80% {
		transform: translateX(5px);
	}
}

.books {
	background-color: #683095;
	color: white;
	padding: 0px;
	border-radius: 50%;
	font-size: 15px;
	width: 22px !important;
	height: 22px;
	display: inline-block;
	font-weight: bold;
}

input.error,
input.error:focus {
	border-color: tomato;
}

.editor-error {
	border: 1px solid tomato !important;
}

.mymodel {
	opacity: 1 !important;
	display: block !important;
}
.picset {
	font-size: 200px !important;
	color: #999;
}
.apply {
	border-radius: 42px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.set-profile-pic {
	position: relative;
	width: fit-content !important;
	height: fit-content !important;
}
.set-profile-pic .add-profile {
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #6c757d;
	border-radius: 50%;
	border: 5px solid #fff;
	transform: translate(-15px, -22px);
}
.set-profile-pic .add-profile span {
	font-size: 35px;
	color: #fff;
}

#image-crop-div, #upd-image-crop-div {
	width: 100%;
	max-width: 350px;
	height: 350px;
	border: 1px solid #666;
}

.preview-img, .upd-preview-img {
	padding: 20px;
}
.preview-img img, .upd-preview-img img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.21);
}

#spinner-box {
	display: none;
}

.ck-editor__editable[role="textbox"] {
	/* editing area */
	min-height: 200px;
}

#set-profile-modal::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fbfbfb;
	opacity: 0.9;
}

#slam-toast-container {
	top: 0;
	right: 0;
}

.sp-toast {
	display: block !important;
	transform: translateX(120%);
	transition: 0.4s ease;
}

.sp-toast.active {
	transform: translateX(0);
}

#biography-gallery-view:empty {
	display: none !important;
}
#biography-gallery-view:not(:has(.gallery-box)) {
	display: none;
}
#biography-gallery-view .gallery-view-img {
	object-fit: cover;
	aspect-ratio: 1/1;
	width: 150px;
}
#biography-gallery-view .gallery-delete-btn {
	display: none;
	top: 4px;
	right: 4px;
	font-size: 15px;
	padding: 8px;
}

#biography-gallery-view .gallery-view-img.active {
	border: 3px solid #166fd4;
}
#biography-gallery-view .gallery-view-img.active + .gallery-delete-btn {
	display: block;
}
#biography-gallery-view .gallery-view-img:where(:hover) + .gallery-delete-btn {
	display: block;
}

.edit-img-profile {
	position: relative;
}
.edit-img-profile::after {
	position: absolute;
	content: "\e3c9";
	color: #fff;
	font-size: 15px;
	right: 0;
	bottom: 0;
	background: #6f42c1;
	border-radius: 50%;
	padding: 5px;
}

.hide {
	display: none !important;
}

.password-field {
	position: relative;
}

.password-field .password-toggle::before {
	position: absolute;
	content: '\e8f4';
	right: 15px;
	top: 50%;
	font-size: 20px;
	color: #0d6efd;
	transform: translateY(-50%);
	transition: 0.3 ease;
}
.password-field .password-toggle:hover::before {
	color: #333;
}
.password-field .password-toggle.active::before {
	content: '\e8f5';
	color: #333;
}
.password-field .password-toggle.active:hover::before {
	color: #0d6efd;
}

.read-more-btn-container {
	margin-top: -30px;
  	position: relative;
}
.brief-container {
	overflow: hidden;
}

label.following {
	background-color: var(--bs-btn-active-bg);
  	color: var(--bs-btn-active-color);
}

.notification-count {
	background-color: var(--bs-purple);
}

.notification-img {
	width: 80px;
	height: 80px;
}

.font-size-3 {
	font-size: 3rem !important;		
}

.user-profiles-div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}
.user-profiles-div .account-item {
	width: min(100%, 210px);
}

.gallery-img {
	width: 100%; 
	object-fit: cover; 
	aspect-ratio: 16/9;
	cursor: pointer;
}

#actionTimer {
	cursor: not-allowed;
}

#actionTimer.resend {
	cursor: pointer;
	color: var(--bs-success) !important;
}
#actionTimer.resend:hover {
	color: #2e94a8 !important;
}

.slick-track.account-items-holder {
	margin: 0;
	width: 100% !important;
}

.profession-text {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.img-sliding-gallery img {
	object-fit: contain !important;
}