
.dropdownList input {
    border: none;
    color: #424143;
    max-width: 90%;
    border-radius: 5px;
}

.col-container-3 .dropdown-outline-orange::before {
    display: none;
}

.value {
    width: auto !important;
    flex-flow: row;
    gap: 10px;
}

    .value input {
        max-width: 61px;
    }

.button-87 {
    margin: 10px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-87:hover {
        background-position: right center;
        /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

    .button-87:active {
        transform: scale(0.95);
    }

