@font-face {
  font-family: robotoRegular;
  src: url(./fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: robotoRegularBold;
  src: url(./fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: dubaiRegular;
  src: url(./fonts/Dubai-Regular.ttf);
}

@font-face {
  font-family: dubaiBold;
  src: url(./fonts/Dubai-Bold.ttf);
}

html[lang="ar"] .arabicpos {
  margin-right: auto;
  margin-left: 0px;
}
html[lang="ar"] .input_search_track {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  width: 100%;
  height: 59px;
  background: #ffffff;
  border-radius: 8px;
}
html[lang="ar"] .login {
  margin-right: 0px;
  margin-left: 20px;
}
html[lang="fr"] .arabicpos {
  margin-right: 0px;
  margin-left: auto;
}

html[lang="en"] .arabicpos {
  margin-right: 0px;
  margin-left: auto;
}

html[lang="ar"] * {
  font-family: dubaiRegular;
}

html[lang="ar"] select {
  margin-right: 5px;
  font-family: robotoRegular;
  font-size: 1.1rem;
  -webkit-appearance: none;
  border-color: transparent transparent transparent transparent;
  background-color: transparent;
  width: 3rem;
}

html[lang="ar"] .lang {
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

body {
  background-color: white;
}

body {
  margin: 0%;
  padding: 0%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html[dir="rtl"] #compolang {
  margin-right: 15px;
}

html[dir="rtl"] #spacingarabic {
  margin-right: 20px;
}

html[lang="ar"] .registerfooter {
  font-family: dubaiRegular;
  margin-left: 0px;
  margin-right: 1.3rem;
  margin-top: 1.3rem;
  cursor: pointer;
}

@media only screen and (min-width: 700px) {
  .hidelogofootertab {
    display: none;
  }
  .hidesmallsocialnet.positionsocialmedia-small {
    display: none;
  }
  .hidetranslatesmall.lang-responsive-small {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .hidelogofooter {
    display: none;
  }
  .hidesocialnet.positionsocialmedia {
    display: none;
  }
  .hidetranslate.lang-responsive {
    display: none;
  }
  .contain-tab-small.contain-tab {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
  }

  .formresponsive-small.formresponsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  }
  .labelaccor-small.labelaccor {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0.6rem;

    height: 3rem;
    border-bottom: 0.06rem solid #e6e6e6;
    padding-right: 0.6rem;
  }
  .titlefooter-responsive-small.titlefooter-responsive {
    font-family: robotoRegularBold;
    font-style: normal;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.8rem;
    letter-spacing: -0.16px;
    color: #000000;
  }
  .textfooter-responsive-small.textfooter-responsive {
    font-family: robotoRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #000000;
    margin: 0rem;
  }
  .input-mobile-small.input-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0rem;
    gap: 0.5rem;
    width: 13.8rem;
    height: 2rem;
    background: #ffffff;
    border: 0.06rem solid #b3b3b3;
    border-radius: 0.5rem;

    margin-top: 1.3rem;
    font-family: robotoRegular;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #b3b3b3;
    padding-left: 0.8rem;
  }
  .registerfooter-mobile-small.registerfooter-mobile {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.3rem 0.8rem;
    width: 6rem;
    height: 2rem;
    background: #008aff;
    border: 0.06rem solid #008aff;
    border-radius: 0.5rem;

    font-family: robotoRegular;
    font-style: normal;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.3rem;
    color: #ffffff;
    cursor: pointer;
    margin-left: 1.3rem;
    margin-top: 1.3rem;
  }
  .storeapp-mobile-small.storeapp-mobile {
    font-family: robotoRegular;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    color: #000000;
    margin-right: 1.3rem;
    text-align: center;
  }
}

@media only screen and (max-width: 1050px) {
  .container-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1050px) {
  .container-desktop {
    display: none;
  }
}

.positionsocialmedia-small {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navbar {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  font-family: robotoRegular;
  height: 105px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: space-around;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
}

.ul-desktop {
  font-family: robotoRegular;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.lang {
  font-family: robotoRegular;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.buttonGroupe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.login {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 10px;
  width: auto;
  height: 44px;
  background: #dff0ff;
  border-radius: 8px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
}
.login:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 10px;
  width: auto;
  height: 44px;
  background: #dff0ff;
  border-radius: 8px;
  margin-right: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
}

.login:visited {
  color: #008aff;
}

.signup {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 135px;
  height: 51px;
  color: white;
  background: #008aff;
  border: 1px solid #008aff;
  border-radius: 15px;
  font-family: robotoRegularBold;
  font-size: 18px;

  text-decoration: none;
}
.signup:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 135px;
  height: 51px;
  color: white;
  background: #037fe9;
  border: 1px solid #037fe9;
  border-radius: 15px;
  font-family: robotoRegularBold;
  font-size: 18px;

  text-decoration: none;
}
.signup:visited {
  color: white;

  text-decoration: none;
}

nav {
  font-family: robotoRegular;
  display: flex;
  align-items: center;
}

li {
  font-family: robotoRegular;
  margin-right: 40px;
}

.select {
  margin-left: 5px;
  font-family: robotoRegular;
  font-size: 18px;
  -webkit-appearance: none;
  border-color: transparent transparent transparent transparent;
  width: 45px;
}
.select:hover {
  margin-left: 5px;
  font-family: robotoRegular;
  font-size: 18px;
  color: #008aff;
  -webkit-appearance: none;
  border-color: transparent transparent #fff transparent;
  width: 45px;
}

a {
  font-family: robotoRegular;
  font-weight: 400;
  font-size: 1.1rem;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  font-family: robotoRegular;
  font-weight: 400;
  font-size: 1.1rem;
  color: #008aff;
  cursor: pointer;
  text-decoration: none;
}

a:visited {
  font-family: robotoRegular;
  font-weight: 400;
  font-size: 1.1rem;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
}

a:active {
  font-family: robotoRegular;
  font-weight: 400;
  font-size: 1.1rem;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

.ul-desktop li a {
  text-decoration: none;
  color: black; /* For Example */
}

.footer {
  background: #f7f7f7;
  margin-top: 150px;
  padding-left: 80px;
  padding-right: 80px;
}

.footerpartone {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.forstores {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;

  width: 146px;
  height: 92px;
}
.titlefooter {
  font-family: robotoRegularBold;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.012em;
  color: #000000;
  margin: 0px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.descpfooter {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  margin: 0px;
  margin-bottom: 20px;
}

.stayintouch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;

  width: 457px;
  height: 118px;
  padding-left: 99px;
}

.textfooter {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin: 0px;
}
.input-desktop {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 320px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  margin-top: 20px;

  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #b3b3b3;
  padding-left: 12px;
}
.registerfooter {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;

  width: 99px;
  height: 40px;
  background: #008aff;
  border: 1px solid #008aff;
  border-radius: 8px;

  font-family: robotoRegular;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 20px;
  margin-top: 20px;
}

.footerparttow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 92px;
  margin-top: 62px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.rowwapp {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.collapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html[lang="ar"] .storeapp {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-right: 0px;
  margin-left: 20px;
}

.storeapp {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
}
.buttonappstore {
  font-size: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  gap: 8px;
  width: 117px;
  height: 40px;
  background: #15181e;
  border: 1px solid #15181e;
  border-radius: 8px;

  font-family: robotoRegular;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 10px;
  margin-right: 10px;
}

.footerpartthree {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  margin-top: 10px;
}
.partonefooter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.termprivacymd {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-right: 20px;
}

form {
  height: 474px;
  display: flex;
  flex-direction: row;
}

label {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 600;
  padding: 0.6rem;
  line-height: 22px;
  letter-spacing: -0.012em;
  color: #1a1a1a;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.labelaccor {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.6rem;

  height: 3.5rem;
  border-bottom: 0.06rem solid #e6e6e6;
  padding-right: 0.6rem;
}
.positionsocialmedia {
  width: 25rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
select {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.lang-responsive-small {
  font-family: robotoRegular;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.9rem;
}

.loader {
  margin-left: 10px;
  margin-top: 25px;
  border: 6px solid white;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;

  text-align: center;
  background: #fce8e8;
  border-radius: 8px;

  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #e31c1c;
}

#snackbar_web {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  background: #fce8e8;
  border-radius: 8px;
  padding: 16px;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #e31c1c;
}

#snackbar_mobile {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  background: #fce8e8;
  border-radius: 8px;
  padding: 16px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 80%;
  font-size: 17px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #e31c1c;
}

.snackbartext {
  font-family: robotoRegularBold;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;

  letter-spacing: -0.012em;

  color: #e31c1c;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar_web.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#snackbar_mobile.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.messageErreur {
  display: none;

  font-family: robotoRegular;
  font-style: normal;

  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #e31c1c;
}

.input-mobile_error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0rem;
  gap: 0.5rem;
  width: 15.5rem;
  height: 2.3rem;
  background: #ffffff;
  border: 0.06rem solid red;
  border-radius: 0.5rem;
  margin-top: 1.3rem;
  font-family: robotoRegular;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #b3b3b3;
  padding-left: 0.8rem;
}

.loader {
  margin-left: 10px;
  margin-top: 25px;
  border: 6px solid white;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

html[lang="ar"] .loader {
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 25px;
  border: 6px solid white;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.input-desktop-error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0rem;
  gap: 0.5rem;
  width: 19.2rem;
  height: 3rem;
  background: #ffffff;
  border: 0.06rem solid red;
  border-radius: 0.5rem;
  margin-top: 1.3rem;

  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #b3b3b3;
  padding-left: 0.8rem;
}

.positionfixed {
  position: fixed;
  width: 100%;
}
.deletemargin {
  margin-right: 10px;
  margin-left: 10px;
}
.sub3 {
  display: flex;
  flex-direction: column;
}

.labelaccordion {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.6rem;

  height: 3rem;
  border-bottom: 0.06rem solid #e6e6e6;
  padding-right: 0.6rem;
}
.labelaccordionbi {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.6rem;

  height: 3rem;
  border-bottom: 0.06rem solid #e6e6e6;
  padding-right: 0.6rem;
}
.labelaccordionAfter {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.6rem;

  height: 3rem;
  border-bottom: 0px;
  padding-right: 0.6rem;
}

.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nodeco {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: black;
  text-decoration: none;
}

.nodeco:hover {
  text-decoration: none;
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #7a7a7a;
}

.item {
  margin-bottom: 25px;
}
.buttonGroupeMobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbarMobile {
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
  position: fixed;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.groupemenu {
  display: flex;
  flex-direction: row;
}

.buttonSignupMobile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0.8rem;
  gap: 0.5rem;
  width: auto;
  height: 3rem;
  background: #008aff;
  border: 0.06rem solid #008aff;
  border-radius: 0.5rem;
  color: white;
  font-family: robotoRegularBold;
  margin-right: 0.3rem;
  text-decoration: none;
}

.buttonSignupMobile:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0.8rem;
  gap: 0.5rem;
  width: auto;
  height: 3rem;
  background: #0062b9;
  border: 0.06rem solid #008aff;
  border-radius: 0.5rem;
  color: white;
  font-family: robotoRegularBold;
  margin-right: 0.3rem;
  text-decoration: none;
}

.buttonSignupMobile:visited {
  color: white;
  text-decoration: none;
}
.footerresponsivemobile {
  height: 630px;
  margin-top: 100px;
}

.accordion {
  list-style-type: none;
  padding-inline-start: 20px;
}

.subfooter {
  padding-inline-start: 10px;
}

.subfooter > li {
  height: 0;
  overflow: hidden;
  opacity: 0;

  padding: 0;
  transition: all 0.25s ease-in-out;
}

input:checked + .subfooter > li {
  padding-bottom: 10px;
  margin: 0px;
  height: 1.4em;
  opacity: 1;

  font-family: robotoRegular;

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
}

.stayintouch-responsive {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  padding-right: 10px;
  margin-top: 30px;

  padding-left: 20px;
}

.titlefooter-responsive {
  font-family: robotoRegularBold;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  letter-spacing: -0.01em;
  color: #000000;
}

.textfooter-responsive {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #000000;
  margin: 0rem;
}

.input-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 230px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 8px;

  margin-top: 20px;
  font-family: robotoRegular;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #b3b3b3;
  padding-left: 12px;
}

.registerfooter-mobile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 12px;
  width: 99px;
  height: 32px;
  background: #008aff;
  border: 1px solid #008aff;
  border-radius: 8px;

  font-family: robotoRegular;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;

  margin-left: 20px;
  margin-top: 20px;
  cursor: pointer;
}

.footerparttow-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.collapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.storeapp-mobile {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-right: 20px;
  text-align: center;
}

.lang-responsive {
  font-family: robotoRegular;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0.9rem;
}

.partonefooter-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 40px;
}

.termprivacymd-mobile {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #000000;
}

.formfooter {
  display: flex;
  flex-direction: row;
  height: auto;
}

.selectfooter {
  margin-left: 5px;
  font-family: robotoRegular;
  font-size: 18px;
  -webkit-appearance: none;
  border-color: transparent transparent #fff transparent;
  width: 45px;
}
.selectfooter:hover {
  margin-left: 5px;
  font-family: robotoRegular;
  font-size: 18px;
  color: #008aff;
  -webkit-appearance: none;
  border-color: transparent transparent #fff transparent;
  width: 45px;
}
input[type="checkbox"] {
  display: none;
}
.login-mobile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 5px;
  background: #dff0ff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
  margin-bottom: 20px;
  width: 237px;
  height: 44px;
}

