@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body{
  margin: 0px;
  padding: 0px;
  background-color: #F3F4F9;
  font-family: 'Roboto';
  color: #203cb3;
}

#app-title > * {
    color: white;
    margin: 0;
    padding: 0;
}

#about-open {
    white-space: nowrap;
}

#gh-link {
    white-space: nowrap;
}

.card {
    margin: 1em 0 1em 0;
    min-width: auto;
}

label {
  display: block;
  margin-bottom: 0;
}

#transparent-loader-wrapper > div {
    visibility: visible !important;
}

.radio-group .form-check {
  padding-left: 0;
}

.radio-group .btn-group > .form-check:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.radio-group .btn-group > .form-check:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.showme {
    display: none;
}

.show-him:hover .showme {
    display: block;
}
.center {
  margin: 0 auto;
  display: block;
}

.line-break-height {
    display: block; /* makes it have a width */
    content: ""; /* clears default height */
    margin-top: 2px;
}

img[src*="#help100pc"] {
   width:90%;
}

.VirtualizedSelectOption {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
background-color: #f3f3ed;
align-items: center;
align-content: center;
justify-content: center;
vertical-align: middle;
color: #64645e;
font-size: medium;
display: inline-block;
width: calc(90%);
column-gap: normal;
}


.VirtualizedSelectOption:hover {
overflow: auto;
white-space: normal;
z-index: 1;
}

@media (min-width: 1400px) {
  .modal-xl {
    --bs-modal-width: 1400px;
  }
}

img[src*="#mdpng"] {
   width:100%;
   height:auto;
}

.md-table table {
     border-collapse: collapse;
}

.md-table th, .md-table td {
  border: 1px solid;
}

.mb-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.mobile {
    display: none;
}

.desktop {
    display: contents;
}

@media screen and (max-width: 768px) {
    .mobile {
        display: contents;
    }
    .desktop {
        display: none;
    }
}
