.top-loading{
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    backdrop-filter: blur(4px);
    justify-content: center;
    z-index: 10;
    visibility: hidden;
}

.div-container{
  margin: 2rem 1rem 2rem 2rem;
}

.idm-app-selector-item{
  width: auto;
  cursor: pointer;
}

.home-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed!important;
    z-index: 1;
    overflow: auto;
}

.home-light-grey, .home-hover-light-grey:hover, .home-light-gray, .home-hover-light-gray:hover {
    color: #000!important;
    background-color: #f1f1f1!important;
}

.home-bar-block .home-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}

.home-container, .home-panel {
    padding: 0.01em 16px;
}

.home-teal-idemia, .home-hover-teal-idemia:hover {
    color: #fff!important;
    background-color: rgb(67, 0, 153)!important;
}

.home-btn, .home-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.btn-padding{
    padding-top: 13px; 
    padding-bottom:13px;
}

.home-bottom-right{
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.home-top-right{
  position: relative;
    bottom: 20px;
    right: 15px;
    float: right;
}

.item-center-horizontal{
    display: flex; 
    justify-content: center; 
    margin: 0 auto;
    margin-top: 15px;
  }

.idm-data-grid{
  background-color: white;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    min-width: 50%;
    width: 50%;
    max-width: 70%; /* Could be more or less, depending on screen size */
    border-radius: 25px;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .idm-textfield-error label.title {
    margin-bottom: 0px;
}

  .idm-textfield-error{
    margin-top:10px;
    margin-bottom:20px;
  }

  .idm-error{
      float:right;
  }

  .idm-data-grid td{
    text-align: left;
  }

  .idm-data-grid td:first-child, td:last-child{
    text-align: center;
  }

  #store_visitors_table td{
    text-align: left;
  }

  #store_visitors_table td:first-child{
    text-align: center;
  }

  .right {
    text-align: right;
  }

  .left {
    text-align: left;
  }

  .map-container{
    position: fixed;
    /* border: solid gray 1px; */
    width: 73%;
    /* top: 2%; */
    margin-top: 20px;
    margin-bottom: 20px;
    /* bottom: 20px; */
    height: 72%;
  }

  .link-button{
    background-color: transparent;
    color: #8566c1;
    cursor: pointer;
    
  }