﻿.project-points-filter-container {
    width: 0px;
    transition: width 0.5s ease-in-out;
    top: 80px;
    z-index: 1000;
    overflow: auto;
}

.project-points-filter-expanded {
    width: 297px !important;
    padding: 0px 16px 0px 16px;
    transition: width 0.5s ease-in-out;
    padding: 0px 16px 0px 16px;
}

.project-points-results-container {
    width: 8px;
    position: fixed;
    right: 0;
    top: 48px;
    background-color: #FAF9F8;
    z-index: 1000;
    height: calc(100% - 48px);
    transition: width 0.5s ease-in-out;
    display:flex;
}

.location-results-container {
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
}

.location-results-row {
    display: flex;
    align-items: flex-start;
}

.location-results-label {
    flex: 0 0 50%;
    
}

.location-results-content {    
    flex: 1;
    word-wrap: break-word;
}

.project-points-results-expanded {
    width: 297px !important;
    transition: width 0.5s ease-in-out;
}

.selection-container {
    width: 300px;
    padding: 10px 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.filter-section {
    width:100%;
}

.input-field {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.correct-picker{
    left: -100px;
}

.small-input {
    width: 60%; /* Adjust based on preference */
    display: inline-block;
}

.filter-label {
}

.date-filter-label {
    font-size: 12px;    
}

.filter-label-header {
    font-size: 12px;
    margin-top: 6px;
}

.project-points-details-header {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #323130;
    padding-top:20px;
    padding-left: 16px;
}

.projects-details-header {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #323130;
    padding-left: 16px;
}


.project-points-selected-projects-close {
    float: right;
    /*background: #323130;*/
}

.dropdown {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.selection-container {
    position: fixed;
    top: 80px;
    left: -300px; /* Starts hidden. Width of container + a little extra */
    height: calc(100% - 80px);
    z-index: 1000; /* Ensure the panel is above other content */
    transition: left 0.3s; /* Animation for sliding */
    background-color: rgba(255, 255, 255, 0.4); /* Semi-transparent white for the frosted look */
    backdrop-filter: blur(4px);
    overflow: auto;
}

    .selection-container.open {
        left: 80px; /* When open, right is set to 0 */
    }




.date-section {
    display: inline-block;
    width: 48%; /* Almost half the width to display side by side. Adjust as needed */
}
.search-wrapper {
    position: relative;
    display: inline-block;
}

.search-input {
    padding-left: 30px;
    background: transparent; /* Ensures the input doesn't overlap the icon */
}

.search-wrapper::before {
    content: ""; /* Important for the pseudo-element to be rendered */
    /*background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M 7.4 2.5 c -2.7 0 -4.9 2.2 -4.9 4.9 s 2.2 4.9 4.9 4.9 c 1 0 1.8 -0.2 2.5 -0.8 l 3.7 3.7 c 0.2 0.2 0.4 0.3 0.8 0.3 c 0.7 0 1.1 -0.4 1.1 -1.1 c 0 -0.3 -0.1 -0.5 -0.3 -0.8 L 11.4 10 c 0.4 -0.8 0.8 -1.6 0.8 -2.5 c 0.1 -2.8 -2.1 -5 -4.8 -5 Z m 0 1.6 c 1.8 0 3.2 1.4 3.2 3.2 s -1.4 3.2 -3.2 3.2 s -3.3 -1.3 -3.3 -3.1 s 1.4 -3.3 3.3 -3.3 Z' fill='%23888'></path></svg>");*/
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 57%;
    transform: translateY(-50%);
    z-index: 2; /* Ensure the icon appears above the input */
    pointer-events: none;
}

.color-input {
    display: inline-block;
    width: 80%; 
}

.color-swatch {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    border-radius: 6px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    top: 6px;
}

    .color-swatch.pw {
        background-color: #00A1E7;
    }

    .color-swatch.rol {
        background-color: #006063;
    }

    .color-swatch.dsd {
        background-color: #E87A00;
    }

    .color-swatch.wind {
        background-color: #80BC00;
    }

    .color-swatch.other {
        background-color: #82929F;
    }
    .color-swatch.msu {
        background-color: #fffa00;
    }
    .color-swatch.bs {
        background-color: #5E30A8;
    }


.department-label {
    position: relative;
}
.slim-input {
    border: 1px solid #e0e0e0; /* A light border */
    border-radius: 5px; /* Softened corners */
    padding: 8px 12px; /* Some space around the text */
    font-size: 14px; /* A moderate font size */
    outline: none; /* No outline on focus (use with caution and ensure you have other focus indicators) */
    width: 100%; /* Takes up the full width of its container */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); /* A subtle inner shadow to give some depth */
    transition: border-color 0.2s; /* Smooth transition for hover and focus effects */
}

    .slim-input:focus {
        border-color: #a0a0a0; /* A darker border when focused */
    }

.slim-select {
    /* Similar styling for select boxes */
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    appearance: none; /* Disables the default appearance */
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6"><path fill="none" stroke="#000" d="M1 1l4 4 4-4"/></svg>') no-repeat right center, white; /* Custom dropdown arrow */
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s;
}

    .slim-select:focus {
        border-color: #a0a0a0;
    }

.project-details-label{
    font-weight: bold;
    width: 100px;
    display: inline-block;
    padding-left: 16px;
}

.project-details-content {
    font-weight: normal;
    padding-left: 16px;
}

.project-result-container {
    padding-top: 8px;
    padding-bottom: 8px;    
}

    .project-result-container:hover {
        background: #ffffffff;
    }

    .project-result-container-focus {
        background: #00A1E714;       
    }

    .project-result-container-focus:hover {
        background: #00A1E714;
    }

.project-result-container:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.result-container-divider {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.map-container{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.poly-list-group-item {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin-left: -25px; /* Remove margins */    
    width: 100%;
    font-weight:100;
    font-size: 12px;
}

.poly-save-button {
    width: 20px;
    height: 20px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: transparent;
}

.poly-trash-button {
    width: 20px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: transparent;
}

.poly-copy-button {
    height: 20px;
    width: 20px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: transparent;
}

.poly-copy-button-check {
    height: 20px;
    width: 20px;
    border: none;
    color: #005E63;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
.textbox-icon-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    /* Ensure this wrapper has a specific height if necessary, or ensure it matches the input's height */
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 10px; 
    height: 100%; 
    display: flex;
    align-items: center; 
    padding: 0 10px; 
}

.radius-meter-button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.search-icon-wrapper{
    position: relative;
    padding-right: 10px;
}

.office-wrapper{
    margin-right: 6px;
}
.department-container{
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.department-block {
    width:50%;
}

.date-filter-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    margin-top: 3px;    
}

.date-filter-block {
    
}

.space-6px-right{
    margin-right: 6px;
}

.department-line {
    display: flex;
    flex-direction: row;
}

.date-filter-section-align-right {
    justify-content: right;
    display: flex;
}

.date-filter-space-left{
    margin-left: 3px;
}

.date-filter-space-right {
    margin-right: 3px;
}

.unset-top{
    top: 0px;
}

.poly-edit-container {
    display: flex;
    flex-direction: column;
}

.circle-svg {
    top: -3px;
    position: relative;
}
.poly-list-item-action{
    width: 19px;
    margin-left: 5px;
    bottom: 2px;
}

.project-points-polygon-list{
    padding: 0px;
}

.radius-icon-wrapper {
    width: 24px;
    height: 28px;
    background: #F3F2F1;
    text-transform: lowercase;
    padding-left: 5px;
    vertical-align: top;
    padding-top: 3px;
}

.poly-edit-radius-input {
    width: 220px;
}

.project-selected-label {
    padding-left: 16px;
    font-weight: bold;
    width: 150px;
}

.project-selected-content{

}

.project-selected-row {
    display: flex;
    flex-direction: row;
}

.project-details-header{
    font-weight: bold;
    padding-left: 16px;
}

.project-points-selected-project-expanded {
    height: 200px !important;
    transition: height 0.5s ease-in-out;
}

.selected-project-container {
    position: absolute;
    width: 100%;
    bottom: 0px;
    transition: height 0.5s ease-in-out;
    height: 4px;
    background: #00A1E714;
}

.search-popup-title {
    padding: 10px;
    font-size: 12px;
    margin-top: 6px;
}

.search-popup-list-item {
    padding-left: 10px;
}

.search-popup-list{
    list-style-type: none;
    padding: 0;
}

.atlas-map .popup-content-container {
    box-shadow: unset;
    min-width: 160px;
    min-height: 23px;
}

.project-points-selected-project-container {
    border-top: 8px solid #F3F2F1;
    height: 230px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    background: #00A1E714;
}

.project-points-results-list {
    display: block;
    visibility: visible;
    overflow-y: auto;
}

#project-points-result-toggle-btn {
    z-index: 1000;
    position: fixed;
    height: 100%;
}

.pp-folder-sidebar {
    display: flex;
    flex-direction: column;
    transition: width 0.3s, right 0.3s;
    position: relative;
    background: #FAF9F8;
}

    .pp-folder-sidebar.left {
        width: 300px;
    }

        .pp-folder-sidebar.left.folder-closed {
            width: 8px;
            overflow: hidden;
        }

        .pp-folder-sidebar.left.folder-closed-55 {
            width: 55px;
        }

    .pp-folder-sidebar.right {
        width: 250px;
        right: 0;
    }

        .pp-folder-sidebar.right.folder-closed {
            width: 8px;
        }