:root {
  --primary_color: #164e8c;
  --secondary_color: #4a90d9;
  --third_color: #b8d8f2;
  --primary_font: 'Manrope', sans-serif;
  --primary_color_font: #164e8c;
  --secondary_font: 'Inter', sans-serif;
  --secondary_color_font: #243447;
  --preloader_background_color: #00194b;
  --preloader_font: 'Inter', sans-serif;
  --preloader_font_color: #ffffff;
  --general_border_radius: 15px;
}
@supports not selector(::-webkit-scrollbar) {
  html { scrollbar-color: #4f8cff transparent; scrollbar-width: thin; }
}
*::-webkit-scrollbar { width: 10px; height: 10px; }
*::-webkit-scrollbar-track { background: transparent; }
*::-webkit-scrollbar-thumb { background: #4f8cff; border-radius: 100%; }
*::-webkit-scrollbar-button { display: none; width: 0; height: 0; }
*::-webkit-scrollbar-corner { background: transparent; }
.general-wrapper.general-topbar { position: relative !important; z-index: 9999 !important; }
.header-wrapper .main-header { z-index: 9999 !important; }
