body {
-webkit-print-color-adjust: exact !important; /*Chrome, Safari */
color-adjust: exact !important;  /*Firefox*/
}

.py-4 {
    background-color: white !important;
}

.list-group-flush li:first-of-type {
    display: block;
}

#pills-tab {
    display: none;
}

footer {
    display: none;
}

nav {
    display: none;
}

button {
    display: none;
}

.btn-dark {
    display: none;
}

.tab-content > .tab-pane {
    display: block;
    opacity: 1;
    page-break-inside: avoid;
}

.list-group-item {
    border: none;
    
}

.list-group-flush li:first-of-type span {
    font-size: 20px !important;
    border-bottom: 1px solid #8f0000;
    font-weight: 500;
}

.my-list-group-item span {
    font-size: 16px;
    color: #8f0000;
}

.span_kartice {
    color: #2d2926ff !important;
    font-size: 17px !important;
}

.myp-prethodna {
    margin-bottom: 0;

}

.divp p {
    color: #2d2926ff !important;
    font-size: 17px!important;
}

.divp p span {
    font-size: 16px;
    color: #8f0000;
}

.picture {
    padding: 0.8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    object-fit: contain;   
    max-width: 500px;
    max-height: 450px;
}

.mycontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: 100%;
}

.divp {
    flex-basis: 45%;
}

.divpicture {
    text-align: left;
    margin: auto;
}

#procjena-ugrozenosti {
    height: auto;


}
.mycard {
    margin: 9px;
    flex-basis: 100%;
    border: none;
}

.mya-prethodna {
    color: black;
    text-decoration: none !important;
    background-color: transparent;
    font-size: 16px;
}

.divp h2 {
    width: fit-content;
    font-weight: bold;
}

#second2 {
    float: right;
    overflow: hidden;
    width: 60%;
}

.linija {
    display: block!important;
    width: 100%;
    height: 18px;
    background-color: #8f0000;
    color: white;
    font-weight: 600;
    line-height: 18px;
    font-size: 11px;
    padding-left: 5px;
    margin: 9px;
    font-style: italic;
}
.flex-map {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    flex-basis: 100%;
    margin: auto;
}
#second2 div:first-of-type {
    flex-basis: 100%;
}

#second2 div {
    flex-basis: 45%;
}

#map {
    flex-basis: 100%;
}

@page {
    size: A4;
   
}

#wrapper {
    display: none;
}

