.hide-close-btn {
  width: 35px;
  height: 35px;
  background-color: #483c8b;
  position: absolute;
  top: 6px;
  right: 19px;
  z-index: 1000;
}

.close-btn-rtl {
  left: 0;
}

#fc_frame {
  display: relative;
  z-index: 0 !important;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px);
}
