* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

body {
  background: #fff;
}

.contentur-check {
  /* height: 80vh; */
  margin: 0 10px;
  text-align: center;
  background: #fff;
}

.contentur-check h1 {
  font-size: 17px;
  animation: scale 2s;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.881);
}

@keyframes scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.contentur-check .imei,
.contentur-check select,
.ProCheck .imeiPro {
  border: none;
  width: 250px;
  padding: 5px;
  outline: none;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}

.contentur-check .imei,
.ProCheck .imeiPro {
  font-size: 16px;
  padding: 11px 5px;
  color: #000000aa;
  border-radius: 5px 0 0 5px;
  border-left: 5px solid #e68129;
}

.contentur-check select {
  width: 300px;
  height: 40px;
  color: black;
  font-size: 15px;
  background: white;
  border-radius: 5px 5px 0 0;
}

.contentur-checks img {
  width: 250px;
  /* filter: drop-shadow(3px 3px 3px #000c1496); */
}

.contentur-check span[style="color:green;"],
.contentur-check span[style="color:red;"],
.contentur-check span[style="color:pro;"],
.contentur-check span[style="color:orange;"] {
  font-size: 10px;
  padding: 3px 10px;
  line-height: 20px;
  border-radius: 4px;
  text-align: center;
  font-weight: bolder;
  color: white !important;
  text-transform: uppercase;
}

.contentur-check span[style="color:green;"] {
  background: #4caf50;
}

.contentur-check span[style="color:red;"] {
  background: #ff0400;
}

.contentur-check span[style="color:orange;"] {
  background: #a594f9;
}

.contentur-check span[style="color:pro;"] {
  background: #9f8dc3;
}

/* ----------------------------- */

.ProCheck #paymentMethod {
  margin-top: 0;
  border-radius: 0;
}

.ProCheck #paiement {
  padding: 10px 0;
}

.ProCheck .imeiPro,
.ProCheck select,
.ProCheck input[type="email"],
.ProCheck .note,
.ProCheck .ProService,
.ProCheck #paiement {
  /* width: 350px; */
  padding: auto 0;
  /* border-left: 3px solid #a594f9; */
}

/* 
.ProCheck button[type="submit"],
.ProCheck .imei {
  font-size: 18px;
}

.ProCheck input[type="email"],
.ProCheck select,
.ProCheck .ProService {
  font-size: 17px;
} */

.FreeCheck form h1 {
  font-size: 24px;
  text-transform: capitalize;
}

.ResultFreeCheck {
  width: 350px;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 10px;
  /* background: #00000038; */
  color: rgba(255, 255, 255, 0.808);
}

#text-to-copy {
  margin-top: 30px;
  line-height: 20px;
  border-radius: 10px;
  background: #00000038;
  padding: 10px 10px 5px 10px;
}

.successResultFree {
  border-radius: 10px;
  border-left: 2px solid #4caf4fd1;
  /* border-right: 2px solid #4caf4fd1; */
}

.successFree {
  border-radius: 10px;
}

.recheck-button {
  float: right;
  cursor: pointer;
  font-size: 25px;
  color: #ff0400;
  margin: 10px 10px 0 0;
}

.ResultFreeCheck .successFree,
.ResultFreeCheck .errorFree,
.ResultFreeCheck .checkcxpired,
.contentur-check #loader {
  display: none;
}

#loader p {
  margin: auto;
  margin-top: 60px;
  text-align: center;
}

#loader .content {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.211);
}

.ResultFreeCheck img,
.ResultFreeCheck .imgCheck {
  filter: drop-shadow(1px 1px 1px white);
}

.ResultFreeCheck img {
  width: 220px;
}

.ResultFreeCheck .imgCheck {
  width: 170px;
}

.ResultFreeCheck ul:first-of-type {
  width: 100%;
  margin: 5px 0;
  background: none;
}

.ResultFreeCheck .copy-text {
  width: 100%;
  /* padding: 2px; */
  display: flex;
  color: white;
  margin: 0 auto;
  cursor: pointer;
  /* margin-top: 5px; */
  margin-bottom: 20px;
  background: #e68129;
  border-radius: 0 0 3px 3px;
}

