/* Style the form */
#form_assinatura {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}
#form_agendamento {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}
#form_agendamento_exame {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}
.centraliza-birl{
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.cardb{
    width:40px;
    padding:5px;
}
.label {
    font-weight: bold; color: #2B94E5;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}

/* Mark the active step: */
.step.active {
opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #04AA6D;
}

.datepicker {
    background-color: #2B94E5 ;
    color: #fff ;
}

/* Spinner*/
.load-all { 
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
    background-color: rgba(0,0,0,0.2);
    z-index: 999999999;
    display: none;
}
.load-all h3{ 
    text-align: center;
    color: #FFF;
    margin-top: 15px;
    margin-left: 5px;
}
.load-all img{
    position: relative;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:150px;
}
input[type="radio"]:checked+label { font-weight: bold; }

.tab.fixed input[type="radio"] {
    width: unset;
}

.formpagamento {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
}

.cartaobandeira input[type="text"] {
    position: relative;
    float: left;
    width: calc(100% - 70px);
}
.cartaobandeira .bandeira {
    display: initial;
    position: relative;
    float: right;
    width: 60px;
    height: 38px;
}
.cartaobandeira .bandeira figure {
    position: relative;
    float: right;
    width: 100%;
    height: 100%;
}
.cartaobandeira .bandeira figure img {
    width: 100%;
    height: 100%;
}
#loadingall {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    display: none;
}
#loadingall .painel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
#loadingall .painel .caixa {
    position: relative;
    width: calc(100% - 80px);
    max-width: 400px;
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
#loadingall .painel .caixa figure {
    position: relative;
    float: left;
    width: 100%;
    height: 64px;
}
#loadingall .painel .caixa figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#loadingall .painel .caixa h3 {
    text-align: center;
    margin: 0;
    padding: 0;
}