
/* 
    Created on : 31 de jul. de 2024, 16:01:51
    Author     : edson
*/
/*   background: #6990CD !important;*/
/* cor para segunda opção*/

body .ui-button{
    background: rgb(59 125 221);
    color: #fff;
    border: none;
    border-radius: 8px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s
}

body .ui-button:hover{
    background: #3a9bfb;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;

}

.ql-editor strong, .ql-editor b {
    font-weight: bold !important;
}

body .ui-outputlabel-label{
    color: #6c757d !important;
}

.imgVideos {
    transition: transform 0.3s ease;
}

.imgVideos:hover {
    transform: scale(1.5);
}

.tituloVideo {
    transition: all 0.3s ease;
}

.tituloVideo:hover {
    text-decoration: underline;
}
.iconVideo{
    transition: all 0.3s ease;
}

.iconVideo:hover {
    color: #f00 !important;
}


.width-button{
    width: 130px !important;
}

.width-button-2{
    width: 11% !important;
}

body .ui-autocomplete .ui-autocomplete-dropdown {
    position: absolute;
    right: 0 !important;
    bottom: 7px;
    background: transparent;
    height: auto;
    border: none;
    width: 2.357rem;
    right: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #6c757d;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width);
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}


body .ui-datatable .ui-datatable-header{
    background: rgb(59 125 221);
    color: #fff;
    padding: 0px;
}


body .ui-splitbutton .ui-button:first-child {
    pointer-events: none;
    cursor: default;
}

.progress-white .ui-progressbar-value {
    background-color: #13cb41 !important;
}
.progress-white .ui-progressbar-label {
    color: black !important;
}

body .ui-splitbutton .ui-button.ui-button-text-icon-left .ui-icon.fa-cog {
    transition: transform 0.3s ease;
}


body .ui-splitbutton:hover .ui-button.ui-button-text-icon-left .ui-icon.fa-cog {
    transform: rotate(360deg);
}

.ui-widget-header .ui-inputfield,.ui-widget-content .ui-inputfield {
    width: 100%;
}

.ui-picklist .ui-picklist-list {
    width: 100% !important;
}

body .input-uploud-foto-perfil {
    position: absolute !important;
    left:32vw !important;
    top: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center
}

body .foto-perfil-form-usuario,
body .input-uploud-foto-perfil .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.form-usuario{
    border-radius: 13% !important;
}

.foto-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    pointer-events: none;
}


.foto-container:hover .foto-hover {
    opacity: 1;
}

body .input-uploud-foto-perfil .ui-fileupload .ui-fileupload-buttonbar,
body .input-uploud-foto-perfil .ui-fileupload .ui-fileupload-content {
    border: 0;
    background: transparent;
    padding: 0;
    height: 0;
    width: 0;
}

body .input-uploud-foto-perfil .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    background: transparent;
    color: transparent;
    border: none;
    position: relative;
    top: -100px;
}

.modal-conteine{
    height: 350px !important;
}

.colored-delete-button{
    background: #f71010e8 !important;
    border: none !important;
}

.colored-delete-token-button {
    background: #ff00bb !important;  
    border: none !important;
}

/*  background: #153d77; cor reserva*/
.colored-redefinir-button {
    background: #ffc300 !important;
    border: none !important;
}



body .ui-selectcheckboxmenu-emptylabel{
    color: #6c757d !important;
}

body .ui-inputfield {
    color: #6c757d !important;
}


/*  background: #153d77; cor reserva*/


.hover-container {
    position: relative;
    display: inline-block;
}

.foto-perfil-form-usuario {
    display: block;
    transition: opacity 0.3s;
}

.hover-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    position: absolute;
    left: 110%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    width: 115%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10;
}

.foto-perfil-form-usuario:hover {
    opacity: 0.7;
    transform: scale(1.0);
}


.sidebar-brand {
    background: radial-gradient(farthest-side at 116rem 10rem, #1288ff, #06c) !important;
}

.splash-icon{
    background: radial-gradient(farthest-side at 116rem 10rem, #1288ff, #06c) !important;
    display: none !important;
}


/* 
tela de erro
*/


#main-tela-erro{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100px;
    right: 0;
    left: 0;
}
#titulo{
    position: absolute;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #bec6cf;
    font-size: 8rem;
    text-transform: capitalize;
    top: 80px;
    left: 0;
    right: 0;
}


#img-erro {
    max-width: 1200px;
    width: 100%;

}

.card-login {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 1.5rem !important;
    padding-left: 40px;
    padding-right: 40px;
    height: 50%;
    box-sizing: border-box !important;
    margin: 10px;
    border-radius: 5px !important;
}

.animated-background {
    height: 100vh;
    background: radial-gradient(farthest-side at 50% 100%, #1288ff, #0059B3);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}

#password {
    width: 100%;
    padding-right: 40px; /* Adjust for the eye icon */
}

#togglePassword {
    position: absolute;
    right: 10px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

#frase{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 36rem;
    left: 50%;
    width: 50%;
    font-size: 2rem;
    text-align: center;
    transform: translateX(-50%);
    font-family: "Rosarivo", cursive !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

.custom-button {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
}


/* tela de pesquisar proprietário*/

#titulo-filtro{
    color: #3e4676;
    margin-top: 15px;
    margin-bottom: -8px;
    font-size: larger;
    font-family: 'Poppins' !important;

}


