.ms-pr {
    position: relative
}

.ms-dd:focus-visible {
    box-shadow: 0 1px 5px #ddd;
    outline: none;
    outline-width: 0
}

.ms-dd {
   background: transparent;
   box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
   
    margin-bottom: 12px;
    margin-top: 9px;
}

.ms-dd button:focus,
.ms-dd input:focus,
.ms-dd select:focus,
.ms-dd textarea:focus {
    outline: none
}

.ms-dd .ms-value-input {
    border: 0;
    left: 20px;
    position: absolute;
    top: 10px;
    width: 50%;
    color: transparent;
}

.ms-dd .ms-dd-header {
    border: none;
    border-bottom: none;
    border-radius: 2px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    min-height: 55px;
    position: relative;
    width: 100%;
    border: 2px solid #417f95;
    padding: 10px 30px 10px 0;
}

.ms-dd .ms-dd-header .option-selected {
    color: #000;
    display: block;
    font-weight: 600;
    overflow: hidden;
    pointer-events: none;
}

.ms-dd .ms-dd-header a {
    display: block
}

.ms-dd .ms-dd-header .ms-list-counter,
.ms-dd .ms-dd-header input[type=checkbox] {
    display: none
}

.ms-dd .ms-dd-header .ms-header-counter {
    color: #000;
    font-weight: 400
}

.ms-dd .ms-dd-header .ms-filter-box {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 6px 10px
}

.ms-dd .ms-dd-header .ms-filter-box input,
.ms-dd .ms-dd-header .ms-filter-box input:focus,
.ms-dd .ms-dd-header .ms-filter-box input:focus-visible {
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 25px;
    padding-left: 6px;
    width: 100%
}

.ms-dd .ms-dd-header .ms-filter-box input:focus-visible {
    outline: 1px solid transparent
}

.ms-dd .ms-dd-option-image,
.ms-dd .ms-dd-selected-img {
    margin-right: 5px;
    max-width: 46px;
    height: 33px;
    vertical-align: middle;
    padding-left: 11px;
}

.ms-dd .ms-dd-arrow {
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0
}

.ms-dd .ms-dd-arrow.ms-dd-pointer-down {
    border: 5px solid transparent;
    border-top-color: #417f95
}

.ms-dd .ms-dd-arrow.ms-dd-pointer-up {
    border: 5px solid transparent;
    border-bottom-color: #417f95;
    margin-top: -8px
}

.ms-dd .ms-options {
    background: #fff;
    height: 257px;
   
    display: none;
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9999;
    margin-top: 10px;
}

.ms-dd .ms-list-option,
.ms-dd .ms-optgroup ul .ms-list-option {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    padding: 3px;
    position: relative;
    text-decoration: none
}

.ms-dd .ms-list-option input[type=checkbox],
.ms-dd .ms-optgroup ul .ms-list-option input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle
}

.ms-dd .ms-list-option:last-child,
.ms-dd .ms-optgroup ul .ms-list-option:last-child {
    border-bottom: none
}

.ms-dd .ms-list-option:hover,
.ms-dd .ms-optgroup ul .ms-list-option:hover {
    color: #000;
    border-radius: 10px;
}

.ms-dd .ms-list-option.option-selected,
.ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    border-radius: 10px;
}

.ms-dd .ms-list-option.ico-align-right .ms-dd-option-image,
.ms-dd .ms-list-option.ico-align-right .ms-dd-selected-img,
.ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-option-image,
.ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-selected-img {
    order: 2
}

.ms-dd .ms-list-option.disabled,
.ms-dd .ms-list-option:disabled,
.ms-dd .ms-optgroup ul .ms-list-option.disabled,
.ms-dd .ms-optgroup ul .ms-list-option:disabled {
    cursor: default;
    opacity: .4
}

.ms-dd .ms-list-option .ms-dd-desc,
.ms-dd .ms-optgroup ul .ms-list-option .ms-dd-desc {
    color: #aaa;
    display: block;
    font-weight: 400;
    line-height: 1.5em;
    overflow: hidden;
  
}

.ms-dd .ms-header-middle-content,
.ms-dd .ms-middle {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

.ms-dd.disabled,
.ms-dd:disabled {
    cursor: default;
    opacity: .4;
    pointer-events: none
}

.ms-dd .ms-optgroup-padding {
    font-weight: 700;
    padding: 10px 10px 0
}

.ms-dd .ms-optgroup {
    display: block
}

.ms-dd .ms-optgroup:hover {
    background: #fff;
    color: #000
}

.ms-dd .ms-optgroup ul {
    margin: 0;
    padding: 0
}

.ms-dd .ms-optgroup ul .ms-list-option {
    padding-left: 20px
}

.ms-dd .ms-optgroup ul:last-child {
    border-bottom: 1px solid #ddd
}

.ms-dd .ms-dd-option-content {
    width: 100%
}

:focus {
    outline: none
}

@media (min-width: 320px) and (max-width: 479px) {
    .ms-dd {
        width: 220px;
    }

}