.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.dk-select, .dk-select-multi {
  width: 100%;
  z-index: 10;
  position: relative;
  vertical-align: middle;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid rgba(71,71,71,0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  
}
.bgs-purple .dk-selected {
	background: #573b95 !important;
}
.dk-selected {
  /*color: rgba(71,71,71,0.5);*/
  color: #c8c8c8;
  overflow: hidden;
  position: relative;
  line-height: 50px;
  height: 50px;
  font-weight: 300;
  padding: 0 50px 0 10px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; 
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dk-selected:before, .dk-selected:after {
  content: '';
  display: block;
  position: absolute;
  right: 0; 
}
.dk-selected:after {
  speak: none;
  line-height: 1;
  font-family: "banbajio" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: -9px 15px 0 0;
  top: 50%;
  content: "e";
}

.dk-selected-disabled {
  color: #333; 
}

.dk-select .dk-select-options {
  margin-top: -1px;
  position: absolute;
  display: none;
  left: 0; 
}

.dk-select-open-up .dk-select-options {
  margin-bottom: -1px;
  bottom: 100%; 
}

.dk-select-open-down .dk-select-options {
  top: 100%; 
}

.dk-select-multi .dk-select-options {
  max-height: 10em; 
}

.dk-select-options {
  width: 100%;
  z-index: 10;
  background-color: white;
  border: 1px solid #CCCCCC;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  list-style: none;
  margin: 0; 
}

.dk-option-selected, .dk-select-options-highlight .dk-option-selected {
  background-color: #fff;
}
.dk-select-options .dk-option-highlight{
  background-color: #EEE;
}

.dk-option {
  color: #000;
  padding: 10px 20px; 
  font-size: 15px;
  border-top: 1px solid #e3e3e3;
}

.dk-select-options .dk-option-disabled {
  color: #0083ff;
  background-color: transparent; 
}

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; 
}
.dk-optgroup + .dk-option {
  margin-top: 0.25em; 
}
.dk-optgroup + .dk-optgroup {
  border-top-width: 0;
  margin-top: 0; 
}
.dk-optgroup:nth-child(2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0; 
}
.dk-optgroup:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0; 
}

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; 
}

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; 
}
.dk-optgroup-options li {
  padding-left: 1.2em; 
}

.dk-select-open-up, .dk-select-open-down{ z-index: 40; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #c8c8c8; 
}

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #c8c8c8; 
}

.dk-select-open-up .dk-selected, .dk-select-open-down .dk-selected { color: #c89fd9; }
.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after { 
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options {
  display: block;
  border-color: #c8c8c8; 
  border-top: none;
}

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; 
}

.dk-selected:hover, .dk-selected:focus {
  outline: none;
}

.dk-select-disabled {
  opacity: 0.6;
  color: #0083ff;
  cursor: not-allowed; 
}
.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
  border-color: inherit; 
}
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit; 
}
.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
  border-left-color: inherit; 
}
select[data-dkcacheid] {
  display: none; 
}
