#_matheo_geotaxmanager {
  cursor: pointer;
  height: 1.375rem;
  float: right;
  text-decoration: wavy;
  color: white;
}

#_matheo_geotaxmanager a {
  cursor: pointer;
}

#_matheo_geotaxmanager:before {
  border-right: 1px solid rgba(255,255,255,.3);
  height: 15px;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  position: relative;
}

#wepresta_geotaxmanager_countries_list_modal .modal-backdrop {
    opacity: 0.5; 
}

#wepresta_geotaxmanager_countries_list_modal a.country-item{
  color: #30686D !important;
}

#wepresta_geotaxmanager_countries_list_modal a.country-item:hover{
  color: #fff !important;
}

#wepresta_geotaxmanager_countries_list_modal .modal-dialog.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 200px);
}
  
#wepresta_geotaxmanager_countries_list_modal .modal-content {
    margin: auto;
    height: 70vh;
    width: 90vw;
    max-width: 850px;
    overflow: scroll;
}

.wepresta_geotaxmanager_countries_list .country-item {
  padding: 10px;
  border: 1px solid #EEEEEE;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.country-item:hover {
  background-color: #30686D;
  color: white !important;
  transition: 0.3s;
}


.wepresta_geotaxmanager_countries_list{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

#geotaxmanagerloader_loader_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .geotaxmanagerloader_loader {
    border: 4px solid #f3f3f3; /* Light gray */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  #wepresta_geotaxmanager_countries_list_modal .modal-dialog{
    z-index: 999;
  }


  