@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@media (min-width: 1100px) and (-webkit-min-device-pixel-ratio: 2) {
    .map_admin_registration_container .meta-box-sortables {
        display: flex;
        align-items: flex-start;
    }

    #map_form_meta_box {
        width: 35%;
    }

    #map_meta_box {
        width: 64%;
        margin-left: 1%;
    }
}

/*.om-sitedescription-container {
	display: none;
}*/

/*.om-sitecopyright {
	display : none;
} */

.form-row p {
    padding: 15px 12px;
    border-top: #eeeeee solid 1px;
}

.form-row p:first-child {
    border-top: 0;
}

.form-row p label {
    font-weight: 500;
    padding: 5px;
}

.form-row input {
    width: 100%;
    margin-top: 10px;
}

.input-flag-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.input-flag-container input {
    margin: 0;
}

.input-flag-container img {
    width: 30px;
    height: 20px;
    min-width: 30px;
    min-height: 20px;
    margin-right: 5px;
}

.form-row .select2-container {
    width: 100%;
    margin-top: 10px;
}

.form-row-50 {
    display: flex;
    width: 100%;
}

.form-row-50 p {
    padding: 15px 12px;
    border-top: #eeeeee solid 1px;
    width: 100%;
}

.form-row-50 p label {
    font-weight: 500;
    padding: 5px;
}

.form-row-50 p input {
    width: 100%;
    margin-top: 10px;
}

.form-row p select {
    width: 100%;
    margin-top: 10px;
}

.form-row .select2-container--default .select2-selection--multiple {
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #ffffff;
}

.form-row .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #2271b1;
}

.form-row .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px;
    color: #2271b1;
    border: 1px solid #2271b1;
    background: #f6f7f7;
}

.form-row .select2-container--default.select2-container--focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: 2px solid transparent;
}

.select2-dropdown {
    border: 1px solid #2271b1 !important;
}

.circle {
    background: #65cdc9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}

#npmap_frontend {
    margin: 0;
    padding: 0;
    background: #2c4e60;
}

.field {
    background: #65cdc9;
    opacity: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.exploration_well {
    background: #ffffff;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.land_facilities {
    width: 0px;
    height: 0px;
    cursor: pointer;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid #65cdc9;
}

.mapboxgl-popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #65cdc9;
    border-radius: 10px 10px 10px 0px;
    padding: 8px 12px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #0a2a34;
}

.mapboxgl-popup-tip {
    display: none;
}

#npmap_frontend {
    position: absolute;
    top: 138px;
    bottom: 0;
    width: 100%;
}

.map-filter-controls {
    z-index: 1;
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #1b3f4b;
    padding: 10px;
    flex-grow: 0;
    overflow-x: auto;
    max-height: 53px;
    max-width: 100%;
}

.map-filter-btn {
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 0px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b3f4b;
    background: #dcf3f3;
    padding: 6px 4px;
    border-radius: 4px;
    border: 0px;
}

.map-filter-btn p {
    margin: 2px 8px;
    white-space: nowrap;
}

.map-filter-btn i {
    display: none;
}

.map-filter-btn.active {
    background: #a6e0df;
}

.map-filter-btn:hover {
    background: #a6e0df;
}

.map-filter-btn.active img {
    font-size: 20px;
    font-weight: 500;
    margin-left: 4px;
    align-self: center;
    display: block;
}

.side-map-container {
    position: fixed;
    bottom: -100vh;
    left: 0px;
    background: linear-gradient(0deg, rgba(189, 215, 223, 0.5), rgba(189, 215, 223, 0.5)), #ffffff;
    z-index: 5;
    width: 100%;
    display: none;
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    height: 55vh;

    /*padding: 24px 142px;*/
    /*width: 500px;*/
}

.side-map-container.end-state {
    bottom: 0px;
}

.side-map-container .top-bar {
    background: #a6e0df;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.side-map-container .top-bar h2 {
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #1b3f4b;
    padding: 8px 12px;
    margin: 0 30px;
}

#close-related-articles-btn,
#desktop-close-related-articles-btn {
    padding: 8px 12px;
    background: transparent;
    border: 0;
}

#desktop-close-related-articles-btn {
    display: none;
}

#close-related-articles-btn:hover,
#desktop-close-related-articles-btn:hover {
    cursor: pointer;
}

