/*
    VARIABLES:
*/
body {
  margin-top: 10px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-style: normal; }

header {
  font-size: initial !important; }

footer {
  background-color: #fff !important; }
  footer h2 {
    font-weight: initial !important;
    font-size: 21px !important;
    color: #1e293b !important;
    margin-top: 0 !important; }

.footer-list li {
  padding: 13px 20px;
  transition: .4s !important;
  background-color: #fff !important; }
  .footer-list li:hover {
    background-color: #334155 !important;
    transition: .4s !important; }
    .footer-list li:hover a {
      color: white !important; }
  .footer-list li a {
    color: #046bd2 !important;
    cursor: pointer; }
.footer-list ul li {
  background-color: #334155 !important; }

.listorder a {
  padding: 0 1em;
  cursor: pointer;
  color: #000; }
  .listorder a:hover {
    color: #046bd2; }
.listorder .buttonApeleaza {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1em;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  color: #ffffff !important;
  background-color: #046bd2;
  border-bottom-color: #046bd2;
  /*border-color: var(--ast-global-color-0) !important;
  background-color: var(--ast-global-color-0) !important;*/
  border-radius: 0; }

/*.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-top: 1px solid #046bd2;
  width: 240px; }

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-decoration: none;
  display: block; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
@media only screen and (max-width: 1024px) {
  .statDesktop {
    display: none !important; }

  .statMobile {
    display: block !important; }

  .footerDesktop {
    display: none !important; }

  .footerMobile {
    display: block !important; } }
@media only screen and (min-width: 1024px) {
  .statDesktop {
    display: flex !important; }

  .statMobile {
    display: none !important; }

  .footerDesktop {
    display: block !important; }

  .footerMobile {
    display: none !important; } }
.footerMobile .nav-container {
  color: #000;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px; }
.footerMobile li a {
  color: #33373d !important; }

/*START BURGER MENU*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #000;
  border-bottom: 1px solid #d9dee3 !important; }

.burger-menu {
  position: relative;
  width: 24px;
  height: 2px;
  background-color: #1e293b;
  display: inline-block;
  transition: background-color 0.3s ease; }

.burger-menu::before,
.burger-menu::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #1e293b;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  right: 0; }

.burger-menu::before {
  top: -8px; }

.burger-menu::after {
  bottom: -8px; }

.burger-menu.open {
  background-color: transparent;
  /* Hide the middle line */ }

.burger-menu.open::before {
  top: 0;
  transform: rotate(45deg);
  /* Rotate to form "X" */ }

.burger-menu.open::after {
  bottom: 0;
  transform: rotate(-45deg);
  /* Rotate to form "X" */ }

.menu {
  display: none;
  /* Hidden by default */
  position: relative;
  top: 10px;
  right: 0; }

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 10px; }

.menu ul li {
  background-color: none !important;
  width: 100%; }
  .menu ul li:hover {
    background-color: #F0F5FA !important; }
    .menu ul li:hover a {
      color: #045cb4 !important; }

.menu ul li a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px; }

/*END BURGER MENU*/
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal; }

/*# sourceMappingURL=common.css.map */
