/* Common Styles for PART 1 and PART 2 */
/* FILE project_images_metabox.php */
/* admin-awards-styles.css */

/* Common styles for image containers */

.bookly-flex-1 .bookly-flex-1 .bookly-summary-service-title-mark {
    flex: 1 1 0% !important;
    font-size: 30px !important;
}

.btn {
    --bs-btn-padding-y: 1.375rem !important;
    --bs-btn-padding-x: 1.375rem !important;
    font-size: small !important;
}

.btn:hover {
    text-decoration: none !important;

}

.card-deck {
    column-count: 5;
}

.card-group {
    column-count: 5;
}

.card {
    margin: 7px !important;
    text-align: -webkit-center !important;
}

.card-text {
    font-size: lead!important;;
}

.card:hover {
    box-shadow: 0 0 20px rgba(33, 33, 33, 0.6);
    transition: 0.3s;
}


.card-title {
    margin: 7px !important;
    font-size: 20px;
    letter-spacing: 1px;
}


#loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profilcek {
    background-size: 150%!important;
    filter: grayscale(100%);
    transition: background-size 0.3s ease-in-out, filter 0.3s ease-in-out;
    margin-left: 5px;
    margin-right: 5px;
}
.profilcek:hover {
    background-size: 160%!important;
    filter: grayscale(0%); /* Remove grayscale filter on hover to show color */
}
.profilcek2 {
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border 0.3s ease-in-out;

}
.profilcek2:hover {
  /*  border: 2px solid #cd2653; */
  border: 2px solid transparent;
}

.tooltip-container {
    position: relative;
    text-align: center; /* Center the items */
    z-index: 999;
    font-size: small;
    
}

.tooltip-content {
    visibility: hidden;
    background-color: white;
    border: 1px solid;
    color: #cd2653;
    border-color: #cd2653;
    text-align: center;
    border-radius: 15px;
    padding: 3px;
    position: absolute;
    z-index: 1;
    top: 85%; /* Display the tooltip below the link */
    left: 50%;
    transform: translateX(-50%); /* Center the tooltip horizontally */
    opacity: 0;
    transition: opacity 0.5s ease;
    white-space: nowrap;
}

.profilcek2:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

.tooltip-content::before {
    content: '';
    position: absolute;
    top: -10px; /* Adjust the distance of the triangle from the tooltip */
    left: 50%;
    margin-left: -5px; /* Half of the width of the triangle */
    border-width: 0 5px 10px; /* Triangle dimensions */
    border-style: solid;
    border-color: transparent transparent #cd2653; /* Color of the triangle */
}

#interierovi_dizajneri {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* Stick to the top of the viewport */
    /*background-color: #f1f1f1;*/ /* Add a background color or other styles as needed */
    /*padding: 15px;*/
}


#filter_detail {
font-size: large;
}
.spot-admin-info
{
    font-size: .8rem;
    font-weight: lighter!important;
    margin: 10px 0!important;
    background: lightgoldenrodyellow;
}
.rounded-box {
    display: inline-block;
    border-radius: 50px;
    font-weight: bolder;
    /* Adjust the border radius as needed */
    padding: 5px;
    /* Adjust the padding as needed */
    border: 1px solid white;
    /* Adjust the border color as needed */
    margin: 5px 5px 5px 5px;
    /* Adjust the margin as needed */
    background: lightgoldenrodyellow;
    
    
}
.rounded-box-filter {
    display: inline-block;
    border-radius: 10px;
    /* Adjust the border radius as needed */
    padding: 5px;
    /* Adjust the padding as needed */
    border: 3px solid #cd2653;
    /* Adjust the border color as needed */
    margin: 5px 5px 5px 5px;
    /* Adjust the margin as needed */
    background: rgba(205, 38, 83, 0.1); /* Adjust the RGB values and alpha (0.8 for 80% transparency) */
    box-shadow: 0 0 10px rgba(205, 38, 83, 0.3);
}
.wp-block-details summary {
    cursor: pointer;
    font-family: arial;
}
.rounded-box:hover {
    cursor: default;
}
.back-typy-1 {
    background: url(https://www.said.sk/wp-content/plugins/said-spot/spot_graphics/spot_back_1.jpg);
    background-size: cover;
    color: #fff;
    font-size: smaller;
    border-color: white;
}
.back-typy-2 {
    background: url(https://www.said.sk/wp-content/plugins/said-spot/spot_graphics/spot_back_2.jpg);
    background-size: cover;
    color: #fff;
    font-size: smaller;
    border-color: white;
}
.back-typy-3 {
    background: url(https://www.said.sk/wp-content/plugins/said-spot/spot_graphics/spot_back_3.jpg);
    background-size: cover;
    color: #fff;
    font-size: smaller;
    border-color: white;
}
.back-typy-4 {
    background: url(https://www.said.sk/wp-content/plugins/said-spot/spot_graphics/spot_back_4.jpg);
    background-size: cover;
    color: #fff;
    font-size: smaller;
    border-color: white;
}
.back-typy-5 {
    background: url(https://www.said.sk/wp-content/plugins/said-spot/spot_graphics/spot_back_5.jpg);
    background-size: cover;
    color: #fff;
    font-size: smaller;
    border-color: white;
}
.back-typy-6 {
    background: url(https://www.said.sk/wp-content/plugins/said-spot/spot_graphics/spot_back_6.jpg);
    background-size: cover;
    color: #fff;
    font-size: smaller;
    border-color: white;
}
.back-typy-7 {
    background: url(https://www.said.sk/wp-content/plugins/said-spot/spot_graphics/spot_back_7.jpg);
    background-size: cover;
    color: #fff;
    font-size: smaller;
    border-color: white;
}

.bookly-text-lg {
    font-size: 2.125rem !important;
    line-height: 1.75rem !important;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* Add other styling as needed */
}

.ui-menu-item:hover {
    background-color: #f0f0f0; /* Change the background color on hover */
}


.center-wrapper {
    display: flex;
    justify-content: center;
  }

  .card-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .row {
    width: 100%;
    max-width: 900px; /* Adjust as needed */
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
  }

  .post-container {
    width: 100%; /* Full width for each post */
    max-width: 280px; /* Adjust as needed */
    margin: 0 10px; /* Adjust margin between posts */
  }

  @media (max-width: 600px) {
    .post-container {
      max-width: 100%; /* Adjust for smaller screens */
    }
  }

















#project_images_container {
    display: grid !important;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-flow: dense !important;
}

#project_images_container .image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-auto-flow: dense !important;

}

#project_images_container .remove-supplier {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

#project_images_container .make-big {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    background-color: #0040ff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

#author-fields-container .remove-author {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    background-color: #ff0000;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

#project_images_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* Additional Styles specific to PART 1 or PART 2 */
/* Add your specific styles below this line */
#project_images_container .horizontal {
    grid-column: span 2 !important;
}

#project_images_container.vertical {
    grid-row: span 2 !important;
}

#project_images_container .BIG {
    grid-column: span 2 !important;
    grid-row: span 2 !important;
}





#project_form {
    width: 100%;
    margin: 0 auto;
    /* display: flex; */
    justify-content: space-between;
    /* Ensures equal spacing between the two divs */
}

span.unitm2::after {
    content: "[m²]";
    margin-left: -60px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    /* Ensures equal spacing between the two divs */
}

.half-width {
    width: 50%;
    /* Adjust to leave a small gap between the two divs */
    box-sizing: border-box;
    padding: 0 0px;
    /* Adjust to leave a small gap between the two divs */

}

label {
    /*display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;*/
    font-weight: bold;
}

#postbox-container-2 input:focus,
#postbox-container-2 select:focus,
#postbox-container-2 textarea:focus {
    background-color: lightblue;
    width: 100%;
}

