/*#product-dropdown, #area-dropdown {*/
/*    background: #ffffff;*/
/*    border: none;*/
/*    border-bottom: 1px solid #dfe7f1;*/
/*    border-radius: 0;*/
/*    box-shadow: none;*/
/*    outline: none;*/
/*    color: inherit;*/
/*    text-indent: 8px;*/
/*    height: 42px;*/
/*    width: 80%;*/
/*  }*/

#qty-input, #job-name-input {
    background: #FBFAF9;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    height: 2.5rem;
}

#id-text-input {
    background: #FBFAF9;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
}

#qty-input {
    width: 2.5rem;
    text-align: center;
    height: 2.6rem;
}

#selected-product-div-inner {
    padding: 0;
    width: 45%;
    height: 30vh;
    overflow-y: scroll;
}

.label {
    font-size: x-large;
}

#selected-product-div-inner input[type="number"] {
    width: 3rem;
}


#add-product-div, #selected-product-div-outer {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    text-align: center;
    margin-top: 2rem;
    padding: 2rem;
}

#inc-btn, #dcr-btn {
    width: 2.5rem;
    height: 2.6rem;
    border-radius: 0px;
    border: 1px solid #dbdbdb;
}

.prev-img {
    border: 1px solid #dbdbdb;
}

.remove-btn {
    background: transparent;
    border: 1px solid #dbdbdb;
    color: red;
    border-radius: 50%;
    transition: all 0.3s ease-in;
}

.remove-btn :hover {
    background: red;
    color: white;
}

.gen-btn {
    width: 24%;
}

.last-row {
    border-bottom: none;
}

.increment, .decrement {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0px;
    border: 1px solid #dbdbdb;
}

.tbl-qty {
    width: 2.5rem;
    text-align: center;
    background: #FBFAF9;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: inherit;
    height: 2.5rem;
}

.disabled_btn {
    border-radius: 0px;
    color: #505050;
    border: 1px solid #b9b9b9;
    background: grey;
    height: 2.5rem;
    cursor: no-drop;
}


/* Changing scroll bar */

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.green-btn {
    height: 2.6rem;
}