@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* _content/SopkAI.WebApp/Components/Account/Pages/Login.razor.rz.scp.css */
.login-form[b-swyc5ofjoh] {
    margin: 0 auto;
    background-color: floralwhite;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: 400px;
    width: 100%;
}

.logo[b-swyc5ofjoh] {
    width: 100px;
    height: 100px;
    background-color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.logo-icon[b-swyc5ofjoh] {
    font-size: 3rem;
    color: white;
}


.collapsible-section[b-swyc5ofjoh] {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.collapsible-header[b-swyc5ofjoh] {
    background-color: #f8f9fa;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapsible-content[b-swyc5ofjoh] {
    display: none;
    padding: 15px;
}

.collapsible-section.active .collapsible-content[b-swyc5ofjoh] {
    display: block;
}

.collapsible-icon[b-swyc5ofjoh]::after {
    content: '\25BC'; /* Šipka dolů */
    font-size: 0.8em;
}

.collapsible-section.active .collapsible-icon[b-swyc5ofjoh]::after {
    content: '\25B2'; /* Šipka nahoru */
}

/* _content/SopkAI.WebApp/Components/Layout/Components/NavMenu.razor.rz.scp.css */
.navbar-custom[b-yx4oxlnckn] {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

    .navbar-custom .navbar-nav[b-yx4oxlnckn] {
        margin-left: 15px;
    }

        .navbar-custom .navbar-nav .nav-item:not(:last-child) .nav-link[b-yx4oxlnckn] {
            position: relative;
            padding-right: 1rem;
            margin-right: 1rem;
        }

            .navbar-custom .navbar-nav .nav-item:not(:last-child) .nav-link[b-yx4oxlnckn]::after {
                /*content: '\2022';*/
                position: absolute;
                right: -0.5rem;
                top: 50%;
                transform: translateY(-50%);
                color: rgba(0, 0, 0, .5);
            }

        .navbar-custom .navbar-nav .nav-link[b-yx4oxlnckn] {
            /*color: #333333;*/
        }

            .navbar-custom .navbar-nav .nav-link:hover[b-yx4oxlnckn] {
                /*color: #ff9900;*/
            }



/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li[b-yx4oxlnckn] {
        position: relative;
    }

    .nav-item .submenu[b-yx4oxlnckn] {
        display: none;
        position: absolute;
        left: 98%;
        top: -7px;
    }

    .nav-item .submenu-left[b-yx4oxlnckn] {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover[b-yx4oxlnckn] {
        background-color: #f1f1f1
    }

        .dropdown-menu > li:hover > .submenu[b-yx4oxlnckn] {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu[b-yx4oxlnckn] {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */
/* _content/SopkAI.WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rwtqkc0haf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rwtqkc0haf] {
    flex: 1;
}

.sidebar[b-rwtqkc0haf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-rwtqkc0haf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rwtqkc0haf]  a, .top-row[b-rwtqkc0haf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rwtqkc0haf]  a:hover, .top-row[b-rwtqkc0haf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rwtqkc0haf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rwtqkc0haf] {
        justify-content: space-between;
    }

    .top-row[b-rwtqkc0haf]  a, .top-row[b-rwtqkc0haf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rwtqkc0haf] {
        flex-direction: row;
    }

    .sidebar[b-rwtqkc0haf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rwtqkc0haf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rwtqkc0haf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rwtqkc0haf], article[b-rwtqkc0haf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rwtqkc0haf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rwtqkc0haf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SopkAI.WebApp/Components/Pages/Chat.razor.rz.scp.css */
.main-container[b-tajhx5b7ju] {
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
    margin-bottom: auto;
    margin-top: -40px;
}

.chat-container[b-tajhx5b7ju] {
    flex: 1;
    padding: 20px;
    padding-bottom: 120px; /* Prostor pro inputFromUser */
}

.chat-box[b-tajhx5b7ju] {
    /*    border: 0.5px solid #ccc;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
*/
    /*border: none;*/
    border: 0.5px solid #ccc;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    background-color: #fbfbfb;
}

.chat-container.single-message[b-tajhx5b7ju] {
    margin-top: calc(20vh);
}


.user-message[b-tajhx5b7ju] {
    transition: all 0.4s ease-out;
    transform-origin: center; /* Nastaví bod otáčení na levou stranu prvku */
}

    .user-message:hover[b-tajhx5b7ju] {
        transform: scale(1.01);
        /*box-shadow: 8px 8px 8px rgba(0,0,0,0.2);*/
    }

/*.user-message {
    margin-left: 30px;*/
/*background: linear-gradient(135deg, #ffffff, #f8f9fa); puvodni*/
/* background: linear-gradient(135deg, #f4f4f4, #dddddd); grey variant*/
/*background: linear-gradient(135deg, #E8F6FD, #D2EEFA);
}*/

.ai-message[b-tajhx5b7ju] {
    transition: all 0.4s ease-out;
    transform-origin: center; /* Nastaví bod otáčení na levou stranu prvku */
}

    .ai-message:hover[b-tajhx5b7ju] {
        transform: scale(1.005);
        /*box-shadow: 3px 3px 3px rgba(0,0,0,0.1);*/
    }

/*.ai-message {
    background: linear-gradient(135deg, #fdf2d0, #fce8b2);
}
*/


.message[b-tajhx5b7ju] {
    margin-bottom: 20px;
    border-radius: 10px;
}

    .message .avatar[b-tajhx5b7ju] {
        margin: 7px;
        width: 25px;
        height: 25px;
        border-radius: 10px;
    }

    .message .content[b-tajhx5b7ju] {
        padding: 2.0rem;
        /*padding: 10px;*/
        /*max-width: 90%;*/

        position: relative;
        min-width: 90%;
        border-radius: 10px;
    }

        .message .content .p-content[b-tajhx5b7ju] {
            white-space: pre-wrap;
        }

#status-generating-message[b-tajhx5b7ju] {
    padding: 5px;
    background-color: whitesmoke;
    border-radius: 10px;
    font-size: 0.705rem;
}

.copy-button[b-tajhx5b7ju] {
    /*position: absolute;*/
    /*    right: -3em;
    top: 0.3em;
*/
    margin-top: 0.50rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.775rem;
    line-height: 1;
    z-index: 10;
    display: none;
}

#inputFromUser[b-tajhx5b7ju] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border: 0.5px solid #ccc;
    z-index: 1000;
    padding: 10px;
    /*box-shadow: 0 -8px 10px rgba(0,0,0,0.15);*/
    margin: 0 15vmax;
    border-radius: 10px;
    margin-bottom: 1px;
}

/*.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
*/

.input-wrapper[b-tajhx5b7ju] {
    position: relative;
    display: flex;
    flex-direction: column; /* Umožní zobrazit outputRecording nad textAreaMessage */
}

#outputRecording[b-tajhx5b7ju] {
    margin: 5px 0px 10px 0px; /* Oddělí textAreaMessage a outputRecording */
    padding: 10px 10px 10px 10px !important;
    font-size: 14px;
    color: red;
    border: 1px solid;
    border-color: red;
    border-radius: 10px;
    padding: 2px;
}

    #outputRecording:empty[b-tajhx5b7ju] {
        display: none;
    }

#HelpTextBoxMessage[b-tajhx5b7ju] {
    text-align: right;
    /*border: 1px solid;*/
    margin-top: 5px;
    font-size: 0.5rem;
    color: grey;
}

#textAreaMessage[b-tajhx5b7ju] {
    width: 100%;
    padding: 10px;
    padding-right: 135px; /* Prostor pro tlačítka */
    border: 1px solid lightgray;
    border-radius: 10px;
    /*resize: none;*/
    outline: none;
    min-height: 40px;
    max-height: 120px; /* Maximální výška */
    overflow-y: auto;
}

