.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
    display: flex;
    align-items: center;
	  justify-content: space-between;
    background: var(--e-global-color-secondary);
    border: none;
    border-radius: 30px;
    height: 40px;
    padding: 0 25px;
}

.selectric .label {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: var(--e-global-color-primary);
}

.selectric .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 40px;
	font-size: 0;
}

.selectric .button:after {
	content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.60645L11.9408 12.76' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M12.0586 12.688L21.9991 2.53385' stroke='black' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 18px;
    height: 10px;
    background-size: contain;
}

.day--activated .selectric .button:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2.60645L11.9408 12.76' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M12.0586 12.688L21.9991 2.53385' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}


.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  	border-radius: 20px 20px 0 0;
	background: #D3D5E5;
}

/* .change-bg .selectric {
	background: var(--e-global-color-secondary );
} */

.selectric-open .selectric .label,
.change-bg .selectric .label {
    color: var(--e-global-color-primary );
}

.selectric-open .selectric-items {
  display: block;
      border-radius: 0 0 10px 10px;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0Array/0Array a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border-bottom: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
}

.selectric-items ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 20px;
	background-color: #F5F5F5;
}

.selectric-items ul::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

.selectric-items ul::-webkit-scrollbar-thumb {
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #BBBABA;
}

.selectric-items li {
	display: block;
	padding: 18px;
	color: #4B4B4B;
	cursor: pointer;
	font-family: "Roboto", Sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}

.selectric-items li:not(:last-child) {
	border-bottom: 1px solid #F0F0F0;
}

.selectric-items li.selected {
  background: #d3d5e547;
} 

.selectric-items li.highlighted {
  background: #d3d5e547;
}

.selectric-items li:hover {
  background: #d3d5e547;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
