.screen_detail{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.home_btn, .detail_item{
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  text-align: center;
}

.home_item svg{
  height: 60px;
  width: 60px;
  fill: var(--color-main);
}


.detail_item{
  margin: 5px;
}

.detail_item svg {
  fill: gray;
  width: 25px;
  height: 25px;
}

.detail_item p{
  font-size: 13px;
}

.online, .offline{
  height: 20px;
  width: 20px;
  border-radius: 10px;
}

.online{
  background-color: green;
}

.offline{
  background-color: red;
}


.icon_small_RM{
  font-family: 'RunMasdjid';
  font-size: 30px !important;
  color: blue;
  text-align: center;
}
