html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }    
}
a {
    color: #222E3C;
    text-decoration: none;
}

    a:hover {
        color: #516B89;
    }

.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;
}

html {
    position: relative;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

body {
    min-height: 100%;
    scrollbar-color: #555 #ccc;
    scrollbar-width: thin;
}

.sys-logo {
    height: 70px;
    width: auto;
    cursor: not-allowed;
    pointer-events: none;
}

.atalho-container {
    width: 150px;
    display: inline-block;
    margin: 10px;
    text-align: center;
}

    .atalho-container:hover {
        opacity: 0.7;
    }

    .atalho-container img {
        width: 100%;
        height: 120px;
        margin-bottom: 10px;
        object-fit: fill;
        border-radius: 8px;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
        cursor: not-allowed;
        pointer-events: none;
    }

footer {
    padding: 10px 0;
    line-height: 1.5;
    background-color: white;
}
.menu-link {
    color: white !important;
    font-weight: bold;
}
    .menu-link:hover {
        color: white;
    }

.app-exit {
    font-size: 20px;
}

    .app-exit:hover {
        opacity: 0.6;
    }

.display-title {
    font-size: 26px !important;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #222E3C;
}

.app-links {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    .app-links:hover {
        color: inherit;
    }

.toggle-password {
    cursor: pointer;
}

.pass-show-control {
    position: absolute;
    top: 70%;
    right: 2%;
}

#form-feedback {
    color: red;
}

#preview-image-user {
    margin-top: 10px;
    height: 150px;
    width: 150px;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.avatar {
    height: 65px;
    width: 65px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    cursor: not-allowed;
    pointer-events: none;
    float: left;
    vertical-align: middle;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #92AFBD;
}
.avatar-link:hover {
    opacity: 0.7;
}
    

@media (max-width: 450px) {
    .avatar {
        margin-left: 10px;
        height: 30px;
        width: 30px;
    }
}

.avatar-data-table {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    cursor: not-allowed;
    pointer-events: none;
}

#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.3;
    z-index: 9999;
}

#loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.load-eng {
    background-size: contain;
    background-image: url('/img/load-eng.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 200px;
}

.spinner-border {
    font-size: 50px;
}
#inputAlteracaoFoto {
    display: none;
}
.demitido {
    color: white;
    background-color: red;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.page-item.active .page-link {
    background-color: gray;
    border: 1px solid darkgray;
}

.page-link {
    color: #222E3C;
    }

    .page-link:hover {
        color: #222E3C;
    }

.nav-sidebar-app {
    background-color: white;
    border: 0px solid lightgray;
    border-radius: 8px;
    margin: 10px 10px 10px 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

    .nav-sidebar-app .link-menu {
        margin: 0px;
    }

        .nav-sidebar-app .link-menu .nav-link {
            color: black;
            width: 100%;
            text-align: left;
            border: 0px;
            background-color: white;
            transition: background-color linear 0.2s;
        }
            .nav-sidebar-app .link-menu .nav-link:not(.active):hover {
                background-color: #F5FFE3;
            }

        .nav-sidebar-app .link-menu .active {
            background-color: #D7E9B6;
            color: #7A8E55;
            border-right: 5px solid #A7C176;
        }

#title-nav {
    color: lightgray;
    font-size: 12px;
    padding-left: 8px;
}
#title-new-nav {
    margin: 20px 10px 10px 10px !important;
    font-weight: bold;
    color: #333333;
}
#ProjectAvatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#projetosTable tr {
}
/*
#projetosTable tr td #actions {
    display: none;
}

    #projetosTable tr:hover #actions {
        display: block;
    }*/

#td-actions {
    min-width: 110px;
}

.content-container {
    background-color: white;
    border: 0px solid lightgray;
    padding: 15px;
    border-radius: 8px;
    margin: 0px 0px 20px 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

#chartdiv {
    width: 100%;
    min-height: 380px;
}

