@font-face {
  font-family: "InterVariable";
  src: url("../fonts/InterVariable.ttf") format("truetype");
}

*:focus {
  outline: none;
}

#convert-pdf {
  margin-bottom: 15px;
}

.main-container {
  display: flex;
  min-height: calc(100vh - 208.41px);
  position: relative;
  font-family: "InterVariable";
}

#loadingDiv {
  display: none;
}

#notLoadingDiv {
  visibility: hidden;
}

#no_table_msg,
#error_msg {
  display: none;
}

.stress-success {
  color: #037e70; 
  font-weight: bold;
}

.content-container {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 19px;
  position: relative;
  width: 100%;
}

.close-btn {
  margin-top: 20px;
}

.logout_btn {
  cursor: pointer;
  border: 1px solid #1f2937 !important;
}

.content-container h1 {
  font-size: 25px;
  font-weight: 600 !important;
  color: #0e101a;
  line-height: 2.2rem;
}

.table-file-body-row:nth-child(even) {
  background-color: rgb(243 244 246);
}

.table-file-body-row:last-child {
  td:first-child {
    border-bottom-left-radius: 0.75rem;
    border-bottom: none;
  }

  td:nth-child(2) {
    border-bottom: none;
  }

  td:last-child {
    border-bottom: none;
    border-bottom-right-radius: 0.75rem;
  }
}
.table-file-body-row:first-child {
  td:first-child {
    border-bottom-left-radius: 0.75rem;
  }

  td:last-child {
    border-bottom-right-radius: 0.75rem;
  }
}
.credit-btns {
  display: flex;
}

.credit-btn {
  background-color: #fff;
  color: #037e70;
  border: 1px solid #d5cdcd;
  padding: 16px 10px;
}

.credit-btn.active {
  color: #fff;
  background-color: #037e70;
}

.middle-credit-btn {
  border-left: none;
  border-right: none;
}

.left-credit-btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
}

.right-credit-btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: none;
}

.pay-btn {
  display: block;
}

.content-container h2 {
  font-size: 20px;
  font-weight: 600 !important;
  color: #0e101a;
  margin-top: 20px;
}

.review-container {
  width: 26%;
  border-right: 1px solid #d9d9d9;
}

.suggestion-cats {
  display: flex;
  justify-content: space-between;
}

.suggestion-cat {
  border-right: 0.5px solid #d9d9d9;
  border-bottom: 0.5px solid #d9d9d9;
  color: #707070;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suggestion-cat:hover {
  background-color: #ebebeb;
  cursor: pointer;
}

.focus-suggestion-cat {
  font-weight: 600;
  color: #545454;
}

.suggestion-inner-container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 0.5px solid #d9d9d9;
}

.suggestion {
  display: flex;
}

.suggestion-info {
  display: flex;
  flex-direction: column;
}

.review-heading {
  padding: 18px;
  border-top: 0.5px solid #d9d9d9;
  border-bottom: 0.5px solid #d9d9d9;
}

.review-container h3 {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 600;
  margin-bottom: 0;
}

.review-suggestion {
  color: #6d758d;
  font-size: 14px;
  font-weight: 300;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  line-height: 1rem;
}

.review-action {
  color: #0e101a;
  font-size: 16.5px;
  font-weight: 300;
  margin: 0;
}

.num-suggestions {
  background-color: #707070;
  padding: 0 4.5px;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  margin-left: 10px;
}

.title-header {
  position: fixed;
  background: linear-gradient(-180deg, #fff 78%, rgba(255, 255, 255, 0) 100%);
  height: 81px;
  left: 0;
  line-height: 72px;
  margin-left: 0px;
  pointer-events: all;
  width: 60%;
  padding-left: 12.5%;
  text-align: center;
  top: 0;
  z-index: 1000;
}

.menu-icon {
  position: fixed;
  z-index: 2000;
  top: 26px;
  left: 40px;
  cursor: pointer;
  font-size: 22px;
}

.custom-file {
  margin-bottom: 8px;
}

.custom-file1 {
  margin-top: 24px;
  width: 332.5px !important;
}

.custom-file-label1,
.custom-file-input1 {
  max-width: 800px;
}

.custom-file-label::after {
  border-left: none;
}

.custom-file-label2 {
  max-width: 400px;
}

.sidebar-menu {
  width: 351px;
  height: 100vh;
  display: none;
  background-color: #fff;
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.15);
}

.sidebar-menu.show {
  display: block;
}

.menu-icon:hover,
.menu-icon:focus {
  transform: scale(1.125);
}

.document-title {
  position: fixed;
  color: #0e101a !important;
  font-size: 15.5px !important;
  top: 20px;
  cursor: pointer;
  margin-left: 2px;
  padding: 0px 10px;
  border-radius: 4px;
}

.document-title:hover {
  background-color: #f1f2fc;
}

.sidebar-container {
  margin: 1.125rem 0 0 0;
  display: flex;
  flex-direction: column;
}

.sidebar-assistant {
  align-items: center;
  border: 1px solid rgba(198, 203, 222, 0.7);
  background-color: #fff;
  border-radius: 4.5px;
  box-sizing: border-box;
  margin: 4.5px 18px;
  padding: 13.5px;
}

.hide-assistant {
  color: #707070;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  border: none;
  background-color: #fff;
}

.codex-editor {
  color: #0e101a;
  line-height: 2.2rem !important;
  font-family: "InterVariable", sans-serif;
  font-size: 19px;
  -webkit-font-feature-settings: "ss01", "cv05", "cv07", "cv08";
  font-feature-settings: "ss01", "cv05", "cv07", "cv08" !important;
  -webkit-font-smoothing: antialiased;
}

