﻿:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 48,48,48;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 48,48,48;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,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: "Open Sans";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #303030;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E %3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23303030%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
}

.btn {
    --bs-btn-border-radius: 0;
    --bs-btn-font-size: 1.5rem;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #303030;
    --bs-btn-border-color: #303030;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #484848;
    --bs-btn-hover-border-color: #484848;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #484848;
    --bs-btn-active-border-color: #484848;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.btn-primary {
    --bs-btn-color: #303030;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #303030;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #CD0F3C;
    --bs-btn-hover-border-color: #CD0F3C;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #CD0F3C;
    --bs-btn-active-border-color: #CD0F3C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #CD0F3C;
    --bs-btn-disabled-border-color: #CD0F3C;
}


.bg-dark .btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #CD0F3C;
    --bs-btn-hover-border-color: #CD0F3C;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #CD0F3C;
    --bs-btn-active-border-color: #CD0F3C;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #CD0F3C;
    --bs-btn-disabled-border-color: #CD0F3C;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(48, 48, 48, 1);
    --bs-navbar-hover-color: rgba(48, 48, 48, 0.8);
    --bs-navbar-disabled-color: rgba(48, 48, 48, 0.4);
    --bs-navbar-active-color: rgba(0, 0, 0, 0.8);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg width='27' height='31' viewBox='0 0 27 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.61523 1.00195H25.6152' stroke='%23303030' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.61523 9.00195H25.6152' stroke='%23303030' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.61523 17.002H25.6152' stroke='%23303030' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M23.9883 26.5957V30.9199H23.2656L23.1406 30.3379H23.0898C22.9987 30.4863 22.8828 30.61 22.7422 30.709C22.6016 30.8053 22.4453 30.877 22.2734 30.9238C22.1016 30.9733 21.9206 30.998 21.7305 30.998C21.4049 30.998 21.1263 30.9434 20.8945 30.834C20.6654 30.722 20.4896 30.5501 20.3672 30.3184C20.2448 30.0866 20.1836 29.7871 20.1836 29.4199V26.5957H21.1055V29.248C21.1055 29.584 21.1732 29.8353 21.3086 30.002C21.4466 30.1686 21.6602 30.252 21.9492 30.252C22.2279 30.252 22.4492 30.1947 22.6133 30.0801C22.7773 29.9655 22.8932 29.7962 22.9609 29.5723C23.0312 29.3483 23.0664 29.0736 23.0664 28.748V26.5957H23.9883ZM20.8828 25.4512C20.8828 25.2949 20.9258 25.1816 21.0117 25.1113C21.0977 25.0384 21.2031 25.002 21.3281 25.002C21.4531 25.002 21.5599 25.0384 21.6484 25.1113C21.7396 25.1816 21.7852 25.2949 21.7852 25.4512C21.7852 25.6022 21.7396 25.7155 21.6484 25.791C21.5599 25.8665 21.4531 25.9043 21.3281 25.9043C21.2031 25.9043 21.0977 25.8665 21.0117 25.791C20.9258 25.7155 20.8828 25.6022 20.8828 25.4512ZM22.418 25.4512C22.418 25.2949 22.4609 25.1816 22.5469 25.1113C22.6354 25.0384 22.7422 25.002 22.8672 25.002C22.9922 25.002 23.099 25.0384 23.1875 25.1113C23.2786 25.1816 23.3242 25.2949 23.3242 25.4512C23.3242 25.6022 23.2786 25.7155 23.1875 25.791C23.099 25.8665 22.9922 25.9043 22.8672 25.9043C22.7422 25.9043 22.6354 25.8665 22.5469 25.791C22.4609 25.7155 22.418 25.6022 22.418 25.4512Z' fill='%23303030'/%3E%3Cpath d='M17.3867 26.5137C17.8737 26.5137 18.2526 26.64 18.5234 26.8926C18.7969 27.1426 18.9336 27.5449 18.9336 28.0996V30.9199H18.0156V28.2715C18.0156 27.9355 17.9466 27.6842 17.8086 27.5176C17.6706 27.3483 17.457 27.2637 17.168 27.2637C16.7487 27.2637 16.457 27.3926 16.293 27.6504C16.1315 27.9082 16.0508 28.2819 16.0508 28.7715V30.9199H15.1328V26.5957H15.8477L15.9766 27.1816H16.0273C16.1211 27.0306 16.237 26.9069 16.375 26.8105C16.5156 26.7116 16.6719 26.6374 16.8438 26.5879C17.0182 26.5384 17.1992 26.5137 17.3867 26.5137Z' fill='%23303030'/%3E%3Cpath d='M12.2461 26.5137C12.6315 26.5137 12.9622 26.5931 13.2383 26.752C13.5143 26.9108 13.7266 27.1361 13.875 27.4277C14.0234 27.7194 14.0977 28.0684 14.0977 28.4746V28.9668H11.2109C11.2214 29.3861 11.3333 29.709 11.5469 29.9355C11.763 30.1621 12.0651 30.2754 12.4531 30.2754C12.7292 30.2754 12.9766 30.2493 13.1953 30.1973C13.4167 30.1426 13.6445 30.0632 13.8789 29.959V30.7051C13.6628 30.8066 13.4427 30.8809 13.2188 30.9277C12.9948 30.9746 12.7266 30.998 12.4141 30.998C11.9896 30.998 11.6159 30.916 11.293 30.752C10.9727 30.5853 10.7214 30.3379 10.5391 30.0098C10.3594 29.6816 10.2695 29.2741 10.2695 28.7871C10.2695 28.3027 10.3516 27.8913 10.5156 27.5527C10.6797 27.2142 10.9102 26.9564 11.207 26.7793C11.5039 26.6022 11.8503 26.5137 12.2461 26.5137ZM12.2461 27.2051C11.957 27.2051 11.7227 27.2988 11.543 27.4863C11.3659 27.6738 11.2617 27.9486 11.2305 28.3105H13.1992C13.1966 28.0944 13.1602 27.903 13.0898 27.7363C13.0221 27.5697 12.918 27.4395 12.7773 27.3457C12.6393 27.252 12.4622 27.2051 12.2461 27.2051Z' fill='%23303030'/%3E%3Cpath d='M5.70703 30.9199L4.0625 26.1504H4.02734C4.03516 26.2572 4.04427 26.403 4.05469 26.5879C4.0651 26.7728 4.07422 26.9707 4.08203 27.1816C4.08984 27.3926 4.09375 27.5944 4.09375 27.7871V30.9199H3.24219V25.209H4.55859L6.14062 29.7676H6.16406L7.80078 25.209H9.11328V30.9199H8.21875V27.7402C8.21875 27.5658 8.22135 27.377 8.22656 27.1738C8.23438 26.9707 8.24219 26.778 8.25 26.5957C8.26042 26.4134 8.26823 26.2676 8.27344 26.1582H8.24219L6.53516 30.9199H5.70703Z' fill='%23303030'/%3E%3C/svg%3E%0A");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
    --bs-navbar-toggler-border-radius: 0;
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}
.breadcrumb {
    --bs-breadcrumb-item-padding-x: 0.1rem;
}