/*** select ***/
.common-custom-select select {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    height: 48px;
    outline: none;
    padding: 0 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.common-custom-select select:hover {
    border: solid 1px #9b9b9b;
}
.common-custom-select select:focus {
    border: solid 1px #0060fc;
}
.common-custom-select .select-block {
    position: relative;
    display: inline-block;
    width: 100%;
}

.common-custom-select .select-block:after {
    content: '';
    background-image: url(/img/reg/ic_form_down.png);
    background-repeat: no-repeat;
    background-color: #fff;
    position: absolute;
    width: 32px;
    height: 32px;
    right: 5px;
    top: 10px;
    pointer-events: none;
}
.common-custom-select .select-block-label:after {
    top: 35px;
}
.common-custom-select .hint-text option {
    color: #233843;
}
.common-custom-select .hint-text-black {
    color: #233843;
}
/*** Select Dropdown ***/
.common-custom-select .select-dropdown {
    background-image: url(/img/reg/ic_form_down.png);
    background-position: 100% 8px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-color: transparent;
    border:1px solid #dcdcdc;
    border-radius: 2px;
    display: block;
    height: 48px;
    outline: none;
    padding: 13px 16px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}
.common-custom-select .labelSelect span {
    color: #4a4a4a;
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 14px;
}
.common-custom-select .labelSelect span.active {
    color: #9b9b9b;
}
.common-custom-select .select-dropdown:hover {
    border: 1px solid #9b9b9b;
}
.common-custom-select .disabled .select-dropdown {
    background-color: #fafafa;
    border: solid 1px #dddddd;
    cursor: not-allowed;
}
.common-custom-select .disabled .select-dropdown:hover {
    border: 1px solid #dcdcdc;
}
.common-custom-select .select-dropdown:focus,
.common-custom-select .select-dropdown.active {
    border: 1px solid #0060fc;
}
.common-custom-select .select-dropdown.error {
    border: 1px solid #d0011b;
}

.labelSelect {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
}

.common-custom-select .custom-select-wrapper {
    background-color: transparent;
    left: 0;
    /*padding: 0 15px;*/
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
    border-right: 1px solid #dcdcdc;
}

.common-custom-select .custom-select-wrapper.display-above {
    top: initial;
    bottom: 100%;
}

.common-custom-select .custom-select-wrapper > .select-list {
    background-color: #fff;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    display: block;
    margin: 0;
    max-height: 197px;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}

.common-custom-select .custom-select-wrapper > .select-list::-webkit-scrollbar {
    -webkit-appearance: none;
}

.common-custom-select .custom-select-wrapper > .select-list::-webkit-scrollbar:vertical {
    width: 11px;
}

.common-custom-select .custom-select-wrapper > .select-list::-webkit-scrollbar:horizontal {
    height: 11px;
}

.common-custom-select .custom-select-wrapper > .select-list::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.common-custom-select .custom-select-wrapper > .select-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

.common-custom-select .custom-select-wrapper > .select-list li {
    border-bottom: 1px solid #dcdcdc;
    min-height: 48px;
    list-style-type: none;
}
.common-custom-select .custom-select-wrapper > .select-list li a {
    color: #4a4a4a;
    cursor: default;
    display: block;
    font-family: 'Roboto-Regular', sans-serif;
    min-height: 48px;
    font-size: 14px;
    padding: 13px 16px;
    text-decoration: none;
}
.common-custom-select .custom-select-wrapper > .select-list li a.active {
    font-family: 'Roboto-Bold', sans-serif;
    font-weight: bold;
}
.common-custom-select .custom-select-wrapper > .select-list li a span.code {
    color: #9b9b9b;
    font-size: 12px;
}

.common-custom-select .select-list>li a:hover,
.common-custom-select .select-list>li a.active,
.common-custom-select .select-list>li a.active span.code,
.common-custom-select .select-list>li a:hover span.code {
    color: #0060fc;
    background-color: rgba(0, 96, 252, 0.05);
}
.common-custom-select .labelSelect .select-placeholder {
    color: #9b9b9b;
}

.common-custom-select .custom-dropdown-wrapper {
    background-color: #fff;
    left: 0;
    /*  padding-left: 15px;
      padding-right: 15px;*/
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
}
.common-custom-select .custom-dropdown-wrapper > p.message {
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(173, 173, 173, 0.5);
    color: #39393a;
    font-size: 16px;
    height: 60px;
    letter-spacing: 0.2px;
    margin: 0;
    padding: 18px 20px;
}

.common-custom-select .custom-dropdown-wrapper > p.message.small-text {
    font-size: 12px;
    padding: 10px 20px;
}
.common-custom-select .custom-dropdown-wrapper > p.message .mdchat-open-link {
    font-size: 12px;
}
.common-custom-select .custom-dropdown-wrapper > p.message.border-block {
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.common-custom-select .custom-dropdown-wrapper .spinner {
    background-color: #fafafa;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(173, 173, 173, 0.5);
    height: 48px;
    padding-top: 10px;
    text-align: center;
}
.common-custom-select .custom-dropdown-wrapper .spinner img {
    width: 18px;
}

.common-custom-select .custom-dropdown-wrapper > .dropdown-list {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    display: block;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    width: 100%;

}
.common-custom-select .custom-dropdown-wrapper > .dropdown-list li {
    border-bottom: 1px solid #dcdcdc;
    height: 60px;
    list-style-type: none;
}
.common-custom-select .custom-dropdown-wrapper > .dropdown-list li a {
    color: #39393a;
    cursor: default;
    display: block;
    height: 60px;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding: 8px 20px;
    text-decoration: none;
}
.common-custom-select .custom-dropdown-wrapper > .dropdown-list li a span.code {
    color: #9b9b9b;
    font-size: 12px;
}

.common-custom-select .dropdown-list>li:hover {
    background-color: rgba(0, 96, 252, 0.05);
}
.common-custom-select .dropdown-list>li a:hover,
.common-custom-select .dropdown-list>li a:hover span.code {
    color: #0060fc;
}

.sr-only {
  position: absolute;
  left: -9999px;
}