.logo-image {
    height: 50px;
}

.is-invalid {
    border: 1px solid red !important;
}
.text-black{
    color: black;
}
.site-color{
    color: var(--primary-color1);
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-2 {
    margin-left: 0.5rem;
}
.ml-3 {
    margin-left: 1rem;
}
.ml-4 {
    margin-left: 1.5rem;
}
.ml-5 {
    margin-left: 3rem;
}
.site-color-hover:hover{
    color: var(--primary-color1) !important;
    transition: 0.2s;
}
.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

.poperty-details-tab-content {
    /*height: 400px;*/
    overflow: hidden;
}
.product-img-detail-main-holder{
    height: 500px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cursor-pointer {
    cursor: pointer;
}

.swiper-index-events {
    height: 270px;
}

#notice_modal button {
    border-radius: 10px;
}
/* RATINGS */
.object-rating-value-holder{
    background-color: #efb93f;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    border-radius: 5px;
    font-weight: 500;
    border-bottom-left-radius: 0px;
    display: inline-block;
}
.object-rating-additional-text-holder{
    display: inline-block;
}
.object-rating-main-holder{
    display: flex;
}
/* .RATINGS */
/* CONFIRM MODAL */

.modal-confirm-notice {
    color: #636363;
    width: 400px;
}

.modal-confirm-notice .modal-content {
    padding: 20px;
    border-radius: 10px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm-notice .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm-notice h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm-notice .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm-notice .modal-body {
    color: #999;
}

.modal-confirm-notice .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm-notice .modal-footer a {
    color: #999;
}

.modal-confirm-notice .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #60c7c1;
}

.modal-confirm-notice .error_icon_box {
    border: 3px solid #e3342f9e;
}

.modal-confirm-notice .error_icon_box i {
    color: #e3342f9e !important;
}

.modal-confirm-notice .icon-box i {
    color: #60c7c1;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.modal-confirm-notice .btn,
.modal-confirm-notice .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
}

.modal-confirm-notice .error_notice_button,
.modal-confirm-notice .error_notice_button:active {

    background: #e3342f9e !important;
}

.modal-confirm-notice .btn-secondary {
    background: #c1c1c1;
}

.modal-confirm-notice .btn-secondary:hover,
.modal-confirm-notice .btn-secondary:focus {
    background: #a8a8a8;
}

.modal-confirm-notice .btn-danger {
    background: #f15e5e;
}

.modal-confirm-notice .btn-danger:hover,
.modal-confirm-notice .btn-danger:focus {
    background: #ee3535;
}

.object-contact-card-holder {
    background-image: linear-gradient(gray, white) !important;
}

.error-page {
    height: 100vh;
    padding: 50px;
    position: relative;
    background-blend-mode: luminosity;
    background-size: cover;
}

.error-page .error-inner {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 100%;
}

.error-page .dz-error {
    position: relative;
    color: gray;
    font-size: 200px;
    letter-spacing: 0px;
    animation: dzError 1s infinite linear alternate-reverse;
    font-weight: 900;
    line-height: 200px;
    margin: auto;
}

.error-page .error-head {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    color: #1c1c4e;
}

.swiper-slide-object-detail {

}

.swiper-slide-object-detail img {
    /*width: 100% !important;*/
    /* height: 100% !important;*/
    /*position: absolute !important;*/
    /* width: 100%; */
    /*left: 50% !important;*/
    /*top: 50% !important;*/
}
.event_google_map_input_object_detail{
    overflow: unset !important;
}
/* REVIEW */
.customer-add-review-main-content-holder{
    margin-left: 0px !important;
    max-width: unset !important;
}
/* .REVIEW */
/* RESERVATION  */
.reservation-object-total-price-holder{
    border-bottom: 1px solid #aeaeae;
    font-weight: 600;
}
.reservation-additional-object-price-holder{
    border-top: 1px solid #aeaeae;
}
.reservation-additional-services-price-holder{
    border-top: 1px solid #aeaeae;
}
.reservation-total-price-holder{
    width: 100%;
}
.object-calendar-holder{
    text-align: -webkit-center;
}
.blocked {
    background-color: #FF6347; /* Crveno za zauzete dane */
    color: white;
}

.pending {
    background-color: #FFD700; /* Žuto za čekanje */
}

.available {
    background-color: #f5f5f5; /* Zeleno za dostupne dane */
}
.flatpiceker-reservated-day {
    background-color: #FF6347 !important;
    color: white !important;
    border-radius: 50%; /* Okrugli prikaz datuma */
}
.flatpiceker-pending-day {
    background-color: #FFD700 !important;
    color: white !important;
    border-radius: 50%; /* Okrugli prikaz datuma */
}
#reservationAdditionalObjectCollapseElement{
    max-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
}
#reservationAdditionalServicesCollapseElement{
    max-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
}
.object-detail-rating-value-holder{
    background-color: #efb93f;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 1px;
    border-radius: 5px;
    font-weight: 500;
    border-bottom-left-radius: 0px;
    display: inline-block;
}
/* .RESERVATION CALENDAR */
/* CHECKBOX */
input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
}
input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
}