.codex-editor h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
}

.ce-paragraph {
  line-height: 2.2rem !important;
}

.buttons {
  display: flex;
  margin-top: 20px;
}

input#file-upload-button,
.accept-button {
  background-color: #037e70;
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 7px 9px;
  margin-right: 9px;
  font-weight: 600;
  margin-top: 16px;
}

.delete-account-button {
  background-color: #f6f8fa;
  color: #d1242f;
  border: 1px solid #d0d7de;
  border-radius: 4px;
  padding: 7px 9px;
  margin-right: 9px;
  font-weight: 600;
  margin-top: 16px;
}

.delete-account-button:hover {
  background-color: #a40e26;
  color: #fff;
  border: 1px solid #a40e26;
}

.close-button {
  background-color: grey;
  color: #fff;
  border-radius: 4px;
  border: 0;
  padding: 7px 9px;
  margin-right: 9px;
  font-weight: 600;
  margin-top: 16px;
}

.close-button:hover {
  background-color: rgb(98, 98, 98);
}

.credits-amount-div {
  display: flex;
}

.content-container-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.user-info {
  display: flex;
  font-size: 14px;
}

.user-info #email {
  margin-left: 24px;
}

input#file-upload-button:hover,
.accept-button:hover {
  background-color: #016a5e;
  color: #fff;
}

.upload-button {
  margin-right: 14px;
}

.dismiss-button {
  border-radius: 8px;
  border: 0;
  background-color: #fff;
  color: #7e859a;
  padding: 7px 9px;
  margin-right: 9px;
  font-weight: 300;
}

[placeholder]:empty::before {
  color: #6d758d;
  content: attr(placeholder);
  opacity: 1;
}

.progress-bar {
  border-radius: 2.25px;
  box-sizing: border-box;
  height: 4.5px;
  width: 45px;
  background-color: #fff;
  margin-bottom: 4.5px;
}

.progress-bar-filler {
  border: 0;
  height: 100%;
  transform-origin: left;
  transition: transform 0.2s linear;
  width: 100%;
}

.sidebar-menu-icon {
  margin-left: 20px;
  margin-right: 20px;
  width: 24px;
}

.sidebar-menu-btn {
  display: block;
  border: none;
  width: 100%;
  background: #fff;
  color: #2e2e2e;
  font-weight: 300;
  font-size: 16px;
  height: 36px;
  text-align: left;
}

code {
  color: rgba(30, 41, 59, 0.98);
  padding: 2px;
  font-weight: bold;
}

.sidebar-menu-btn:hover {
  background: #ebebeb;
  color: #037e70;
}

.correctness-progress-bar {
  border: 1px solid #eb0a00;
}

.clarity-progress-bar {
  border: 1px solid #2551da;
}

.engagement-progress-bar {
  border: 1px solid #016a5e;
}

.delivery-progress-bar {
  border: 1px solid #5e47e5;
}

.correctness-progress-bar-filler {
  background-color: #eb0a00;
}

.clarity-progress-bar-filler {
  background-color: #2551da;
}

.engagement-progress-bar-filler {
  background-color: #016a5e;
}

.delivery-progress-bar-filler {
  background-color: #5e47e5;
}

#user-credit-container {
  display: none;
}

#user-info-form {
  display: none;
}

#delete-account {
  display: none;
}

#pay-with-card {
  display: none;
}

#my-account {
  display: none;
}

#add-credit {
  margin-top: 15px;
}

.add-credit-text {
  margin-top: 20px;
  margin-bottom: 8px;
}

.sidebar-anchor {
  text-decoration: none !important;
  color: #2e2e2e;
}

.sidebar-anchor:hover {
  background: #ebebeb;
  color: #037e70;
}

select {
  border: 1px solid #d5cdcd;
  padding: 8px 4px;
  border-radius: 8px;
}

.heading {
  margin-bottom: 15px;
}

.page1,
.page2,
.page3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page2,
.page3 {
  display: none;
}

.preview-msg {
  margin-bottom: 8px;
}

.transition:hover {
  color: #212529;
  text-decoration: none;
  opacity: 0.75;
}

.view-icon,
.delete-icon {
  color: #5f6369;
}

#viewFileModal .modal-dialog {
  width: 95vw;
}

#viewFileModal .modal-content {
  height: 95vh;
}

#viewFileModal .modal-body {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

#viewFileModal .row,
#viewFileModal form,
#viewFileModal .form-group, 
#viewFileModal .form-control {
  height: 100%;
}

.dl-file-icon {
  padding-right: 12px;
}

.view-icon {
  padding-right: 16px;
}

.underline {
  text-decoration: underline;
}

#deleteAccountModalLabel {
  font-size: 20px;
}

.success-msg-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}

.success-msg-content {
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
}

#drop_zone {
  border: 5px solid blue;
  width: 200px;
  height: 100px;
}

.navbar-nav {
  width: 100%;
}

.outer-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "InterVariable";
}

.success-container {
  font-family: "InterVariable";
}

.nav-logout {
  cursor: pointer;
}

.endpoint {
  margin: 10px 0 10px 0;
}

.endpoint1 {
  color: rgb(88, 121, 175);
  font-weight: bold;
}

.bold {
  font-weight: 600;
}

.query-param {
  font-weight: 600;
  margin-bottom: 8px;
}

footer {
  margin-top: 50px;
}