.list-group .list-group-item-action.active {
    border: none;
    background: #e9ecef;
    color: #212529;

}

#btnClick .fa-mobile-alt {
    transition: transform 0.3s ease;
}

#btnClick:hover .fa-mobile-alt {
    animation: shakeMobile 0.3s infinite;
}

#userDropdown .fa-cog {
    transition: transform 0.3s ease;
}

#userDropdown:hover .fa-cog {
    animation: shakeCog 0.4s infinite;
}


/* TIMELINE */

.uk-timeline {
    padding: 40px 10px;
}

.uk-timeline-item {
    display: flex;
}

.div-left {
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-right: 35px;
    margin-left: 20px
}

.uk-timeline-icon {
    width: 40px;
    height: 40px;
    background-color: rgb(59 125 221);
    border-radius: 50%;
    font-size: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.linhaTimeLineTop {
    width: 3px;
    background-color: #80808014;
    height: 30px;
}

.linhaTimeLineBottom{
    width: 3px;
    background-color: #80808014;
    height: 100%;
}

.uk-timeline-content {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #00000033;
    margin-bottom: 40px
}

.uk-card-header {
    background-color: rgb(59 125 221);
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}

.uk-card-body {
    background-color: white;
    padding: 20px 40px
}

.fontLogin{
    font-size: 19px !important;
}

.btn-view-anexExclu {
    position: absolute;
    top: 34px;
    right: 30px;
    z-index: 1;
}

#galery-status {
    display:flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin: 4px;
    /*background-color: rgba(248, 249, 250, 1);*/
    /*border: 2px solid rgba(222, 226, 230, .3);*/
    scrollbar-width: auto;
    scrollbar-color: auto;
}

#chat-suporte-button {

}

body .input-uploud-logo {
    position: absolute !important;
    left:32vw !important;
    top: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center
}

body .foto-logo-form-credenciada,
body .input-uploud-logo .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    width: 250px;
    height: 100px;
    border-radius: 8px;
    border: 2px solid rgba(108, 117, 125, .3)
}

body .input-uploud-logo .ui-fileupload .ui-fileupload-buttonbar,
body .input-uploud-logo .ui-fileupload .ui-fileupload-content {
    border: 0;
    background: transparent;
    padding: 0;
    height: 0;
    width: 0;
}

body .input-uploud-logo .ui-fileupload .ui-fileupload-buttonbar .ui-button {
    background: transparent;
    color: transparent;
    border: none;
    position: relative;
    top: -100px;
}

/*///////*/

@keyframes shakeMobile {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-15deg);
    }
}

@keyframes shakeCog {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(25deg);
    }
    75% {
        transform: rotate(50deg);
    }
    100% {
        transform: rotate(100deg);
    }

}

.suggestions {
    position: absolute;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    width: 88%;
    z-index: 1000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);

}




.ranking{
    position: relative;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    width: 45rem;
    height: 10rem;
    z-index: 10;
}

.podio-wrapper1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5rem;
}
.podio-wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 25% !important;
    margin-top: 4rem;
}
.podio-wrapper3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    right:-27% !important;
    margin-top: 10rem;
}

.nomePodio1{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    top: 30px;
    border-radius: 15% !important;
}

.nomePodio2{
    position: relative !important;
    top: 30px;
    border-radius: 15% !important;
}

.nomePodio3{
    position: relative !important;
    top: 30px;
    border-radius: 15% !important;
}

.podio1{
    position: relative;
    top: 53px;
    border-radius: 50%;
    border: 5px solid #FFDB1A;
}

.podio2{
    position: relative;
    border-radius: 50%;
    border: 5px solid #C0C0C0;
    top: 53px;
}

.podio3{
    position: relative;
    border-radius: 50%;
    border: 5px solid #cd7f32;
    top: 53px;
}

.fotoPerfil {
    width: 6.5rem;
    height: 6.5rem;
    object-fit: cover;
    border-radius: 50% !important;
}

/*body .ui-button.ui-button-text-icon-left .ui-button-text {
  padding: .5rem 0rem .5rem 1.2rem !important;
}*/

.textoNome{
    font-size: 20px !important;
    color: white;
    font-weight: bold;
    text-align: center;
}

.cardPodio1{
    height: 23rem !important;
    color: white !important;
    font-size: 5rem;
    align-items: center;
    background-color: #2469ce !important;
}

.cardPodio2{
    height: 19rem !important;
    color: white !important;
    font-size: 4rem;
    align-items: center;
    margin-left: -50px;
    margin-right: 50px;
    background-color: #2469ce !important;
}

.cardPodio3{
    height: 16rem !important;
    color: white !important;
    font-size: 4rem;
    align-items: center;
    margin-left: 3rem;
    margin-right: -3rem;
    background-color: #2469ce !important;
}

