/*---------------------------------------------*/
/** loader  **/
@media (max-width: 992px) {
	.profile-dropdown-avatar {
		height: 37px;
		width: 37px;
		border-radius: 50px;
		border: 2px solid #306998;
	}

	.spinner-wrapper {
		position: fixed;
		align-content: center;
		text-align: center;
		align-items: center;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #306998;
		z-index: 999999;
	}

	.spinner {
		width: 40px;
		height: 40px;
		position: relative;
		margin: auto auto;
		top: 45%;

	}

	.double-bounce1,
	.double-bounce2 {
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: 50%;
		opacity: 0.6;
		position: absolute;
		-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
		animation: sk-bounce 2.0s infinite ease-in-out;
	}

	.double-bounce2 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	@-webkit-keyframes sk-bounce {

		0%,
		100% {
			-webkit-transform: scale(0.0)
		}

		50% {
			-webkit-transform: scale(1.0)
		}
	}

	@keyframes sk-bounce {

		0%,
		100% {
			transform: scale(0.0);
			-webkit-transform: scale(0.0);
		}

		50% {
			transform: scale(1.0);
			-webkit-transform: scale(1.0);
		}
	}

	/* لودینگ تمام‌صفحهٔ موبایل غیرفعال؛ دسکتاپ همان loader-bg می‌ماند */
	.spinner-wrapper {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.spinner-wrapper .spinner,
	.spinner-wrapper .double-bounce1,
	.spinner-wrapper .double-bounce2 {
		animation: none !important;
		-webkit-animation: none !important;
	}

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
	/* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
	-moz-appearance: textfield;
	/* Firefox */
}

@media (min-width: 992px) {
	.col-lg-9 {
		flex: 0 0 75% !important;
		max-width: 75% !important;
	}

	.pcoded-navbar {
		box-shadow: 1px 0 10px 0 #3f4d67 !important;
	}
}

@media (min-width: 768px) {
	.col-md-7 {
		flex: 0 0 60.333333% !important;
		max-width: 60.333333% !important;
	}
}

@media (min-width: 768px) {
	.col-md-3 {
		flex: 0 0 23% !important;
		max-width: 23% !important;
	}
}

.highcharts-subtitle {
	fill: #1f3152 !important;
	font-weight: bold;
}

.custom-card {
	padding: 5px 10px !important;
}

.custom-control-label {
	margin-right: 6px;
}

#chartBox {
	min-height: 440px;
	margin-bottom: 20px;
	border-radius: .25rem;
	border: 1px solid #ced4da;
}

#accordionHoriz .choice {
	box-sizing: border-box;
	padding: 0;
	overflow: hidden;
	float: left;
	align-items: center;
	transition: width 0.2s;
	border-radius: 0.25rem;
	cursor: pointer;
	border: 1px solid #ced4da;
}

.top-filter-bg {
	background-color: #1f3152 !important;
	color: rgb(207, 207, 207);
	padding: 8px 15px !important;
	font-size: 15px !important;

}

.top-filter-bg span {
	color: white !important;
	font-size: 14px !important;
}

.top-filter-bg-green {
	background-color: #28a745 !important;
	color: rgb(255, 255, 255);
	padding: 8px 15px !important;
	font-size: 15px !important;
}

.top-filter-bg-red {
	background-color: #dc3545 !important;
	color: rgb(255, 255, 255);
	padding: 8px 15px !important;
	font-size: 15px !important;
}

.top-filter-bg-text span {
	color: white !important;
	font-size: 15px !important;
	float: left;
}

/* price_slider */
/* custom styles for UiSlider */
.noUi-target {
	cursor: pointer;
}

.noUi-target :focus {
	outline: none;
}

.noUi-horizontal {
	height: 9px;
}

.noUi-connect {
	background: #007bff;
}

.noUi-base {
	background: #DEDEDE;
}

.noUi-horizontal .noUi-handle {
	top: -6.5px;
	right: -11px;
	width: 20px;
	height: 20px;
	background: #007bff;
	border: 2px solid #007bff;
	border-radius: 50%;
	box-shadow: unset;
	cursor: pointer;
	transition: transform 0.1s;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	content: none;
}

