.input-group-text{
    font-weight: 700;
}
input {
text-transform: uppercase;
}

.argus-bg-amarelo{
    background-color: #f0bd3e;    
}

.argus-bg-preto{
    background-color: #363035; 
    text-align: center;
    color: #FFFFFF;
}

.argus-bg-preto:hover{
    background-color: #f0bd3e;
}

.argus-bg-amarelo .py-3{
    padding-top: 1.5rem!important;
    padding-bottom: 0;
}


.titulo{
    color: white; 
    text-decoration: underline; 
    font-family: 'Libre Franklin', sans-serif; 
    font-weight: 500;
}

.col{
    margin: 0 auto;
}

.footer{
    background-color: #f0bd3e;
    position: fixed;
    margin-top: auto;
    width: 100%;
    height: 50px;
    margin: auto;
    bottom: 0;
}


.btn-argus {
    font-size: 14px;
    /* color: #fff !important; */
    background-color: #f0bd3e;
    border-radius: 8px;
    /* font-weight: bold; */
    /* width: 113px; */
}

.btn-argus-selected {
    color: #fff !important;
    background-color: #000;
}

.btn-argus-modal {    
    font-size: 15px;
    color: #fff !important;
    background-color: #363035;
    border-radius: 18px;
    font-weight: bold; 
}

.btn-argus:hover{
    color: #fff !important;
    background-color: #000;
    /* border-color: #f0bd3e;
    outline: none;
    box-shadow: none; */
}
.btn-argus-modal:hover{
    color: #fff;
    background-color: #f0bd3e !important;
    border-color: #f0bd3e;
    outline: none;
    box-shadow: none;
}

.textoAberturaWhatsapp {
    background-color: #f0be3e36;
    display: "block";
    font-size: 20px;
    font-weight: "bold";
    padding: 10px;
    color: "#000000!important";
    border-radius: 20px;
}
/* puta merda atomica federal aqui */
/* input[type=radio]:checked + label{
    background-color: #f0bd3e !important;
} */
  
  /* label{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
} */



/* .form-select{
    font-size: 18px;
    border-width: 3px;
    justify-content: center;
    border-color:#f0bd3e;
} */

.fundo_branco{
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin:5px 0px;
}
.fundo_amarelo {
    background-color: #f0be3e36;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin:5px 0px;
}


.bordaVermelha {
    border:1px solid red;
}
.bordaVerde {
    border:1px solid green;
}
.token{
    background-color: red;
}

.tokenfield .token .close {
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-family: Arial;
    display: inline-block;
    line-height: 100%;
    font-size: 1.1em;
    line-height: 1.49em;
    margin-left: 5px;
    float: none;
    height: 100%;
    vertical-align: top;
    padding-right: 4px;
}

.alunoHide {
    display: none;
}
.nav-link {
    color: #363035;
    cursor: pointer;
}
.nav-link:hover {
    color: #f0bd3e;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #f0bd3e;
    color:#fff;
    /* font-weight: bold; */
}

.select2{
    width: auto !important;
}

.excluir{
    color: #363035!important;
}
.spinner-border{
    width: 60px;
    height: 60px;
}
.allcaps {
    text-transform: uppercase;
}

.img-whats{
    max-width: 250px !important;
    height: auto;
}
.pagamento_sucesso {
    color: green;
}
.pagamento_sucesso img {
    margin-bottom: 30px;
}
.pagamento_erro {
    color: red;
}
.pagamento_erro img {
    margin-bottom: 30px;
}
.pagamento_erro h5 {
    color: #000;
    font-size: medium;
}

.selecaoBase {
    transition: background-color 0.3s;
    background-color: white; 
    border-radius: 5px;
    width: 100px;
    cursor: pointer;
}

.selecaoBase:checked {
    background-color:#f7d06f;
    border-color: #f7d06f;
}

.campoSelecao{
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 120px;
}

.form-check-inline {
    display: inline-block; 
    margin-right: 10px;
    vertical-align: middle;
}

.imgNavAluno {
    width: 22px;

}

.btn-argus-copy {
    font-size: 14px;
    background-color: #f0bd3e;
    border-radius: 8px;
    color: #000;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; 
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-argus-copy:hover,
.btn-argus-copy:focus,
.btn-argus-copy:active {
    background-color: #f0bd3e;
    color: #000 !important;
    outline: none;
    box-shadow: none;
}


.img-copiar-pix{
    max-width: 250px !important;
    height: 63px !important;
    height: auto;
}

.img_comprovante{
    max-width: 380px !important;

}

.rotated {
	transform: rotate(180deg);
	transition: transform 0.1s ease;
}