.home-code{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 250px;
    width: calc(100% - 250px);
    transition: var(--tran-05);
}
.sidebar.close ~ .home-code{
    left: 88px;
    width: calc(100% - 88px);
}




.py_parosszam-cont{
    position: relative;
    background: #ff0000;
    width: 600px;
    height: 100vh;
}
.py_parosszam-up{
    margin-top: 150px;
    position: relative;
    border-radius: 10px;
    background: #285565;
    height: 200px;
    padding: 20px 20px 20px 20px;
}
.py_parosszam-up h2{
    color: #FFF;
}
.py_parosszam-up-nav{
    position: relative;
}
.py_parosszam-down{
    position: relative;
}
.py_parosszam-down-code{
    position: relative;
}
.py_parosszam-down-code-box{
    position: relative;
}

.indexAbox
{
    position: absolute;
    top: 100px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: none;
}
.indexbox 
{
    position: relative;
    width: 700px;
    height: 530px;
    background: rgba(255, 255, 255, 0.2);
    padding: 50px 40px;
    border-radius: 10px;
    margin: 20px;

}
.indexbox h2
{
    color: white;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.indexTextBox
{
    position: relative;
    width: auto;
    height: 250px;
    background: #fff;
    border-radius: 10px;
}


.loginbox1
{
    position: relative;
    width: auto;
    height: 380px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
}
.loginbox1 form
{
    position: absolute;
    inset: 4px;
    background: rgb(0, 49, 64);
    padding: 5px 40px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    
}
.table-container {
    overflow-x: auto;
}

.loginbox1 form table thead th{
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
}
.loginbox1 form table tbody td {
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
}
.loginbox1 form h2
{
    position: relative;
    color: white;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
}
.loginbox1 form .logininputBox
{
    position: relative;
    width: 300px;
    margin-top: 35px;
}
.loginbox1 form .logininputBox input
{
    position: relative;
    width: 100%;
    padding: 20px 10px 10px;
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    color: #222;
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    z-index: 10;
}

.loginbox1 form .logininputBox span
{
    position: absolute;
    left: 0;
    padding: 20px 0px 10px;
    pointer-events: none;
    color: rgb(88, 88, 88);
    font-size: 1em;
    letter-spacing: 0.05em;
    transition: 0.5s;
}
.loginbox1 form .logininputBox input:valid ~ span,
.loginbox1 form .logininputBox input:focus ~ span
{
    color: white;
    font-size: 0.75em;
    transform: translateY(-34px);
}
.loginbox1 form .logininputBox i
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    transition: 0.5s;
    pointer-events: none;
}
.loginbox1 form .logininputBox input:valid ~ i,
.loginbox1 form .logininputBox input:focus ~ i
{
    height: 44px;
}
.loginbox1 form input[type="submit"]
{
    border: none;
    outline: none;
    padding: 9px 25px;
    background: white;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 4px;
    font-weight: 600;
    width: 100px;
    margin-top: 10px;
}
.loginbox1 form input[type="submit"]:active
{
    opacity: 0.8;
}

.codebox1
{
    position: relative;
    width: auto;
    height: 408px;
    background: rgb(255, 255, 255);
    border-radius: 8px;
}
.codebox1 form
{
    position: absolute;
    inset: 4px;
    background: rgb(0, 49, 64);
    border-radius: 8px;
    flex-direction: column;
}
.codebox1 form pre,
.codebox1 form pre code {
    height: 400px;
    border-radius: 6px;
}

.loginbox1 form textarea 
{
    margin-top: 15px;
    resize: none;
    border-radius: 8px;
    background: rgb(40, 85, 101);
    color: #fff;
    height: 150px;
}

.indexbox .indexbox-h2-but input[type="submit"] {
    position: absolute;
    border: none;
    outline: none;
    padding: 9px 25px;
    background: white;
    cursor: pointer;
    font-size: 0.9em;
    border-radius: 4px;
    font-weight: 600;
    width: 100px;
    margin-top: 10px;
    right: 50px;
    top: 35px;
}
* {
    font-family: 'Poppins', 'sans-serif';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}