.ant-layout-sider {
  position: fixed;
}

.float_five9 {
  position: fixed !important;
  width: 350px !important;
  height: 70vh !important;
  padding: 0px !important;
  background-color: white !important;
  color: #fff;
  left: 0px;
  top: calc((100vh - 112px - 80vh) / 2 + 50px); 
  display: inline-block;
/*  bottom: 60px; */
/* z-index: 9999; */
}
#app > section > div > div > iframe {
  width: 100% !important;
  height: 80vh !important;
}

#app > section > section > main > div > div.ant-row-flex {
  padding-left: 100px;
}

#app > section > section > main > div > div.ant-tabs.ant-tabs-top.ant-tabs-line {
  padding-left: 100px;
}


#app > section > div > div > button {
  position: fixed;
  top: calc((100vh - 112px - 80vh) / 2 + 140px + 70vh); 
  left: 0;
  width: 100px !important;
  padding-left: 27rem; 
  background-color: rgb(35, 123, 169); 
  margin-left: 0.625rem;
  display: none !important;
}

#app > section > footer {
  display: none !important;
}

div#li-logout-btn {
  visibility: hidden;
}
