.etoll-unsupported-browser .etoll-unsupported-browser-page {
  display: block;
  overflow: hidden;
}
.etoll-unsupported-browser .etoll-app,
.etoll-unsupported-browser-page {
  display: none;
}
.etoll-unsupported-browser-page {
  margin-left: 10%;
  margin-top: 10%;
}
.etoll-unsupported-browser-h1 {
  font-size: 36px;
  font-family: Poppins, sans-serif;
  font-weight: var(--unnamed-font-weight-semibold);
  color: #343a40;
  margin-bottom: 20px;
}
.etoll-phone-number {
  white-space: nowrap;
}
.etoll-left-col,
.etoll-right-col {
  width: 50%;
  float: left;
}
.etoll-right-col {
  text-align: center;
}
.etoll-back-btn {
  background-color: #0052a5;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  border: none;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}
.etoll-back-btn:hover {
  color: #fff;
}
.etoll-update-brwoser-txt {
  margin-bottom: 25px;
}
.etoll-apologize-txt {
  margin-bottom: 10px;
}
.etoll-unsupported-browser-h1-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .etoll-right-col {
    display: none;
  }
  .etoll-left-col {
    width: 100%;
  }
  .etoll-unsupported-browser-page {
    margin-left: 16px;
    margin-right: 16px;
  }
  .etoll-back-btn {
    position: fixed;
    bottom: 16px;
    width: calc(100% - 24px);
  }
  .etoll-update-brwoser-txt,
  .etoll-apologize-txt {
    margin-bottom: 12px;
  }
  .etoll-unsupported-browser-h1-mobile {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
  }
  .etoll-unsupported-browser-h1 {
    font-size: 16px;
  }
}
.collapsible {
  cursor: pointer;
  width: 15%;
  display: flex;
  margin-bottom: 15px;
  text-align: left;
}
.content-unsupported {
  display: none;
  overflow: hidden;
}
.arrow-up {
  transform: rotate(180deg);
}