.noUi-horizontal .noUi-handle:hover {
	transform: scale(1.1);
}

/* styles for filter */
.price_filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 11px;
}

.price_filter__label {
	width: 100%;
	position: relative;
	cursor: pointer;
	direction: rtl;
}

.price_filter__label:before {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #999999;
	font-size: 14px;
}

.price_filter__label::after {
	content: "ریال";
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	color: #999999;
	font-size: 14px;
}

.price_filter__label:nth-child(1):before {
	content: "از";
}

.price_filter__label:nth-child(2):before {
	content: "تا";
}

.price_filter__input {
	height: 35px;
	border: 0px solid #007bff;
	border-radius: 5px;
	padding: 0 40px 0 10px;
	cursor: pointer;
	width: 100%;
	cursor: text;
}

.price_filter__input:focus {
	background: rgb(0 102 255 / 20%);
}

.price_filter__slider-price {
	width: 100%;
	margin: 20px 5px 0;
}


.pcoded-navbar {
	background-color: white !important;
}


.slimScrollBar {
	background: none !important;
}

.pcoded-navbar a {
	color: #616d83;

	font-size: 16px
}

/* .pcoded-navbar .pcoded-inner-navbar>li.active>a,
.pcoded-navbar .pcoded-inner-navbar>li.pcoded-trigger>a {
	background: #333f5454;
	color: #39465e;
} */

.pcoded-navbar.navbar-collapsed:not(.closed) .pcoded-inner-navbar>li.pcoded-trigger .pcoded-submenu li a{
	color: #616d83
}

.pcoded-navbar .pcoded-submenu {
	background: #333f5430;
	color: #39465e;
}

.nav-active {
	height: calc(100% - 5px);
	border-right: 5px solid #1dc4e9;
	border-radius: 1px;
}

.nav-active i {
	color: #1dc4e9 !important;
}

.card {
	border-radius: .5rem;
}

