@font-face {
    font-family: "icons-1761660514000";
    src: url('/fonts/icons-1761660514000.eot');
    src: url('/fonts/icons-1761660514000.eot?#iefix') format('eot'),
    url('/fonts/icons-1761660514000.woff') format('woff'),
    url('/fonts/icons-1761660514000.ttf') format('truetype'),
    url('/fonts/icons-1761660514000.svg#icons-1761660514000') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon::before {
    display: inline-block !important;
    font-family: "icons-1761660514000";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 1em;
    font-size: 1.25em;
    position: relative;
    top: 4px;
    width: 30px;
    text-align:center;
}

[class^=icon] {color:#0091d7;}
.dd-select {height: 38px; background: transparent !important; cursor:pointer; background-color: var(--bs-body-bg); background-clip: padding-box; border: var(--bs-border-width) solid var(--bs-border-color); border-radius: var(--bs-border-radius);}
.dd-desc {color:#aaa; display:block; overflow: hidden; font-weight:normal; line-height: 1.4em;}
.dd-selected {overflow:hidden; display:block; padding:3px 10px; font-weight:bold;}
.dd-selected:hover {color:#0091d7;}
.dd-pointer {width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px;}
.dd-pointer-down {border:solid 5px transparent; border-top:solid 5px #000; }
.dd-pointer-up {border:solid 5px transparent !important; border-bottom:solid 5px #000 !important; margin-top:-8px;}
.dd-options {border:solid 1px #ccc; border-top:none; list-style:none; box-shadow:0px 1px 5px #ddd; display:none; position:absolute; z-index:2000; margin:0; padding:0;background:#fff; overflow:auto;}
.dd-options > li:last-child > .dd-option {border-bottom:none;}
.dd-option {white-space:nowrap; padding:10px; display:block; border-bottom:solid 1px #ddd; overflow:hidden; text-decoration:none; color:#333; 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-option:hover {background:#f3f3f3; color:#000;}
.dd-option-text {cursor:pointer}
.dd-option-selected {background:#a4d1ff;}
.dd-selected-text {font-weight:bold; cursor:pointer; white-space:nowrap;}
.dd-selected-description-truncated {text-overflow: ellipsis; white-space:nowrap;}
.dd-select .no-icon {position: relative;top: 5px;}
.dd-options.dd-click-off-close {overflow-y: auto;height: 400px; }
.dd-option-image, .dd-selected-image {vertical-align:middle; float:left; margin-right:5px; max-width:64px;}
.dd-image-right {float:right; margin-right:15px; margin-left:5px;}
.dd-container {position:relative;} 