.copy-text li {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  border-radius: 0 0 3px 3px;
}

.ResultFreeCheck p {
  /* padding-top: 2px 0; */
  font-size: 12px;
  display: inline-flex;
}

.ResultFreeCheck p:first-of-type {
  float: left;
  margin-left: 5px;
}

.ResultFreeCheck p:last-of-type {
  float: right;
  /* margin-right: 5px; */
}

.dateCheck,
.timeCheck {
  margin: 0 5px;
}

.wep-name {
  /* margin-top: 5px; */
  padding: 0px !important;
  font-size: 8px !important;
  color: rgba(255, 255, 255, 0.424);
}

footer {
  text-align: center;
}

.Copyright {
  font-size: 13px;
  margin-top: 5px;
  color: #0000007e;
  font-weight: bolder;
}

.errorFree li,
.checkcxpired li {
  width: 100%;
  margin: 20px 0;
  padding: 15px 10px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.869);
}

.errorFree li {
  background: #ff04001b;
  border-left: 2px solid #ff0400;
  border-right: 2px solid #ff0400;
}

.checkcxpired li {
  background: #a594f922;
  border-left: 2px solid #a594f9;
  border-right: 2px solid #a594f9;
}

/* .success,
.danger {
  color: white;
  padding: 0px 5px;
  display: inline;
  border-radius: 5px;
}

.success {
  background-color: #4caf50;
}

.danger {
  background-color: #ff0400;
} */

/* ----------------------------- */

.team-form button {
  width: 100px;
  border: none;
  color: white;
  font-size: 16px;
  padding: 11px 5px;
  cursor: pointer;
  background: #e68129;
  border-radius: 0 5px 5px 0;
}

/* .contentur-check */
.Senegal-form ul {
  width: 300px;
  display: flex;
  margin: 0 auto;
  background: #e68129;
  list-style-type: none;
  justify-content: center;
  color: rgba(255, 255, 255, 0.869);
}

.contentur-check li,
.contentur-check p {
  /* margin: 0.25px; */
  list-style-type: none;
}

.Senegal-form li,
.Senegal-form p,
.ProCheck li,
.ProCheck p {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.contentur-check .email {
  border: none;
  width: 300px;
  outline: none;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 5px;
  text-align: center;
}

.Home-team-button {
  padding-top: 10px;
  /* background: rgba(0, 0, 0, 0.306); */
}

.Home-team-button button {
  width: 90px;
  margin: 3px;
  border: none;
  padding: 5px;
  color: #000;
  cursor: pointer;
  background: white;
  border-radius: 2px;
  border-left: 3px solid #e68129;
}

.Home-team-button button.activeButton {
  color: white;
  background: #e68129;
  /* border-left: 3px solid white; */
}

.nextpage {
  display: none;
}

.activeNav {
  display: block;
}

#paiement,
.note {
  width: 300px;
  margin: auto;
  padding: 10px 0;
  font-size: 10px;
  background: #e68129;
  color: rgba(255, 255, 255, 0.881);
}

.note {
  padding: 5px 0;
  color: #000000c0;
  background: white;
  font-weight: lighter;
  border-radius: 0 0 5px 5px;
}

.note span {
  color: #000;
  font-weight: bold;
  padding-left: 2px;
  text-transform: capitalize;
  border-left: 5px solid #e68129;
}

.exm-icon {
  cursor: pointer;
  font-size: 14px;
  color: #e68129;
  margin: 10px 10px 0 0;
}

.content_check {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  /* border-radius: 5px; */
}

.sub-content_check {
  width: 700px;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  /* border: 1px solid #000; */
  background-color: #044c9f;
  box-shadow: 0 0 15px rgba(0, 0, 0, 1.5);
}

.team-form {
  width: 100%;
  height: auto;
  margin: 0 auto;
  min-height: 315px;
  border-radius: 10px;
  padding: 20px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.339);
}

#exempleResult,
#exemple-service {
  color: rgba(255, 255, 255, 0.767);
}

