html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#map {
    height: 90%;
}
.leftBar{
    display: flex;
    flex-direction: column;
    position: fixed;
    /* top: calc(0% + 55px); */
    top: 0%;
    margin-top: 60px;
    margin-left: 10px;
    height: calc(90% - 70px);
    width: 300px;
    /* background-color: black; */
}
#manageRoutes{
    box-sizing: border-box;
    border: 2px outset black;
    background-color: white;
    /* position: fixed; */
    /* top: calc(0% + 55px); */
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    z-index: 10;
    padding: 5px;
}
.selector{
    margin-top: 5px;
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    width: 100%;
    height: 30px;
}

#copyDiv{
    display: none;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}


.routeAction{
    margin-top: 5px;
    height: 30px;
    width: 100%;
    border-radius: 10px;
    border: 1px;
    /* background-color: #731963; */
    color: black;
    border: 2px solid black;
    /* color: white; */
    font-size: large;
    cursor: pointer;
}





#managePlicuri{
    /* flex-grow: 1; */
    height: 80%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 2px outset black;
    background-color: white;
    margin-top: 10px;
    width: 100%;
    border-radius: 10px;
    z-index: 10;
    padding: 5px;
}

.managePlicuriHeader{
    justify-content: center;
    display: flex;
    width: 100%;
    height: 50px;
    border: 2px solid black;
    text-align: center;
    padding: 10px 25px;
    box-sizing: border-box;
    border-radius: 10px;
}
#nrPlicsSel{
    padding: 2px;
    border: 1px solid black;
    border-radius: 5px;
    margin-left: 10px;
}
#selectedElements{
    height: calc(100% - 110px);
    overflow-y: auto;
    border: 2px solid black;
    padding: 5px;
    margin: 5px 0px;
    border-radius: 10px;
}
.selectedPlic{
    /* background-color: purple; */
    display: flex;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
    height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 2px dashed black;
    border-radius: 10px;
    margin-top: 1px;
}
.circle{
    border-radius: 100%;
    background-color: red;
    color: black;
    /* font-size: large; */
    border: 3px solid black;
    height: fit-content;
    width: fit-content;
    cursor: pointer;
    /* border: 1px solid black; */
}
.showOnMap {
    float: right;
    background-color: transparent; /* No background color */
    border: none;                  /* No border */
    color: #b0b0b0;                /* Pale gray text color */
    font-size: 16px;               /* Adjust font size as needed */
    font-weight: bold;             /* Make the text bold */
    cursor: pointer;               /* Pointer cursor on hover */
    /* padding: 10px 20px;            Optional padding for better spacing */
}
.showOnMap:hover {
    color: #a0a0a0; /* Slightly darker gray on hover */
}
.showOnMap:focus {
    outline: none; 
}
#assignToRoute{
    align-self: flex-start;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px;
    /* background-color: #5bc0de; */
    color: black;
    border: 2px solid black;
    font-size: large;
    cursor: pointer;
}
.select{
    /* background-color: #007bff; */
    width: 100%; /* Each button takes about half of the container, minus a small gap */
    margin: 0;
    border-radius: 10px;
    border: 1px;
    height: 30px;
    /* color: white; */
    font-size: large;
    cursor: pointer;
}

#searchBar{
    display: flex;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
    border: 2px outset black;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
#url_input{
width: 200px;
}
#nrPlics{
    padding: 2px;
    border: 1px solid black;
    border-radius: 5px;
    margin-right: 2px;
    /* background-color: #00FF00; */
}

.infoWindow{
    width: 250px;
    font-size: large;
}



.infoButtonDiv{
width: 100%; /* Fixed width of the container */
display: flex;
justify-content: space-between;
}
.infoButton{
    width: calc(50% - 5px); /* Each button takes about half of the container, minus a small gap */
    margin: 0;
    border-radius: 10px;
    border: 1px;
    height: 30px;
    /* color: white; */
    font-size: large;
    cursor: pointer;
}
.infoButton:first-child{
    /* background-color: green; */
    margin-right: auto;
}
.infoButton:last-child{
    /* background-color: red; */
    margin-left: auto;
}


#actionPanel{
    width: 100%;
    height: 10%;
}
#manageZones{
    /* background-color: #f4a261; */
    width: 100%;
    height: 10%;
    font-size: large;
}
.actionButton{
    height: 100%;
    width: 49%;
    /* color: white; */
    border-radius: 10px;
    font-size: large;
}


#pickColor{
    display: none;
    /* display: flex; */
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.colorButton{
    margin-top: 40px;
    border-radius: 10px;
    width: 47%;
    height: 30px;
    /* color: white; */
    border: 1px;
    padding: 1px;
    text-align: center;
    line-height: 30px; /* Ensures the text is centered vertically */
    cursor: pointer;
}

#finishEdit{
    width: 200px;
    color: white;
    background-color: green;
    padding: 5px;
    border-radius: 10px;
    border: 2px outset black;
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}