.browser-detect-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.browser-detect-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0.95;
  z-index: 1; }

.browser-detect-modal {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: auto;
  background-color: white;
  font-size: 1em;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.3);
  z-index: 2; }
  .browser-detect-modal h3 {
    margin-bottom: 24px; }
  .browser-detect-modal p {
    text-align: left; }

.browser-detect-wrapper.show-browser-detect {
  display: block; }

.browsers-wrapper {
  overflow: hidden;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 32px auto; }
  .browsers-wrapper a {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 12px;
    width: 50%;
    justify-content: center; }
  .browsers-wrapper img {
    height: 40px;
    margin-bottom: 10px; }

.btn-login-alert-continue {
  color: teal;
  text-decoration: underline;
  cursor: pointer; }

.strong {
  font-weight: 400; }

/*# sourceMappingURL=dgom-browser_detect.css.map */