/*
==============================================================================
                                                           VERSION : 3.0-a/l
                                                           SELECT by-mona
                                                           support@by-mona.com
==============================================================================
*/
.dd-select {
    border-radius: 8px;
    border: 2px solid #fff;
    position: relative;
    background-color: #fff !important;
    cursor: pointer;
    background-image: url("../../../theme/welford/svg/build/icon-right.svg")!important;
    background-repeat: no-repeat!important;
    background-position: calc(100% - 1rem) center!important;
    padding-right: 3rem;
    font-weight: 400;
}
.dd-desc {
    color: #fff;
    display: block;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.4em;
}
.dd-selected {
    overflow: hidden;
    display: block;
    padding: 1rem 1.5rem;
    font-weight: 400 !important;
}
a.dd-selected {
    color: #242323;
}
.dd-pointer {
  display: none;
}
.dd-pointer-down {
  display: none;
}
.dd-pointer-up {
  display: none;
}
.dd-options {
    border: solid 1px #403f3f;
    border-top: none;
    list-style: none;
    display: none;
    position: absolute;
    z-index: 999999;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
    max-height: 10rem;
}
.dd-option {
    padding: 0 8px 8px;
    display: block;
    border-bottom: solid 1px #403f3f;
    overflow: hidden;
    text-decoration: none;
    color: #242323;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}
.dd-option:hover {
    background: #403f3f;
    color: #fff;
}
.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dd-option-selected {
    background: #b7b6b6;
    color: #fff;
}
label.dd-selected-text,
label.dd-option-text {
    display: inline;
}
.dd-option-image,
.dd-selected-image {
    vertical-align: middle;
    float: left;
    margin: 5px 5px 0 0;
    max-height: 30px;
}
img.dd-selected-image {
    max-height: 20px;
    margin-top: 0px;
}
.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 10px;
}
.dd-container {
    position: relative;
}
​ .dd-selected-text {
    margin: 0;
    font-weight: 400;
}
​ .dd-selected-image {
    max-height: 20px !important;
}
.dd-selected-image,
.dd-option-image {
    border: 1px solid #b7b6b6;
}
label.dd-option-text {
    display: block !important;
    padding-top: 10px !important;
}
.dd-select:focus,
.dd-selected:focus {
    border-color: #17ffb2;
    outline: 0;
}
i.fa.fa-caret-down {
  display: none;
}
