.btn_top{
    position: absolute;
    right: 0px;
    margin-top: 0px;
    margin-right: 13px;
    z-index: 1;
}

.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}



.cr-hand{
    pointer-events: all;
    cursor: pointer;
}

.cr-bloq{
    pointer-events: all;
    cursor: not-allowed;
}

.p-l-5{
    padding-left: 5px;
}
.p-l-5{
    padding-right: 5px;
}

.m-r-15{
    margin-right: 15px;
}

.m-l-15{
    margin-left: 15px;
}

.m-r-10{
    margin-right: 10px;
}
.m-r-5{
    margin-right: 5px;
}


.modal-body {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    /*background-color: rgb(238, 245, 249) !important;*/
}

.modal-header{
    padding-top: 5px;
    padding-bottom: 5px;
}


.hover-visible {
    outline: 1px solid transparent;
}
.hover-visible .action {
    visibility: hidden;
    display: none;
}
.hover-visible .no-action {
    visibility: visible;
    display: inline;
}
.hover-visible:hover .action {
    visibility: visible;
    display: inline;
}
.hover-visible:hover .no-action {
    visibility: hidden;
    display: none;
}

.no-wrap td, .no-wrap th {
    white-space: nowrap;
}

.show-xs {
    display:none;
}
.hide-xs {
    display: revert;
}
@media screen and (max-width: 425px) {
    .show-xs {
        display:revert;
    }
    .hide-xs {
        display:none;
    }
}
.show-sm {
    display:none;
}
.hide-sm {
    display:revert;
}
@media screen and (max-width: 767px) {
    .show-sm {
        display:revert !important;
    }
    .hide-sm {
        display:none !important;
    }
}


.show-md{
    display: none;
}
.hide-md{
    display: block;
}
@media (max-width:993px) {
    .show-md {
        display: block;
    }
    .hide-md {
        display: none;
    }
}


.show-lg{
    display: none;
}
.hide-lg{
    display: block;
}
@media (min-width: 992px) {
    .show-lg {
        display: block;
    }
    .hide-lg {
        display: none;
    }
}

.show-xl {
    display: none;
}
.hide-xl {
    display: block;
}
@media (min-width: 1200px) {
    .show-xl {
        display: block;
    }
    .hide-xl {
        display: none;
    }
}


.chatModal {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 400px) {
    .chatModal {
        margin-right: 0 !important;
    }
}

.btn-xs{
    padding-left: 5px !important;
    padding-right: 5px !important;
}



.title-container {
    overflow: hidden;
    position: relative;
    display: block;
}

.title {
    white-space: nowrap;

    display: inline-block;
    width: 100%;
}

/* Animação de rolagem */
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    animation: marquee 10s linear infinite;
}

.text-black{
    color: black;
}

.asidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1036;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.asidebar>.card {
    /*height: -webkit-fill-available;*/
    margin-bottom: 5px;
}


.sidebar-tooltip {
    display: none;
    position: absolute;
    background-color: #1e1e1e;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 2000;
}


/* Estilos para ocultar o scrollbar da página */
.no-scroll {
    overflow: hidden; /* Remove a rolagem da página */
}

.fixed-div {
    position: fixed;
    top: 60px; /* Ajuste para a altura do navbar existente */
    margin-left: -10px;
    width: -webkit-fill-available;
    z-index: 1000; /* Ajuste conforme necessário para evitar sobreposição */
    background-color: #f8f9fa; /* Cor de fundo para visibilidade */
}


.icones_google {
    background-image: url(/img/icones_google.png);
    background-size: 53px 2895px;
}

.icones_google {
    display: inline-block;
    height: 53px;
    vertical-align: top;
    width: 53px;
}


.negrito {
    font-weight: bold;
}

.fullscreen-modal{
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
}

.fullscreen-modal .modal-content {
    height: 94vh;          /* altura total da viewport */
    border: none;           /* sem bordas arredondadas */
    border-radius: 0;
}