.bitcoin-wallet:hover {
	transition: 0.4s ease-in-out;
	transform: translateY(-7px);
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.custom-file-label::after {
	content: "انتخاب کنید" !important;
	cursor: pointer;
	line-height: 1.8;
}

.custom-file-label {
	line-height: 1.8;
}

.e_custom_pagination {
	overflow: auto !important;
}

.e_custom_pagination a:not([href]):not([tabindex]) {
	background-color: #1DC4E9 !important;
	font-weight: bold;
	color: white;
}

.table td,
.table th {
	padding: 0.8rem 0.75rem !important;
	vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_filter input {
	text-align: center !important;
}

.card-header {
	line-height: 1.9;
}

.export_download_parent {
	float: left;
	margin-left: 0.5rem;
	position: relative;
}

.export_download_btn {
	margin: 0 !important;
	padding-top: 0.30rem !important;
	padding-bottom: 0.1rem !important;
	padding-left: 0.8rem !important;
	padding-right: 0.8rem !important;
	position: absolute;
	left: 0;
	font-size: 14px;
}


.highcharts-container {
	width: 100% !important;
	height: 100% !important;
}

i {
	vertical-align: middle;
}

.circle_btn {
	height: 40px;
	width: 40px;
	padding: 0 !important;
	border-radius: 50%;
	justify-content: center;
	text-align: center;
	padding-top: 2px !important;
}

.purple-btn {
	background: rgb(128, 0, 128, .8);
	color: white;
}

.purple-btn:hover {
	background: rgb(128, 0, 128);
	color: white;
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
	box-shadow: none !important;
}

.jdp-month,
.jdp-years {
	align-self: center;
}

.jdp-icon-plus,
.jdp-icon-minus {
	display: flex !important;
}

.jdp-icon-plus svg,
.jdp-icon-minus svg {
	align-self: center;
}

.progress {
	height: 7px !important;
}

/* .modal-footer>:not(:first-child) {
	margin-right: auto !important;
	margin-left: 0 !important;
} */

.modal-footer{
	justify-content: start;
}

.modal-footer>:not(:last-child){
	margin-right: 0 !important;
	margin-left: .25rem;
}

div.dataTables_wrapper div.dataTables_paginate{
	justify-content: center;
}

.page-header-title+.breadcrumb{
	margin-bottom: 0 !important;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-icon:before{
	display: inline-block;
}

.breadcrumb-item+.breadcrumb-item{
	padding: 0;
}

/* Custom style for changing separator  */
.breadcrumb-item + .breadcrumb-item::before {
	content: "/";
}

@media (max-width: 992px) {
	.dropdown-menu.show{
		width: 100% !important;
		left: 11px !important;
		/* border: 2px solid #1dc4e9; */
		margin:5px
	}

	.dropdown-menu.show *{
		text-align: center !important;
		justify-content: center !important;
	}

	/* .dropdown-menu.show:before{
		color: #1dc4e9 !important;
	} */

	.page-block{
		border-radius: .5rem !important;
	}
}

.dtr-details td { 
	text-align: left !important; 
}
.dtr-details td:first-child { 
	text-align: right !important; 
}

.total_row *{
	border-bottom: solid 2px grey !important;
}

.total_row{
	font-weight: bold;
	color: black;
}



#custom_sortable_table thead tr th{
}

div.dataTables_wrapper div.dataTables_info{
	padding-top: 30px !important;
}

.dropdown-menu{
	border-radius: .5rem !important;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: #ebeced;
	border-radius: .25rem !important;
}

/* Data Tables Filter  */
.dt-button-collection{
	left: auto !important;
	right: 0 !important;
	background: white;
	border-radius: 6px !important;
	padding: 3px 7px !important;
	max-height: 400px;
    overflow: auto;
    margin-top: 10px !important;
}

.dt-button.dropdown-item{
	direction: rtl;
    text-align: right;
	border-radius: 4px;
	width: 98%;
	margin: 10px auto;
	padding: 9px 13px;
	font-size: 14px;
}

.dt-button.dropdown-item.active, .dt-button.dropdown-item:active{
	background-color: #eeeeee !important;
	color: black;
}

div.dataTables_wrapper div.dataTables_filter{
	display: inline;
}

.dropdown-toggle.buttons-colvis{
margin-top: 3px;
}


#iran_map_chart {
	width: 100%;
	margin: 0 auto;
}

.loading {
	margin-top: 10em;
	text-align: center;
	color: gray;
}

.custom-top-navbar{
	border-radius: .5rem; 
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1); 
	background: #2c333f;
	padding: .9rem;
	color: white
}

.custom-top-navbar * {
	color: white;
}

.custom-top-navbar .page-header-title+.breadcrumb>.breadcrumb-item:last-child a{
	color: white !important;
}

