:root {
    --primary-color: #eb1933 !important;
}

.btn-clr-red {
    background-color: #eb1933 !important;
    color: #fde8eb !important;
}

@media (min-width: 320px) {
    .search-box {
        width: 100% !important;
        margin-top: 16px !important;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .search-box {
        width: 80% !important;
        margin-top: 20px !important;
    }
}

@media (min-width: 992px) {
    .search-box {
        width: 50% !important;
        margin-top: 0 !important;
    }
}

@media (min-width: 1200px) {
}

/* Guest Page Styles */

.auth-one-bg-custom .bg-overlay {
    background-color: var(--primary-color);
    opacity: .9;
}

/*Customer Invoice Details*/
.visiting-card {
    max-width: 30%;
}

@media only screen and (max-width: 767px) {
    .visiting-card {
        max-width: 60%;
    }
}
