
#studio-agents-for-map-br
{
     width: 100%;
     height: 100%;
     
}

#spw-map-pop
{
     z-index: 999999 !important;
}

.studio-agents-for-map-br-state 
{ 
     fill: #F3E9C3;
     cursor: pointer;
}

.studio-agents-for-map-br-state-hover
{ 
     fill:#CCC;
}

.studio-agents-for-map-br-text
{ 
     fill:#000;
     font-family: Arial;;
     cursor:pointer;
     font-size: 8px;
          
}

.studio-agents-for-map-br-text-hover 
{ 
     fill:red;
}


.studio-agents-for-map-br-circle 
{ 
     display: none !important;
}


.studio-agents-for-map-br-pop
{
     position: fixed;
     font-family: Arial;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     z-index: 999999 !important;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     
          
}

.studio-agents-for-map-br-pop-background
{
     position: fixed;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     background-color: rgba(255, 255, 255, 0.25);
     
}


.studio-agents-for-map-br-pop-window
{
     position: relative;
     width: 100%;
     height: 100%;
     max-width: 320px;
     max-height: 320px;
     background-color: #FFF;
     box-sizing: border-box;
     padding: 20px;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

@media(min-width: 768px)
{
     .studio-agents-for-map-br-pop-window
     {
          max-width: 600px;
          max-height: 400px;
     }
     
}


.studio-agents-for-map-br-pop-window-close
{
     position: absolute;
     width: 30px;
     height: 30px;
     top: -10px;
     right: -10px;
     z-index: 11000;
     cursor: pointer;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
}

.studio-agents-for-map-br-pop-window-close img
{
     max-width: 30px;
     max-height: 30px;
}

.studio-agents-for-map-br-pop-window-content
{
     position: relative;
     width: 100%;
     height: 100%;
     box-sizing: border-box;
     overflow-y: auto;
     padding: 20px;
}

.studio-agents-for-map-br-pop-window-content-title
{
     position: relative;
     width: 100%;
     height: auto;
     font-size: 36px;
     text-transform: uppercase;
     padding-bottom: 15px;
     margin-bottom: 25px;
     border-bottom: 4px solid #FFF0B3;
}


.studio-agents-for-map-br-pop-window-content-item
{
     margin-top: 20px;
     margin-bottom: 20px;
}

.studio-agents-for-map-br-pop-window-content-item-name
{
     font-weight: bold;
     font-size: 16px;
}

.studio-agents-for-map-br-pop-window-content-item-description
{
     font-size: 14px;
     font-weight: 300;
}

.studio-agents-for-map-br-pop-preload
{
     position: fixed;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     background-color: rgba(255, 255, 255, 0.25);
     z-index: 9999999 !important;
     display: none;
     justify-content: center;
     align-items: center;
     font-family: Arial;
}

.studio-agents-for-map-br-pop-preload-open
{
     display: flex;
}

.studio-agents-for-map-br-pop-preload-text
{
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 10px;
     padding-bottom: 10px;
     background-color: #FFF;
     border-radius: 25px;
}