.side-map-container .content {
    display: none;
    margin: 0 auto;
    width: 85%;
    overflow: hidden;
    overflow-y: scroll;
    height: 45vh;
}

.side-map-container #back-to-search-btn {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #006a5f;
    margin-top: 24px;
    padding: 9px 0;
    cursor: pointer;
}

.side-map-container .map-search-container {
    padding: 0 32px;
    margin-left: 2px;
    /* width: 85%; */
    height: calc(100vh - 175px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.side-map-container #map-search {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ffffff;
    border-bottom: #bdd7df 1px solid;
    margin-top: 24px;
    margin-bottom: 24px;
}

.side-map-container #map-search-input {
    padding: 12px;
    /* font-size: 14px; */
    border: none;
    background: transparent;
    flex: 1;
}

.side-map-container #map-search-btn {
    background: transparent;
    border: none;
    height: 100%;
    padding: 12px 16px;
}

.side-map-container #map-search-results ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 42px;
}

.side-map-container #map-search-results h2 {
    color: #1b3f4b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0;
}

.side-map-container .map-search-result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #bdd7df;
    cursor: pointer;
}

.side-map-container .map-search-result > span {
    font-size: 20px;
    padding: 16px 0;
}

#world-toggle-btn {
    /*position      : absolute;*/
    /*right         : 4px;*/
    /*top           : 4px;*/
    z-index: 2;
    padding: 8px 16px;
    color: #1b3f4b;
    background: #dcf3f3;
    border-radius: 4px;
    border: 0px;
}

.zoom-buttons {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    bottom: 40px;
    right: 4px;
    cursor: pointer;
}

.zoom-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 1px;
    background: #1b3f4b;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.zoom-buttons button i {
    color: #65cdc9;
}

#world-toggle-btn:hover {
    background: #a6e0df;
}

#world-toggle-btn.active {
    background: #65cdc9;
}

.side-map-container .content h3 {
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #1b3f4b;
    margin: 16px 0 0 0;
}

.point_data div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.point_data div p {
    padding: 0;
    margin: 2px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #1b3f4b;
}

.point_data div p:last-child {
    font-weight: 500;
}

.point_data div p a {
    color: #1b3f4b;
}

.post-container {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    min-height: 157px;
    background: linear-gradient(0deg, rgba(220, 243, 243, 0.5), rgba(220, 243, 243, 0.5)), #ffffff;
    filter: drop-shadow(0px 1px 3px rgba(51, 51, 51, 0.2));
}

.post-container a {
    text-decoration: none;
}

.post-container .post-image {
    width: 30%;
    min-width: 30%;
    background: #eeeeee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.post-container .post-item {
    display: flex;
    flex-direction: column;
    padding: 12px;
}

.post-container .post-item h2 {
    padding: 0px;
    margin: 0px;
    color: #1b3f4b;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.5px;
}

.post-container .post-item h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #1b3f4b;
    padding: 5px 0px;
    margin: 0;
}

.post-container .post-item p {
    font-size: 14px;
    line-height: 24px;
    color: #1b3f4b;
    padding: 0;
    margin: 0;
}

.post-container:last-child {
    margin-bottom: 80px;
}

.wp_posts {
    margin-top: 10px;
    width: 100%;
}

.side-map-container .content::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.wp_posts p {
    font-size: 14px;
    line-height: 24px;
    color: #1b3f4b;
}

.slider-container {
    align-items: center;
    background: #5d8898;
    border-radius: 10px;
    bottom: 8px;
    display: flex;
    flex-direction: column;
    left: 50%;
    max-width: 700px;
    padding: 12px 24px;
    position: absolute;
    transform: translate(-50%, 0);
    width: 95%;
    z-index: 3;
}

.slider-content-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.slider-btn-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 14px 0 4px;
    max-width: 150px;
    min-width: fit-content;
    width: 20%;
}

#slider {
    width: 100%;
}

.back-forward-btn {
    background: transparent;
    border: 0;
    color: #65cdc9;
    cursor: pointer;
}

#play {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: 50%;
    color: #65cdc9;
    display: flex;
    height: 36px;
    justify-content: center;
    text-align: center;
    width: 36px;
    cursor: pointer;
}

#slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    background: #ffffff;
    border-radius: 2px;
    height: 3px;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    background: #65cdc9;
    border-radius: 50%;
    cursor: pointer; /* Cursor on hover */
    height: 19px; /* Slider handle height */
    width: 19px; /* Set a specific slider handle width */
    z-index: 99999;
}

#slider::-moz-range-thumb {
    background: #04aa6d; /* Green background */
    cursor: pointer; /* Cursor on hover */
    height: 25px; /* Slider handle height */
    width: 25px; /* Set a specific slider handle width */
}

.slider-container label,
.slider-container p {
    color: #ffffff;
    font-family: 'Libre Franklin', sans-serif;
}

.slider-container p {
    font-size: 10px;
    line-height: 16px;
}

.year {
    margin: 4px 0 12px;
}

.slider-container #year {
    font-weight: 500;
    font-size: 16px;
}

.dummy:first-of-type {
    border-radius: 50%;
    left: 23.5px;
    pointer-events: none;
    position: absolute;
    top: 47px;
    user-select: none;
}

.dummy:last-of-type {
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    right: 23.5px;
    top: 47px;
    user-select: none;
    z-index: 95;
}

.dummy {
    background: #65cdc9;
    height: 8px;
    width: 8px;
}

#timeline-toggle-btn {
    /*position: absolute;*/
    /*left: 4px;*/
    /*top: 4px;*/
    z-index: 2;
    padding: 8px 16px;
    color: #1b3f4b;
    background: #dcf3f3;
    border-radius: 4px;
    border: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#timeline-toggle-btn:hover {
    background: #a6e0df;
}

.toggle-group {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
}

#side-map-toggle-btn {
    display: none;
}

#map-filter-text {
    margin: 0px;
    padding: 8px 4px 11px;
    color: #ffffff;
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

body.page .site-content-contain {
    padding: 0 !important;
}

