/* #toastContainer {
    position: fixed;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    transition: bottom 0.5s ease-in-out;
    max-width: 400px; 
    width: 100%;
}

.toast {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.toast-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 10px;
}

.toast-body {
    padding: 10px;
}

#toastContainer.show {
    bottom: 50%; 
} */

/* .user-notifications{
    position: relative;
    width: 28px;
} */

.user-notifications {
    position: relative;
    width: 28px;
    cursor: pointer;
}


/* .notification-count {
	background-color: red;
	color: white;
	border-radius: 50%;
	padding: 1px 12px;
	position: absolute;
	top: 25%;
	right: 165px;
	font-size: 0.8em;
	cursor: pointer;
} */


.cs_timeline_scroll{
	max-height: 290px;
  	overflow-y: auto;
}
.timeline {
	position: relative;
	margin: 0px auto;
	padding: 0px 0;
	width: 100%;
	max-width: 700px;
}
.timeline:has(.alert)::before {
    display: none;
}
.timeline::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 50%;
	width: 2px;
	border: 1px dashed #F5C82A;
	transform: translateX(-50%);
}
.timeline-event {
	position: relative;
	margin-bottom: 16px;
}
.timeline-event .content h5 {
	text-transform: capitalize;
	font-weight: bold;
}
.timeline-event .dot {
	position: absolute;
	top: 0;
	left: 50%;
	width: 16px;
	height: 16px;
	background: #F5C82A;
	border-radius: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
}
.timeline-event .content {
	position: relative;
	padding: 10px 26px;
}
.timeline-event.left .content {
	text-align: right;
	margin-right: 60%;
	padding-top: 0;
}
.timeline-event.right .content {
	text-align: left;
	margin-left: 60%;
	padding-top: 0;
}
.timeline-event.left .content::before,
.timeline-event.right .content::before {
	content: '';
	position: absolute;
	top: 8px;
	width: 86px;
	height: 2px;
	background: #F5C82A;
}
.timeline-event.left .content::before {
	right: -66px;
}
.timeline-event.right .content::before {
	left: -66px;
}
.timeline-event img.icon {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.timeline .content p{
	color: #c0c076;
	line-height: 18px;
	font-weight: 500;
}

.notification-count {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 1px 12px;
    position: absolute;
    top: -20px;
    right: -8px;
    font-size: 0.8em;
    cursor: pointer;
}

span.handshake-icon {
	margin-left: auto;
	font-size: 19px;
	position: relative;
	right: 8px;
}
/* back to folder breadcrumbs */
body a.back-to-folders {
	color: #ffd700;
	cursor: pointer;
	margin-left: 0px;
}
body .business-gallery .cs_breadcrum-list span {
	margin-left: 5px;
	margin-right: 5px;
}
body a.cs_breadcrum-list {
	margin-left: 25px;
}
body a.back-to-folders:hover {
	text-decoration: underline;
	color: #ffd700;
}
.business-gallery:last-child .back-to-folders {
	color: #979494;
}
/* To minimize the long image text on images and folders */
.bus-gallery .thumb a span,
.bus-gallery .thumb .text-center{
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.cs_filter_buttons {
	display: flex;
	margin-bottom: 10px;
	justify-content: end;
	padding-left: 15px;
	padding-right: 15px;
}
.cs_filter_buttons .list-view-button, 
.cs_filter_buttons .grid-view-button {
	color: #c0b35a;
	border: 1px solid #c0b35a;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 5px;
}
.cs_filter_buttons .list-view-button.active,
.cs_filter_buttons .grid-view-button.active {
	background: #ffd700;
	color: #000;
}
.cs_filter_buttons .list-view-button:hover,
.cs_filter_buttons .grid-view-button:hover {
	background: #ffd700;
	color: #000;
}
body .bus-gallery > .row {
	gap: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.cs_filter_buttons .list-view-button {
	margin-right: 10px;
}
.cs_view_list .bus-gallery .row {
	flex-wrap: nowrap;
	flex-direction: column;
}
.cs_view_list .bus-gallery .row > div{
	flex:1;
	max-width: 100%;
}
.cs_view_list .bus-gallery .thumb {
	background: transparent;
	/* text-align: left;
	display: flex;
	gap: 10px; */
}
.cs_view_list .bus-gallery .thumb a {
	width: 100%;
	/* align-items: start; */
	display: flex;
    gap: 10px;
	height: auto;
}
body .cs_view_list .bus-gallery .thumb img {
	width: 30px;
	height: auto;
}
.bus-gallery .thumb img.img-thumb {
	width: auto;
}
body .cs_view_list span.cs_img_wrap {
	height: auto;
}
span.cs_img_wrap {
	height: 50px;
}
.cs_view_list .bus-gallery .thumb a span,
.cs_view_list .bus-gallery .thumb .text-center {
	-webkit-line-clamp: initial;
	/* text-align: left !important; */
	padding-right: 26px;
}
.cs_view_list .bus-gallery .thumb a span.cs_img_wrap{
	padding-right: 0px;
}
.tab-content:not(.cs_view_list) .bus-gallery > .row{
	margin-top: 16px;
	padding-top: 8px;
}
.bus-gallery img {
	transition-delay: initial;
	transition-timing-function: ease-in-out;
	transition-duration: initial;
	transition-property: auto;
}
.bus-gallery a {
	text-decoration: none;
	transition: auto;
	-moz-transition: auto;
	-webkit-transition: auto;
	-ms-transition: auto;
	-o-transition: auto;
}
.bus-gallery .cs_col {
	flex: 1;
	padding: 0px;
	flex: 1 1 calc(14% - 10px);
	max-width: calc(14% - 10px);
}
.cs_view_list .audio-item {
	width: 100%;
	margin-right: 40px;
}
.cs_view_list .business-gallery span {
	margin-left: 0px;
}
body .bus-gallery .thumb a {
	width: auto;
	height: auto;
	display: block;
}
body .bus-gallery.cs-space .gallery-audio-delete-icon, 
body .bus-gallery.cs-space .gallery-doc-delete-icon, 
body .bus-gallery.cs-space .gallery-pic-delete-icon, 
body .bus-gallery.cs-space .gallery-folder-delete-icon{
	right: 0px;
}
body .cs_view_list .bus-gallery .gallery-folder-delete-icon,
body .cs_view_list .bus-gallery .gallery-pic-delete-icon,
body .cs_view_list .bus-gallery .gallery-audio-delete-icon,
body .cs_view_list .bus-gallery .gallery-doc-delete-icon{
	/* top: 4px; */
  	right: 0px;
}


.cs-space .col-12 {
    padding-left: 0;
	padding-right: 0;
}

/* mmm */
#storeSwitcherModal.modal .modal-dialog {
	max-width: 100%;
	margin-right: 5%;
	margin-left:5%;
}
#storeSwitcherModal.modal .media.forum-item {
	flex-direction: column;
	gap: 12px;
	position: relative;
}
#storeSwitcherModal.modal .list-group {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}
#storeSwitcherModal.modal .text-warning {
	text-align: center;
}
#storeSwitcherModal.modal ul.list-group li {
	/* flex: 0 0 calc(20% - 8px); */
	flex:228px;
	border: 1px solid #ccc !important;
}
#storeSwitcherModal.modal span.badge {
	position: absolute;
	top: -14px;
	right: -14px;
}
#storeSwitcherModal.modal .list-group-item:hover{
	background-color: #e8ffe8 ;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