.form-control + .form-control {
    margin-top: 1em;
}
input[type="checkbox"] {
    /* ...existing styles */
    display: grid;
    place-content: center;
    font-size: large;
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}
input[type="checkbox"]::before {
    /* ...existing styles */

    /* Windows High Contrast Mode */
    background-color: var(--primary-color1);
}
/* .CHECKBOX */
/* PAGINATION */
.pagination-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.paginations {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.paginations-buttons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}
 .paginations-buttons li a {
    color: var(--text-color);
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: .5s;
}
.pagination-area .paginations .page-item a {
    background-color: var(--primary-color1);
    color: var(--title-color);
    font-family: var(--font-open-sans);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(22, 25, 30, .1);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .PAGINATION */
/* ADMIN */
.dashboard-sidebar-wrapper{
    overflow-x: auto;
}
.admin-sidebar-logout-button-holder{
    border-top: 1px solid var(--primary-color1);
}
.dashboard-logo{
    width: 50%;
}
.property-info-img-admin{
    max-height: 150px;
}
.admin-sidebar-icons{
    height: 35px;
}
.edit-delete-icons{
    height: 20px;
}
.site-medium-icons{
    height: 20px;
}
/* .ADMIN */
.banner-wrapper-logo{
    width: 100%;
    left: 0px;
    position: absolute;
    top: 40px;
    z-index: 1;
    text-align: center;
}
.logo-image-baner-wrapper{
    height: 300px;
}
/* INDEX */
.index-about-us-about-image-holder{
    border-radius: 10px;
    overflow: hidden;
}
/* .INDEX */
/* NAVBAR */
.sl-nav {
    display: inline;
}
.sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
}
.sl-nav li {
    cursor: pointer;
    /*padding-bottom:10px;*/
}
.sl-nav li ul {
    display: none;
}
.sl-nav li:hover ul {
    position: absolute;
    top:29px;
    right:-15px;
    display: block;
    background: #fff;
    width: 142px;
    padding-top: 0px;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
}
.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius:2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px;
    padding-bottom:0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}
.sl-nav li ul li span {
    padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
    color: #146c78;
}
.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 20px;
    height: 15px;
    background: #aaa;
    border-radius: 5px;
    position: relative;
    top: 0px;
    overflow: hidden;
}
/* .NAVBAR */
/* ADDITIONAL SERVICE */
.js-additional-service-all-images-thumb-holder{
    margin-bottom: 24px;
}
.additional-services-edit-imges-holder{
    height: 180px;
    overflow: hidden;
}
.all-image-list-avatar-thumb{
    height: 100%;
    max-height: 180px;
    width: 100%;
    border-radius: 10px;
    margin-right: 15px;
}
.all-image-list-title{
    padding: 15px 18px 0px;
}
.all-image-list-box-hover{
    background-color: #faf8fb;
}
.edit_form_section_h_tag{
    border-bottom: 1px solid black;
}
.all-image-list-action-button{
    /*background-color: var(--primary-color1);*/
    width: 100%;
    /*color: black;*/
    font-size: large;
    cursor: pointer;
    padding: 10px 25px;
}
.upload-others-wrapper{
    border-top: 1px solid rgba(22, 25, 30, .1);
    padding-top: 30px;
}
.custom-alert{
    padding: 10px 15px;
    border-radius: 5px;
}
.custom-alert-form-holder{
    padding-left: 0px;
    padding-right: 0px;
}
/* .ADDITIONAL SERVICE */
/* LOADER */

.imgUploadLoader {
    width: 120px;
    height: 22px;
    border-radius: 20px;
    color: var(--primary-color1);
    border: 2px solid;
    position: relative;
    background-color: #f3f3f3;
}
.imgUploadLoader .progressBarLoader {
    height: 100%;
    border-radius: inherit;
    background: currentColor;
    width: 0%;
    transition: width 0.2s;
}
#imgUploadLoaderHolder {
    background-color: #fff;
    padding: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
/* OBJECT DETAIL */
.object-detail-object-slider-image{
    height: 500px !important;
    width: auto !important;
    min-width: unset !important;
}
.swiper-slide-object-detail{
    text-align: center;
}
/* OBJECT DETAIL */

@media (max-width: 1399px) {
    .swiper-index-events {
        height: 220px;
    }
    .home3-about-section .office-location-area .about-img-wrap .logo-area {
        left: 47%;
    }
}

@media (max-width: 1199px) {
    .swiper-index-events {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .swiper-index-events {
        /*height: 418px;*/
    }
    header.style-1 .mobile-logo-area {
        background-image: linear-gradient(to right, white, black, white);
    }
    .home3-about-section .office-location-area .about-img-wrap .logo-area {
        left: 48%;
    }
    .logo-image-baner-wrapper {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .swiper-index-events {
        height: 270px;
    }
    .poperty-details-tab-content {
        /*height: 800px;*/
    }
    .product-img-detail-main-holder {
        height: 400px;
    }
    .event_google_map_input_object_detail{
        height: 370px !important;
    }
    .home3-about-section .office-location-area .about-img-wrap .logo-area {
        left: 47%;
    }
}

@media (max-width: 650px) {
    .poperty-details-tab-content {
        /*height: 700px;*/
    }
}
@media (max-width: 610px) {
    .object-detail-object-slider-image {
        height: 300px !important;
    }
    .product-img-detail-main-holder {
        height: 300px;
    }
    .event_google_map_input_object_detail{
        height: 270px !important;
    }
}
@media (max-width: 550px) {
    .poperty-details-tab-content {
        /*height: 550px;*/
    }
}
@media (max-width: 500px) {
    .error-page .dz-error {
        font-size: 130px;
    }
}

@media (max-width: 450px) {
    .swiper-index-events {
        height: 230px;
    }
    .h-custom {
        height: 100%;
    }

    .swiper-index-events {
        /*height: 475px;*/
    }
    .poperty-details-tab-content {
        /*height: 460px;*/
    }
    .home3-about-section .office-location-area .about-img-wrap .logo-area {
        left: 46.5%;
    }
}

@media (max-width: 350px) {
    .poperty-details-tab-content {
        height: auto;
    }
}
/* SCHROLL */

/* .SCHROLL */
