.warmup-form-select-group,
.custom-select-wrapper {
    position: relative;
}
.warmup-form-select-group select {
    display: none;
}
.warmup-form-select-group {
    padding: 0 15px;
}
.warmup-form-select-group + .warmup-form-select-group {
    z-index: 9999998;
}
.warmup-form-select-group + .warmup-form-select-group:before {
    content: "5";
    display: flex;
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    position: absolute;
    top: 35%;
    left: -5%;
    font-size: 30px;
    color: #d3d3d3;
}
.warmup-form {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    padding: 25px 15px;
    position: relative;
    overflow: visible;
    text-align: left;
    background: #fff;
    box-shadow: 0 12px 16px -8px rgba(0, 0, 0, 0.33);
    border-radius: 13px;
}

.noWrap .warmup-form {
	flex-wrap: wrap
}

.select-selected {
    background-color: #1e90ff;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
.select-selected {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: #606266;
    font-family: inherit;
    font-size: 14px;
    height: 24px;
    outline: 0;
    width: 100%;
    min-width: 11px;
    border-radius: 30px;
    border: 1px solid #29e4ba;
    overflow: visible !important;
    padding: 4px 12px;
    line-height: 24px;
    min-height: 32px;
}
.select-items div {
    padding: 4px 12px;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    max-height: 30vh;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 1px 1px 10px -5px #000;
    padding: 12px 0;
    border-radius: 5px;
    margin-top: 10px;
    max-width: 15%;
}
.select-selected.select-arrow-active:before {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    display: block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    z-index: 99999;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: -1px -1px 4px -4px #000;
}
.select-hide {
    display: none;
}
.select-items div:first-child {
    display: none;
}
.select-items div:hover,
.same-as-selected {
    background-color: #f5f7fa;
}


.warmup-form-select-group {
    flex: 1 0 auto;
    z-index: 9999999;
    max-width: 40%;
}

.noWrap .warmup-form .warmup-form-select-group {
    flex: 1 0 100%;
    z-index: 9999999;
    max-width: 100%;
    position: relative;
}

.custom-select-wrapper {
    margin-top: 8px;
}
.warmup-form-select-group .select-items:first-of-type {
    top: 50%;
}
.warmup-form button {
    transition: all 300ms ease 0ms;
    color: #353535 !important;
    border-width: 2px !important;
    border-color: #ffcf38;
    border-radius: 100px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 700 !important;
    background-color: #ffcf38;
    padding-top: 8px !important;
    padding-right: 30px !important;
    padding-bottom: 8px !important;
    padding-left: 30px !important;
    line-height: 1.7em !important;
    flex: 0 0 200px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
    margin-top: 15px;
}

.noWrap .warmup-form button {
    width: 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 30px);
    border:none !important;	
}

.noWrap .warmup-form .warmup-form-select-group + .warmup-form-select-group {
    margin-top: 30px;
}
.noWrap .warmup-form .warmup-form-select-group + .warmup-form-select-group:before {
    top: -25px;
    left: 45%;
    transform: rotate(90deg);
}

.warmup-form button:hover {
    color: #fff !important;
    border-color: #353535;
    background-color: #353535;
}
.select-items:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.07) !important;
    border-radius: 3px;
}
.select-items::-webkit-scrollbar-track {
    background-color: transparent;
    posiiton: absolute;
}
.select-items::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
.select-items::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.warmup-form-select-child + .custom-select-wrapper:not(.has-value) {
    cursor: not-allowed !important;
}
.warmup-form-select-child + .custom-select-wrapper:not(.has-value) .select-items {
    display: none !important;
}
@media (max-width: 768px) {
    .warmup-form {
        flex-wrap: wrap;
    }
    .warmup-form .warmup-form-select-group {
        flex: 1 0 100%;
        z-index: 9999999;
        max-width: 100%;
        position: relative;
    }
    .warmup-form button {
        width: 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 30px);
        margin-top: 15px;
    }
    .warmup-form .warmup-form-select-group + .warmup-form .warmup-form-select-group {
        margin-top: 30px;
    }
    .warmup-form .warmup-form-select-group + .warmup-form .warmup-form-select-group:before {
        top: -25px;
        left: 45%;
        transform: rotate(90deg);
    }
}