#storeSwitcherModal.modal .modal-header .modal-title {
	color: #020202;
}
#storeSwitcherModal.modal .media-body a {
	text-align: center;
}
#storeSwitcherModal.modal.fade {
	padding-right: 0px !important;
}
#storeSwitcherModal.modal-open .modal {
	overflow-y: hidden !important;
}
#storeSwitcherModal.modal .modal-body{
	overflow: auto;
	height: calc(100vh - 123px);
}
#storeSwitcherModal.modal .modal-body::-webkit-scrollbar {
	width: 8px;  
	height: 8px;
}
#storeSwitcherModal.btn-close {
	color: #fff;
	opacity: 1;
}	
#storeSwitcherModal.btn-close:hover {
	color: #fff;
	opacity: 0.8;
}
#storeSwitcherModal.modal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
#storeSwitcherModal.modal .modal-body::-webkit-scrollbar-thumb {
  background: #ffd700;
  border-radius: 10px;
  height: 50px;
}

.strfrnt-prfl-lstng .card.card-info-bx {
	height: 100%;
	display: flex;
	justify-content: center;
}
/* mmm */

@media screen and (max-width:1200px){
	.bus-gallery .cs_col {
    flex: 1 1 calc(33% - 10px);
    max-width: calc(33% - 10px);
	}
}

.bus-gallery .thumb {
	background:rgb(230, 224, 224);
}
.create-folder-button{
	position: absolute;
	right: 28px;
	top: 5px;
}
.block-icons {
	color: grey;
	cursor: not-allowed;
}
.select2-results__option.select2-results__option--highlighted{
    background-color: #303030 !important;
}

.cs_timeline_scroll::-webkit-scrollbar-thumb {
    background-color: #f5c82a;
    border-radius: 10px;
    border: 2px solid transparent;
}

.cs_timeline_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #f5c82a;
}
.cs_timeline_scroll::-webkit-scrollbar {
    width: 5px;
}
.ad-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.modal-header.theme-color{
	background: #ffd700 !important;
	border-color: #ffd700 !important;
}
.btn-theme-color {
	color: #000 !important;
	background: #ffd700 !important;
	border-color: #ffd700 !important;
}
.btn-theme-color-disabled {
	color: #000 !important;
	background: #c0c085 !important;
	border-color: #c0c085 !important;
}
.theme-modal .select2-container--default .select2-selection--single{
    background-color: #22262a !important;
    border: 1px solid #101010 !important;
}
.theme-modal .select2-container .select2-selection--single .select2-selection__rendered{
	padding:0 !important
}
.modal-backdrop.show {
    opacity: 0.9;
}
.side-nav li a.active {
	outline: none;
	background-color: #1a242f !important;
}
 