.navbar-height {

}


.navbar-brand-logo {
    width: 100%;
    min-width: 6rem;
    max-width: none;
}

.btn-primary {
    color: #fff;
    background-color: #3185fc;
    border-color: #3185fc;
}


.btn-primary:hover {
    color: #fff;
    background-color: #3195fc;
    border-color: #3195fc;
}


a, a:hover {
    color: #3185fc;
}


:root {
    --bs-blue: #334AC0;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #692340;
    --bs-orange: #fd7e14;
    --bs-yellow: #f39568;
    --bs-green: #0ABF53;
    --bs-teal: #077C76;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #8C98A4;
    --bs-gray-dark: #51596C;
    --bs-gray-100: #F5F7FA;
    --bs-gray-200: #f3f6f9;
    --bs-gray-300: #dce0e5;
    --bs-gray-400: #BDC5D1;
    --bs-gray-500: #97A4AF;
    --bs-gray-600: #8C98A4;
    --bs-gray-700: #677788;
    --bs-gray-800: #51596C;
    --bs-gray-900: #2d374b;
    --bs-primary: #3185fc;
    --bs-secondary: #51596C;
    --bs-success: #077C76;
    --bs-info: #334AC0;
    --bs-warning: #f39568;
    --bs-danger: #692340;
    --bs-light: #F5F7FA;
    --bs-dark: #2d374b;
    --bs-primary-rgb: 49,133,252;
    --bs-secondary-rgb: 81,89,108;
    --bs-success-rgb: 7,124,118;
    --bs-info-rgb: 51,74,192;
    --bs-warning-rgb: 243,149,104;
    --bs-danger-rgb: 105,35,64;
    --bs-light-rgb: 245,247,250;
    --bs-dark-rgb: 45,55,75;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 81,89,108;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Inter,sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #51596C;
    --bs-body-bg: #fff;
}