/* بردکرامب و نوار بالای صفحه — فقط موبایل/تبلت: فشرده‌تر، روشن‌تر، نزدیک‌تر به هدر */
@media (max-width: 991.98px) {
	.pcoded-inner-content > .page-header:first-of-type {
		margin-top: -0.35rem;
		padding-top: 0.1rem;
		margin-bottom: 0.45rem;
	}

	.pcoded-inner-content > .page-header:first-of-type .page-block.custom-top-navbar {
		padding: 0.4rem 0.65rem !important;
		background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%) !important;
		border: 1px solid rgba(15, 23, 42, 0.07);
		box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06) !important;
		border-radius: 12px !important;
	}

	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar * {
		color: #475569 !important;
	}

	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar .breadcrumb {
		margin-bottom: 0;
		padding: 0.15rem 0;
		font-size: 0.78rem;
		line-height: 1.35;
		background: transparent;
		flex-wrap: wrap;
	}

	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar .breadcrumb-item {
		padding-top: 0;
		padding-bottom: 0;
	}

	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar .breadcrumb-item a {
		color: #0284c7 !important;
	}

	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar .breadcrumb-item.active,
	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar .page-header-title + .breadcrumb > .breadcrumb-item:last-child a {
		color: #0c4a6e !important;
		font-weight: 600;
	}

	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar .breadcrumb-item + .breadcrumb-item::before {
		color: #94a3b8 !important;
		padding-left: 0.35rem;
		padding-right: 0.35rem;
	}

	.pcoded-inner-content > .page-header:first-of-type .custom-top-navbar .breadcrumb .feather {
		font-size: 0.95rem;
		vertical-align: middle;
		opacity: 0.9;
	}

	/* هدر موبایل: لوگو کوچک‌تر، نوار فشرده‌تر */
	.app-mobile-topbar {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1040;
		padding-top: 0.45rem !important;
		padding-bottom: 0.45rem !important;
		padding-left: 0.65rem !important;
		padding-right: 0.65rem !important;
		background: #fff !important;
		border-bottom: 1px solid rgba(15, 23, 42, 0.07);
		box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05) !important;
	}

	.app-mobile-topbar .row {
		min-height: 0;
	}

	.breadcrumb-container-mobile .breadcrumb {
		margin: 0;
		padding: 0;
		background: transparent !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		width: 100%;
		justify-content: flex-start;
	}

	.breadcrumb-container-mobile .breadcrumb-item,
	.breadcrumb-container-mobile .breadcrumb-item a {
		background: transparent !important;
		color: #0c4a6e !important;
	}

	.mobile-topbar-logo {
		margin-right: auto;
		padding-right: 0;
		padding-left: 0;
	}

	.pcoded-main-container {
		padding-top: calc(1.5rem + env(safe-area-inset-top, 0px));
	}

	.app-mobile-topbar__brand {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		line-height: 0;
		padding: 0.15rem 0.25rem;
		border-radius: 10px;
		transition: background-color 0.15s ease;
	}

	.app-mobile-topbar__brand:active {
		background-color: rgba(4, 169, 245, 0.08);
	}

	.app-mobile-topbar__logo,
	.app-mobile-topbar .logo {
		width: auto !important;
		height: auto !important;
		max-height: 40px !important;
		max-width: 100px !important;
		object-fit: contain;
		display: block;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 768px){
	.auth-wrapper .auth-content {
		align-self: baseline !important;
		margin-top: 1rem;
		height: 100%;
		/* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
		border-radius: 15px;
		padding: 20px;
	}

	.auth-wrapper .auth-content .btn{
		display: flex;
		justify-content: center;
		width: 100%;
	}

	/* .auth-wrapper>div{
		align-self: center;
		border-radius: 100px 0px;
	} */
}

.site_title{
	color: #0944A6; font-weight: bold;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	border-radius: .25rem;
	padding: 17px;
}

#ProFilter .row .col-md-1,
#ProFilter .row .col-md-2,
#ProFilter .row .col-md-3,
#ProFilter .row .col-md-4,
#ProFilter .row .col-md-5,
#ProFilter .row .col-md-6
{
	align-self: auto !important;
}

.pagination{
	justify-content: center;
}

.custom-card-transition{
	transition: .4s ease-in-out;
}

.custom-card-transition:hover{
	transition: .4s ease-in-out;
	transform: translateY(-7px);
}

.white-text *{
	color: white !important;
}

.task-card-body *{
	align-self: center;
}
@media only screen and (max-width: 768px){
	.task-card h6{
		font-size: 15px !important;
	}

	.title{
		font-size: 16px !important;
	}
	.todo_category_name{
		font-size: 15px !important;
	}
	.task-card-body *{
		justify-content: start !important;
		line-height: 2;
		font-size: 14px !important;
	}

	.task-card-body-custom-w{
		width: 100% !important;
	}

	.checkbox.checkbox-fill input[type=checkbox]+.cr:before{
		font-size: 20px !important;
	}

	.checkbox input[type=checkbox] + .cr{
		font-size: 13px !important;
	}

	.checkbox input[type=checkbox] + .cr:before{
		margin-left: 5px !important;
	}

	.checkbox.checkbox-fill input[type=checkbox]+.cr:after{
		margin-left: 15px !important;
		font-size: 13px !important;
		width: 20.5px;
		height: 20.5px;
		margin-top: 3px;
	}
	.subtasks-parent-box{
		padding: 0 !important;
	}
}


.checkbox.checkbox-fill input[type=checkbox]+.cr:after{
	margin-top: 2px;
}


.bg-success .checkbox.checkbox-fill input[type=checkbox]:checked+.cr:before{
	color: white !important;
}

.minimize-card{
	cursor: pointer;
}

.bg-warning .task-card-body-custom-w *{
	color: black !important
}

.total_row a{
	border: 0 !important;
}


/* bottom mobile menu */
.mobile-bottom-menu {
    margin: 0;
    width: 100%;
    display: flex;
    min-height: 3.75rem;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    user-select: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    align-items: stretch;
    padding-top: 0.25rem;
    justify-content: space-around;
    background-color: #ffffff;
    border-top: solid 0.5px #D3D3D3;
    border-radius: 0.5rem 0.5rem 0 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}

.mobile-bottom-menu .menu__item {
    font-size: 1.1rem;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #8a8a8a;
    padding: 0.2rem 0.1rem;
}

.mobile-bottom-menu .menu__item .menu__item-label {
    font-size: 0.65rem;
    line-height: 1.1;
    margin-top: 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-weight: 500;
}

.mobile-bottom-menu .menu__item.active,
.mobile-bottom-menu .menu__item.active * {
    color: #04a9f5;
}

.mobile-bottom-menu .menu__item.active .menu__item-label {
    font-weight: 600;
}

@media (min-width: 992px) {
    .mobile-bottom-menu {
        display: none !important;
    }
}

/* leave room for fixed bar on small screens */
@media (max-width: 991.98px) {
    html,
    body {
        overflow-x: hidden;
    }

    .pcoded-main-container,
    .pcoded-wrapper,
    .pcoded-content,
    .pcoded-inner-content {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* منوی کناری روی موبایل برای کاربر لاگین غیرفعال — ناوبری از منوی زیرین و «بیشتر» */
    body.has-mobile-bottom-nav #sidebar.pcoded-navbar {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    body.has-mobile-bottom-nav .pcoded-main-container {
        padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
    }

    body.chat2-app.has-mobile-bottom-nav .chat2-page-shell {
        padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
    }

    body.chat-app-mobile-nav .chat-app-mobile-nav__content {
        padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
    }

    body.has-mobile-bottom-nav .site-footer-absolute--primary {
        bottom: calc(4.35rem + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.has-mobile-bottom-nav .site-footer-absolute--version {
        bottom: calc(4rem + env(safe-area-inset-bottom, 0px)) !important;
    }
}

/* end mobile bottom menu */


.select2-container--default .select2-selection--multiple .select2-selection__clear{
	float: left !important;
}

/* modal dialog of Task edit  */
@media (min-width: 576px){
	.task-edit-modal-dialog {
		max-width: 900px !important;
	}
}

jdp-container {
	z-index: 1600 !important; /* has to be larger than 1050 */
  }


  input[name="phone"],  input[name="email"]{
	direction: ltr;
  }

  .growl-animated.alert{
	  font-size: 14px !important;
  }

  .rounded-circle{
	object-fit: cover;
    object-position: center center;
  }

  .dir_ltr{
	  direction: ltr !important;
  }

  
  .dir_rtl{
	direction: rtl !important;
}

.input-group{
	z-index: 0;
}

.red_dot {
	height: 5px;
	width: 5px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
  }

  .chat {
	display: flex;
	flex-direction: column;
	padding: 0 10px;
  }
  
  .messages {
	display: flex;
	flex-direction: column;
  }
  
  .message {
	border-radius: .5rem;
	padding: 8px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
  }
  
  .yours {
	align-items: flex-end;
  }
  
  .yours .message {
	margin-right: 25%;
	background-color: #eee;
	position: relative;
  }
  
  .yours .message.last:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: -7px;
	height: 20px;
	width: 20px;
	background: #eee;
	border-bottom-right-radius: 15px;
  }
  .yours .message.last:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -10px;
	width: 10px;
	height: 20px;
	background: white;
	border-bottom-right-radius: 10px;
  }
  
  .mine {
	align-items: flex-start;
  }
  
  .mine .message {
	color: white;
	margin-left: 25%;
	background: #ADD8E6;
	background-attachment: fixed;
	position: relative;
  }
  
  .mine .message.last:before {
	content: "";
	position: absolute;
	z-index: 0;
	bottom: 0;
	right: -8px;
	height: 20px;
	width: 20px;
	background: #ADD8E6;
	background-attachment: fixed;
	border-bottom-left-radius: 15px;
  }
  
  .mine .message.last:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -10px;
	width: 10px;
	height: 20px;
	background: white;
	border-bottom-left-radius: 10px;
  }

  .mine .message, .yours .message{
	z-index: 0;
  }

