.bt-custom-select {
  position: relative;
  width: 100%;
}

.bt-select-trigger {
    width: 100%;
    max-width: 100%;
    padding: 22px 30px;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: 0 0;
    background-color: #fafafa;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #232323;
}

.bt-select-trigger:hover {
    background-color: #fafafa;
    color: #232323;
}

.bt-select-trigger:focus {
    background-color: #fafafa;
    color: #232323;
}

.bt-select-trigger::after {
  content: "▾";
  margin-left: 10px;
  transition: transform .2s;
}

.bt-custom-select.open .bt-select-trigger::after {
  transform: rotate(180deg);
}

.bt-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /* background-color: #fafafa; */
    background-color: #e5e5e5;
    display: none;
    z-index: 10;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    padding-left: 0;
}

.bt-custom-select.open .bt-select-options {
  display: block;
}

.bt-select-options li {
    padding: 15px 28px;
    cursor: pointer;
    color: var(--e-global-color-81884af);
    font-family: var(--e-global-typography-38d952a-font-family), Sans-serif;
    font-size: var(--e-global-typography-38d952a-font-size);
    font-weight: var(--e-global-typography-38d952a-font-weight);
    text-transform: var(--e-global-typography-38d952a-text-transform);
    font-style: var(--e-global-typography-38d952a-font-style);
    text-decoration: var(--e-global-typography-38d952a-text-decoration);
    line-height: var(--e-global-typography-38d952a-line-height);
    letter-spacing: var(--e-global-typography-38d952a-letter-spacing);
    word-spacing: var(--e-global-typography-38d952a-word-spacing);
}

.bt-select-options li::marker {
    content: '';
}

.bt-select-options li:hover {
    background-color: #f3f3f3;
}

/*  */
.bt-custom-select-label {
    color: var(--e-global-color-81884af);
    font-family: var(--e-global-typography-2e4b139-font-family), Sans-serif;
    font-size: var(--e-global-typography-2e4b139-font-size);
    font-weight: var(--e-global-typography-2e4b139-font-weight);
    text-transform: var(--e-global-typography-2e4b139-text-transform);
    font-style: var(--e-global-typography-2e4b139-font-style);
    text-decoration: var(--e-global-typography-2e4b139-text-decoration);
    line-height: var(--e-global-typography-2e4b139-line-height);
    letter-spacing: var(--e-global-typography-2e4b139-letter-spacing);
    word-spacing: var(--e-global-typography-2e4b139-word-spacing);
}

.bt-select-value {
    color: var(--e-global-color-81884af);
    font-family: var(--e-global-typography-38d952a-font-family), Sans-serif;
    font-size: var(--e-global-typography-38d952a-font-size);
    font-weight: var(--e-global-typography-38d952a-font-weight);
    text-transform: var(--e-global-typography-38d952a-text-transform);
    font-style: var(--e-global-typography-38d952a-font-style);
    text-decoration: var(--e-global-typography-38d952a-text-decoration);
    line-height: var(--e-global-typography-38d952a-line-height);
    letter-spacing: var(--e-global-typography-38d952a-letter-spacing);
    word-spacing: var(--e-global-typography-38d952a-word-spacing);
}

.mf-main-response-wrap {
    background-color: transparent !important;
}
.mf-response-msg {
    overflow: hidden;
    border: none;

    color: var(--e-global-color-81884af) !important;
    font-family: var(--e-global-typography-2e4b139-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-2e4b139-font-size) !important;
    font-weight: var(--e-global-typography-2e4b139-font-weight) !important;
    text-transform: var(--e-global-typography-2e4b139-text-transform) !important;
    font-style: var(--e-global-typography-2e4b139-font-style) !important;
    text-decoration: var(--e-global-typography-2e4b139-text-decoration) !important;
    line-height: var(--e-global-typography-2e4b139-line-height);
    letter-spacing: var(--e-global-typography-2e4b139-letter-spacing) !important;
    word-spacing: var(--e-global-typography-2e4b139-word-spacing) !important;
}