/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #FFBA68;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --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: #14AE5C;
  --bs-secondary: #9094A7;
  --bs-success: #4DD753;
  --bs-danger: #FF515F;
  --bs-warning: #FFE046;
  --bs-info: #8146F6;
  --bs-light: #EEEFF7;
  --bs-dark: #1E1E1E;
  --bs-black60: #666666;
  --bs-cancel: #9094A7;
  --bs-primary-rgb: 219, 0, 49;
  --bs-secondary-rgb: 144, 148, 167;
  --bs-success-rgb: 77, 215, 83;
  --bs-danger-rgb: 255, 81, 95;
  --bs-warning-rgb: 255, 224, 70;
  --bs-info-rgb: 129, 70, 246;
  --bs-light-rgb: 238, 239, 247;
  --bs-dark-rgb: 30, 30, 30;
  --bs-black60-rgb: 102, 102, 102;
  --bs-cancel-rgb: 144, 148, 167;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.14rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}


.btn-primary {
  background-color: #DB0031;
  border-color: #DB0031;
  color: #ffffff;
}


a {
  color: #DB0031;
}


.privacy .checkbox-item label::before {
  border: 3px solid #DB0031;
}


.form-change-lang #language-changer-select {
  color: #DB0031;
  background-color: transparent;
}


.form-change-lang #lang-select::after {
  cursor: pointer;
  position: relative;
  right: 16px;
  color: #DB0031;
  font-family: "remixicon";
  content: "\ea50";
  z-index: 5;
}


