.chosen-container {
    width: 100% !important;
    position: relative;
    font-size: .875rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container .chosen-drop {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    border-radius: 10px;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    z-index: 1010
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container-single .chosen-single {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 0 0 35px;
    position: relative;
    background: transparent;
    color: #fff;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 300px;
    box-shadow: 0 0 5px #d7d7d7;
    white-space: nowrap;
    text-decoration: none
}

.chosen-container-single .chosen-single span {
    display: block;
    margin: 0;
    padding: 0 30px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0
}

.chosen-container-single .chosen-single div:before {
    content: '\F0140';
    position: absolute;
    top: 15px;
    right: 10px;
    font-family: 'Material Design Icons';
    font-size: 1.15rem;
    line-height: .85
}

.chosen-container-single .chosen-search {
    margin: 0;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    z-index: 1010
}

.chosen-container-single .chosen-search:before {
    content: '\F0349';
    font-family: 'Material Design Icons';
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 1.15rem;
    line-height: 1.25;
    color: #919191
}

.chosen-container-single .chosen-search input[type='text'] {
    width: 100%;
    display: table;
    margin: 5px auto;
    padding: 10px;
    background: transparent;
    border: 1px solid #d7d7d7;
    border-radius: 300px
}

.chosen-container-single .chosen-drop {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    max-height: 245px;
    margin: 0 5px 5px 0;
    padding: 0 10px 5px;
    position: relative;
    color: #373737;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px;
    line-height: 15px;
    list-style: none;
    border-radius: 300px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background: var(--Primary-Color);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    position: relative;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 300px;
    box-shadow: 0 0 5px #300;
    overflow: hidden;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    max-width: 100%;
    margin: 0 0 5px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
    background: #fff;
    color: var(--Primary-Text-Color);
    border: 1px solid var(--Primary-Text-Color);
    border-radius: 300px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 300px;
    background: transparent
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid var(--Primary-Color);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}