/* Styles for the Sales Reps Map */
#sales-reps-map-container {
    text-align: center;
    margin: 20px auto;
}

#sales-reps-map {
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: normal;
    height: 100vh;
}
/*.container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}*/
.rep-locator-container .map-container .info select {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}
.rep-locator-container .map-container #map svg {
    width: 100%;
    height: auto;
}
/*hr {
    margin: 20px 0;
}*/
.rep-locator-container .map-container #map svg .state {
    fill: #ccc;
    stroke: #fff;
    stroke-width: 1;
    cursor: pointer;
    transition: fill 0.3s;
}
.rep-locator-container .map-container #map svg .state:hover {
    fill: #aaa;
}
.rep-locator-container .map-container #map svg .selected {
    fill: #a4b73f;
}
.rep-locator-container .map-container .info {
    width: 40% !important;
    height: 397px !important;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    overflow: auto;
}

.rep-locator-container .map-container .info h2 {
    margin-top: 0;
    font-size: 17px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #666;
}
.rep-locator-container .map-container .info p {
    font-family: Arial, sans-serif;
    color: #666;
}
.rep-locator-container .tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
/*.active {
    fill: #00ff00; 
    stroke: #000;  
}*/
.rep-locator-container {
    max-width: 948px;
    margin: 0 auto;
    padding: 30px 0 80px !important;
}
.rep-locator-container .map-container {
    display: flex;
}
.rep-locator-container .map-container .info #state_select {
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.rep-locator-container .map-container #map {
    width: 100%;
    height: auto;
}
.rep-locator-container .map-container .info #state_name {
    font-weight: normal;
    font-size: 1.16em;
    color: #666;
    line-height: 1.1em;
    margin-bottom: 20px;
}