.btnColetador{
    background: rgb(59 125 221) !important;
}

.btnFiltros{
    background-color: #3399ff !important;
    color: #fff !important;
    margin-bottom: 5px;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s !important;
    height: 3.3rem;
    width: 70%;
    font-size: 1.13rem !important;
    border: 1px solid transparent !important;
}

.btnFiltros .ui-button-icon-left {
    margin-left: 8px;
}

.btnFiltros:hover{
    background: #0d89ec !important;
}

.btnAnalista{
    background: rgb(59 125 221) !important;
    color: #fff !important;
    border: none !important;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s !important;
    height: 3.5rem;
    font-size: 1.1rem;
    border-left: 1px solid white !important;
}

.btnAnalista:hover{
    background: #0d89ec !important;
}

.btnPainel {
    margin-right: 10px !important;
    margin-left: 10px !important;
    width: 8rem;
    height: 3rem;
}

.btnPainel2 {
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-top: 15px !important;
    width: 17rem !important;
    height: 3rem !important;
}

.card-painel {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fafafa   !important;
}

#chart {
    width: 20rem;
    height: 8.4rem;
    z-index: 2;
}
#chart2 {
    width: 20rem;
    height: 8.4rem;
    z-index: 2;
}


.imgCoin1{
    position: absolute;
    left: 2px;
    bottom: 11.7rem;
}

.imgCoin2{
    position: absolute;
    left: 2px;
    bottom: 9.2rem;
}

.imgCoin3{
    position: absolute;
    left: 2px;
    bottom: 6.25rem;
}

@media print {
    .row {
        display: flex !important;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }

    .col-md-3 {
        width: 30% !important;
        margin: 0 1% !important;
    }

    .card {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }

    .card-actions, .p:commandButton {
        display: none !important;
    }

    .fotoPerfil {
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
    }

    .textoNome {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .font-title {
        font-size: 1.1rem !important;
    }

    .imgCoin1, .imgCoin2, .imgCoin3 {
        width: 40px;
        height: 40px;
    }

    .card-header {
        text-align: center;
        margin-bottom: 10px;
    }

    .card-header img {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
    }

    .podio-wrapper3{
        right: -143px !important;
    }

    .podio-wrapper2{
        right: 190px !important;
    }

    .cardPodio1, .cardPodio2, .cardPodio3 {
        background-color: #2469ce !important;
    }

}

@media (min-height: 900px) {
    .btnColetador, .btnAnalista {
        width: 3rem !important;
    }
    .imgCoin1, .imgCoin2, .imgCoin3{
        width: 30px !important;
        height: 30px !important;
        left: -2px;
    }
    .imgCoin1{
        bottom: 12.3rem !important;
    }
    .imgCoin2{
        bottom: 9.8rem !important;
    }
    .imgCoin3{
        bottom: 6.8rem !important;
    }
    .podio-wrapper2{
        right: 80px;
    }
    .podio-wrapper3{
        right: -80px;
    }
}

@media (max-width: 576px) {
    .fotoPerfil {
        max-width: 100px;
        max-height: 100px;
    }

    .ranking {
        width: 50%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .fotoPerfil {
        max-width: 120px;
        max-height: 120px;
    }

    .ranking {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .fotoPerfil {
        max-width: 60px;
        max-height: 60px;
    }

    .ranking {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .fotoPerfil {
        max-width: 150px;
        max-height: 150px;
    }
}

@media (min-width: 2300px) {
    .podio-wrapper2{
        right: 140px;
    }
    .podio-wrapper3{
        right: -140px;
    }
}

@media (min-width: 2000px) and (max-width: 2299px) {
    .podio-wrapper2{
        right: 110px;
    }
    .podio-wrapper3{
        right: -110px;
    }
}

.my-md-3 .ui-datatable-header {
    background-color: white;
    border: none;

}

.dialog-content {
    max-height: 400px !important;
    overflow-y: auto !important;
}

.ui-commandlink:hover {
    text-decoration: none !important;
    color: #495057 !important;
}



body#badyErro403 {
    margin: 0;
    padding: 0;
    background-color: #1a1a1a;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    height: 100vh;
    overflow: hidden;
}

.erro {
    font-size: 4em;
    margin-top: 100px;
    color: #e74c3c;
}

.mensagem {
    font-size: 1.5em;
    margin-top: 20px;
    color: #f1c40f;
}

.ball {
    width: 80px;
    height: 80px;
    background-color: #3498db;
    position: absolute;
    border-radius: 50%;
}

.text-danger {
    color: #dc2626 !important;
    font-weight: 600 !important;
}

.row-duplicado td {
    background: #fff1f2;
}

.leaflet-control-zoom a.use-leaflet-plugin-icon {
    background-image: url("data:image/svg+xml;utf8,\
        <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'>\
        <path d='M9 3H3v6M6.5 6.5L3 3 M23 9V3h-6M19.5 6.5L23 3 \
        M17 23h6v-6M19.5 19.5L23 23 M3 17v6h6M6.5 19.5L3 23' \
        stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/>\
        </svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
}
