/* country modal css */

.modal-dialog {
  min-width: 60vw !important;
  max-width: 60vw !important;
}

.modal-header {
  border-radius: 0 !important;
}

@media only screen and (max-width: 600px) {
  .modal-dialog {
    min-width: 92vw !important;
    max-width: 92vw !important;
    width: 92vw !important;
  }
}

.blackHeader {
  background-color: #090826 !important;
}

.closeBlack {
  vertical-align: middle;
  text-align: center;
  background-color: #090826;
  color: white;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 7vh;
  height: 7vh;
  border: none;
  font-weight: 600;
  font-size: 1.3rem;
}

@media only screen and (max-width: 600px) {
  .closeBlack {
    font-size: 1.1rem;
  }
}

.modal {
  z-index: 9999;
  scrollbar-width: none;
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.25);
}

#flag {
  margin: 1rem;
}

@media only screen and (max-width: 600px) {
  #flag {
    margin: 0;
  }
}
