/*---------------------------------------------*/
/** 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);
		}
	}

}
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 .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:white;
	padding: .9rem;
}


@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;
	}

	.todo_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: auto !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;
}


/* buttom moblie menue  */
.mobile-bottom-menu {
    margin: 0 ;
    width: 100%;
    display: flex ;
    height: 5em ;
    user-select: none ;
    position: fixed ;
	bottom: 0px;
    align-items: center ;
    padding: 0;
    justify-content: center ;
    background-color: #ffffff ;
    border-top: solid .5px #D3D3D3;
	border-radius: .5rem .5rem 0px 0px;
}

.mobile-bottom-menu .menu__item {
	font-size: 20px;
    flex-grow: 1 ;
    display: flex ;
    cursor: pointer ;
    overflow: hidden ;
    position: relative ;
    align-items: center ;
    justify-content: center ;
	color: #C0C0C0;
    
}

.mobile-bottom-menu .menu__item.active *{    
    color: black;
	font-weight: 400;
	font-size: 23px !important;
}

/* end  */


.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;
  }



.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], .custom-image-input input[type=radio]{
	display: none !important;
	visibility: hidden !important;
  }
  
.custom-image-input label {
	padding: 20px 10px;
	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: center;
}

.custom-image-input label::before {
	background-color: white;
	color: white;
	content: " ";
	display: block;
	border-radius: 50%;
	border: 1px solid #17a2b8;
	position: absolute;
	top: -5px;
	left: -5px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	transition-duration: 0.4s;
	transform: scale(0);
	transition: 2s ease-in-out;
	border-radius: .5rem;
}

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

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

/* .custom-image-input :checked+label::before {
	content: "✓";
	background-color: #17a2b8;
	transform: scale(1);
}
 */
.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;
}


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

