html,
body,
#viewDiv {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

@font-face {
   font-family: "Roboto";
   font-style: normal;
   font-weight: 400;
   font-display: auto;
   src: url("../assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

.esri-popup--shadow {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.esri-widget {
    font-size: 13px;
    font-family: "Roboto"
}

.esri-input {
      font-family: "Roboto"
}

.esri-layer-list__item-container{
    padding: 6px 3px 6px 12px
}

.esri-component.esri-widget--pane{
    width: 200px;
}

.e-float-layout {
  padding: 5px 5px;
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0;
}

.e-card-container {
  overflow: hidden;
}

.e-card {
  background-color: #e3e3e3;
  color: black;
  min-height: 100%; /*replace this it in width: 100%*/
  width: 50%;
  float: right;
}

.e-card-title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
}

.e-card-desc {
    padding: 10px;
    text-align: left;
    font-size: 13px;
    color: #3a3a3a;
}

/*add this it*/
.e-card-image {
  display: flex;
    object-fit: cover;
}
/*-------------*/

.e-icon-line{
    padding: 2px 2px 2px 12px
}

table{
    font-size: 13px;
}

td.td-icon {
    text-align: center;
    color: #535353;
}

div.e-card-image img {
  width: 50%;
  height: auto;
}

.e-icon-container {
  position: absolute;
  top: 150px;
  left: 20px;
  font-size: 18px;
}

.e-icon-button{
    width: 40px
}
/* Phone Devices Query */
@media only screen and (max-width: 37.5em) {
  div.e-card-image img {
    width: 100%;
    height: auto;
  }

  /*add this it*/
  .e-card-image {
     flex-direction: column;
  }
  /*----------------------*/

  .e-card {
    width: 100%;
    margin-top: -4px;
  }
}