
:root {
  --primary: #046bd2;
  --secondary: #045cb4;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}


:focus-visible {
  outline: 2px dashed var(--primary);
  outline-offset: 2px;
}


html {
  scroll-behavior: smooth;
}


.rate.active i {
  color: #f59e0b;
}


body {
  padding-bottom: 72px; 
}


@media (max-width: 640px) {
  table {
    font-size: 13px;
  }
}


.card-shadow {
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}