  .multiple-select {
  display: block;
  position: relative;
}

/*.multiple-select summary {*/
/*  padding: 5px 10px;*/
/*  background-color: #ddd;*/
/*  border-radius: 5px;*/
/*}*/

.multiple-select summary {
    padding: 10px 10px;
    /* text-align: center; */
    background-color: #ddd;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    width: 100%;
    color: #444444;
    margin-bottom: 0;
    /* font-family: 'Roboto', sans-serif; */
    height: 42px;
    box-shadow: none;
}

.multiple-select-dropdown {
  position: absolute;
  margin-top: 2px;
  min-width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
      z-index: 999;
      border-radius: 20px;
}

.multiple-select label {
  margin: 0;
  display: block;
}

.group-font{
    font-size: 12px !important;
    color: #8b8b8b !important;
}

.multiple-select label > input + .content {
  padding: 5px 10px;
  display: block;
  cursor: pointer;
}

.multiple-select label + label {
  /*border-top: 1px solid #bbb;*/
}

.multiple-select label > input:checked + .content {
  background-color: #bbb;
}

/*checkbox*/

/* checkbox */

.bg {
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  transform-origin: 0% 0%;
}

.chiller_cb {
 position: relative;
    height: 2rem;
    margin-bottom: 6px;
    margin: 10px;
}
.chiller_cb input {
  display: none;
}
.chiller_cb input:checked ~ span {
      background: #ffac00;
    border-color: #ffac00;
}
.chiller_cb input:checked ~ span:before {
  width: 1rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
  width: 0.4rem;
  height: 0.15rem;
  transition: width 0.1s;
  transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
  background: #ececec;
  border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
  color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
  cursor: default;
}
.chiller_cb label {
      padding-left: 3rem;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
        font-size: 13px;
    color: rgb(56, 64, 71);
}
.chiller_cb span {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #ccc;
  position: absolute;
  left: 0;
  top: 0px;
  transition: all 0.2s;
  z-index: 1;
  box-sizing: content-box;
}
.chiller_cb span:before {
  transform: rotate(-55deg);
  top: 1rem;
  left: 0.37rem;
}
.chiller_cb span:after {
  transform: rotate(35deg);
  bottom: 0.35rem;
  left: 0.2rem;
}

/*STYLE 15*/
 
.scrollbar
{
	/*margin-left: 30px;*/
	/*float: left;*/
	height: 205px;
	/*width: 65px;*/
	background: #ffffff;
	    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
	overflow-y: scroll;
	margin-bottom: 0px;
	border-radius: 20px;
}

.force-overflow
{
	min-height: 450px;
}


#style-15::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#a4a4a4),
									   to(#a4a4a4),
									   color-stop(.6,#a4a4a4))
}


/*radio*/

.radio {
    padding-left: 20px; 
    line-height: 1;
}
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
        font-size: 13px;
    color: black;}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: -2px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 1px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #ffac00 ;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #ffac00 }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #ffac00 }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #ffac00 }
    
    
    
    /*custom*/
    
    .text-white{
        color:white !important;
    }
    
    /*price*/
    
    .range-slider {
	width: 300px;
	margin: auto;
	text-align: center;
	position: relative;
	height: 6em;
}

.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 20px;
	    width: 100%;
    padding: 15px 15px 0px;
}

input[type=number] {
	    border: 1px solid transparent;
    text-align: center;
    font-size: 1.5em;
    -moz-appearance: textfield;
    width: 20%;
    padding: 0;
    background: transparent;
    margin: 10px 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
	border: 2px solid #ff6347;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ffac00;
}

input[type=range]:focus::-ms-fill-lower {
	background: #ffac00;
}

input[type=range]:focus::-ms-fill-upper {
	background: #ffac00;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #ffac00;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #ffac00;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: white;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}