#exempleResult span:first-of-type,
#exemple-service span:first-of-type {
  font-size: 10px;
  margin-top: 10px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.881);
}

.exemple {
  margin-top: 10px;
  font-size: 13px;
  text-align: left;
  /* padding: 0 15px 15px 15px; */
  /* background: rgba(0, 0, 0, 0.306); */
}

.exm-prix {
  margin: 0;
  border-radius: 5px 5px 0 0;
  /* padding-bottom: 0 !important; */
}

.exm-prix p {
  color: #a594f9;
  margin: 0 !important;
  display: inline-flex;
  font-weight: bold !important;
}

.exm-email {
  padding-bottom: 9px;
  border-radius: 0 0 5px 5px;
}

.exm-prix,
.exm-temps,
.exm-email {
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
  background: #00000038;
  border-left: 2px solid #e68129;
}

.exm-du {
  margin-bottom: 10px;
  background-color: #044c9f;
  border-left: 10px solid #e68129;
}

.exm-service,
.exm-du {
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
}

.exm-service {
  background-color: #e68129;
}

.swal2-popup {
  width: 500px;
}

.payPage {
  display: flex;
  text-align: left;
  text-transform: capitalize;
}

.btn-confirm {
  width: 350px;
  border: none;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  margin-top: 5px;
  padding: 10px 0;
  text-transform: uppercase;
  background: #ffc439;
}

.save,
.payPage {
  width: 350px;
  padding: 10px;
  margin: 0 auto;
  border-radius: 5px;
  text-decoration: none;
  list-style-type: none;
  background-color: #cccccc7b;
}

.info-result {
  height: auto;
  max-height: 0;
  cursor: pointer;
  overflow: hidden;
  padding-left: 5px;
  line-height: 17px;
  border-radius: 5px;
  background: #00000038;
  border-left: 2px solid #e68129;
  transition: max-height 0.45s ease-in-out;
}

.exemple p {
  margin: 10px 0;
  font-size: 11px;
  font-weight: lighter;
  text-transform: capitalize;
}

.info-result.expanded {
  /* padding: 5px; */
  max-height: 1000px;
  border-radius: 5px;
  border-left: 2px solid #a594f9;
  transition: max-height 0.5s ease-in-out;
}

.exemple .btn-expand {
  width: 100%;
  border: none;
  padding: 5px 0;
  color: white;
  border-radius: 5px;
  background-color: #00000038;
  border-left: 2px solid #e68129;
}

.btn-expand.active {
  border-left: 2px solid #a594f9;
}

/* --------------------------------- */

.guide {
  top: 35%;
  left: 50%;
  width: 350px;
  z-index: 1001;
  padding: 15px;
  position: fixed;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* ---------------------- */

.guide-content {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #cccccc7b;
}

.guide p {
  margin: 5px;
  color: black;
  font-weight: lighter;
  text-transform: lowercase;
}

/* ---------------------- */

.guide-1,
.guide-2,
.guide-3 {
  width: 100%;
  padding: 2px;
  display: flex;
  margin: 10px auto;
}

.guide-1 h2,
.guide-2 h2,
.guide-3 h2 {
  color: #fff;
  width: 30px;
  height: 28px;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  text-align: center;
  background-color: #044c9f;
}

.guide-1 h2:nth-child(2),
.guide-2 h2:nth-child(2),
.guide-3 h2:nth-child(2) {
  margin: 0;
}

.guide-1 h2:nth-child(2),
.guide-1 h2:nth-child(3) {
  background-color: #ccc;
}

.guide-2 h2:nth-child(3),
.guide-2 h2:nth-child(4) {
  background-color: #ccc;
}

/* .guide-2 h2:nth-child(3),
.guide-4 h2:nth-child(4) {
  background-color: #ccc;
} */

.next-btn,
.close-btn {
  border: none;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  background-color: #e68129;
}

#open-guide-btn,
#ORANGE,
#WAVE {
  margin: 3px;
  width: 100%;
  padding: 10px;
  display: flex;
  cursor: pointer;
  justify-content: center;
}

