h1,
h2,
h3,
h4,
p,
input,
select,
small,
strong,
td,
th {
    color: white;
}
h1 {
    font-size: 120px !important;
}
* {
    font-family: Arial, Helvetica, sans-serif;
}
p,
strong {
    font-size: 70px;
    margin-top: 2rem;
    margin-bottom: 0rem !important;
    
    font-weight: 700 !important;
}
td,
th {
    font-size: 70px;
    font-weight: 700 !important;
}
.container-fluid,
.container {
    background-color: #657d77;
}
.d-flex p{
    margin-top: 2rem;
}

.item1 {
    background-color: #000000a6;
    width: 43%;
    padding: 4rem;
}
.item2 {
    background-color: #000000a6;
    width: 55%;
    padding: 4rem;
}
.update{
    font-size: 55px;
}
.items.order {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: stretch;
}

.progress {
    width: 100% !important;
    height: 140px !important;
    margin-top: auto;
    margin-bottom: 0;
    border-radius: 60px !important;
    align-self: flex-end;
}
.item1 p {
    width: 1100px;
}

.progress-bar {
    background-color: #ec6919 !important;
}

.position-relative img {
    bottom: 30px;
    right: 30px;
    left: auto;
    width: 400px;
}
.područje-za-smile {
    font-size: 100px;
    height: 0;
    text-align: center;
}
#obavijest-area {
    max-height: 540px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
#obavijest-area p {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

@keyframes autoScrollAnimation {
    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-100%);
    }
}

@media only screen AND (max-width: 3839px) AND (max-height: 2160px){
    .full-display{
        padding: 1rem !important;
        gap: 1rem !important;
    }

    .item1, .item2{
        padding: 1rem;
        /*height: 50%;*/
    }

    .d-flex{
        width: 100%;
    }

    .mb-5{
        margin-bottom: 1.5rem !important;
    }

    h1{
        /*font-size: 2.25rem !important;*/
        font-size: 4vh !important;
    }
    h1 b{
        font-size: 4.5vh !important;
        color: unset;
    }

    p{
        /*font-size: 1.5rem !important;*/
        font-size: 2.5vh !important;
        font-weight: unset !important;
    }
    .d-flex p{
        width: 70%;
        margin-top: unset;
    }
    .d-flex strong{
        /*font-size: 1.7rem;*/
        font-size: 3vh;
        margin-top: unset;
    }
    .item1 .d-flex, .item2 .d-flex{
        margin-top: 1rem;
    }
    .item1 table:last-of-type, .item2 table:last-of-type{
        margin-bottom: auto;
    }
    .item1 table:first-of-type, .item2 table:first-of-type{
        margin-top: unset !important;
    }
    .item1.flex-display-area, .item2.flex-display-area{
        display: flex;
        flex-direction: column;
    }

    .auto-margin-top{
        margin-top: auto !important;
    }
    .auto-margin-bottom{
        margin-bottom: auto !important;
    }

    .progress{
        height: 3.5rem !important;
        margin-top: unset !important;
    }

    .table th, .table td{
        /*font-size: 1.5rem;*/
        font-size: 2.5vh;
    }
    .table.mt-5{
        margin-top: auto !important;
    }

    #obavijest-area {
        max-height: 60%;/*30%*/
        position: absolute;
        width: 100%;
        padding-right: 2rem;
    }
    
    .position-relative img {
        width: 12vw;/*14vw*/
    }
}
