body {
    position: relative;
    margin: 0;
    background-color: rgb(231 251 249);
}

.header {
    background-color: #ffffff;
    border-bottom: 1px solid #00000030;
    width: 100%;
    height: 62px;
    margin: 0;
    display: inline-flex;
    box-shadow: 8px 8px 8px #0000002e;
    background-image: linear-gradient(to right, #ffffff, #75ffe6);
}

.header-part {
    width: 33%;
    margin: 0 auto;
    line-height: 56px;
}

.home {
    text-align: left;
}



.header-part h1 {
    font-size: 43px;
    margin: 3px auto;
    padding: 0;
    font-weight: 500;
    color: #000000bd;
    text-shadow: 2px 2px 3px #00000085;
    text-align: center;
    cursor: default;
    user-select: none;
    font-family: "Playwrite NO", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.desnoOpcija:hover {
    background: white;
}
.profile {
    text-align: right;
    font-size: 27px;
}

    .profile .prijavi-se {
        color: black;
        cursor: pointer;
        position: absolute;
        right: 72px;
        text-decoration: underline;
        top: 5px;
    }

    .profile img {
        width: 54px;
        user-select: none;
    }

    .profile .profilna-slika {
        position: absolute;
        right: 4px;
        cursor: pointer;
        margin: 6px;
        padding: 0;
        height: 53px;
    }

.home img {
    width: 45px;
    padding: 7px;
    user-select: none;
}

.home a {
    position: absolute;
    left: 5px;
    top: 4px;
    cursor: pointer;
    height: 35px;
}

.temno-ozadje {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    top: 0;
    left: 0;
    opacity: 0%;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
}

.prijava-registracija-box {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    width: 450px;
    height: 205px;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    box-shadow: 8px 8px 9px #0000007d;
    opacity: 0;
}

.zapri-prijava {
    position: absolute;
    right: 12px;
    top: 8px;
    cursor: pointer;
    font-family: cursive;
    text-shadow: 1px 1px 5px #000000;
    color: #000000a3;
}

    .zapri-prijava:hover {
        color: #000000ce;
    }

.prijava-registracija-box h1 {
    margin: 4px 110px;
    padding: 0;
    text-align: center;
    border-bottom: 1px dashed #0000002e;
    font-family: "Dancing Script", cursive;
    cursor: default;
}

#prijava h2 {
    width: auto;
    font-family: cursive;
    font-weight: 100;
    cursor: default;
}

#prijava input {
    height: 19px;
    width: 300px;
    margin-left: 5px;
    background: none;
    border: none;
    margin-top: 24px;
    transition-duration: 200ms;
    padding: 5px 5px 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #0000002e;
}

    #prijava input:hover {
        background-color: rgb(219, 219, 219);
        transition-duration: 150ms;
        box-shadow: 4px 4px 9px #00000040;
    }

.prijava-geslo-div, .prijava-email-div {
    width: 100%;
    height: 50px;
    display: flex;
    margin-left: 30px;
}

.prijava-ime-div {
    margin-top: 20px;
}

.prijava-registracija-box button {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #e5e5e5;
    box-shadow: 4px 4px 9px #00000040;
    font-size: 17px;
    transition-duration: 200ms;
}

    .prijava-registracija-box button:hover {
        background-color: #c5c5c5;
        transition-duration: 150ms;
        box-shadow: 8px 8px 9px #00000040;
    }

.prijava-ustvari-nov {
    position: absolute;
    color: rgb(141 141 141);
    text-decoration: underline;
    bottom: 7px;
    left: 27px;
    cursor: pointer;
    font-size: 14px;
    padding: 3px 4px;
    letter-spacing: 0.5px;
}

    .prijava-ustvari-nov:hover {
        color: rgb(83, 83, 83);
    }

.registracija-ime-div {
    display: flex;
}

.registracija-priimek-div {
    display: flex;
    margin-left: 20px;
}

