html {
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 13px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "Segoe UI", sans-serif;
    min-height: 100vh; /* Ensures the body always takes up at least the full viewport height */
    margin: 0;
}

.box-analists {
    border: 1px solid #000000;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    line-height: 3em;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-index {
    color: #7A1C27;
    background-color: #fff;
    border-color: #7A1C27;
    font-size: 0.90em;
}

    .btn-index:hover {
        color: #fff;
        background-color: #7A1C27;
        border-color: #7A1C27;
    }

    .btn-index.active {
        color: #fff;
        background-color: #7A1C27;
        border-color: #7A1C27;
    }

.div-bgi {
    position: relative;
    overflow: hidden;
}

    .div-bgi:before {
        background-image: url('/images/banner.jpg');
        background-size: cover;
        border-radius: 0.25rem;
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        top: 0px;
        opacity: 0.2;
    }

.div-ticket {
    font-size: 13px !important;
}

.dropdown {
    border-radius: 5px;
    padding: 0.375rem 0.75rem;
    width: 100%;
}

.dropdown-divider {
    border-color: #fff;
}

dropdown-item {
    background-color: #330d14;
    color: #fff;
}

.dropdown-menu {
    background-color: #330d14;
    color: #fff;
}

    .dropdown-menu a {
        background-color: #330d14;
        color: #fff;
    }

        .dropdown-menu a:active,
        .dropdown-menu a:focus,
        .dropdown-menu a:hover {
            background-color: #fff;
            color: #330d14;
        }

.dropdown-ticket {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 12px !important;
    padding: 0.375rem 0.75rem;
    width: 100%;
}


.form-control-ticket {
    font-size: 13px !important;
}

footer {
    background: #333;
    color: #ccc;
    padding: 30px 20px;
    text-align: center;
    font-size: 0.9em;
}

    footer a {
        color: #ccc;
        margin: 0 10px;
        text-decoration: none;
    }

        footer a:hover {
            color: #fff;
        }

    footer p {
        margin-top: 15px;
    }

header {
    /*background-color: #7A1C27;*/
    color: white;
    font-size: 2.5rem;
    padding: 0.5rem 1rem;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.image-client {
    max-height: 150px;
}

.lowercase {
    text-transform: lowercase;
}

main {
    flex: 1;
}

/* Aumenta a largura padrão do conteúdo em todo o sistema */
.main-wide {
    max-width: 1400px;
}

.modal {
    padding: 70px 0;
}

.modal-body {
    background-color: #fff;
    margin: auto !important;
    width: 66%;
}

.modal-header {
    background-color: #fff;
    border-bottom: double 1px #7A1C27;
    margin: auto !important;
    width: 66%;
}

.navbar-rpo {
    background-color: transparent;
    background-image: url('../images/fundo.png');
}

    .navbar-rpo .navbar-nav {
        align-items: baseline;
        display: flex;
        gap: 1rem;
    }


    .navbar-rpo .nav-item .nav-link {
        background-color: transparent;
        border: none;
        color: white;
        font-size: large;
    }

        .navbar-rpo .nav-item .nav-link:hover {
            background-color: #330d14;
            color: white;
        }


.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
    color: #330d14;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #330d14;
}




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

.p-title {
    color: #7A1C27;
}

.p-title-client {
    color: #7A1C27;
    font-size: 1.5em;
}

.pagedList {
    margin: 10px 0;
    text-align: center;
}

    .pagedList a, .pagedList span {
        background-color: #fff;
        border: 1px solid #7A1C27;
        border-radius: 5px;
        color: #7A1C27;
        display: inline-block;
        font-size: small;
        margin: 0 2px;
        padding: 5px 10px;
        text-decoration: none;
    }

        .pagedList a:hover {
            background-color: #7A1C27;
            color: #fff;
        }

    .pagedList .active {
        background-color: #7A1C27;
        color: #fff;
    }

.row-company {
    border-bottom: outset 1px #7A1C27;
    padding-bottom: 20px;
    margin-top: 35px
}

.row-interaction-analist {
    background-color: #fff;
    color: #ba0000;
    font-weight: bold;
}

.row-interaction-description {
    text-align: initial;
}

.row-interaction-head {
    background-color: dimgrey;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.row-ticket-head {
    background-color: #7A1C27;
    color: #fff;
    font-weight: bold;
    padding: 5px 0 0 0;
}

.row-top {
    vertical-align: middle !important;
    background-color: #7A1C27 !important;
    color: #000000 !important;
    font-size: 1em;
}

    .row-top a {
        color: #ffffff !important;
    }

        .row-top a:visited {
            color: #ffffff !important;
        }

.text-justify {
    text-align: justify;
}

#tinymce-container {
    border: 1px inset #ced4da;
    border-radius: 0.25rem;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: auto;
    max-height: 200px;
}

    .ui-autocomplete .ui-menu-item {
        padding: 5px 10px;
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .ui-autocomplete .ui-menu-item:hover {
            background-color: #f5f5f5;
        }

.ui-helper-hidden-accessible {
    display: none !important;
}

.uppercase {
    text-transform: uppercase;
}
