@media only screen and (min-width: 600px) {
	.page-header-margin {
		margin-top: 7rem;
	}
    #cookie-notification {
        width: 26rem;
    }
}

@media only screen and (max-width: 599px) {
    .page-header-margin {
        margin-top: 7rem;
    }
    #cookie-notification {
        width: 93%;
    }
}

#cookie-notification {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 9999;
    background-color: #b6effb;
    padding: 1rem;
    line-height: 1.2rem;
    border-radius: 0.5rem;
    text-align: justify;
    font-size: 1rem;
}

#cookie-notification .alert {
    display: flex;
    align-items: flex-start;
}

#cookie-notification p {
    margin-right: 0rem!important;
    margin-bottom: 0!important;
}

.btn-close-cookie {
    background-color: transparent;
    border-color: transparent;
}

.logo-text {
    font-size: 1.2rem;
    color: white;
    font-weight: bolder;
}
.logo-text-black {
    font-size: 1.2rem;
    color: black;
    font-weight: bolder;
}

.viber-wa-header {
    display: flex;
    align-items: center;
}

.viber-wa-header a {
    margin: 0 0.2rem;
}

.viber-wa-header img {
    width: 1.3rem;
    margin: 0 0.2rem;
}

.accordion-title {
   background-color: #f8f8f8;
}

.full-width-select {
    width: 100%;
    background-color: #f8f5f3;
    padding: 1rem;
    border: none;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.3rem;
    padding-left: 1.7rem;
}

.modal {
    display: none;
    position: absolute;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.calculator {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
}

.calculator h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group-calculator {
    margin-bottom: 15px;
}

.form-group-calculator label {
    display: block;
    font-weight: bold;
}

.form-group-calculator input {
    background-color: #f0f0f0;
    width: 100%;
    padding: 8px;
    border: 1px solid #f0f0f0;
}

.calculate-btn {
    font-weight: bolder;
    width: 100%;
    background-color: #194341;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.r-zatrazite-ponudu {
    font-weight: bolder;
    width: 100%;
    background-color: #ffcd28;
    color: #194341;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.results {
    margin-top: 20px;
    display: none;
}

.results h4 {
    text-align: center;
    margin-bottom: 10px;
}

.results p {
    margin: 5px 0;
}
