/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */


/*body{
    background-color: #E5E5E5 !important;
}*/
* {
    font-family: 'Montserrat', sans-serif !important;
}

.fundo-color-escolhido{
    background-color: #E27572 !important;
}

.fundo-color{
    background-color: #E27572  !important;
    opacity: 0.7;
}

.fundo-color:hover{
    background-color: #E27572  !important;
    opacity: 1.0;
}

/* animação de icones */
.buttons-animated {
    transition: all .2s ease-in-out;
    cursor: pointer;
    z-index: 100;
}

.buttons-animated:hover {
    transform: scale(1.3);
}

.btn-onepet {
    color: #fff !important;
    background-color: #E27572 !important;
    border-color: #E27572 !important;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    background-color: #E27572 !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.btn-onepet-transparent {
    color: #E27572 !important;
    background-color: transparent !important;
    border-color: #E27572 !important;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
}


/*sweet alert customizações*/


.swal2-container {

    z-index: 10000 !important;
}

.swal2-styled.swal2-confirm {
    color: #fff !important;
    background-color: #E27572 !important;
    border-color: #E27572 !important;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    box-shadow: none;
}

.swal2-styled.swal2-cancel {
    color: #E27572 !important;
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: none;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: none !important;
}


.swal2-loader {
    border-color: #E27572 transparent #E27572 transparent !important;
}


/*.swal2-icon.swal2-warning {
    border-color: #E27572 !important;
}

.swal2-icon.swal2-success {
    border-color: #E27572 !important;
}

.swal2-icon.swal2-error {
    border-color: #E27572 !important;
}

.swal2-icon.swal2-question {
    border-color: #E27572 !important;
}*/

/*end customizações sweet alert*/

.color-icons {
    color: white !important;
}

.text-onepet {
    color: #E27572 !important;
}


.font-menu a {
    font-size: 14px;
    color: #ffffff !important;
}

.transparent-button {
    background-color: white !important;
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, .075) !important;
}

.left-border-none {
    border-left: none !important;
    box-shadow: inset 0px 1px 0 rgba(0, 0, 0, .075) !important;
}

tbody tr:nth-child(odd) {
    background: rgba(226, 117, 114, 0.06) !important;
}

.sorting_1 {
    background: none !important;
}

table tbody td {
    border-style: none !important;
}

#pagination-footer {
    background: rgba(226, 117, 114, 0.06);
}

.footer-style {
    background-color: #FFFFFF;
    position: fixed !important;
}

.btn-no-estilo {

    color: #E27572 !important;
    text-decoration: none !important;
}


.label-titulo {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 24px !important;
    color: #4C4C4C !important;
}


label {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #4C4C4C !important;
}

.label-subtitulo {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #4C4C4C !important;
}


/* CSS PARA ABRIR CALENDARIO COM CLICK EM QUALQUER AREA DO INPUT */
input[type="date"] {
    position: relative;
}

input[type="date"]:after {
    height: 20px;
    width: 20px;
    top: 10px;
    right: 10px;
    content: "";
    background: url("../img/calendario.svg");
    background-repeat: no-repeat;
    background-size: 18px;
    color: #555;
}

input[type="date"]:hover:after {
    color: #bf1400;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
    cursor: pointer;
}


input[type="date"]::-webkit-inner-spin-button {
    z-index: 1;
}


input[type="date"]::-webkit-clear-button {
    z-index: 1;
}

.alinhamento-vertical-texto {
    line-height: 50px;
}

body {
    background: #fafafa !important;
}

.border-figma {
    border-color: #f1f1f1 !important;
}

/*CSS PARA COLOCAR LUPA DENTRO DO INPUT */
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1rem;
    height: 1rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: #BFBFBF;
    margin: 11px 0px 0px 11px !important;
}

/* SCROLLBAR - MODAL - START*/

/* width */
.corpo_agenda #modalAddAgendamento .modal-body::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
    border-radius: 2px;
}

/* Track */
.corpo_agenda #modalAddAgendamento .modal-body::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    border-radius: 2px;
}

/* Handle */
.corpo_agenda #modalAddAgendamento .modal-body::-webkit-scrollbar-thumb {
    /* background: linear-gradient(#ffffff, #103E62);  */
    background: #dad7d7;
}

/* Handle on hover */
.fcorpo_agenda #modalAddAgendamento .modal-body::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

/* Firefox Integration */

.corpo_agenda #modalAddAgendamento .modal-body {
    scrollbar-color: #103E62 #fff;
}

/* SCROLLBAR - MODAL - END - */


.alinhamento-vertical-texto {
    line-height: 50px;
}

body {
    background: #fafafa !important;
}

.border-figma {
    border: 1px solid #e8e8e8 !important;
}

.bg-camarao {
    background: #e27572;
}

.bg-cheetos {
    background: #f1a835;
}

.bg-sorvete {
    background: #a0d8cc;
}


#valorAtendimentos {
    height: 150px;
    width: 150px;
    position: absolute;
    z-index: 1;
    text-align: center;
    padding-top: 40px;
}

/* width */
select::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
    border-radius: 2px;
}

/* Track */
select::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    border-radius: 2px;
}