.login-mobile:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 5px;
  background: #dff0ff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
  margin-bottom: 20px;
  width: 237px;
  height: 44px;
}

.login-mobile:visited {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px 24px;
  gap: 5px;
  background: #dff0ff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #008aff;
  text-decoration: none;
  margin-bottom: 20px;
  width: 237px;
  height: 44px;
}

.signup-mobile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 237px;
  height: 44px;
  background: #008aff;
  border: 1px solid #008aff;
  border-radius: 15px;
  color: white;
  font-family: robotoRegularBold;
  text-decoration: none;
}
.signup-mobile:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
  width: 237px;
  height: 44px;
  background: #0062b9;
  border: 0.06rem solid #008aff;
  border-radius: 15px;
  color: white;
  font-family: robotoRegularBold;
  text-decoration: none;
}

.signup-mobile:visited {
  color: white;
  text-decoration: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0%;
  pointer-events: none;
  transition: opacity 200ms;
  z-index: 3;
}

.overlay.active {
  opacity: 25%;
  pointer-events: initial;
}

.ul-mobile-socialmedia {
  font-family: robotoRegular;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.ul-mobile {
  font-family: robotoRegular;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}

.input_search_track {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  width: 95%;
  height: 59px;
  background: #ffffff;
  border-radius: 8px;
}

.input_search_track_mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  width: 319px;
  height: 55px;
  background: #ffffff;
  border-radius: 8px;
}

