/* Installing Fonts */
@font-face {
    font-family: lato;
    src: url("../../fonts/lato/Lato-Regular.ttf");
}

@font-face {
    font-family: nunito;
    font-weight: bold;
    src: url("../../fonts/Nunito/static/Nunito-Bold.ttf");
}

@font-face {
    font-family: nunito-regular;
    font-weight: bold;
    src: url("../../fonts/Nunito/static/Nunito-Regular.ttf");
}

@font-face {
    font-family: segoe;
    src: url("../../fonts/Segoe-UI-Font/SEGOEUI.TTF");
}

@font-face {
    font-family: handwritten;
    src: url("../../fonts/Just\ Breathe.ttf");
}

:root {
    --button-border-radius: 4px;
    --button-padding: 8px 28px;
    /* --button-color: #105082; */
    --button-color: #198754;
    /* --scheme-color: #EA008B; */
    --scheme-color: #198754;
    --font-family: "lato", sans-serif;
}

a:link {
    text-decoration: none;
}

li {
    list-style: none;
}

/* Input Styles */
/* some dynamic classes */

.bg-gradient {
    background: #045d48;
}

/* the breakpoints styles */
.h-0 {
    height: 0%;
}

.h-5 {
    height: 5%;
}

.h-10 {
    height: 10%;
}

.h-15 {
    height: 15%;
}

.h-20 {
    height: 20%;
}

.h-25 {
    height: 25%;
}

.h-30 {
    height: 30%;
}

.h-35 {
    height: 35%;
}

.h-40 {
    height: 40%;
}

.h-45 {
    height: 45%;
}

.h-50 {
    height: 50%;
}

.h-55 {
    height: 55%;
}

.h-60 {
    height: 60%;
}

.h-65 {
    height: 65%;
}

.h-70 {
    height: 70%;
}

.h-75 {
    height: 75%;
}

.h-80 {
    height: 80%;
}

.h-85 {
    height: 85%;
}

.h-90 {
    height: 90%;
}

.h-95 {
    height: 95%;
}

.h-100 {
    height: 100%;
}

/* Width Classes: */
.w-0 {
    width: 0%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.w-100 {
    width: 100%;
}

/* and now media queries for different devices */
@media (min-width: 768px) {
    .h-md-0 {
        height: 0% !important;
    }

    .h-md-5 {
        height: 5% !important;
    }

    .h-md-10 {
        height: 10% !important;
    }

    .h-md-15 {
        height: 15% !important;
    }

    .h-md-20 {
        height: 20% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-30 {
        height: 30% !important;
    }

    .h-md-35 {
        height: 35% !important;
    }

    .h-md-40 {
        height: 40% !important;
    }

    .h-md-45 {
        height: 45% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-55 {
        height: 55% !important;
    }

    .h-md-60 {
        height: 60% !important;
    }

    .h-md-65 {
        height: 65% !important;
    }

    .h-md-70 {
        height: 70% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-80 {
        height: 80% !important;
    }

    .h-md-85 {
        height: 85% !important;
    }

    .h-md-90 {
        height: 90% !important;
    }

    .h-md-95 {
        height: 95% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-0 {
        width: 0% !important;
    }

    .w-md-5 {
        width: 5% !important;
    }

    .w-md-10 {
        width: 10% !important;
    }

    .w-md-15 {
        width: 15% !important;
    }

    .w-md-20 {
        width: 20% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-30 {
        width: 30% !important;
    }

    .w-md-35 {
        width: 35% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-45 {
        width: 45% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-55 {
        width: 55% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-65 {
        width: 65% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

    .w-md-95 {
        width: 95% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

/*
  Global CSS for all modal elements
*/

/* Styling for text in the modal */
.modal-text {
    font: normal normal normal 15px/21px segoe;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

/* Styling for images in the left side of the modal body */
/* .modal-body-left img {
    width: 30%;
    max-width: 30%;
    height: 50%;
    object-fit: cover;
    border-radius: 9px;
} */

/* Responsive styling for images in the left side of the modal body on small screens */
/* @media(max-width:768px) {
    .modal-body-left img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 7px;
    }
} */

/* styling for the rough brushed background-image for user name */
.user__name {
    background-image: url("../../buyer-assets/deco-brush.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.single_store_name:hover {
    background-color: #f5f3f8;
}

.anchor-button {
    /* Common styles for both anchor and button */
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #045d48;
    font-family: nunito;
    background-color: transparent;
}

.category-name {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #198754;
    opacity: 1;
    margin-bottom: 10px;
    width: fit-content;
    position: relative;
}

.category-name::after {
    content: "";
    height: 5px;
    width: 100%;
    /* background-color: #EA008B; */
    background-color: #198754;
    position: absolute;
    bottom: -9%;
    right: 0%;
}

.greenish-text-color {
    color: #045d48 !important;
}

.dashboard-header {
    width: 100%;
    height: 50px;
    background: #dae1eb 0% 0% no-repeat padding-box !important;
    border-radius: 4px !important;
    margin: 7px 0;
}

.dashboard-header h1 {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

/* Global legend styling - consistent across all pages */
legend {
    font-size: 12px !important;
    font-weight: bold !important;
    font-family: nunito-regular !important;
    line-height: 1 !important;
    color: #000000 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
}