select{
	visibility: hidden;
 }

.custom-select{
	visibility: inherit !important;
 }

 .bg-light-blue{
	background-color: #ADD8E6 !important;
 }

 .bg-light-red{
	background-color: #ff726f !important;
 }

 .bg-light-green{
	background-color: #90EE90 !important;
 }

 .bg-light-orange{
	background-color: #fed8b1 !important;
 }

 .bg-silver{
	background-color: #C0C0C0 !important;
 }

 .dropdown-menu[x-placement="top-start"].show:before{
	display: none;
 }

 .help-red-dot{
	height: 25px;
	width: 25px;
	background-color: #ff726f;
	border-radius: 50%;
	display: inline-block;
 }

 .help-green-dot{
	height: 25px;
	width: 25px;
	background-color: #90EE90;
	border-radius: 50%;
	display: inline-block;
 }

 .help-orange-dot{
	height: 25px;
	width: 25px;
	background-color: #fed8b1;
	border-radius: 50%;
	display: inline-block;
 }

 .help-white-dot{
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-block;
 }

 .help-blue-dot{
	height: 25px;
	width: 25px;
	background-color: #ADD8E6;
	border-radius: 50%;
	display: inline-block;
 }

 .dropdown-menu.show:before{
	content: '' !important;
 }

 .radio input[type=radio]+.cr:after{
	top:15px !important
 }

 .radio input[type=radio] + .cr:after, .radio input[type=radio] + .cr:before{
	margin-right: 8px !important;
 }


