.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
:disabled + .selectboxit-container {
  pointer-events: none;
}
.selectboxit-container * {
  -webkit-touch-callout: none;
  user-select: none;
  outline: 0;
}
.selectboxit-container .selectboxit {
  width: 100% !important;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  position: relative;
  box-sizing: border-box;
  height: 60px;
  padding: 18px 60px 21px 25px;
  background: #fff;
  border: 1px solid #dce1e6;
  border-radius: 12px;
  transition: 0.2s ease-in-out;
  font: 600 16px/1.3 "Golos", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
.error .selectboxit-container .selectboxit {
  border: 1px solid #d83041;;
}
.selectboxit-container ~ label {
  background-color: transparent;
}
.selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100% !important;
  top: 60px !important;
  margin: 5px 0 0;
  padding: 19px 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 2;
  text-align: left;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 94, 210, 0.1);
  border: 1px solid #dce1e6;
  border-radius: 12px;
  font: 600 16px/1.3 "Golos", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
}
@media screen and (max-width: 767px) {
  .selectboxit-options {
    padding: 10px 0;
  }
}
.selectboxit-options .selectboxit-disabled {
  opacity: 0.3;
  filter: alpha(opacity=3);
  pointer-events: none;
  color: #999;
}
.selectboxit-option {
  margin: 0;
  padding: 0;
}
.selectboxit-option:before {
  display: none;
}
.selectboxit:focus {
  outline: none;
}
.selectboxit-text {
  text-indent: 0;
  overflow: hidden;
  float: left;
  color: #182B3F;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-flow: 1;
}
:disabled + .selectboxit-container .selectboxit-text {
  color: rgba(24, 43, 63, 0.4);
}
.selectboxit-option-icon-container {
  display: none;
}
.selectboxit-arrow-container {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
}
.selectboxit-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selectboxit-rendering {
  display: inline-block !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}
.selectboxit-btn {
  position: relative;
  z-index: 1;
}
.selectboxit-btn.selectboxit-enabled:active,
.selectboxit-btn.selectboxit-enabled:focus {
  background-color: #fff;
  border: 1px solid rgba(0, 94, 210, 0.5);
  box-shadow: 0 8px 20px rgba(0, 94, 210, 0.1);
}
.selectboxit-default-arrow {
  width: 8px;
  height: 5px;
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%201%204%203.85%201%201%22%20stroke%3D%22%23182B3F%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E ")
    no-repeat left center;
  background-size: 8px 5px;
}
:disabled + .selectboxit-container .selectboxit-default-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%201%204%203.85%201%201%22%20stroke%3D%22rgba(24%2C43%2C63%2C0.4)%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E ")
    no-repeat left center;
  background-size: 8px 5px;
}
.selectboxit-list {
  background: #fff;
}
.selectboxit-list .selectboxit-option-anchor {
  color: #182B3F;
  position: relative;
  z-index: 1;
  display: block;
  border: 0;
  margin: 0;
  padding: 10px 24px;
}
@media (hover) and (min-width: 1025px) {
  .selectboxit-list .selectboxit-option-anchor:hover {
    color: #005ED2;
  }
}
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor {
  color: #182B3F;
}
.selectboxit-list .selectboxit-selected .selectboxit-option-anchor {
  background: #F1F4F6;
}
.selectboxit-list .selectboxit-disabled .selectboxit-option-anchor {
  color: #999;
}

.dropdown .selectboxit-container {
  width: auto;
  margin: 0 0 0 10px;
}
.dropdown .selectboxit {
  height: auto;
  width: auto !important;
  font: 600 16px/1.3 "Golos", Segoe UI, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, " sans-serif";
  padding: 0 15px 0 0;
  background: none;
  border: 0;
  border-radius: 0;
}
.dropdown .selectboxit-btn.selectboxit-enabled:active,
.dropdown .selectboxit-btn.selectboxit-enabled:focus {
  box-shadow: none;
  border: 0;
  background: none;
}
.dropdown .selectboxit-text {
  color: #005ED2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: none !important;
}
.dropdown .selectboxit-arrow-container {
  width: 8px;
}
.dropdown .selectboxit-arrow {
  margin: 2px 0 0;
}
@media screen and (max-width: 767px) {
  .dropdown .selectboxit-arrow {
    margin: 0;
  }
}
@media (hover) and (min-width: 1025px) {
  .dropdown .selectboxit-container:hover .selectboxit-text {
    color: #182B3F;
  }
}
.dropdown .selectboxit-default-arrow {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7%201%204%203.85%201%201%22%20stroke%3D%22%23005ED2%22%20stroke-width%3D%221.8%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E ")
    no-repeat left center;
}
.dropdown .selectboxit-options {
  top: 100% !important;
  right: 0;
  white-space: nowrap;
}
