/* GLOBAL WEBSITE STYLE */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff8e7 !important;
    color: #4a4a4a;
    font-family: "Poppins", sans-serif;
}


.profile-img-container{
    background-image: linear-gradient(
        rgba(255,255,255,0.6),
        rgba(255,255,255,0.6)
    ),
    url("https://i.ibb.co/G3RK7Qf8/Gemini-Generated-Image-qc955hqc955hqc95.png") !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4a4a4a;
}

/* paragraphs */
p {
    color: #4a4a4a;
}

/* navbar */
.navbar {
    background: #fff8e7 !important;
}

/* footer */
footer {
    background: #fff8e7;
    color: #4a4a4a;
}

/* links */
a {
    color: #4a4a4a;
}

a:hover {
    color: #c0392b;
}

/* cards */
.card {
    background: #ffffff;
    border: none;
}

/* section light override */
.bg-light {
    background: #fff8e7 !important;
}

div:not(.no-bg):not(.no-bg *) {
    background-color: #fff8e7;
    color: #4a4a4a;
}

.bg-brand {
    background-color: #fff8e7 !important;
    color: #4a4a4a;
}



.bg-red {
    background-color: #ff0000 !important;
}

.text-red {
    color: #ff0000 !important;
}

.border-red {
    border-color: #ff0000 !important;
}

.text-red {
    color: #ff0000 !important;
}

/* Input, Select, Textarea focus */
.form-control:focus,
.form-select:focus,
textarea:focus {
    border: 1px solid #ff0000 !important;
    box-shadow: none !important;
    outline: none;
}

/* Checkbox & Radio focus */
.form-check-input:focus {
    border: 1px solid #ff0000;
    box-shadow: none;
    outline: none;
}

/* Checkbox checked red */
.form-check-input:checked {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

.btn-red {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
}

.btn-red:hover {
    background-color: transparent;
    border-color: #ff0000;
    color: #ff0000;
}

.btn-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.4);
}

.btn-outline-red {
    color: #ff0000;
    border: 2px solid #ff0000;
    background-color: transparent;
}

.btn-outline-red:hover {
    background-color: #ff0000;
    color: #fff !important;
}

.alert-red {
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid #ff0000;
    color: #ff0000;
}

.alert-red .btn-close {
    filter: invert(16%) sepia(95%) saturate(7500%) hue-rotate(0deg);
}

/* All Bootstrap Icons red */
.bi {
    color: #ff0000 !important;
}

/* Override Bootstrap success color */

.btn-success,
.bg-success {
    background-color: #4ade80 !important;   /* light green */
    border-color: #4ade80 !important;
    color: #fff !important;
}

.btn-success:hover {
    background-color: #22c55e !important;   /* little darker on hover */
    border-color: #22c55e !important;
}

.btn-success:focus,
.btn-success:active {
    background-color: #22c55e !important;
    border-color: #22c55e !important;
    box-shadow: 0 0 0 0.2rem rgba(74, 222, 128, 0.35) !important;
}

/* Override Bootstrap success text */

.text-success {
    color: #4ade80 !important; /* light green */
}
