.checkselect {
	position: relative;
	font-size: 0.9rem;
	line-height: 1.2rem;
	height: 29px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	overflow: hidden;
	box-sizing: border-box;
	border: none;
	width: auto;
	max-width: 100%;
	
}

.price-option:hover .price-option-path {
	fill: #2764E0;
}

.select2-container {
	min-width: 82px;
}

.checkselect-popup .checkselect-search {
	padding: 0;
	z-index: 1;
}
.checkselect-search input {
	margin-left: 1px;
	width: 99%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.checkselect-list__fix .checkselect-all {
	color: #000;
	background-color: #cccccc;
	z-index: 1;
	width: 100%;
	padding-right: 0;
    min-width: 87%;

}
.checkselect-all {
	top: -2px;
}
.checkselect-all:active {
	cursor: pointer;
	background-color: #2057c7;
	color: #fff;
}
.checkselect-list__fix {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	height: 40px;
	box-sizing: border-box;
}

/* .select_check {
	position: absolute;
	bottom: -32px;
	width: 100%;
	font-size: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #2764e0;
	color: white;
	border-radius: 3px;
	padding: 5px 10px;
	border: 1px solid;
	z-index: 10;
} */
.select_check {
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #2764e0;
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid;
    z-index: 10;
}
.select_check:hover {
	cursor: pointer;
	background-color: #2057c7;
	color: #fff;
}

.checkselect .checkselect-search input  {
	position: relative;
	padding: 5px;
	margin-bottom: 10px !important;
}
.checkselect-search input {
	margin-bottom: 0;
	padding: 0;
	transform: translateX(-50%);
	left: 50%;
}

.form-control {
	border: none;
}

.checkselect-control {
	position: relative;
	padding: 0 !important;
}
.checkselect-control select {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-left: 5px;
	height: 30px;
}
.checkselect-over {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.checkselect-list {
	width: fit-content;
	width: -moz-fit-content;
	padding-top: 37px;
	height: 205px;
	overflow-y: scroll;
	overflow-x: hidden;
	min-width: 100%;
	width: 100%;
}
.checkselect-list input:checked {
	background: #6699ff;
}

.checkselect-list2 {
	width: fit-content;
	width: -moz-fit-content;
	padding-top: 37px;
	height: 205px;
	overflow-y: scroll;
	overflow-x: hidden;
	min-width: 100%;
	width: 100%;
}
.checkselect-list2 input:checked {
	background: #6699ff;
}

.checkselect-popup {
	border: 1px solid #aaa;
	border-radius: 4px;
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	width: -moz-fit-content;    /* Firefox/Gecko */
	width: fit-content; /* Chrome */
	height: auto;
	max-height: 250px;
	position: absolute;
	border-top: none;
	left: 0;
	border-top: none;
	background: #fff;
	z-index: 9999;
	overflow: visible;
	user-select: none;
	min-width: 240px;
    top: 44px;
}

.checkselect-search:hover {
	background-color: #fff !important;
}

.checkselect label {
	font-size: 0.9rem;
	line-height: 1.2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	position: relative;
	display: block;
	padding: 4px 6px 4px 6px;
	font-weight: normal;
	cursor: pointer;
	margin-right: 40px;
	margin-bottom: 0px;
	height: auto;
	width: 100% !important;
}
.checkselect-popup input {
	position: absolute;
	top: 5px;
	/*left: 8px;*/
	/*margin: 0 !important;*/
	padding: 0;
}
.checkselect-popup label:hover {
	background: #6699ff;
	color: #fff;
}
.checkselect-popup fieldset {
	display: block;
	margin:  0;
	padding: 0;
	border: none;
}
.checkselect-popup fieldset input {
	left: 15px;
}
.checkselect-popup fieldset label {
	padding-left: 32px;
}
.checkselect-popup legend {
	display: block;
	margin: 0;
	padding: 5px 8px;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.1;
}

.checkbox {
	font-size: 0.9rem;
	line-height: 1.2rem;
	height: 29px;
	box-sizing: border-box;
	margin-bottom: 0;
}
.checkbox label {
	font-size: 0.9rem;
	line-height: 1.2rem;
	height: 29px;
	width: 100%;
}

.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}


.checkbox__text {
	line-height: 1.2rem;
	position: relative;
	cursor: pointer;
	font-size: 0.9rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.checkbox__text:before {
	content: '';
	/*position: absolute;*/
	/*top: -2px;*/
	/*right: 0;*/
	/*width: 15px;*/
	/*height: 15px;*/
	/*border-radius: 3px;*/
	/*background: #CDD1DA;*/
	/*box-shadow: inset 0 2px 3px rgba(0,0,0,.2);*/
	/*transition: .2s;*/
}
.checked {
	background: #2764e0;
	color: #fff;
}

.checkbox input:checked + .checkbox {
	background: #2764e0;
}
.checkbox input:checked + .checkbox__text:before {
	background: #fff;
}
.checkbox input:checked + .checkbox__text:after {
	content: '';
	position: absolute;
	right: 2px;
	top: 5px;
	width: 8px;
	height: 4px;
	border-radius: 1px;
	border-left: 4px solid #f7f7f7;
	border-bottom: 4px solid #f7f7f7;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: .2s;
	box-sizing: content-box;
}

.profile__input input[type="file"]{
	padding-top: 10px;
}
.profile__img {
	max-width: 200px;
}

::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px;
}



::-webkit-scrollbar{
	width: 4px;
}