.growl-animated{
	font-weight: bold !important;
}

.growl-animated.alert-danger{
	box-shadow: 0 0 2px 2px rgb(244 67 54)
}

.growl-animated.alert-info{
	box-shadow: 0 0 1px 1px rgb(33 150 243)
}

.growl-animated.alert-success{
	box-shadow: 0 0 1px 1px rgb(40, 167, 69);
 }


 @media (min-width: 768px) {
	.growl-animated{
		min-width: 15%;
		text-align: center;
	}
	.growl-animated.alert{
		font-size: 15px !important;
	}
	.alert{
		border-radius: 0.5rem !important
	}
 }

 .reward_card_image{
	width: 100%;
	height: 80px;
    object-fit: contain;
 }


 .reward_card_body{
	height: 90px;
 }
 
 .reward_card_body{
	height: 75px;
 }

 @media (max-width: 1200px) {
	.reward_card_body{
		height: 100px;
	 }
 }

 @media (max-width: 768px) {
	.reward_card_body{
		height: 75px;
	 }

	 .nav-tabs .nav-link{
		padding: 10px;
		font-size: 13px;
	 }
 }

.custom-image-input input[type=checkbox], input[type=radio]{
	display: none !important;
	visibility: hidden !important;
  }
  
.custom-image-input label {
	padding: 5px 5px;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.custom-image-input label img {
	height: 20px;
	width: 20px;
	transition-duration: 0.2s;
	transform-origin: 50% 50%;
	margin-right: 8px;
}

.custom-image-input .mood-label {
	margin-left: auto;
}

.custom-image-input :checked+label {
	border-radius: .25rem;
	box-shadow: 0 0 4px #17a2b8;
	transition: .2s ease-in-out;
}

.custom-image-input :checked+label img {
	transform: scale(1.2);
	z-index: -1;
}

.nav-tabs .nav-link{
	padding: 10px 15px !important;
	border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.left_filters {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 75vh;
}

/* Custom Scrollbar  -  Works on Chrome, Edge, and Safari */
.c_scrollbar::-webkit-scrollbar {
    width: 3px;
    border-radius: 2px;

  }

.c_scrollbar::-webkit-scrollbar-track {
background: rgb(230, 230, 230);
border-radius: 2px;
}

.c_scrollbar::-webkit-scrollbar-thumb {
background-color: rgb(143, 143, 143);
border-radius: 2px;
}

.custom-width-table{
	width: 300px;	
}
@media (max-width: 768px) {
	.mobile_scrollbar{
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100vh;
	}

	.custom-width-table{
		width: auto;	
	}
}



@-webkit-keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 300px
    }
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 300px
    }
}


