html,
body {
	scroll-behavior: smooth;
}

.c-filter {
	position: relative;
	display: flex;
	justify-content: flex-end;
	z-index: 999;
}

.c-filter__toggle {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: 0;
	padding: 0.5rem 1rem;
	border-radius: 4px;
	font-size: 16px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 240px;
}

.c-filter__toggle:after {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.c-filter__toggle--active:after {
	transform: rotate(180deg);
}

.c-filter__ul {
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
	position: absolute;
	display: none;
	background-color: #fff;
	width: 240px;
	margin-top: 50px !important;
	margin: 0;
	max-height: 360px;
	overflow-y: scroll;
}

.c-filter__ul::-webkit-scrollbar {
	width: 6px;
}

.c-filter__ul::-webkit-scrollbar-thumb {
	background-color: rgb(45, 45, 219);
}

.c-filter__ul--active {
	display: block;
}

.c-filter__item {
	list-style: none;
	display: block;
}

.c-filter__item input {
	display: none;
}

.c-filter__item input:checked~label:before {
	background-color: blue;
	border-color: blue;
	background-image: url("data:image/svg+xml,%3Csvg fill='rgb(255,255,255)' aria-hidden='true' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat;
}

.c-filter__item label {
	display: block;
	padding: 5px;
	cursor: pointer;
	padding: 8px 8px 8px 35px;
	font-size: 16px;
	position: relative;
}

.c-filter__item label:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 15px;
	height: 15px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
}

.c-filter__item label:hover {
	background-color: #f4f5f7;
}

.c-filter__item label:hover:before {
	border: 1px solid #c8c8c8;
}

.choose-language {
	width: 48px;
	margin-left: 12px;
	padding: 8px;
	position: relative;
	border-radius: 4px;
	border: 1px solid rgb(188 188 188 / 38%);
	background-color: transparent;
	cursor: pointer;
}

.choose-language svg {
	border-radius: 4px;
}

.choose-language .choose-language-item {
	border-radius: 4px;
	border: 1px solid rgb(188 188 188 / 38%);
	background-color: #18263a;
	cursor: pointer;
}

.choose-language .other-languages {
	position: absolute;
	top: 44px;
	left: -1px;
	width: 100%;
	display: flex;
	width: 48px;
	flex-direction: column;
	border-radius: 4px;
	border: 1px solid rgb(188 188 188 / 38%);
	background-color: transparent;
}

.hidden {
	display: none !important;
}

.choose-language .other-languages a {
	background-color: transparent;
	cursor: pointer;
	border: none;
	padding: 8px 8px;
}

.custom-pricing i {
	color: rgb(36, 214, 36);
}

#secondRange {
	background-color: transparent !important;
}

section.range-slider {
	position: relative;
	text-align: center;
	display: flex;
	margin-top: 32px;
	margin-left: auto;
	width: 300px;
}