/* Handle */
select::-webkit-scrollbar-thumb {
    /* background: linear-gradient(#ffffff, #103E62);  */
    background: #dad7d7;
}

/* Handle on hover */
select::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

/* Firefox Integration */

select {
    scrollbar-color: #103E62 #fff;
}

.form-switch .form-check-input:checked {
    background-color: #e27572 !important;
    border-color: #e27572 !important;
}

.form-check-input:checked {
    background-color: #e27572 !important;
    border-color: #e27572 !important;
}

.setting-toggle {
    transform: none !important;
    -webkit-transform: none !important;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.choices__list--multiple .choices__item {
    display: inline-block !important;
    vertical-align: middle !important;
    border-radius: 20px !important;
    padding: 4px 10px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-right: 3.75px !important;
    margin-bottom: 3.75px !important;
    background-color: #E27572 !important;
    border: 1px solid #E27572 !important;
    color: #fff !important;
    word-break: break-all !important;
    box-sizing: border-box !important;
}

.spinner-onevet {
    color: #E27572 !important;
}

.selecionarProduto {
    cursor: pointer;
}

#alert-atendimento-andamento {
    cursor: pointer;
}

.borda-onepet {
    border-top: 1px solid #E27572 !important;
    border-bottom: 1px solid #E27572 !important;
    background-color: #F9E3E2;
}

.item-circle {
    height: 30px;
    width: 30px;
    border: 1px solid #dc726f;
}


.offcanvas-end {
    width: 30rem !important;
}


.settings-panel {
    max-width: 30rem !important;
}


.fixar-carrinho-rodape {
    position: fixed !important;
    right: 0;
    bottom: 0;
    width: 30rem;
}

/*Date range picker CSS*/

.daterangepicker .ranges li.active {
    background-color: #E27572 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #E27572 !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff !important;
    border-color: transparent;
    color: #999 !important;
}

.nao-urgente {
    background: #00ccff !important;
}

.pouco-urgente {
    background: #00cc33 !important;
}

.urgente {
    background: #ffb848 !important;
}

.muito-urgente {
    background: #ff6600 !important;
}

.emergencia {
    background: #cc0000 !important;
}

.uti {
    background: #cc0000 !important;
}

.nao-urgente-color {
    color: #00ccff !important;
}

.pouco-urgente-color {
    color: #00cc33 !important;
}

.urgente-color {
    color: #ffb848 !important;
}

.muito-urgente-color {
    color: #ff6600 !important;
}

.emergencia-color {
    color: #cc0000 !important;
}

.uti-color {
    color: #cc0000 !important;
}

.error-return {
    color: #e63757;
    margin-bottom: -4px;
}

.error-control {
    border-color: #e63757 !important;
    margin-bottom: -1px;
}

.error-control-choices-plugin {
    border: solid !important;
    border-width: 1px !important;
    border-color: #e63757 !important;
    margin-bottom: -1px !important;
    border-radius: 5px !important
}


.precedimento-atrasado {
    color: #cc0000 !important;
    font-weight: bold;
}

.prcedimento-no-horario {
    color: #00ccff !important;
    font-weight: bold;
}


.procedimento-feito {
    color: #00cc33 !important;
    font-weight: bold;
}

.procedimento-feito-atrasado {
    color: #ffb848 !important;
}

.precedimento-atrasado-background {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
}

.procedimento-no-horario-background {
    background-color: #00ccff !important;
    border-color: #00ccff !important;
}

.procedimento-feito-background {
    background-color: #00cc33 !important;
    border-color: #00cc33 !important;
}

.procedimento-feito-atrasado-background {
    background-color: #ffb848 !important;
    border-color: #ffb848 !important;
}

/*Criado por Luan em homenagem a Gutemberg. O mesmo sugeriu essa cor*/

.bg-gutemberg {
    /*background-color: #edb48e !important;*/
    height: 100%;
    background-image: url("../img/mapa-execucao/vermelho-mapa-execucao.jpg");
    background-repeat: repeat-y;
    background-size: 5% auto;
    background-position: center;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
    margin: 0;
}

input[type="time"] {
    -moz-appearance: textfield;
}

.box-situacao {
    min-height: 650px;
    padding-left: 30px;
}

@media screen and (max-width: 1539px) and (min-width: 1199px) {
    .perfil-alinhamento {
        margin-left: 25px;

    }
}

@media screen and (max-width: 1199px) and (min-width: 993px) {
    .perfil-alinhamento {
        margin-left: 35px;
    }

}

.imagem-perfil-pet {
    width: 55px;
    height: 55px;
}

.filtros__botao {
    background-color: #FFFFFF;
}

@media screen and (max-width: 992px) {
    .perfil-alinhamento {
        margin-top: -12px;
        margin-left: 10px;
    }

    .perfil-alinhamento_fotopet {
        margin-top: 45px;
    }

    .perfil-alinhamento__nomepet {
        text-align: center;
    }

    .box-situacao {
        min-height: 650px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 576px) {
    .perfil-alinhamento_fotopet {
        margin-top: 50px;
    }

    .texto-semprevisao::before {
        content: "\a";
        white-space: pre;
    }
}