#emailaddress-error {
    color: #cf2929d6;
    font-size: 13px;
}

#password-error {
    color: #cf2929d6;
    font-size: 13px;
}

#cpassword-error {
    color: #cf2929d6;
    font-size: 13px;
}

.error {
    color: #cf2929d6;
    font-size: 13px;
}

.iconpicker-popover {
    opacity: 1!important;
}

.iconpicker .iconpicker-item i {
    color: #000!important;
    font-size: 17px;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 39px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 39px !important;
    text-align: start !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 70% !important;
    width: 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da !important;
    border-radius: 4px;
}

.select2-container {
    box-sizing: border-box;
    display: block !important;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

input#date_range {
    height: 39px;
    border: 1px solid #ced4da;
    width: 100%;

}
input#date_range:focus-visible {
    border: 1px solid #ced4da;
}



.zip_code{
    height: 39px;
    border: 1px solid #ced4da;
    width: 100%;
}

.zip_code:focus-visible{
    outline: 0;
}

.earning-host-orders {
    text-align: center;
    font-size: 18px;
    color: black;
}

.filter-admin {
    text-align: end;
}

.product-edit-category {
    background: none;
    border: 0;
}