section.range-slider p {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

section.range-slider input[type="range"] {
	pointer-events: none;
	position: absolute;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: blue;
	border: none;
	border-radius: 14px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	/* box-shadow: inset 0 1px 0 0 blue, inset 0 -1px 0 0 blue;
                -webkit-box-shadow: inset 0 1px 0 0 blue, inset 0 -1px 0 0 blue; */
	overflow: hidden;
	left: 0;
	/* top: 50px; */
	width: 300px;
	outline: none;
	height: 12px;
	margin: 0;
	padding: 0;
}

.secondRangeValue {
	position: absolute;
	right: 0px;
}

.secondRangeValue,
.firstRangeValue {
	margin-top: 12px;
}

section.range-slider input[type="range"]::-webkit-slider-thumb {
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100px;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0%, #003881),
			color-stop(100%, #413f41));
	border: 1px solid #003881;
	/* android <= 2.2 */
	background-image: -webkit-linear-gradient(top, #003881 0, #003881 100%);
	/* older mobile safari and android > 2.2 */
	background-image: linear-gradient(to bottom, #003881 0, #003881 100%);
	background-image: -moz-linear-gradient(top, #003881 0, #003881 100%);
	/* Firefox 3.6-15 */
	/* W3C */
}

section.range-slider input[type="range"]::-moz-slider-thumb {
	pointer-events: all;
	position: relative;
	z-index: 1;
	outline: 0;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100px;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0%, #003881),
			color-stop(100%, #413f41));
	border: 1px solid #003881;
	/* android <= 2.2 */
	background-image: -webkit-linear-gradient(top, #003881 0, #003881 100%);
	/* older mobile safari and android > 2.2 */
	background-image: linear-gradient(to bottom, #003881 0, #003881 100%);
	background-image: -moz-linear-gradient(top, #003881 0, #003881 100%);
	/* Firefox 3.6-15 */
	/* W3C */
}

section.range-slider input[type="range"]::-moz-range-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: none;
	border-radius: 14px;
	background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
	/* W3C */
	background-image: -moz-linear-gradient(to bottom, #dad8da 0, #413f41 100%);
}

section.range-slider input[type="range"]::-ms-thumb {
	pointer-events: all;
	position: relative;
	z-index: 10;
	-ms-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 14px;
	border: 0;
	background-image: linear-gradient(to bottom, #dad8da 0, #413f41 100%);
	background-image: -moz-linear-gradient(to bottom, #dad8da 0, #413f41 100%);
	/* W3C */
}

section.range-slider input[type="range"]::-moz-range-track {
	position: relative;
	z-index: -1;
	background-color: #f6f6f6;
	border: 0;
}

section.range-slider input[type="range"]:last-of-type::-moz-range-track {
	-moz-appearance: none;
	background: none transparent;
	border: 0;
}

section.range-slider input[type="range"]::-moz-focus-outer {
	border: 0;
}

.mixed_chart_first_select,
.mixed_chart_second_select {
	padding: 8px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 14px;
	border-radius: 4px;
}

.mixed_chart_first_select {
	margin-right: 16px;
}

.about-us,
.contact {
	/* padding-top: 96px; */
	padding-bottom: 96px;
	margin-bottom: 24px;
}

.contact input,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #c4c4c4;
	margin-bottom: 24px;
	border-radius: 4px;
	outline: none;
}

.contact button {
	padding: 12px;
	width: 100%;
	border: none;
	background-color: #18263a;
	color: #fff;
	border-radius: 4px;
	font-size: 15px;
	margin-bottom: 24px;
}

.contact .success {
	background-color: green;
	padding: 12px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}

.alert {
	border: 1px solid rgb(218, 19, 19) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.my-profile-wrapper {
	margin-top: 96px;
	margin-bottom: 96px;
}

.my-profile-wrapper h1 {
	font-weight: 600;
	color: #000;
}

.my-profile-wrapper-card {
	border-radius: 8px;
	padding: 40px;
	background-color: #f8f9fa;
	margin-bottom: 16px;
}

.my-profile-wrapper-card .user-avatar {
	max-width: 120px;
	min-width: 120px;
	max-height: 120px;
	min-height: 120px;
	object-fit: cover;
	border-radius: 100px;
	margin-right: 24px;
}

.my-profile-wrapper-card button {
	font-size: 16px;
	font-weight: 500;
}

.my-profile-wrapper-card-user {
	position: relative;
}

.my-profile-wrapper-card .change-avatar {
	height: 42px;
	border-radius: 6px;
	background-color: #1864ab;
	color: #fff;
	border: none;
	margin-bottom: 8px;
}

.my-profile-wrapper-card .change-avatar-file {
	position: absolute;
	width: 100% !important;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	left: 0px;
}

.my-profile-wrapper-card .remove-avatar {
	height: 42px;
	border-radius: 6px;
	background-color: #fff;
	color: #e03131;
	border: 1px solid #e03131;
	margin-bottom: 8px;
}

.my-profile-wrapper-card .remove-avatar span {
	margin-left: 8px;
}

.my-profile-wrapper-card .row {
	width: 100%;
}

.my-profile-wrapper-card .col-md-6,
.my-profile-wrapper-card .col-md-12 {
	margin-bottom: 16px;
	position: relative;
}

.my-profile-wrapper-card label {
	width: 100%;
	display: block;
}

.my-profile-wrapper-card input {
	width: 100%;
	height: 42px;
	border: 1px solid #d1d5db;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	padding: 12px;
	outline: none;
}

.my-profile-wrapper-card .change-password {
	height: 42px;
	width: 100%;
	border-radius: 6px;
	background-color: #1864ab;
	color: #fff;
	border: none;
	margin-bottom: 8px;
}

.my-profile-wrapper-card .col-md-6 svg {
	position: absolute;
	top: 36px;
	right: 28px;
	cursor: pointer;
}

.my-profile-wrapper-card .col-md-6 svg path {
	pointer-events: none;
}

.my-profile-wrapper-card a:hover {
	color: rgb(0, 0, 141);
}

@media only screen and (max-width: 576px) {
	.my-profile-wrapper-card-avatar-container {
		flex-direction: column;
	}

	.my-profile-wrapper-card-avatar-container img {
		margin-right: 0px !important;
		margin-bottom: 24px;
	}

	.my-profile-wrapper-card {
		padding: 24px;
	}
}



.dashboard-menu li {
	border-radius: 10px;
	border: 1px solid #003882;
	/* background: #d7dae7; */
	color: #3F4254;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
}

.dashboard-menu li a {
	color: #003882;


}

.dashboard-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.menu-submenu-master {
	width: 1010px;
	height: 150px;
	overflow-x: scroll;
	overflow-y: clip;
}

.menu-submenu-master::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

.menu-submenu-master::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.menu-submenu-master::-webkit-scrollbar-thumb {
	background: #003882;
	border-radius: 10px;
}

.menu-submenu-master::-webkit-scrollbar-thumb:hover {

	background: #003882;
}

#head-menu .menu-text{
	font-size: 22px ;
}