
.checkbox-wrapper-19 {
  box-sizing: border-box; /*! --background-color: #fff; */
  --checkbox-height: 25px;
}
@-moz-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}
@-webkit-keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}
@keyframes dothabottomcheck-19 {
  0% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) / 2);
  }
}
@keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}
@-webkit-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}
@-moz-keyframes dothatopcheck-19 {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: calc(var(--checkbox-height) * 1.2);
  }
}
.checkbox-wrapper-19 input[type=checkbox] {
  display: none;
}
.checkbox-wrapper-19 .check-box {
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: transparent;
  border: calc(var(--checkbox-height) * .1) solid #00a3dd;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
.checkbox-wrapper-19 .check-box::before,
.checkbox-wrapper-19 .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * .2);
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}
.checkbox-wrapper-19 .check-box::before {
  top: calc(var(--checkbox-height) * .72);
  left: calc(var(--checkbox-height) * .41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.checkbox-wrapper-19 .check-box::after {
  top: calc(var(--checkbox-height) * .37);
  left: calc(var(--checkbox-height) * .05);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
.checkbox-wrapper-19 .check-box.checked {
  border-color: #34b93d;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
.checkbox-wrapper-19 .check-box.checked::after {
  height: calc(var(--checkbox-height) / 2);
  -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  animation: dothabottomcheck-19 0.2s ease 0s forwards;
}
.checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
.checkbox-wrapper-19 .check-box.checked::before {
  height: calc(var(--checkbox-height) * 1.2);
  -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
  animation: dothatopcheck-19 0.4s ease 0s forwards;
}








.select2-container--default .select2-selection--single{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	background: #ebebeb;
	position: relative;
	flex-wrap: nowrap;
	flex-direction: row;
	padding-left: 20px;
	}

@media (max-width: 480px){
	.select2-container--default .select2-selection--single{
		width: 290px;
		height: 350px;
		margin-bottom: 15px;
		}
	}

.select2-container{
	width: 360px;
	position: relative;
	vertical-align: middle;
	}

.select2-search--dropdown{
	display: block;
	padding: 0;
	}

.select2-search--dropdown .select2-search__field{
	width: 400px;
	font-size: 16px;
	background: transparent;
	border: 0 solid #00a3dd;
	outline: none;
	height: 40px;
	border-bottom: 1px solid #e0e0e0;
	}

@media (max-width: 768px){
	.select2-search--dropdown .select2-search__field{
		width: 320px;
		height: 50px;	
		border: 2px solid #00a3dd;
		}
	}

@media (max-width: 480px){
	.select2-search--dropdown .select2-search__field{
		width: 390px;
		height: 50px;
		font-size: 12px;	
		z-index: 9999;
		position: relative;
		margin-top: 20px;
		}
	}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
	}

.select2-search--dropdown.select2-search--hide{
	display: none;
	}

.select2-container .select2-selection--single{
	box-sizing: border-box;
	cursor: pointer;
	height: 40px;
	user-select: none;
	padding: 10px 10px;
	margin: 20px;
	z-index: 1;
	display: flex;
	border-radius: 50px;
	
	}

@media (max-width: 768px){
	.select2-container .select2-selection--single{
		height: 40px;
		font-size: 16px;
		padding-bottom: 20px;
		padding-left: 20px;
		border-radius: 50px;
		}
	}


@media (max-width: 480px){
	.select2-container .select2-selection--single{
		width: 90%;
		height: 40px;
		font-size: 12px;
		border: 2px solid #00a3dd;
		padding-bottom: 20px;
		padding-left: 20px;
		border-radius: 50px;
		}
	}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered{
	width: 100%;
	background: transparent;
	border: none;
	outline: none;
	padding-left: 30px;}

/*Auai? ec nienea*/
.select2-results__options{
	list-style: none;
	margin: 0;
	padding: 20px 25px 20px 0;
	width: 100%;
	overflow-y: auto;
	height: 300px;
	background-color: aliceblue;
	}

@media (max-width: 810px){
	.select2-results__options{
		display: block;
		}
	}

@media (max-width: 480px){
	.select2-results__options{
		display: block;
		z-index: 999;
		position: relative;
		}
	}

@media (max-width: 768px){
	.select2-container--open .select2-results__options .select2-container .select2-selection--single{
		display: block;
		width: 330px;
		}
	}

@media (max-width: 480px){
	.select2-container--open .select2-results__options .select2-container .select2-selection--single{
		display: block;
		width: 330px;
		}
	}


.select2-results__option{
	padding: 10px 0;
	user-select: none;
	}

.select2-results__option[aria-selected]{
	cursor: pointer;
	padding: 10px 20px;
	}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
	/*! background-color: #d3d3d600; */
	color: #00a3dd;
	width: auto;}


.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap; }

.select2-hidden-accessible{
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	background-image: url("/static/img/icon/chevron-down.svg");
	background-size: 18px;
	z-index: 199;}

.select2-results{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	}

.select2-container--open{
	width: auto;
	background-color: white;
	}

@media (max-width: 480px){
	.select2-container--open{
		width: 100%;
		}
	}

select::after {
	content: " after";
}

