:root
{
    --login_header_font_size: 70px;
}

body 
{
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

/* #region INDEX*/

h1
{
    color: #00EE00;
    letter-spacing: 2px;
    font-weight: 900;
    text-align: center;
    margin: 0;
    padding: 20px;
    padding-top: 5px;
    
}

.first_header
{
    font-size: var(--login_header_font_size);
}

.second_header
{
    color: cyan; 
    font-size: calc(var(--login_header_font_size) * 2 / 3);
}

#container
{
    width: 66.7%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#formula
{
    text-align: center;
    margin-top: 40px;
    background-color: #040404;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #009900a8; 
}

.Bar
{   
    margin-bottom: 10px;
    padding: 20px;
    color: #eeff00;
    font-weight: 700;
}

#create-uesr {
    position: relative;
    right: 3vw;
}

input[type=text],
input[type=password]
{
    border: 2px solid #ffffff;
    border-radius: 9px;
    background-color: white;
    color:#000000;
    width: 200px;
    height: 30px;
    font-weight: 700;
    outline: none;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
}

input[type=text]:hover,
input[type=password]:hover
{
    background-color: #d7ff79;
    border-color: #ffff00;
}

input[type=text]:focus,
input[type=password]:focus
{
    border: 2px solid #00ff00;
    background-color: #79ff79;
}

input[type=submit]
{
    font-weight: 700;
    background-color: #040404;
    color: #00ff00;
    border: none;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 4px;
    border: 2px solid #040404;
    border-radius: 8px;
    width: 100px;
    font-size: 18px;
    cursor: pointer;
}

input[type=submit]:hover
{
    border: 2px solid #00ff00;
}

#button
{
    height: 50px;
}

@media screen and (max-width: 500px)
{
    :root
    {
        --login_header_font_size: 30px;
    }

    #container
    {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 30px;
    }

    #formula
    {
        margin-top: 20px;
    }
}

/* #endregion */



/* #region MAIN */


header#main_header
{
    width: 100%;
}

#top_header {
    width: 100%;
}

h1#logo
{
    margin: 0;
    width: 70vw;
    margin-left: 15vw;
    text-align: center;
    font-size: 80px;
    letter-spacing: 3px;
    font-weight: 900;
    float: left;
    transition: letter-spacing 1s;
}

.logo-part
{
    display: inline-block;
}

h1#logo:hover
{
    letter-spacing: 6px;
}

#loguotico
{
    margin-top: 15px;
    width: 60px;
    float: left;
}

#logoutico:hover > div > a > .icon-logout
{
    font-size: 50px !important;
}

nav#menubar
{
    background-color: aquamarine;
    text-align: center;
    margin: 0;
    min-height: 50;
    z-index: 50;
}

.menu_list {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
}

ol
{
    list-style-type: none;
    display: inline-block;
    line-height: 200%;
    height: 50px;
    padding: 0;
    margin: 0;
    background-color: aquamarine;
}

ol a
{
    text-decoration: none;
    display: block;
}

ol > li
{
    float: left;
    width: 300px;
    padding: 0;
    height: 50px;
    margin: 0;
    border-radius: 20px;
    padding-top: 4px;
    transition: background-color .3s;
}

ol > li:hover
{
    background-color: teal;
}

ol > li > a
{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-weight: 700;
    transition: color .3s;
}

ol > li:hover > a
{
    color: wheat;
    font-weight: 900;

}

ol > li > ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    margin-top: 10px;
}

ol > li:hover > ul 
{
    display: block;
}

ol > li > ul > li
{
    position: relative;
    z-index: 100;
    background-color: #05508da4;
    border-radius: 10px;
    border-top: 1px dashed yellowgreen;
    transition: background-color .3s;
}

ol > li > ul > li:first-child
{
    border-top: 0;
}

ol > li > ul > li:hover
{
    background-color: cyan;
    opacity: 1;
}

ol > li > ul > li > a
{
    color: #91cf4a;
    font-weight: 700;
}

ol > li > ul > li:hover > a
{
    color: #090909;
    font-weight: 900;
    transition: color .3s;
}

#content
{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.header
{
    float: left;
    color: #00ff00;
    border-right: 2px dotted #00ff00;
    font-weight: 900;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 260px;
    margin-right: 20px;
    padding-left: 10px;
    height: 165px;
    transition: font-size 1s;
}

.header span
{
    font-size: 120px;
    transition: font-size 1s; 
    display: block;
}

.header span:hover
{
    font-size: 140px;
    padding-bottom: 100px;
}

.con
{
    float: left; 
    text-align: center;
    font-size: 100px;
    color: aqua;
    width: 700px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.line
{
    margin-top: 50px;
    width: 1000px;
    padding-bottom: 50px;
    border-bottom: 2px dashed #0f0f0f;
}
.line:last-child
{
    border:0;
}

.cb
{
    clear: both;
}

#ck:hover
{
    cursor: pointer;
}

.Stat
{
    display: inline-block;
    width: 20%;
    margin-top: 0;
}

.con[type="S"]
{
    padding: 0;
    text-align: center;
}

#Ntfy:hover
{
    cursor: pointer;
}

#testportal
{
    width: 100%; 
    height: 520px; 
    border: none;
    border-radius: 20px;
}

#kurwa
{
    cursor: pointer;
}

.tooltip {
    border-bottom: 1px dotted black;
    position: relative;
    display: inline-block;
}
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 235px;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 16px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -117.5px; /* width / 2 */
  }  

  .tooltip:hover .tooltiptext {
        visibility: visible;
        color: rgb(21, 255, 0);
        background-color: rgb(104, 103, 103);

        transition: background-color .3s, color .5s;
        transform: border-color .3s;
    }

    .tooltip .tooltiptext::after {
        content: " ";
        position: absolute;
        bottom: 100%;  /* At the top of the tooltip */
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent transparent;
      }

      .tooltip:hover .tooltiptext::after {
        border-color: transparent transparent rgb(104, 103, 103) transparent;
        transition: border-color .3s;
      }


    table {
        width: 100px;
        text-align: left;
    }
    th, td {
        padding: 10px;
    }


    @media screen and (max-width: 500px)
    {
        ol > li {
            width: 30vw;
        }

        .menu_list {
            max-width: 100%;
        }

        h1#logo
        {
            font-size: 60px;
            margin-left: auto;
            margin-right: auto;
            float:none;
        }

        #loguotico
        {
            float: none;
            position: absolute;
            top: 0;
            right: 0;
        }

        #content
        {
            max-width: 100%;
        }

        .line
        {
            width: 100%;
        }

        .header
        {
            width: 26%;
        }

        .con
        {
            width: 60%;
        }

    }
    




/* #endregion */


/* #region OBJECT*/
#object
{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    max-height: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

model-viewer
{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
}

@media only screen and (max-device-width: 768px) 
{
    #object
    {
        height: 1000px;
    }

}

/* #endregion */