.Spreadsheet__table {
  border-collapse: collapse;
  table-layout: fixed;
  max-width: 100% !important;
}

/* Slide Modal Styling */
.rightModal.modal-dialog-slideout {
  position: fixed;
  min-width: 400px;
  top: 50%;
  right: 0;
  transform: translateX(100%) translateY(-50%);
  transition: transform 0.3s ease-in-out;
  height: 100%;
  min-height: 100%;
  margin: 0;
  background: #fff;
}
.ck-editor__editable {
  min-height: 300px;
}
.modal.fade.show .rightModal.modal-dialog-slideout {
  transform: translateX(0) translateY(-50%);
}

.rightModal.modal-dialog-slideout .modal-content {
  border: 0;
}

.rightModal.modal-dialog-slideout .modal-header,
.rightModal.modal-dialog-slideout .modal-footer {
  height: 69px;
  display: block;
}
.btn {
  text-decoration: none !important;
}

.rightModal.modal-dialog-slideout .modal-header h5 {
  float: left;
  color: blue;
}

.Spreadsheet__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100% !important;
}

/* Slide Modal Styling */
@media (max-width: 768px) {
  .avatarimage {
    /* display: none !important; */
    margin-top: 0px !important;
  }
}
