

/* Geral */
body{
    overflow-x: hidden;
    overflow-y: auto;
}
/* Para painel admin */
.vsc-initialized *:not('.fa'){
    font-family: "Open Sans",sans-serif !important;
    font-weight: 100 !important;
}

/* .content-wrapper { */
	/*background: #fff !important;*/
/* } */

#alert-return {
    display: none;
}

.delete-btn {
    border: none;
    background-color: transparent;
}

.imagens {
    max-height: 125px;
}

.table-inputs {
    background-color: transparent;
    border: none;
    max-width: 80px;
}

.table-inputs:focus {
    outline: none;
}

.card{
    border-radius: 0px;
}
.card-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 103vh;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
}

.tab-cod {
    padding: 1em 5em;
    border-radius: 10px;
    background-color: white;
}

ul#lista-carrinho{
    list-style: none;
    padding: 0;
}

/* #lista-carrinho li {
    padding-left: 1.3em;
} */

/* #lista-carrinho li:before {
    content: " "; /* FontAwesome Unicode */
    /* background-image: url(../imgs/icones/check_ver.svg); */
    /* font-family: FontAwesome; */
    /* display: inline-block; */
    /* margin-left: -1.3em; same as padding-left set on li */
    /* width: 1.3em; same as padding-left set on li */

/* } */

.btn-link, a {
    color: #c82129 ;
    font-weight: bold !important;
}

.forms-inputs {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #7f838c !important;
    border-radius: 0 !important;
}

#checkout input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

#checkout input[type="radio"] + label {
    margin: 0 1em;
    cursor: pointer;
}

#checkout input[type="radio"]:checked + label {
    border: 1px solid;
    border-radius: 5px;
    padding: 0 5px;
}
/* Fim Geral */

 /* Form overlay */
    .submit-overlay {
        position: fixed;
        z-index: 10000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0);
    }
 /* Form overlay */

 /* logo navbar header */
.navbar-brand{
    width: 1.75rem;
}
.navbar-brand img{
    position: relative;
}
/* centralizar menu top nav */
@media(min-width: 768px){
    .navbar-expand-md .navbar-nav{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .navbar-expand-md .nav-link{
        font-size: .85rem;
    }
}
 /* logo navbar header */


/*****************|
|** Supply Week **|
|*****************/

.line-form-new-agenda{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.input-50{
    width: 49%;
}
/*********************|
|** Fim Supply Week **|
|*********************/

/***********************************|
|** Lista de Atendimentos Cliente **|
|***********************************/
#atendimento-lista li:hover{
    cursor: pointer;
}

/***********************************|
|** Lista de Atendimentos Cliente **|
|***********************************/


/* SWALL POPUP */
.swal2-popup{
    border-radius: 0px !important;
}
