﻿body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    /*    line-height: 1;
    height: 100%;*/
}

html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

html,
body,
.container-fluid,
.row,
.column {
    height: 100%;
}

#divStatus {
    width: 400px;
    height: 24px;
    color: white;
    background-color: transparent;
    z-index: 1000;
}

.senha {
    line-height: 32px;
    width: 50px;
    height: 32px;
    background-color: white;
}

#container-login {
    height: 100%;
}

#CamposLogin {
    padding: 10px 10px 10px 10px;
}

#sideBarLogin {
    /*background-color: white;*/
    /*color: red;*/
    /*padding: 10px 10px 10px 10px;*/
    /*opacity: 0.7;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*right: 0;*/
    background-color: rgba(4, 17, 85, .65);
}

.k-label {
    color: #333;
    font-weight: bold;
}

#infoLogin {
    height: 100%;
    width: 330px;
    background-color: white;
    opacity: 0.5;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.centralizaElementos {
    text-align: center;
}

.k-floating-label-container {
    width: 100%;
}

#cardSemAutorizacao {
    background-color: rgba(224, 102, 102, 1);
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    max-width: 90vw;
}

#cardErro {
    background-color: rgba(224, 102, 102, 1);
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
}

#entrar {
    border: 1px solid white;
    background: transparent;
    position: relative;
    padding: 7px;
    width: 100%;
    color: white;
    transition: 0.3s;
}

    #entrar:hover {
        color: gray;
        border: 1px solid gray;
    }

.btn-esqueci-senha {
    border: 1px solid white;
    background: transparent;
    position: relative;
    padding: 7px;
    width: 100%;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.btn-esqueci-senha:hover {
    color: gray;
    border: 1px solid gray;
}

#btnVisualizarSenha:focus {
    box-shadow: none;
}

@media (min-width: 768px) {
}


.overlay {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    z-index: 222;
    position: fixed;
}

.popupCookie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 223
}

.zIndex {
    z-index: 10005;
}

/****** COMBOBOX ******/

.custom-combobox {
    width: 100%;
}

.combobox-wrapper {
    position: relative;
    width: 100%;
}

.combobox-input {
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    padding: .375rem .75rem;
    border: 1px solid #ccc;
    color: #495057;
    background: none;
    flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

    .combobox-input:focus {
        border-color: #007bff;
        outline: none;
        border-color: #86b7fe;
        color: #495057;
        background-color: #fff;
    }

/* Seta do ComboBox */
.combobox-arrow {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 1rem;
    z-index: 999;
}

/* Dropdown */
.combobox-list {
    position: absolute;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 10;
}

    /* Itens da lista */
    .combobox-list li {
        border: 0;
        outline: none;
        cursor: pointer;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        align-content: center;
        gap: .5rem;
        position: relative;
        transition-property: color, background-color, outline-color, box-shadow;
        transition-duration: 200ms;
        transition-timing-function: ease;
        padding: .25rem 1rem;
        color: #000;
        background-color: white;
    }

        .combobox-list li:hover {
            color: #000;
            background-color: rgba(0, 0, 0, 0.05);
        }

/* Exibir a lista quando ativa */
.combobox-wrapper.active .combobox-list {
    display: block;
    color: blue !important
}

.list-item-combo.selected,
.list-item-combo.selected:hover {
    color: #fff;
    background-color: #1E386B;
}

/* WINDOW */

.window-top, .window-top-no-bind {
    cursor: pointer;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: .05rem;
    position: relative;
    background-color: #fafafa;
}

.window-top-no-bind {
    cursor: inherit;
}

#myWindow {
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.round {
    font-size: 26px;
    margin-right: 5px;
}

@media (max-width: 575px) {

    #myWindow {
        width: 100% !important;
    }
}

.chamado-number {
    color: #6c757d;
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.question {
    color: #495057;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.btn-submit {
    background-color: #6c757d;
    border: none;
    color: white;
    padding: 14px 50px;
    font-size: 1.2rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

    .btn-submit:hover:not(:disabled) {
        background-color: #5a6268;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .btn-submit:disabled {
        background-color: #adb5bd;
        cursor: not-allowed;
    }

.stars {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 3rem 0;
}

.star {
    font-size: 3.5rem;
    color: #dee2e6;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .star:hover,
    .star.active {
        color: #ffc107;
        transform: scale(1.1);
    }

.rating-container {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.rating-icon {
    font-size: 4rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.star-display {
    font-size: 3.5rem;
    color: #dee2e6;
    cursor: default;
    transition: none;
}

.star-display-active {
    color: #ffc107;
}