.chat-msg {
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin: 10px 0px 10px 0px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.chat-time {
    font-size: 11px;
    color: gray;
}

.chat-name {
    color: #6c757d;
}

.content-retro {
    background-color: white;
    border: 0px solid lightgray;
    padding: 4px;
    border-radius: 4px;
    margin: 0px 0px 20px 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.post-it {
    background-color: #FFF185;
    border: 1px solid #BBAC3C;
    border-radius: 10px;
    margin: 5px;
    float: left;
    width: 47%;
    padding: 5px;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    page-break-inside: avoid;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    z-index: 999;
}

.post-it-name {
    color: #7A712D;
}

.post-it-closed {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 14px;
    color: #7A712D;
}

    .post-it-closed:hover {
        color: red;
        cursor: pointer;
    }

#data-sprint {
    display: none;
}

@media print {
    .nao-imprimir {
        display: none;
    }
    #data-sprint {
        display: block;
    }
    .no-break {
        page-break-inside: avoid;
    }
}

input[type="password"] {
    padding-right: 40px;
}

.toast-container {
    z-index: 1050;
}
.toast {
    background-color: #ffffff !important; 
    opacity: 1 !important;
}

.load-chatgpt {
    height: 50px;
    width: auto;
}
.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.loader {
    width: 60px;
    height: 60px;
    background-image: url('/img/logo-chatgpt.png');
    background-size: cover;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.border-logo {
    position: absolute;
    align-content: center;
    padding: 20px;
    border-radius: 100%;
    text-align: center;
    top: 0%;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

#formLogin{
    margin-top: 40px;
}

.login-body {
    min-height: 100vh;
}
.calendar-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .calendar-header h3 {
        font-size: 22px;
        margin: 0;
    }

.calendar-table {
    width: 100%;
    border-collapse: collapse;
}

    .calendar-table th,
    .calendar-table td {
        border: 1px solid #ddd;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        word-wrap: break-word;
    }

    .calendar-table th {
        background-color: #f8f8f8;
        font-weight: bold;
    }

    .calendar-table td {
        min-height: 60px;
        vertical-align: top;
    }    
    
        .calendar-table td:not(:empty) {
            background-color: #fdfdfd;
            transition: background-color 0.3s ease;
        }

            .calendar-table td:not(:empty):hover {
                background-color: #f0f8ff;
            }

        .calendar-table td.empty {
            background-color: #f8f8f8;
            vertical-align: middle;
            font-size: 20px;
            color: #222E3C;
            background-image: repeating-linear-gradient( 45deg, #f8f8f8, #f8f8f8 3px, #e0e0e0 5px );
        }

.calendar-input {
    background-color: white !important;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    color: #495057;
    width: 100px;
}

    .calendar-input:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.calendar-afastamentos {
    font-size: 8px;
    background-color: lightgray;
    border-radius: 5px;
    margin: 5px;
    padding: 2px;
    cursor: pointer;
    min-width: 50px;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.calendar-afastamentos:hover {
    opacity: 0.5;
}
.calendar-tipo-ferias {
    background-color: lightblue;
}
.calendar-tipo-recesso {
    background-color: lightgreen;
}
.calendar-tipo-outros {
    background-color: lightsalmon;
    color: white;
}
.calendar-tipo-atestado {
    background-color: lightcoral;
    color: white;
}
.calendar-legenda {
    min-width: 100px !important;
    text-align: center;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    cursor: default;
}
.calendar-legenda:hover {
    opacity: 1!important;
}

.error-http {
    height: 200px;
    cursor: not-allowed;
    pointer-events: none;
}

.ferias-user-img {
    height: 32px;
    width: 32px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    cursor: not-allowed;
    pointer-events: none;
    vertical-align: middle;
}
.avaliacao-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.avaliacao-card {
    flex: 1 1 400px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.battery-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.battery-visual {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
}

.battery-container {
    width: 300px;
    height: 100px;
    border: 4px solid #ccc;
    border-radius: 16px;
    background: #fff;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    display: flex;
}

.battery-level {
    height: 100%;
    border-radius: 12px 0 0 12px;
    transition: width 0.4s ease, background 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.battery-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    pointer-events: none;
    transition: color 0.3s ease;
}

.battery-tip {
    width: 12px;
    height: 40px;
    background: #ccc;
    border-radius: 3px;
    margin-left: -4px;
}

.range-slider {
    width: 320px;
}
.row-card-team {
}
.card-team {
    width: 32%;
    margin: 5px 10px 5px 0px;
    overflow-wrap: break-word; 
    word-wrap: break-word; 
/*    word-break: break-word;
*/    white-space: normal; 
}


@media (max-width: 760px) {
    .card-team {
        width: 45%;
    }  
    .card-name-devs {
        font-size: 12px;
    }  
}
@media (min-width: 760px) {
    .card-team {
        width: 47%;
    }
}
@media (min-width: 1200px) {
    .card-team {
        width: 31%;
    }
}
@media (max-width: 355px) {
    .card-team {
        width: 100%;
    }
    .card-name-devs {
        display: block !important;
    }    
}
@media (min-width: 484px) {
    .card-name-devs {
        display: block !important;
    }
}
.card-name-devs {
    margin-left: 30px;
    display: flex;
    float: left;
}
.card-name-cargo {
    color: gray;
}
.avatar-team-div {
    height: 55px;
    width: 55px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: not-allowed;
    pointer-events: none;
    margin-bottom: 10px;
}
.batery-avatar {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    cursor: not-allowed;
    pointer-events: none;
    margin-bottom: 10px;
}
.batery-ico {
    right: 30px;
    top: 1px;
    cursor: pointer;
    color: lightslategray;
}
    .batery-ico:hover {
        color: cornflowerblue;
    }
.excluir-ico {
    right: 10px;
    top: 1px;
    cursor: pointer;
    color: lightslategray;
}
    .excluir-ico:hover {
        color: red;
    }
.ico-calendar-blue {
    color: #1C4D83;
}
.btn-adc-white {
    background-color: white;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    color: #535353;
    font-weight: bold;
}
    .btn-adc-white:hover {
        background-color: #F6F6F6;
        border: 1px solid lightgray;
    }

.btn-danger {
    background-color: #DE5965;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
    .btn-danger:hover {
        background-color: #CE3C4A;
    }

.btn-secondary-light {
    background-color: white;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    color: #535353;
    font-weight: bold;
}

    .btn-secondary-light:hover {
        background-color: #F6F6F6;
        border: 1px solid lightgray;
    }

.btn-secondary {
    background-color: #4C627C;
    color: white;
    border: 0px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    font-weight: bold;
}

    .btn-secondary:hover {
        background-color: #69809C;
    }
    .btn-secondary:active {
        background-color: #69809C !important;
    }
    .btn-secondary:focus {
        background-color: #69809C !important;
        outline: none;
    }

td.hoje {
    background-color: #DEF0FF !important;
    font-weight: bold;
}

.body-gap {
    padding-top: 180px;
}

#nav-sgp,
.sgp-links-navbar {
    transition: all 0.3s ease;
}

.main-layout {
    margin-top: 0px;
}

@media (max-width: 732px) {
    .main-layout {
        margin-top: 0px;
    }
}

.navbar-reduzida {
    position: fixed;
    height: 50px;
    top: 0;
    width: 100%;
    background-color: #222E3C;
    z-index: 1000;
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

    .navbar-reduzida .navbar-brand img {
        transition: height 0.3s ease;
    }

    .navbar-reduzida .nav-link {
        font-size: 0.95rem;
        padding: 0.4rem 0.7rem;
        transition: all 0.3s ease;
    }

    .navbar-reduzida .dropdown-menu {
        max-height: 200px;
        overflow-y: auto;
        font-size: 0.9rem;
    }

    .navbar-reduzida .dropdown-item {
        padding: 6px 15px;
        line-height: 1.4;
    }

    .navbar-reduzida .sys-logo {
        height: 35px;
    }
    .avatar-op-reduzido{
        height: 20px;
    }

.navbar-oculta {
    display: none;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}

@media (max-width: 740px) {
    .navbar-reduzida .btn-navbar,
    .navbar-reduzida .cart-icon {
        display: none;
    }
}
.oculto-nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

#oculto-nav {
    transition: opacity 0.3s ease;
}
.navbar-reduzida .nav-item {
    display: none !important;
}
.navbar-reduzida .navbar-toggler {
    display: none !important;
}
.navbar-reduzida #linkSair {
    display: none !important;
}
.ai-bot {
    height: 150px;
    width: auto;
}
#photo-gallery img {
    width: 160px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin: 5px;
}
.pagination .page-item .page-link {
    cursor: pointer; 
}

.img-thumbnail:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.photo-wrapper {
    position: relative;
    display: inline-block;
}

    .photo-wrapper img {
        display: block;
    }

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.photo-wrapper:hover .delete-btn {
    opacity: 1;
}