#WAVE,
#ORANGE {
  padding: 0;
}

#WAVE label,
#ORANGE label {
  padding: 10px;
  cursor: pointer;
  display: flex;
}

.team-form input[type="checkbox"] {
  width: 20px;
  margin-left: 1px;
}

.guide-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
}

.ani_exemple {
  animation: appear 0.8s ease-in-out;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.update-time {
  width: 80px;
  margin: auto;
  aspect-ratio: 1;
  display: grid;
}

.update-time::before,
.update-time::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, #e68129 92%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
    var(--c) 0 50%;
  background-size: 18px 18px;
  animation: l12 1s infinite;
}

.update-time::before {
  margin: 4px;
  filter: hue-rotate(220deg);
  background-size: 13px 13px;
  animation-timing-function: linear;
}

@keyframes l12 {
  100% {
    transform: rotate(0.5turn);
  }
}

/* .isMaintenance {
  min-height: 281px;
} */

.isMaintenance h1 {
  /* font-size: 4rem; */
  color: #fff;
  text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e,
    0 0 40px #ff005e, 0 0 80px #ff005e;
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e,
      0 0 40px #ff005e, 0 0 80px #ff005e;
  }
  100% {
    text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff,
      0 0 80px #00d4ff, 0 0 160px #00d4ff;
  }
}

.isMaintenance p {
  width: 400px;
  margin: 0 auto;
  color: white;
  margin-top: 10px;
  font-weight: lighter;
  text-transform: lowercase;
  font-size: 13px !important;
}

.isMaintenance p span {
  padding: 0 5px;
  font-weight: bold;
  border-radius: 5px;
  background: #e68129;
  text-transform: uppercase;
}

.isMaintenance .update-time {
  margin-top: 30px;
}

@media (hover: hover) {
.btn-expand:hover {
  color: #e68129;
  background: #cccccc7b;
}

.btn-expand.active:hover {
  color: #a594f9;
}

.next-btn:hover,
.close-btn:hover {
  color: #000;
  background-color: #cccccc7b;
}


#WAVE:hover,
#ORANGE:hover {
  background-color: #cccccc7b;
}

#open-guide-btn:hover {
  background-color: #cccccc7b;
}

.btn-confirm:hover {
  color: #008cff;
  background: #cccccc7b;
}

.Home-team-button button:hover {
  color: white;
  background: #cccccc7b;
}

.team-form button:hover {
  color: #e68129;
  background: rgba(0, 0, 0, 0.306);
}

.copy-text li:hover {
  background: #cccccc90;
}

.recheck-button:hover {
  color: #cccccc90;
}
}

/* --------------------------------- */

@media (max-width: 768px) {
  .sub-content_check {
    width: 100%;
  }

  .guide {
    top: 45%;
    width: 350px;
    padding: 10px;
  }
}

/* @media (max-width: 510px) {
  .ResultFreeCheck {
    width: 100%;
  }
} */

@media (max-width: 420px) {
  .contentur-check h1 {
    width: 100%;
    font-size: 16px;
  }

  .isMaintenance p {
    width: 100%;
  }

  .contentur-check .imei {
    width: 70%;
  }

    .ResultFreeCheck {
    width: 100%;
  }

  .team-form button {
    width: 30%;
  }

  .guide {
    top: 45%;
    width: 320px;
  }

  .save {
    width: 100%;
  }
}

/* @media (max-width: 380px) {
  .contentur-check .imei,
.ProCheck .imeiPro {
    width: 68%;
  }
} */

@media (max-width: 360px) {
  .contentur-check select,
  .contentur-check .email {
    width: 100%;
  }

  .contentur-check ul {
    width: 100%;
  }

  #WAVE label,
  #ORANGE label {
    padding: 5px;
  }

  #open-guide-btn,
  #ORANGE,
  #WAVE {
    padding: 0;
  }

  #open-guide-btn {
    padding-top: 5px;
  }

  .team-form input[type="checkbox"] {
    width: 100%;
    margin-left: 1px;
  }

  #paiement,
  .note {
    width: 100%;
  }
}