.snow {
    height: 70px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cstyle%3E.st1{opacity:.3;fill:%23fff}%3C/style%3E%3Ccircle class='st1' cx='5' cy='8' r='1'/%3E%3Ccircle class='st1' cx='38' cy='3' r='1'/%3E%3Ccircle class='st1' cx='12' cy='4' r='1'/%3E%3Ccircle class='st1' cx='16' cy='16' r='1'/%3E%3Ccircle class='st1' cx='47' cy='46' r='1'/%3E%3Ccircle class='st1' cx='32' cy='10' r='1'/%3E%3Ccircle class='st1' cx='3' cy='46' r='1'/%3E%3Ccircle class='st1' cx='45' cy='13' r='1'/%3E%3Ccircle class='st1' cx='10' cy='28' r='1'/%3E%3Ccircle class='st1' cx='22' cy='35' r='1'/%3E%3Ccircle class='st1' cx='3' cy='21' r='1'/%3E%3Ccircle class='st1' cx='26' cy='20' r='1'/%3E%3Ccircle class='st1' cx='30' cy='45' r='1'/%3E%3Ccircle class='st1' cx='15' cy='45' r='1'/%3E%3Ccircle class='st1' cx='34' cy='36' r='1'/%3E%3Ccircle class='st1' cx='41' cy='32' r='1'/%3E%3C/svg%3E");
}

.snow,
.snow div {
    width: 100%;
    background-position: 0 0;
    -webkit-animation: animatedBackground 15s linear infinite;
    animation: animatedBackground 15s linear infinite;
}

.snow div {
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cstyle%3E.st3{opacity:.1;fill:%23fff}%3C/style%3E%3Ccircle class='st3' cx='4' cy='14' r='1'/%3E%3Ccircle class='st3' cx='43' cy='3' r='1'/%3E%3Ccircle class='st3' cx='31' cy='30' r='2'/%3E%3Ccircle class='st3' cx='19' cy='23' r='1'/%3E%3Ccircle class='st3' cx='37' cy='22' r='1'/%3E%3Ccircle class='st3' cx='43' cy='16' r='1'/%3E%3Ccircle class='st3' cx='8' cy='45' r='1'/%3E%3Ccircle class='st3' cx='29' cy='39' r='1'/%3E%3Ccircle class='st3' cx='13' cy='37' r='1'/%3E%3Ccircle class='st3' cx='47' cy='32' r='1'/%3E%3Ccircle class='st3' cx='15' cy='4' r='2'/%3E%3Ccircle class='st3' cx='9' cy='27' r='1'/%3E%3Ccircle class='st3' cx='30' cy='9' r='1'/%3E%3Ccircle class='st3' cx='25' cy='15' r='1'/%3E%3Ccircle class='st3' cx='21' cy='45' r='2'/%3E%3Ccircle class='st3' cx='42' cy='45' r='1'/%3E%3C/svg%3E")
}

#sidebar_logo {
	filter: brightness(0) invert(1);
}

#sidebar{
	background: #2c333f !important
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
  }
  
  .separator::before,
  .separator::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid grey;
  }
  
  .separator:not(:empty)::before {
	margin-right: .25em;
  }
  
  .separator:not(:empty)::after {
	margin-left: .25em;
  }