.inputsearchsd {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #999999;
  width: 75%;
  border: none;
  outline: none;
}
.inputsearchsd_mobile {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
  outline: none;
  border: none;
}
.parent_track {
}

.child_sd_one {
  position: absolute;
  height: auto;
}

.child_sd_two {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.child_sd_two_mobile {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

.text_track_package {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin: 0px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.text_track_package_mobile {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
}

.trackButton {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 99px;
  height: 40px;
  background: #008aff;
  border: 1px solid #008aff;
  border-radius: 8px;
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}

.trackButton:hover {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 99px;
  height: 40px;
  background: #037fe9;
  border: 1px solid #037fe9;
  border-radius: 8px;
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}

.trackButton:visited {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  width: 99px;
  height: 40px;
  background: #008aff;
  border: 1px solid #008aff;
  border-radius: 8px;
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}

.trackButton_mobile {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;
  width: 88px;
  height: 39px;
  background: #008aff;
  border-radius: 4px;
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  cursor: pointer;
  border: none;
}

.exempleSD {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 12px;
  gap: 10px;
  width: auto;
  height: 39px;
  background: rgba(255, 255, 255, 0.2);
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-top: 30px;
}

#snackbar_web {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;

  text-align: center;
  background: #fce8e8;
  border-radius: 8px;

  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 60%;
  font-size: 17px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #e31c1c;
}

#snackbar_web.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.snackbartext {
  font-family: robotoRegularBold;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;

  letter-spacing: -0.012em;

  color: #e31c1c;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 27%;
  height: auto;
  margin-top: 200px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal_cntnt_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.titleSecure {
  font-family: robotoRegularBold;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-top: 15px;
}

.textSecure {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #595d5e;
  margin-top: 15px;
}

.labelPhone {
  font-family: robotoRegularBold;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #232323;
  margin-top: 15px;
}

.inputphone {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px 8px;
  width: 95%;
  height: 25px;
  background: #eff0f1;
  border-radius: 8px;
}

.noBorder {
  border: none;
  width: 100%;
  background: #eff0f1;
  margin-left: 15px;
}

.trackButton_secure {
  font-family: robotoRegular;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;
  width: 100%;
  height: 43px;
  background: #008aff;
  border-radius: 4px;
  border: none;
  margin-top: 15px;
}

.loader_track {
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  border: 6px solid white;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 28px;
  height: 28px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.share__modal {
  background-color: var(--modal-bg-color);
  position: absolute;
  bottom: 0;
  top: 0;
  margin-top: 120px;
  width: calc(100% - 5em);
  height: calc(100% - 5em);
  display: grid;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  transition: 0.5s ease;
  visibility: hidden;
  background-color: #ffffff;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.share__modal_content {
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
.show-modal {
  opacity: 1;
  visibility: visible;
}
#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: black;
  opacity: 0.5;
}
