@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;
}

.page-container {
    height: calc(100vh - var(--_dash-header-height, 0px));
    padding: 0.5rem 0.5rem 0.5rem 0px;
    margin: 0;
    background-color: #F6F8FA;
    overflow: scroll;
    flex: 1;
}

.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    transition: opacity 0.3s ease;
}

.mobile-header {
    display: none;
}

.login-modal-body {
    margin: 28px 86px;
    text-align: center;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 768px) {
    .page-container {
        margin: 0;
        overflow: scroll;
        flex: none;
        padding: 0;
    }

    .page-container > #page-content {
        border-radius: 0 !important;
    }

    .sidebar-open {
        position: absolute;
        z-index: 999;
        width: 60%;
    }

    .sidebar-open + .sidebar-overlay {
        display: block;
    }

    .sidebar-close {
        display: none;
    }

    .sidebar {
        border-radius: 0 10px 10px 0;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem 1rem;
        background-color: #ffffff;
        border-bottom: 1px solid #E2E8F0;
        position: sticky;
        top: 0;
        z-index: 998;
        height: 7vh;
    }

    .mobile-header-left {
        display: flex;
        align-items: center;
        gap: 0.75rem;
    }

    .hamburger-button {
        border: none;
        background: transparent;
        padding: 0;
        cursor: pointer;
    }

    .hamburger-icon {
        width: 24px;
        height: 24px;
    }

    .mobile-logo {
        width: 28px;
        height: 28px;
    }

    .login-modal-body{
        margin: 28px 26px;
    }

    .page-desktop-only{
        display: none !important;
    }
}
