﻿#def-body {
    background: #2B3034 !important;
}
.header-top-my {
    display: flex !important;
    justify-content: center !important;
}
.nav-list-container {
    justify-content: center !important;
}
.profilna-img {
    display: block;
    width: 140px;
    margin: 0 auto;
}
.centered-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.header-top-sticky {
    background: #0069B5;
}

/*BLOG*/
.blog-img {
    max-width: 300px;
    background: #fff;
}


.login-wrapper {
    text-align: center;
    max-width: 400px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
}

.page-title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
}

.profilna-img {
    max-width: 150px;
    margin-bottom: 20px;
}

.form-control {
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    background: #fff;
}
.login-footer {
    display: flex;
    justify-content: center;
}
.login-button {
    border-radius: 2px;
}

#frmMain {
    padding: 0px 30px;
}

#prijavaKorisnickoIme, #prijavaLozinka {
    border-radius: 2px;
}
.dno-footer {
    width: 100% !important;
    text-align: center !important;
    display: flex;
    justify-content: center;
}
.left-info {
    font-size: 14px !important;
}
/*POCETNA*/
.user-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.btnOdjava {
    margin-top: 5px;
    margin-left: 50px;
}

.mobile-profile-icon {
    display: none;
}
.button-odjava {
    display: none;
}
.title-aside {
    font-size: 18px;
}
    .title-aside:hover {
        color: #0069B5;
    }

    .list-headers:hover {
        background: #fff;
        color: #0069B5;
        cursor: pointer;
    }
.header-item{
    background: #0069B5;
    color: #fff !important;
}
.header-item-pocetna {
    background: #0069B5;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    transform: none;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header-item:hover {
    background: #fff !important;
    color: #0069B5 !important;
}
.list-headers:hover .header-item {
    background: #fff !important;
    color: #0069B5 !important;
}

.user-div, .left-info-div {
    border: 2px solid #0069B5;
    padding: 10px;
    border-radius: 10px;
}
.aside-li:hover {
    background: rgba(0, 105, 181, 0.2);
}
.list-aside-element {
    font-size: 15px;
}
.main-my {
    min-height: 500px;
}
/*-----------------@MEDIA-----------------*/
@media (max-width: 768px) {
    .user-wrapper {
        display: none;
    }

    .mobile-login {
        max-width: 80%;
    }
    .default-title {
        margin-top: 6%;
    }
    .mobile-profile-icon {
        display: inline-block;
        font-size: 24px;
        color: #333;
        margin-left: 15px;
        cursor: pointer;
    }
    .button-odjava {
        display: block;
    }
    .btnOdjava {
        margin-left: 5px;
    }
}

@media (min-width: 1000px) {
    .blog-div {
        display: flex;
    }
}
.stupanj-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 120px;
    background-color: #f0f0f0;
    color: #0069B5;
    font-weight: bold;
    font-size: 24px;
    border-radius: 8px;
    text-decoration: none;
    overflow: hidden !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-align: center !important;
}
.aside-title {
    border-bottom: .2rem solid #0069B5 !important;
}
.product-default .stupanj-box:hover {
    color: #0069B5;
}
figure .file-link:hover {
    color: #0069B5 !important;
}
.ostali-title {
    width: 100%;
    text-align: center;
    font-size: 25px;
    text-decoration: underline;
}
}