#postbox-container-2 input,
#postbox-container-2 select,
#postbox-container-2 textarea {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0px;
    box-sizing: border-box;
}



#poststuff .stuffbox>h3,
#poststuff h2,
#poststuff h3.hndle {
    font-size: 22px;
}


/* Add specific styles for select element if needed */

textarea {
    resize: vertical;
    /* Allow vertical resizing of textarea */
}

/* Remove redundant flex styles */
/* label,
input,
select,
textarea {
    display: flex;
    align-items: center;
} */
















/* Regular look */
.author-summary,
.supp-summary {
    background-color: #e0e0e0;
    /* Light gray background */
    border: 1px solid #ccc;
    /* Border color */
    padding: 8px 16px;
    /* Padding for better visual */
    cursor: pointer;
    /* Change cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth transition */
    margin: 5px 5px 5px 5px;
    width: auto;

}

/* After click */
.author-summary.clicked,
.supp-summary.clicked {
    background-color: #000000;
    /* Darker background after click */
    color: #fff;
    /* White text for better contrast */


}

#authors,
#supps {
    margin: 10px;
    /* Adjust the value as per your design preferences */
}

#supps {
    margin: 10px;
    /* Adjust the value as per your design preferences */
}

#Personalia,
#Personalia2 {

    padding: 10px 10px 10px 10px;

}

#Personalia.clicked,
#Personalia2.clicked {

    padding: 10px 10px 10px 10px;
    border: 5px solid #000000;
}

::placeholder {
    /* Style for the placeholder text */
    font-style: italic;
    color: #c4c4c4;
    /* Adjust the color as needed */
}




/* IMPORTANT FOR PUBLUSHING */
#preview-action,
/*#publish,*/
#misc-publishing-actions

/*#major-publishing-actions*/
    {
    display: none;

}

#minor-publishing-actions {
    padding: 10px 10px 10px;
}

#A2A_SHARE_SAVE_meta,
#wpseo_meta {
    display: none !important;
}


#wpseo_meta {
    display: none;
}

.scroll-to-topX {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #7326ee;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
}

.scroll-to-top2 {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 0px;
    text-decoration: none;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    background: #e44e56;
    border-color: #e44e56;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 10px 15px;
    font-size: 20px;
    border-color: transparent;

    border-radius: 5px;
}


.scroll-to-top:hover {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-height: 32px;
    line-height: 2.30769231;
    padding: 0 12px;
    background: #e22835;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    padding: 10px 15px;
    font-size: 20px;
    border-color: transparent;

}

.notice {
    display: none;
}


.currency-input {
    position: relative;
}

.currency-input::after {
    content: " EUR";
    position: absolute;
    margin-left: -50px;
    /* Adjust the margin as needed */
    color: #888;
    /* Adjust the color as needed */
}