:root {
    --color-blue-custom: #1a55aa;
    --color-blue-3-custom: #79b3e66b;
    --bg-image: url("/images/bri/background/bg.png");
    --bg-login: url("/images/app/mutiarahikmah/background/login.jpg");
    --bg-primary: #1a55aa;
    --bg-secondary: #7182ff;
    --bg-accent: #dce6f2;
    --text-primary: #ffffff;
    --text-secondary: #bed0e5;
    --color-purple-custom: rgba(113, 130, 255, 1);
    --color-blue-2-custom: #79b3e6;
    --color-orange-custom: #e68402;
    --color-black-custom: #000000;
    --color-white-custom: #ffffff;

    /* mutiara hikmah */
    --color-green-custom-1: #072f1a;
    --color-green-custom-2: #bbe6cff2;
    --color-green-custom-3: #072f1a;
    --color-green-custom-4: #7eaf94;
    --color-green-overlay-custom: #0a4c29;
}

.bg-custom-login {
    background-image: linear-gradient(
            rgba(10, 76, 41, 0.9),
            rgba(10, 76, 41, 0.9)
        ),
        var(--bg-login);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    font-family: "Poppins", sans-serif;
    color: var(--text-primary);
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 0;
}

main {
    /* background-image: var(--bg-image); */

    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: var(--color-green-custom-2) !important;
}

.main-content {
    padding-top: 20px;
    padding-bottom: 160px;
}

.text-small {
    font-size: 0.875rem;
}

.text-secondary-custom {
    color: var(--text-secondary);
}

a {
    color: var(--text-primary);
    font-weight: 600;
    text-decoration: none;
}

.bg-primary-custom {
    background-color: var(--bg-primary);
}

.btn-primary {
    background-color: var(--bg-primary) !important;
    border-color: var(--bg-primary) !important;
}

.btn-primary:hover {
    background-color: var(--bg-secondary) !important;
    border-color: var(--bg-secondary) !important;
}

.bg-secondary-custom {
    background-color: var(--bg-secondary);
}

.btn-base {
    background: #ffffff;
}

.btn-base:hover {
    background: var(--bg-primary);
}

.btn-white-custom {
    background-color: var(--color-white-custom) !important;
    color: var(--color-blue-custom);
    font-weight: bold;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
}

.text-gold {
    color: #ffd700;
}
.text-silver {
    color: #c0c0c0;
}
.text-bronze {
    color: #cd7f32;
}

@media screen and (max-width: 360px) {
    img.navbar-logo {
        height: 35px;
        width: auto;
    }
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    /* background-color: #D5241E; */
    background-color: var(--color-green-custom-1) !important;
    z-index: 999;
    padding: 16px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* custom variable for mutiara hikmah all page */
.btn-green-1-custom {
    background-color: var(--color-green-custom-1) !important;
    color: var(--color-white-custom) !important;
    font-weight: bold;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
}

.btn-green-1-custom:hover {
    background-color: var(--color-white-custom) !important;
    color: var(--color-green-custom-1) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-green-2-custom {
    background-color: var(--color-green-custom-2) !important;
    color: var(--color-green-custom-1) !important;
    font-weight: bold;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
}

.btn-green-2-custom:hover {
    background-color: var(--color-white-custom) !important;
    color: var(--color-green-custom-1) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.bg-blue-custom {
    background-color: var(--color-blue-custom) !important;
}

.bg-blue-2-custom {
    background-color: var(--color-blue-2-custom) !important;
}

.bg-blue-custom {
    background-color: var(--color-blue-custom) !important;
}

.bg-white-custom {
    background-color: var(--color-white-custom) !important;
}

.bg-purple-custom {
    background-color: var(--color-purple-custom) !important;
    opacity: 0.9;
}

.bg-green-1-custom {
    background-color: var(--color-green-custom-1) !important;
}

.text-green-1-custom {
    color: var(--color-green-custom-1) !important;
}
.bg-green-4-custom {
    background-color: var(--color-green-custom-4) !important;
}

.text-green-4-custom {
    color: var(--color-green-custom-4) !important;
}

.bg-green-3-custom {
    background-color: var(--color-green-custom-3) !important;
}

.text-green-3-custom {
    color: var(--color-green-custom-3) !important;
}

.bg-green-2-custom {
    background-color: var(--color-green-custom-2) !important;
}

.text-green-2-custom {
    color: var(--color-green-custom-2) !important;
}

.bg-blue-2-custom {
    background-color: var(--color-blue-2-custom) !important;
}

.bg-orange-custom {
    background-color: var(--color-orange-custom) !important;
}

.bg-black-custom {
    background-color: var(--color-black-custom) !important;
}

.text-blue-custom {
    color: var(--color-blue-custom) !important;
}

.text-blue-2-custom {
    color: var(--color-blue-2-custom) !important;
}

.text-white-custom {
    color: var(--color-white-custom) !important;
}

.text-purple-custom {
    color: var(--color-purple-custom) !important;
}

.text-blue-2-custom {
    color: var(--color-blue-2-custom) !important;
}

.text-orange-custom {
    color: var(--color-orange-custom) !important;
}

.text-black-custom {
    color: var(--color-black-custom) !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-28 {
    font-size: 28px !important;
}
