
.iziModal .iziModal-content {
    width: auto !important;
    padding: 10px !important;
}

.iziToast {
    font-family: 'Roboto', sans-serif !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.main-discount-text--input {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    height: 36px;
    border: 0 !important;
    outline:0 !important; 
    color: #100e31;       
    padding: 0px 5px !important;
}

.main-discount-text--input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#data-sold_primary_btn {
    color: #fff !important;
    font-weight: 500;
    background-color: var(--main-bg-color) !important;
}

#btn-submit-partner-info {
    /* background-color: #100e31 !important;  */
    /* height: -webkit-fill-available;  */
    /* padding: 0 12px !important; 
    margin: 0 !important; word-wrap: nowrap; */
}

#data-sold_secondary_btn {
    color: #414141 !important;
    font-weight: 500;
    background-color: rgb(221, 221, 221) !important;    
}

#btn-nevermind-submit {
    color: #414141;
    font-weight: 500;
    background-color: rgb(221, 221, 221) !important;
}

#btn-nevermind-cancel {
    color: #414141;
    font-weight: 500;
    background-color: rgb(221, 221, 221) !important;    
}

/* #offer_submit_email {
    max-width: unset;
    width: 15vw;
} */

@media screen and (max-width: 768px) {
    /* #offer_submit_email {
        max-width: unset;
        width: 49vw;
    }     */
}

@media screen and (max-width: 667px) {
    /* #offer_submit_email {
        max-width: unset;
        width: 49vw;
    } */
}

@media screen and (max-width: 400px) {
    #btn-submit-partner-info {
        font-size: .75rem;        
    }
}