/* Navigation select */
.standard-select-wrapper,
.standard-select-wrapper *,
.standard-select-wrapper *::before,
.standard-select-wrapper *::after {
    box-sizing: border-box;
}


.standard-select-wrapper select::-ms-expand {
    display: none;
}

.standard-select-wrapper select {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('/wp-content/themes/fx/assets/img/tools/shared/chevron-down.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    font-family: 'Inter-Regular', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.008em;
    color: #21272C;
    padding: 0px;
    line-height: 20px;
}

.standard-select-wrapper .select {
    width: 20%;
    min-width: 250px;
    float: left;
    position: relative;
    height: auto;
    cursor: pointer;
}

.status-generator .generator-panel .panel-head-left img {
    margin-top: -5px;
}

