.nice-select {-webkit-tap-highlight-color: transparent;background-color: #000;border-radius: 5px;border: solid 1px #000000;outline: none;box-sizing: border-box;clear: both;cursor: pointer;display: block;float: left;font-family: inherit;font-size: 14px;font-weight: normal;height: 42px;line-height: 40px;outline: none;padding-left: 18px;padding-right: 30px;position: relative;text-align: left !important;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;white-space: nowrap;width: auto;}.nice-select:after {border-bottom: 2px solid #fff;border-right: 2px solid #fff;content: '';display: block;height: 5px;margin-top: -4px;pointer-events: none;position: absolute;right: 12px;top: 50%;-webkit-transform-origin: 66% 66%;-ms-transform-origin: 66% 66%;transform-origin: 66% 66%;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all 0.15s ease-in-out;transition: all 0.15s ease-in-out;width: 5px;}.nice-select.open:after {-webkit-transform: rotate(-135deg);-ms-transform: rotate(-135deg);transform: rotate(-135deg);}.nice-select.open .list {opacity: 1;pointer-events: auto;-webkit-transform: scale(1) translateY(0);-ms-transform: scale(1) translateY(0);transform: scale(1) translateY(0);}.nice-select.disabled {border-color: #e7ecf2;color: #fff;pointer-events: none;}.nice-select.disabled:after {border-color: #cdd5de;}.nice-select.wide {width: 100%;}.nice-select.wide .list {left: 0 !important;right: 0 !important;}.nice-select.right {float: right;}.nice-select.right .list {left: auto;right: 0;}.nice-select.small {font-size: 12px;height: 36px;line-height: 34px;}.nice-select.small:after {height: 4px;width: 4px;}.nice-select.small .option {line-height: 34px;min-height: 34px;}.nice-select .list {background-color: #000;border-radius: 0;box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);box-sizing: border-box;margin-top: 4px;opacity: 0;overflow: hidden;padding: 0;pointer-events: none;position: absolute;top: 100%;left: 0;-webkit-transform-origin: 50% 0;-ms-transform-origin: 50% 0;transform-origin: 50% 0;-webkit-transform: scale(0.75) translateY(-21px);-ms-transform: scale(0.75) translateY(-21px);transform: scale(0.75) translateY(-21px);-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index: 14;padding-bottom: 33px;width: 370px;padding-bottom: 33px;padding-left: 14px;margin-left: -12px;}.nice-select .list:hover .option:not(:hover) {background-color: transparent !important;}.nice-select .option {cursor: pointer;line-height: 21px;list-style: none;color: #fff;min-height: 13px;outline: none;padding-left: 18px;font-size: 14px;padding-right: 20px;text-align: left;-webkit-transition: all 0.2s;transition: all 0.2s;white-space: pre-line;}.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {background-color: #000;color: red;}.nice-select .option.selected {color: red;}.nice-select .option.disabled {background-color: transparent;color: #fff;cursor: default;}.no-csspointerevents .nice-select .list {display: none;}.no-csspointerevents .nice-select.open .list {display: block;}code[class*="language-"], pre[class*="language-"] {border-radius: 2px;color: #fff;-webkit-hyphens: none;-ms-hyphens: none;hyphens: none;line-height: 1.5;-moz-tab-size: 4;-o-tab-size: 4;tab-size: 4;text-align: left;white-space: pre;word-break: normal;word-spacing: normal;word-wrap: normal;direction: ltr;font-family: Inconsolata, monospace;font-size: 13px;letter-spacing: 0;}pre[class*="language-"] {padding: 18px 24px;margin: 0 0 24px;overflow: auto;}:not(pre) > code[class*="language-"], pre[class*="language-"] {background: #f6f7f9;}:not(pre) > code[class*="language-"] {padding: 0 2px 1px;}.token.comment, .token.prolog, .token.doctype, .token.cdata {color: #fff;}.token.punctuation {color: #999;}.namespace {opacity: .7;}.token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {color: #EC4444;}.token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {color: #4ABF60;}.token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {color: #a67f59;background: rgba(255, 255, 255, 0.5);}.token.atrule, .token.attr-value, .token.keyword {color: #55a1fb;}.token.function {color: #DD4A68;}.token.regex, .token.important, .token.variable {color: #e90;}.token.important, .token.bold {font-weight: bold;}.token.italic {font-style: italic;}.token.entity {cursor: help;}body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #fff;font-size: 14px;font-weight: normal;letter-spacing: -0.25px;margin: 0;padding: 0 18px;}h1 {font-size: 36px;font-weight: 300;letter-spacing: -2px;margin: 0 0 24px;}h2 {font-size: 22px;font-weight: 400;margin: 0 0 12px;padding-top: 48px;}h3 {font-size: 18px;font-weight: 400;margin: 0 0 12px;padding-top: 12px;}ul {margin: 0;padding-left: 16px;}a:not(.button) {outline: none;text-decoration: none;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;border-bottom: 1px solid transparent;}::-moz-selection {background: #f3f4f7;}::selection {background: #f3f4f7;}.box {background-color: #f6f7f9;border-radius: 2px;margin-bottom: 30px;padding: 24px 30px;}.box:before, .box:after {content: "";display: table;}.box:after {clear: both;}label {color: #90a1b5;font-size: 11px;margin: 0 2px 4px;text-transform: uppercase;float: left;}label.right {float: right;}.button {-webkit-tap-highlight-color: transparent;background-color: #55a1fb;border-radius: 5px;border: none;box-sizing: border-box;color: #fff;cursor: pointer;display: inline-block;font-weight: 600;height: 42px;line-height: 42px;outline: none;padding: 0 24px;text-align: center;text-decoration: none;-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;white-space: nowrap;width: auto;}.button:hover, .button:focus {background-color: #4196fb;}.button:active, .button.nice-select.open {background-color: #2d8bfa;}.button.light {background-color: #fff;border: 1px solid #e0e7ee;color: #55a1fb;line-height: 40px;margin-left: 24px;}.button.light:hover {border-color: #d0dae5;}.button.light:active, .button.light.nice-select.open, .button.light:focus {border-color: #88bfff;}@media screen and (max-width: 360px) {.button {width: 100%;}.button.light {margin: 18px 0 0;}}.mec-dropdown-search:first-child .nice-select ul.list{width: 230px;margin-left: -11px;}.mec-dropdown-search:first-child .nice-select ul.list li{padding-left: 14px;}.mec-dropdown-search:nth-of-type(2) .nice-select ul.list{width: 290px;}.mec-dropdown-search:nth-of-type(2) .nice-select ul.list{height: 400px;overflow-y: scroll;}.mec-dropdown-search:nth-of-type(3) .nice-select ul.list{height: 400px;overflow-y: scroll;}.nice-select ul.list{scrollbar-width: thin;scrollbar-color: black red;}.nice-select ul.list::-webkit-scrollbar {width: 8px;}.nice-select ul.list::-webkit-scrollbar-track {background: black;}.nice-select ul.list::-webkit-scrollbar-thumb {background-color: red;border-radius: 20px;border: 3px solid red;}