/*======================================
  Selectric v1.13.0
======================================*/

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

.selectric-responsive {
  width: 100%;
}

.selectric {
    position: relative;
    overflow: hidden;
    border: 0;
    font-weight: 700;
    line-height: 17px;
    color: #4A90E2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 5px;
    background-color: #f5f5f5;
    border-radius: 0;
    cursor: pointer;
    text-align: left;
    display: flex;
    display: -ms-flexbox;

}

.select__period__wrap .selectric,
.select__vallet__wrap .selectric{
    background-color: #fff;
}

.selectric .label {
  border-radius: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 17px;
  border-bottom: 2px solid #4A90E2;
  color: #4A90E2;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          padding: 0;
}


.select__period__green .selectric .label {
    color: #66BB6A;
    border-bottom: 2px solid #66BB6A;
}

.selectric .button {
    background-color: #f5f5f5;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.87687 5.71259L0.258134 1.67788C-0.0860453 1.29318 -0.0860453 0.670647 0.258134 0.287118C0.602313 -0.095706 1.16063 -0.095706 1.5046 0.287118L4.50011 3.62691L7.49477 0.288058C7.83895 -0.095706 8.39705 -0.095706 8.74123 0.288058C9.08626 0.671587 9.08626 1.29412 8.74123 1.67788L5.12249 5.71259C4.95051 5.90459 4.72562 6 4.50011 6C4.27459 6 4.04802 5.90459 3.87687 5.71259Z' fill='%2367717F'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='9' height='6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.87687 5.71259L0.258134 1.67788C-0.0860453 1.29318 -0.0860453 0.670647 0.258134 0.287118C0.602313 -0.095706 1.16063 -0.095706 1.5046 0.287118L4.50011 3.62691L7.49477 0.288058C7.83895 -0.095706 8.39705 -0.095706 8.74123 0.288058C9.08626 0.671587 9.08626 1.29412 8.74123 1.67788L5.12249 5.71259C4.95051 5.90459 4.72562 6 4.50011 6C4.27459 6 4.04802 5.90459 3.87687 5.71259Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='-1' y='-1' width='11' height='8' rx='4' fill='%234A90E2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 16px;
    background-position: center;
    height: 100%;
    text-align: center;
    font-size: 0
}


.select__period__wrap .selectric .button,
.select__vallet__wrap .selectric .button{
    background-color: #fff;
}

.select__period__green .selectric .button{
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.87687 6.50946L0.258134 2.47476C-0.0860453 2.09005 -0.0860453 1.46752 0.258134 1.08399C0.602313 0.701169 1.16063 0.701169 1.5046 1.08399L4.50011 4.42379L7.49477 1.08493C7.83895 0.701169 8.39705 0.701169 8.74123 1.08493C9.08626 1.46846 9.08626 2.09099 8.74123 2.47476L5.12249 6.50946C4.95051 6.70146 4.72562 6.79687 4.50011 6.79687C4.27459 6.79687 4.04802 6.70146 3.87687 6.50946Z' fill='%2367717F'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='9' height='7'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.87687 6.50946L0.258134 2.47476C-0.0860453 2.09005 -0.0860453 1.46752 0.258134 1.08399C0.602313 0.701169 1.16063 0.701169 1.5046 1.08399L4.50011 4.42379L7.49477 1.08493C7.83895 0.701169 8.39705 0.701169 8.74123 1.08493C9.08626 1.46846 9.08626 2.09099 8.74123 2.47476L5.12249 6.50946C4.95051 6.70146 4.72562 6.79687 4.50011 6.79687C4.27459 6.79687 4.04802 6.70146 3.87687 6.50946Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='-1' y='-0.203125' width='11' height='8' rx='4' fill='%2366BB6A'/%3E%3C/g%3E%3C/svg%3E%0A");
}


@media all and (-ms-high-contrast:none){
 
     *::-ms-backdrop, .selectric .button {
        height: auto;
    } /* IE11 */
 }


.selectric-focus .selectric {
  border-color: inherit;
}

.selectric-hover .selectric {
  border-color: inherit;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: inherit;
}

.selectric-open .selectric-items {
  display: block;
  min-width: 125px;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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: 0/0 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: #fff;
  border: 1px solid #eee;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
  min-width: 83px;
}

.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;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px 5px;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #000;
}

.selectric-items li.highlighted {
  background: #fff;
  color: #000;
}

.selectric-items li:hover {
  background: #f5f5f5;
  color: #000;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}


@media ( max-width: 767px){
  .selectric .label{
    font-size: 12px;
  }
}