body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.dropdown-menu {
    white-space: nowrap;
}
.container {
    width: 75%;
    padding: 15;
}
label {
    display: block;
    margin-top: 10px;
}

.addition_call_notes_display {
    background: white;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid lightgrey;
    padding-left: 2rem;
    margin-left: 0rem !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-container.card {
    max-width: 350px !important;
    padding: 40px 40px;
}

.wide-card-container.card {
    max-width: 70%;
    padding: 40px 40px;
}

.full-card-container.card {
    max-width: 100%;
    padding: 40px 40px;
}

.card {
    background-color: #f7f7f7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.data-display-container {
    width: 90%;
}

#need_account {
    display: center;
    text-align: center;
}
a.dropdown-toggle {
   border: none;
   outline: none;
   text-decoration: none;
   color: rgba(255,255,255,.5);
}
.nav-item {
    padding: 5px;
}
.btn-group {
    width: 100%
}
.dropdown-menu.show {
    width: 95%;
    overflow-wrap: break-word;
}
.dropdown-item {
    width: 95%;
    overflow-wrap: break-word;
}
.multiselect-container .multiselect-filter > input.multiselect-search {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid lightgrey;
    padding-left: 2rem;
    margin-left: 0rem !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
table {
    width: 100%;
}

.page_numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_number {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
.current_page {
    text-decoration: underline;
}
#terms_agreement {
    padding-left: 20px;
}
.footer {
   border-top: 1px solid black;
    margin: 0 auto;
    margin-top: auto;
    width: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0;
}
.footer td{
    width: 50%;
    text-align: center;
}
.help_list {
    font-size: 24px;
}
select[multiple].form-control{
    display: none;
}