*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 50%; } }

body {
  font-family: Helvetica, sans-serif !important; }
  body .v-application .headline {
    font-family: Helvetica, sans-serif !important; }

@media only screen and (max-width: 60em) {
  .dashboard__tooltip .dashboard__tooltip-item {
    min-width: 10rem !important; } }

@media only screen and (max-width: 37.5em) {
  .dashboard__tooltip .dashboard__tooltip-item {
    min-width: 5rem !important; } }

@media only screen and (max-width: 60em) {
  .dashboard__tooltip .dashboard__tooltip-icon {
    font-size: 1.8rem !important;
    margin: 0 !important; } }

@media only screen and (max-width: 37.5em) {
  .dashboard__tooltip .dashboard__tooltip-icon {
    font-size: 1.3rem !important;
    margin: 0 !important; } }

@media only screen and (max-width: 60em) {
  .dashboard__tooltip .dashboard__tooltip-chip,
  .dashboard__tooltip .v-chip.v-size--x-small {
    position: absolute;
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0.1rem !important;
    font-size: 0.8rem;
    top: 0.5rem;
    left: 4rem;
    width: 1.5rem;
    height: 1.5rem; } }

@media only screen and (max-width: 37.5em) {
  .dashboard__tooltip .dashboard__tooltip-chip,
  .dashboard__tooltip .v-chip.v-size--x-small {
    position: absolute;
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0.1rem !important;
    font-size: 0.8rem;
    top: 0.4rem;
    left: 1.5rem;
    width: 1.4rem;
    height: 1.4rem; } }

@media only screen and (max-width: 37.5em) {
  .container {
    margin-bottom: 2rem; } }

.package__info {
  position: absolute;
  bottom: 0.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 100%; }
  .package__info--ar {
    right: 0.4rem; }
  .package__info--en {
    left: 0.4rem; }

.package__tag {
  border-radius: 2rem;
  background-color: rgba(63, 81, 181, 0.8);
  color: white;
  font-size: 0.8rem;
  margin-bottom: 0;
  padding: 0.2rem 0.5rem 0; }
  .package__tag-icon {
    font-size: 0.8rem !important;
    color: white !important; }

.package__dialog-icon {
  width: 1rem; }

.facture {
  padding: 2rem; }
  .facture__container {
    display: flex;
    justify-content: space-between; }
  .facture__icon {
    cursor: pointer;
    color: #035aeb !important; }
  .facture__logo {
    font-size: 2rem;
    margin-bottom: 1rem;
    width: 8rem; }
  .facture__header-info {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.5rem;
    margin-bottom: 2rem; }
  .facture__title {
    padding: 0.3rem 0;
    border-bottom: 1px solid black;
    margin-bottom: 1rem; }
  .facture__info-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem; }
  .facture__info-row {
    display: flex;
    justify-content: space-between;
    width: 70%; }
  .facture__table table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem; }
  .facture__table td,
  .facture__table th {
    border: 1px solid black;
    text-align: left;
    padding: 8px; }
  .facture__table th {
    background-color: #c0c0c0; }
  .facture__data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-size: 0.8rem; }
  .facture__legal-info {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 0.5rem;
    font-size: 0.8rem; }
    .grecaptcha-badge {
      opacity: 0.2; }

@media only screen and (max-width: 31.25em) {
  .grecaptcha-badge {
    display: none; } }
