/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/*
    Created on : 22. 5. 2025, 17:51:04
    Author     : egrat
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&display=swap');
body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    /*font-family: "Open Sans";*/
    padding: 10px;
    background: RGBA(5, 120, 158, 0.7);
    background: linear-gradient(135deg, rgba(5, 120, 158, 0.7) 0%, rgba(116, 180, 201, 0.7) 50%, rgba(255, 183, 3, 0.7) 100%);
}
h1,h2,h3,h4,h5 {
    /*font-family: Oswald;*/
}
.login-frame{
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 5000;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.login-box{
    max-width: 90vw;
    position: absolute;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 5001;
    border-radius: 10px;
    background-color: rgba(248,249,250,0.6) !important;
    -webkit-box-shadow: 0px 0px 31px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 31px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 31px 0px rgba(227, 227, 227, 1);
}
.overlay {
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.heading {
    display: flex;
    flex-flow: row;
    margin: 10px;
}
.los, .ovladace {
    margin: 20px;
    display: flex;
    flex-flow: row;
    border-radius: 10px;
    background-color: white;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 31px 0px rgba(227, 227, 227, 1);
    -moz-box-shadow: 0px 0px 31px 0px rgba(227, 227, 227, 1);
    box-shadow: 0px 0px 31px 0px rgba(227, 227, 227, 1);
}
.panel {
    background-color: rgba(248,249,250,0.6) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    display: flex;
    justify-content: center;
}
#questions {

}

@media only screen and  (max-width:580px) { /* smartphones, Android phones, landscape iPhone */
    .pc {
        display:none;
    }
}
.heading img {
    border-radius: 5px;
}