.registracija-ime-priimek input {
    height: 19px;
    border: none;
    font-size: 17px;
    width: 140px;
    margin: -3px 0 0 3px;
    transition-duration: 200ms;
    padding: 5px 5px 0 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #0000002e;
}

    .registracija-ime-priimek input:hover {
        background-color: rgb(219, 219, 219);
        transition-duration: 150ms;
        box-shadow: 4px 4px 9px #00000040;
    }

.registracija-ime-priimek h2 {
    margin: 0;
    font-family: cursive;
    font-weight: 100;
    cursor: default;
    font-size: 15px;
}

.registracija-ime-priimek {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.registracija-mail-div {
    display: flex;
    margin: 30px 0 0 20px;
}

.registracija-geslo-div {
    display: flex;
    margin: 20px 0 0 20px;
}

    .registracija-mail-div h2, .registracija-geslo-div h2 {
        font-family: cursive;
        font-weight: 100;
        cursor: default;
        font-size: 25px;
        margin: 0;
    }

    .registracija-mail-div input, .registracija-geslo-div input {
        height: 19px;
        margin-left: 3px;
        width: 74%;
        background-color: white;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border: none;
        font-size: 18px;
        padding: 7px 0px 0 4px;
        border-bottom: 1px solid #0000002e;
        margin-top: 5px;
        transition-duration: 200ms;
    }

        .registracija-mail-div input:hover, .registracija-geslo-div input:hover {
            background-color: rgb(219, 219, 219);
            transition-duration: 150ms;
            box-shadow: 4px 4px 9px #00000040;
        }


#registracija span {
    color: #77000094;
}

.prijava-sporocilo {
    position: absolute;
    bottom: 24px;
    color: #ff0000;
    font-size: 15px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
}

.registracija-sporocilo {
    position: absolute;
    bottom: 30px;
    color: #ff0000;
    font-size: 15px;
    letter-spacing: 0.5px;
    width: 100%;
    text-align: center;
}

#imeProfila {
    position: absolute;
    opacity: 1;
    right: 63px;
    text-align: right;
    cursor: default;
    margin: 0 5px;
    line-height: 64px;
    letter-spacing: 0.5px;
    user-select: none;
}

#desnMenu {
    position: fixed;
    right: -210px;
    top: 0;
    width: 200px;
    height: 100%;
    transition: right 0.5s;
    background: linear-gradient(to bottom, #ffffff, #60a99b);
    box-shadow: -5px 1px 24px #0000006b;
}

#closeDesniMenu {
    font-size: 20px;
    left: 5px;
    top: 5px;
    border-radius: 40%;
    position: absolute;
    background-color: #ffffff00;
    border: none;
    cursor: pointer;
    font-family: cursive;
    text-shadow: 1px 1px 5px #000000bf;
    transition-duration: 150ms;
}

    #closeDesniMenu:hover {
        text-shadow: 3px 3px 5px #000000bf;
        transition-duration: 150ms;
    }

#imeProfilaDesno {
    margin: 14px auto 15px auto;
    width: 70%;
    text-align: center;
    color: black;
    letter-spacing: 1px;
    text-shadow: 3px 3px 5px #0000005c;
    border-bottom: 1px solid #0000003b;
    padding-bottom: 7px;
    font-size: 25px;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#imeTekstDesno {
    font-size: 9px;
    color: #0000007a;
    width: 100%;
    margin: -27px auto;
    text-align: center;
    letter-spacing: 2px;
    cursor: default;
    margin-bottom: 15px;
}

.desnoOpcija {
    width: 100%;
    height: 50px;
    background-color: #b2ff0000;
    margin: 2px 0;
    cursor: pointer;
    box-shadow: 0px 2px 5px black;
    display: flex;
}

#desnMenu h3 {
    height: 100%;
    text-align: left;
    margin: 0 auto;
    line-height: 50px;
    color: #000000ab;
    margin-left: 5px;
}

.desnoOpcija span {
    margin-top: 11px;
    margin-left: 10px;
    font-size: 27px;
}
.profilimg {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 40px;
}
.obrokZnaslov {
    background-color: #fbbde6;
}

.obrokKnaslov {
    background-color: #eed9c4;
}

.obrokVnaslov {
    background-color: #c0d7b0;
}