@media only screen and (min-width: 766px) {
    .site-content-contain {
        padding: 0 !important;
    }

    /* #npmap_frontend {
        height: calc(100vh - 166.5px);
        width: 100%;
    } */

    #npmap_frontend {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 1100px) {
    .side-map-container .content {
        height: 84vh;
    }

    .site-content-contain {
        padding-top: 32px !important;
    }

    #map-filter-text {
        padding: 6px 4px;
        margin: 0px;
        color: #ffffff;
        font-family: Libre Franklin;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        display: none;
    }

    #side-map-toggle-btn {
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8px;
        padding: 8px;
        border: 1px solid #a6e0df;
        border-radius: 50%;
        color: #1b3f4b;
        background: #dcf3f3;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        position: inherit;
        margin-right: 25px;
        cursor: pointer;
    }

    #side-map-toggle-btn.active {
        position: relative;
        left: 30px;
        margin: 8px;
    }

    /* .om-sitedescription-container {
    	display : none;
    } */

    /* .om-sitecopyright {
    	display : none;
    } */

    .toggle-group {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .zoom-buttons {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 3;
        bottom: 20px;
        right: 20px;
    }

    .zoom-buttons button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 8px;
        background: #1b3f4b;
        padding: 8px;
        border: 1px solid rgba(0, 0, 0, 0.12);
        box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        cursor: pointer;
    }

    #close-related-articles-btn {
        display: none;
        cursor: pointer;
    }

    #npmap_frontend {
        height: calc(100vh - 171px);
        width: 100%;
        position: relative;
        top: 0;
    }

    /*.site-content-contain {*/
    /*	padding: 0 !important;*/
    /*	margin: 0;*/
    /*}*/

    .map-filter-controls {
        /*position: absolute;*/
        /*top: 20px;*/
        /*left: 20vw;*/
        z-index: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        /*justify-content: center;*/
        width: 100%;
        background: #1b3f4b;
        padding: 12px 24px 8px;
        flex-grow: 0;
        position: absolute;
        max-width: 1248px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .map-filter-btn {
        font-family: Libre Franklin;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        margin: 0px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1b3f4b;
        background: #dcf3f3;
        padding: 6px 4px;
        border-radius: 4px;
        border: 0px;
        cursor: pointer;
    }

    /*.map-filter-btn:first-child {*/
    /*	margin-left : 10%;*/
    /*}*/

    .map-filter-btn p {
        margin: 2px 10px;
    }

    .map-filter-btn i {
        display: none;
    }

    .map-filter-btn.active {
        background: #a6e0df;
    }

    .map-filter-btn:hover {
        background: #a6e0df;
    }

    .map-filter-btn.active img {
        font-size: 20px;
        font-weight: 500;
        margin-left: 4px;
        align-self: center;
        display: block;
        width: 14px;
        height: 14px;
    }

    .frontend_map_content_container {
        display: flex;
        flex-direction: row;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        top: 28px;
    }

    #world-toggle-btn {
        z-index: 2;
        padding: 8px 16px;
        color: #1b3f4b;
        background: #dcf3f3;
        border-radius: 4px;
        border: 0px;
        cursor: pointer;
    }

    #world-toggle-btn:hover {
        background: #a6e0df;
    }

    #world-toggle-btn.active {
        background: #65cdc9;
    }

    #timeline-toggle-btn {
        z-index: 2;
        padding: 8px 16px;
        color: #1b3f4b;
        background: #dcf3f3;
        border-radius: 4px;
        border: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .slider-container {
        bottom: 20px;
    }

    .side-map-container {
        position: initial;
        background: linear-gradient(0deg, rgba(189, 215, 223, 0.5), rgba(189, 215, 223, 0.5)), #ffffff;
        /*padding: 24px 142px;*/
        width: 35%;
        display: none;
        height: 100%;
    }

    .side-map-container .top-bar {
        background: #a6e0df;
        width: 100%;
    }

    .side-map-container .top-bar h2 {
        font-family: Libre Franklin;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #1b3f4b;
        padding: 14px 0px 13px;
        margin: 0px 45px;
        width: 80%;
    }

    .side-map-container .content h3 {
        font-family: Libre Franklin;
        font-style: normal;
        font-weight: 500;
        font-size: 34px;
        line-height: 40px;
        color: #1b3f4b;
        margin: 20px 0px;
    }

    .side-map-container .content .search-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start;

        padding: 0px;
        background: linear-gradient(0deg, rgba(220, 243, 243, 0.5), rgba(220, 243, 243, 0.5)), #ffffff;
        border-radius: 4px;
    }

    .post-container {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        background: linear-gradient(0deg, rgba(220, 243, 243, 0.5), rgba(220, 243, 243, 0.5)), #ffffff;
        filter: drop-shadow(0px 1px 3px rgba(51, 51, 51, 0.2));
    }

    .post-container a {
        text-decoration: none;
    }

    .post-container .post-image {
        width: 30%;
        min-width: 30%;
        background: #eeeeee;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .post-container .post-item {
        display: flex;
        flex-direction: column;
        padding: 12px;
    }

    .post-container .post-item h2 {
        padding: 0px;
        margin: 0px;
        color: #1b3f4b;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.5px;
    }

    .post-container .post-item h3 {
        font-weight: 500;
        font-size: 22px;
        line-height: 22px;
        color: #1b3f4b;
        padding: 5px 0px;
        margin: 0;
    }

    .post-container .post-item p {
        font-size: 14px;
        line-height: 24px;
        color: #1b3f4b;
        padding: 0;
        margin: 0;
    }

    .post-container:last-child {
        margin-bottom: 20px;
    }

    .wp_posts {
        margin-top: 10px;
        max-width: 573px;
    }

    .wp_posts p {
        font-size: 14px;
        line-height: 24px;
        color: #1b3f4b;
    }

    .point_data div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .point_data div p {
        padding: 0;
        margin: 2px 0px;
        font-size: 16px;
        line-height: 26px;
        color: #1b3f4b;
    }

    .point_data div p:last-child {
        font-weight: 500;
    }

    .point_data div p a {
        color: #1b3f4b;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1328px) {
    .frontend_map_content_container {
        top: 27px;
    }
    .site-content-contain {
        padding: 0 !important;
    }
    .post-container {
        min-height: 180px;
    }

    #npmap_frontend {
        height: calc(100vh - 171px);
        width: 100%;
        position: relative;
        top: 0;
    }
}
/*@media screen and (max-width: 1327px) and (min-width: 768px) {*/
/*	.frontend_map_content_container {*/
/*		margin-top: -30px;*/
/*	}*/

/*	#npmap_frontend {*/
/*		height : 85.9vh;*/
/*		width  : 100vw;*/
/*	}*/
/*}*/
