/* retirar */
.cky-consent-container.cky-banner-bottom{
    display: none;
}

.l-page-contato .nav-item{
    width: auto !important;
    text-align: left;
}
.nav-item a{
    color:#00558c !important;
}
.nav-item.active a{
    text-decoration: underline;
    text-decoration-color: #00558c;
    font-weight: bold;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
.logged .logout {
    margin-top: -50px !important;
}
.menu-medico{
    flex-wrap: wrap;
    justify-content: center;
}
.example-title{
    display: block;
    color: #00558c;
    font-size: 24px;
}
.logged table tr th{
    color: #00558c;
}
.logged table tr td{
    vertical-align: middle;
}
.badge{
    color: #fff;
    font-size: 15px;
}
h6.example-title{
    font-size: 20px;
    margin-top: .75rem;
    margin-bottom: .75rem;
}
.text-decoration-underline{
    text-decoration: underline;
}
.nav-menu-medico{
    justify-content: center;
}
/* .nav-menu-medico{
    background: #00558c;
} */

.nav-menu-medico .navbar-nav .nav-link{
    /* color: #fff !important; */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
}

.nav-menu-medico a.nav-link:hover {
    /* color: #fff !important; */
    text-decoration: underline;
    font-weight: bold;
}

.error-form{
    border: 1px solid #F00 !important;
}
.nav-titles .nav-item{
    width: 50% !important;
}

.nav-titles .nav-item a {
    color: #fff !important;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 62%) !important;
    z-index: 10000 !important;
}
.choices__item--selectable {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.choices__list--single .choices__item {
    width: 100%;
    margin-top: 4px;
}

.choices__list--single{
        border: 1px solid #cccc;
    height: 40px;
}

.choices__item--choice {
  white-space: normal;
  overflow: visible;
  text-overflow: initial;
}

.choices__inner {
  width: 100% !important;
}

.choices__list--dropdown, 
.choices__list[aria-expanded] {
  width: 100% !important;
  box-sizing: border-box;
}
.choices__item {
    width: 100%;
}
.table-titles tr th{
    width: 17% !important;
}

#exams .sociedade ,
.especialidade,
.inscricao,
.edital {
    font-weight: 700;
    font-size: 14px;
    color: #00558c;
    border: 0;
    margin: 7px 0;
}
#exams .informacoes-exame{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 920px){
    .nav-menu-medico{
        justify-content: left;
    }
}