.btn-red[b-tajhx5b7ju] {
    background-color: red !important;
    color: white;
}

.btn-group-top[b-tajhx5b7ju] {
    position: absolute;
    /*right: 45px;*/
    display: flex;
    align-items: center;
    top: -5px; /* Vycentruje tlačítka vertikálně */
    transform: translateY(-50%); /* Zajistí správné zarovnání do středu */
}

    .btn-group-top button[b-tajhx5b7ju] {
        margin-left: 5px;
        border-radius: 10px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: beige;
        border: none;
        cursor: pointer;
    }

        .btn-group-top button:hover[b-tajhx5b7ju] {
            background-color: #e9ecef;
            transform: scale(1.5); /* Zvětší tlačítko o 10% */
            transition: transform 0.3s ease; /* Plynulý přechod */
        }

.btn-group[b-tajhx5b7ju] {
    position: absolute;
    right: 22px;
    display: flex;
    align-items: center;
    top: 50%; /* Vycentruje tlačítka vertikálně */
    transform: translateY(-50%); /* Zajistí správné zarovnání do středu */
}


    .btn-group button[b-tajhx5b7ju] {
        margin-left: 5px;
        border-radius: 10px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f8f9fa;
        border: none;
        cursor: pointer;
    }

        .btn-group button:hover[b-tajhx5b7ju] {
            background-color: #e9ecef;
            transform: scale(1.5); /* Zvětší tlačítko o 10% */
            transition: transform 0.3s ease; /* Plynulý přechod */
        }

        .btn-group button:last-child[b-tajhx5b7ju] {
            background-color: #28a745;
            color: white;
        }

            .btn-group button:last-child:hover[b-tajhx5b7ju] {
                background-color: #218838;
            }

/*#clearTextButton {
    position: absolute;
    right: 140px;*/ /* Umístění křížku */
/*top: 50%;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #6c757d;
    display: none;*/ /* Skryjeme křížek, dokud není text */
/*}*/

#clearTextButton:hover[b-tajhx5b7ju] {
    color: #495057;
}



#fileContent[b-tajhx5b7ju] {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    overflow-wrap: break-word;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.5;
    max-height: 70vh;
    overflow-y: auto;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
/* _content/SopkAI.WebApp/Components/Pages/ChatAudit/Components/StatisticCard.razor.rz.scp.css */
.item-zoom[b-yx59jk4iax] {
    transition: transform 0.3s ease;
}

    .item-zoom:hover[b-yx59jk4iax] {
        transform: scale(1.05);
    }
/* _content/SopkAI.WebApp/Components/Pages/SOPDocuments.razor.rz.scp.css */
#fileContent[b-yzsvng7i2k] {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    overflow-wrap: break-word;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.5;
    max-height: 70vh;
    overflow-y: auto;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
