﻿
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #e6ecf0, #cfd8dc);
    background-image: url('../pic/bg_new_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* volitelné: pozadí zůstane při scrollování */
}

.LogInTbl {
    position: fixed;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffcc;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: left;
}
.LogOutINFOPanel {
    position: absolute;
    width: 600px;
    left: calc(50% - 300px);
    top: calc(50% - 300px);
    height: 600px;
    background-color: #000000ea;
    z-index: 987;
    border-radius: 20px;
    display: flex;
    align-content: center;
    flex-direction: column;
    box-shadow: #00000097 0 0 10px 10px;
}
.LogOutInfoText {
    color: #fafbbf;
    text-align: center;
    font-size: xx-large;
    padding: 20px;
    padding-top: 60px;
}
.Button_h {
    margin: auto;
    width: 200px;
    padding: 12px;
    font-size: 16px;
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .Button_h:hover {
        background-color: #005a9e;
    }

.restore-link {
    color: #0078d4;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
}


.Button_DoJob, .Button3_CancelPr {
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.Button_DoJob {
    background-color: #28a745;
    color: white;
}

.Button3_CancelPr {
    background-color: #dc3545;
    color: white;
}

.Button_DoJob:hover {
    background-color: #218838;
}

.Button3_CancelPr:hover {
    background-color: #c82333;
}

#Panel_Restore {
    position: fixed;
    width: 500px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 250px);
    background: linear-gradient(-45deg, #8d8fa9, #92a4b9, #81949b, #82948f);
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: #000000 0 0 100px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.LangPan {
    border-radius: 20px;
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

@font-face {
    font-family: 'NotoColorEmoji-Regular';
    src: url('Fonts/Noto_Color_Emoji/NotoColorEmoji-Regular.ttf') format('truetype');
}

.FlagsLang {
    background-color: transparent;
    font-family: 'NotoColorEmoji-Regular';
    font-size: 15px;
    border: none;
}

    .FlagsLang:hover {
        font-size: 25px;
    }

.FlagsLang-active {
    background-color: transparent;
    font-family: 'NotoColorEmoji-Regular';
    font-size: 25px;
    border: none;
}

.pswIN {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

#Panel_Cookies {
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 350px);
    height: 500px;
    width: 700px;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius: 20px;
    border: none;
    box-shadow: 0px 0px 40px 50px rgba(0,0,0,.8);
}

#Label1 {
    text-align: center;
    color: aqua;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #f89d0b;
}

#Label2 {
    color: aliceblue;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    margin-bottom: 20px;
}

#Button1 {
    width: 100px;
    height: 50px;
    text-align: center;
    border: 2px solid rgba(160,160,160,.8);
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 5px #c9f4fa;
}

    #Button1:hover {
        font-size: 36px;
        font-weight: bold;
        cursor: pointer;
        border: 2px solid blue;
        box-shadow: 0px 0px 5px 5px blue;
    }

.Button_s {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #0078d4;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .Button_s:hover {
        background-color: #005a9e;
    }

.Label_logInf {
    font-size: 40px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
}
.Label_logInf_FF {
    padding: 30px;
    font-size: 30px;
    font-weight: normal;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
}

.input-icon {
    position: relative;
    left: -20px;
    width: 100%;
    margin-bottom: 10px;
}
    .input-icon .icon {
        position: relative;
        left: 45px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 28px;
        color: #555;
        background-color: transparent;
        z-index: 111;
    }
    .input-icon .icon_2 {
        position: relative;
        left: 45px;
        transform: translateY(-50%);
        font-size: 28px;
        color: #555;
        background-color: transparent;
        z-index: 111;
    }
    .TextBox_In_Log {
        font-size: 26px;
        width: calc(100% - 100px);
        padding: 10px;
        padding-left: 40px;
        border-radius: 8px;
        border: none;
        background-color: #ffffffcc;
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {
    #Label1 {
        font-size: 30px;
    }

    #Label2 {
        font-size: 20px;
    }

    #Panel_Cookies {
        width: 100%;
        left: 0px;
    }

    .Label_logInf {
        font-size: 29px;
        margin: 5%;
        color: black;
    }

    #Panel_Restore {
        width: 100%;
        height: 400px;
        top: calc(50% - 200px);
        left: 0px;
    }
}

