#AgendamentoPage {
    max-width: inherit;
    width: 100%;
    margin: 0;

    padding: 0;
    border: none;
    box-shadow: none;
}

#Appointment {
    border: 1px solid #ccc;
    box-shadow: 0 2px 15px #eee;
    max-width: 80%;
    padding: 40px;
    margin: 0 auto;
}



#Appointment .tab-content {margin: 30px 0 0 0;}
#Appointment .tab-content .header {margin:0 0 20px 0;}
#Appointment a.nav-link {font-size: 17px; color: #999;}
#Appointment a.nav-link.active{color: #000;}

.text-muted p {font-size: 13px; color: #000;}

#counter {
    clear: both;
    color: #333;
    margin-top: 40px;
    display: flex;
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-radius: 50%;
    font-size: 17px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

/* Reset css*/
.select2-selection__rendered {line-height: 33px !important;}
.select2-container .select2-selection--single {height: 35px !important;}
.select2-selection__arrow {height: 34px !important;}