﻿.sitenote-preview-popup {
    display: block;
    position: fixed;
    height: 95vh;
    width: 82vw;
    background: white;
    left: 9%;
    border: 1px solid white;
    border-radius: 10px;
    overflow: auto;
    color: black;
    top: -100vh;
    opacity: 0;
    transition: 0.3s ease-in;
}

.sitenote-popup-open {
    opacity: 1;
    top: 2.5%;
    z-index: 3;
}

.sitenote-container {
    pointer-events: none;
}

.sitenote-popup-close {
    position: sticky;
    right: 20px;
    background: white;
    height: 50px;
    width: 52px;
    top: 15px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 0px 2px #001f38, 0px 0px 0px 4px white, 1px 3px 10px 1px black;
    cursor: pointer;
    margin: 0px;
    float: right;
    opacity: 0.95;
    z-index: 1;
}

    .sitenote-popup-close:hover {
        background: #001f38;
        color: white;
    }

.sitenote-btn-block {
    display: flex;
    justify-content: center;
}

.load-photos-sitenotes {
    display: flex;
    justify-content: center;
}

.sitenote-load-photos {
    background-color: #0E769D;
    padding: 7px 14px;
    color: white;
    text-align: center;
    font-size: 15px;
    float: left;
    border-radius: 10px;
    border: 2px solid #0E769D;
    cursor: pointer;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: -5px;
    margin-bottom: 20px;
    pointer-events: all;
}

.sitenote-load-photos:hover {
    background-color: #0a5774;
    border: 2px solid #0a5774;
}

#sitenote-submit-btn {
    background: linear-gradient(#0a5b82 40%,#12759c 100%);
    color: white;
    padding: 5px;    
    text-align: center;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
    width: 130px;
}

.sitenote-map-image{
    width:100%;
    padding: 12px 50px;
}

.sitenote-img-text{
    padding : 0px 30px
}

.sitenote-preview-block {
    margin: 30px;
    font-weight: bold;
    border-bottom: 1px solid #7e96d5
}

.note-section-header {
    background: rgb(70,95,135);
    background: linear-gradient(#0a5b82 40%,#12759c 100%);
    color: white;
    font-size: 14px;
    padding: 6px 14px;
}

.note-section-header:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.note-preview-container[data-hide-if-empty]:has(> [data-map-note]:empty) {
    display: none;
}

.note-preview-header {
    font-weight: bold;
    background: linear-gradient(#5eb5e0 40%,#35a0ca 100%);
    font-size: 14px;
    color: white;
    padding: 6px 32px;
}

.note-preview-content {
    font-weight: normal;
    font-size: 14px;
    box-shadow: 0px 5px 8px 2px #ededed;
    overflow-wrap: break-word;
}

.sitenote-output-text {
    padding: 32px;
    padding-top: 8px;
    padding-bottom: 0px;    
}

.sitenote-output-text:first-child {
    padding-top: 18px;
}

.sitenote-output-text:last-child{
    padding-bottom:18px;
}