* {
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #fff;
  height: -webkit-fill-available;
}

main {
  padding-top: 40px;
  padding-left: 60px;
  background-color: #eee;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.tabcontent {
  display: block;
}

#header {
  position: fixed;
  display: block;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #7500c0; /* #460073; */
  height: 40px;
}

.header_title {
  padding-left: 90px;
  margin-top: 10px;
  color: #eee;
}

ul.tabs {
  display: table;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
  height: 40px;
  width: 100%;
}

ul.side-tabs {
  display: block;
  margin: 0; 
  padding: 0;
  position: relative;
  padding-top: 40px;
}

ul.tabs li.tab {
  display: table-cell;
  cursor: pointer;
  width: 250px;
  list-style: none;
  text-align: center;
  vertical-align: middle;
}

ul.side-tabs li{
  padding: 10px;
}

.tab.active {
  background-color: #ccc;
} 

#sidebar {
  width: 60px;
  position:fixed;
  left: 0;
  right: auto;
  z-index: 1000;
}

#mapframe {
  width: 100%;
  height: 850px;
}

#dashboardframe {
  width: 100%;
  height: 900px;
}

#chatbotframe {
  width: 100%;
  height: 850px;
}

#mobiboardframe {
  width: 100%;
  height: 850px;
}

.icon {
  max-width: 40px;
  position: relative;
}

.tab_title {
  padding-left: 10px;
}