@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,opsz,wght@0,14..32,200..600;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.btn {
  padding: 10px 20px;
  border: none;
  text-decoration: none;
}

button.btn {
  padding: 10px 20px;
  height: auto;
}

.page-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mt-0 {
  margin-top: 0;
}

.mt-5px {
  margin-top: 5px;
}

.mt-10px {
  margin-top: 10px;
}

.mt-15px {
  margin-top: 15px;
}

.mt-20px {
  margin-top: 20px;
}

.mt-30px {
  margin-top: 30px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5px {
  margin-bottom: 5px;
}

.mb-10px {
  margin-bottom: 10px;
}

.mb-15px {
  margin-bottom: 15px;
}

.mb-20px {
  margin-bottom: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pt-0 {
  padding-top: 0;
}

.pt-5px {
  padding-top: 5px;
}

.pt-10px {
  padding-top: 10px;
}

.pt-15px {
  padding-top: 15px;
}

.pt-20px {
  padding-top: 20px;
}

.pt-30px {
  padding-top: 30px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5px {
  padding-bottom: 5px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pb-30px {
  padding-bottom: 30px;
}

.text-small.lite, .text-normal.lite, .text-big.lite {
  font-weight: 200;
}
.text-small.normal, .text-normal.normal, .text-big.normal {
  font-weight: 300;
}
.text-small.bold, .text-normal.bold, .text-big.bold {
  font-weight: 400;
}
.text-small.bolder, .text-normal.bolder, .text-big.bolder {
  font-weight: 600;
}

.text-small {
  font-size: 0.75rem;
}

.text-normal {
  font-size: 1rem;
}

.text-big {
  font-size: 2rem;
}

.text-black {
  color: #000000;
}

.text-gray {
  color: #333744;
}

.text-lgray {
  color: #c7c9c8;
}

.text-yellow {
  color: #c1983c;
}

.text-red {
  color: #e72c1d;
}

.text-white {
  color: #FFF;
}

.bg-black {
  background: #000000;
}

.bg-gray {
  background: #333744;
}

.bg-lgray {
  background: #c7c9c8;
}

.bg-yellow {
  background: #c1983c;
}

.bg-red {
  background: #e72c1d;
}

.bg-white {
  background: #FFF;
}

.btn {
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 5px;
  opacity: 0.8;
  text-align: center;
}
.btn.white {
  background: #FFF;
  color: #333744;
}
.btn.black {
  background: #000000;
}
.btn.gray {
  background: #333744;
}
.btn.lgray {
  background: #c7c9c8;
}
.btn.yellow {
  background: #c1983c;
}
.btn.red {
  background: #e72c1d;
}
.btn:hover {
  opacity: 1;
}

form.change-pass, form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
form.change-pass.full, form.full {
  margin-top: 20px;
  max-width: 100%;
}
form.change-pass.change-pass, form.change-pass {
  width: 50%;
}
form.change-pass .hold-form, form .hold-form {
  padding: 20px;
  background: #f1f3f2;
  margin-bottom: 20px;
}
form.change-pass .hold-form .title, form .hold-form .title {
  font-size: 18px;
  color: #333744;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 5px;
}
form.change-pass .hold-form .title span, form .hold-form .title span {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
form.change-pass .hold-form .title span i, form .hold-form .title span i {
  margin-left: 10px;
}
form.change-pass .hold-form .title i, form .hold-form .title i {
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #333744;
  color: #FFF;
}
form.change-pass .hold-form .hold-question, form.change-pass .hold-form .hold-answers, form.change-pass .hold-form .hold-answer, form .hold-form .hold-question, form .hold-form .hold-answers, form .hold-form .hold-answer {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #333744;
  border-radius: 5px;
}
form.change-pass .hold-form .hold-question.hold-answers, form.change-pass .hold-form .hold-answers.hold-answers, form.change-pass .hold-form .hold-answer.hold-answers, form .hold-form .hold-question.hold-answers, form .hold-form .hold-answers.hold-answers, form .hold-form .hold-answer.hold-answers {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  background: #c7c9c8;
  color: #000000;
}
form.change-pass .hold-form .hold-question.hold-answer, form.change-pass .hold-form .hold-answers.hold-answer, form.change-pass .hold-form .hold-answer.hold-answer, form .hold-form .hold-question.hold-answer, form .hold-form .hold-answers.hold-answer, form .hold-form .hold-answer.hold-answer {
  background: #FFF;
}
@media (max-width: 1900px) {
  form.change-pass .hold-form .hold-question.hold-answer, form.change-pass .hold-form .hold-answers.hold-answer, form.change-pass .hold-form .hold-answer.hold-answer, form .hold-form .hold-question.hold-answer, form .hold-form .hold-answers.hold-answer, form .hold-form .hold-answer.hold-answer {
    width: 24%;
    margin: 0.5%;
  }
}
@media (max-width: 1366px) {
  form.change-pass .hold-form .hold-question.hold-answer, form.change-pass .hold-form .hold-answers.hold-answer, form.change-pass .hold-form .hold-answer.hold-answer, form .hold-form .hold-question.hold-answer, form .hold-form .hold-answers.hold-answer, form .hold-form .hold-answer.hold-answer {
    width: 33%;
    margin: 0.3%;
  }
}
@media (max-width: 1024px) {
  form.change-pass .hold-form .hold-question.hold-answer, form.change-pass .hold-form .hold-answers.hold-answer, form.change-pass .hold-form .hold-answer.hold-answer, form .hold-form .hold-question.hold-answer, form .hold-form .hold-answers.hold-answer, form .hold-form .hold-answer.hold-answer {
    width: 19%;
    margin: 0.5%;
  }
}
@media (max-width: 700px) {
  form.change-pass .hold-form .hold-question.hold-answer, form.change-pass .hold-form .hold-answers.hold-answer, form.change-pass .hold-form .hold-answer.hold-answer, form .hold-form .hold-question.hold-answer, form .hold-form .hold-answers.hold-answer, form .hold-form .hold-answer.hold-answer {
    width: 100%;
  }
}
form.change-pass .hold-input, form .hold-input {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  border-radius: 4px;
  border: 1px solid #333744;
  margin-bottom: 20px;
  position: relative;
}
form.change-pass .hold-input.last, form .hold-input.last {
  margin-bottom: 0px;
}
form.change-pass .hold-input.text textarea, form .hold-input.text textarea {
  padding: 20px;
  width: calc(100% - 30px);
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333744;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
}
form.change-pass .hold-input.text.full, form .hold-input.text.full {
  flex-direction: column;
}
form.change-pass .hold-input.text.full label, form .hold-input.text.full label {
  width: calc(100% - 20px);
}
form.change-pass .hold-input.text.full textarea, form .hold-input.text.full textarea {
  width: calc(100% - 40px);
  padding: 0;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333744;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  margin-bottom: 20px;
}
form.change-pass .hold-input.textarea, form .hold-input.textarea {
  align-items: flex-start;
  flex-direction: column;
}
form.change-pass .hold-input.textarea .ql-toolbar, form.change-pass .hold-input.textarea .ql-container, form .hold-input.textarea .ql-toolbar, form .hold-input.textarea .ql-container {
  width: calc(100% - 40px);
  margin: 0 20px;
}
form.change-pass .hold-input.textarea .ql-toolbar.ql-toolbar, form.change-pass .hold-input.textarea .ql-container.ql-toolbar, form .hold-input.textarea .ql-toolbar.ql-toolbar, form .hold-input.textarea .ql-container.ql-toolbar {
  background: #FFF;
}
form.change-pass .hold-input.textarea .ql-toolbar.ql-container, form.change-pass .hold-input.textarea .ql-container.ql-container, form .hold-input.textarea .ql-toolbar.ql-container, form .hold-input.textarea .ql-container.ql-container {
  height: 200px;
  margin: 0 20px 20px 20px;
}
form.change-pass .hold-input.textarea .hidden, form .hold-input.textarea .hidden {
  display: none;
}
form.change-pass .hold-input.textarea .ql-editor, form .hold-input.textarea .ql-editor {
  /* Scrollbar */
}
form.change-pass .hold-input.textarea .ql-editor::-webkit-scrollbar, form .hold-input.textarea .ql-editor::-webkit-scrollbar {
  width: 8px; /* Largura da barra */
  height: 8px;
}
form.change-pass .hold-input.textarea .ql-editor, form .hold-input.textarea .ql-editor {
  /* Trilha (fundo da barra) */
}
form.change-pass .hold-input.textarea .ql-editor::-webkit-scrollbar-track, form .hold-input.textarea .ql-editor::-webkit-scrollbar-track {
  background: #c7c9c8; /* Cor do fundo */
  border-radius: 8px;
}
form.change-pass .hold-input.textarea .ql-editor, form .hold-input.textarea .ql-editor {
  /* "Thumb" (alça da barra) */
}
form.change-pass .hold-input.textarea .ql-editor::-webkit-scrollbar-thumb, form .hold-input.textarea .ql-editor::-webkit-scrollbar-thumb {
  background: #333744; /* Cor da alça */
  border-radius: 10px;
}
form.change-pass .hold-input.textarea .ql-editor, form .hold-input.textarea .ql-editor {
  /* Alça ao passar o mouse */
}
form.change-pass .hold-input.textarea .ql-editor::-webkit-scrollbar-thumb:hover, form .hold-input.textarea .ql-editor::-webkit-scrollbar-thumb:hover {
  background: #333744;
}
form.change-pass .hold-input.password .field-icon-show, form .hold-input.password .field-icon-show {
  display: none;
}
form.change-pass .hold-input.password .field-icon-hide, form .hold-input.password .field-icon-hide {
  display: block;
}
form.change-pass .hold-input.password.show .field-icon-show, form .hold-input.password.show .field-icon-show {
  display: block;
}
form.change-pass .hold-input.password.show .field-icon-hide, form .hold-input.password.show .field-icon-hide {
  display: none;
}
form.change-pass .hold-input.password .field-icon, form.change-pass .hold-input.password .field-icon-copy, form.change-pass .hold-input.password .field-icon-old, form .hold-input.password .field-icon, form .hold-input.password .field-icon-copy, form .hold-input.password .field-icon-old {
  height: 20px;
  width: 20px;
  font-size: 20px;
  color: #333744;
  right: 20px;
  top: 18px;
  position: absolute;
}
form.change-pass .hold-input label, form .hold-input label {
  width: 150px;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333744;
  padding-left: 20px;
}
form.change-pass .hold-input input, form.change-pass .hold-input select, form .hold-input input, form .hold-input select {
  padding-right: 20px;
  width: calc(100% - 30px);
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333744;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
}
form.change-pass .hold-input input:-internal-autofill-selected, form.change-pass .hold-input select:-internal-autofill-selected, form .hold-input input:-internal-autofill-selected, form .hold-input select:-internal-autofill-selected {
  appearance: none;
  background-image: none !important;
  background-color: transparent !important;
  color: #333744 !important;
}
form.change-pass .hold-input .select, form .hold-input .select {
  height: 200px;
}
form.change-pass .hold-input.twofa label, form .hold-input.twofa label {
  width: 120px;
}
form.change-pass .hold-input.twofa input, form .hold-input.twofa input {
  width: 160px;
}
form.change-pass .hold-input.file input, form .hold-input.file input {
  height: 25px;
}
form.change-pass .hold-input.checkbox, form .hold-input.checkbox {
  height: 56px;
  justify-content: flex-start;
}
form.change-pass .hold-input.checkbox label, form .hold-input.checkbox label {
  width: calc(100% - 70px);
}
form.change-pass .hold-input.checkbox input, form .hold-input.checkbox input {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  margin-left: 20px;
}
form.change-pass .hold-input.select, form .hold-input.select {
  justify-content: flex-start;
}
form.change-pass .hold-input.select select, form .hold-input.select select {
  margin: 10px 0 10px -20px;
  width: calc(100% - 50px);
}
form.change-pass .hold-input.select select option, form .hold-input.select select option {
  padding: 5px 10px;
}
form.change-pass button, form button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 56px;
  padding: 0 20px 0 20px;
  border-radius: 4px;
  opacity: 0px;
  background: #333744;
  opacity: 0.9;
}
form.change-pass button .btn-icon, form button .btn-icon {
  width: 16px;
  height: 14.47px;
  gap: 0px;
  opacity: 0px;
}
form.change-pass button, form button {
  cursor: pointer;
}
form.change-pass button:hover, form button:hover {
  opacity: 1;
}

.table {
  color: #333744;
  margin-top: 20px;
  width: 100%;
}
.table thead tr th {
  padding: 10px 20px;
  text-transform: uppercase;
  border-right: 1px solid #c7c9c8;
}
.table thead tr th.last {
  border-right: none;
}
.table tbody tr td {
  padding: 20px 20px;
  border-right: 1px solid #c7c9c8;
  border-top: 1px solid #c7c9c8;
}
.table tbody tr td .icon {
  width: 100px;
  height: auto;
}
.table tbody tr td .description {
  max-height: 100px;
  overflow-y: auto;
  /* Scrollbar */
}
.table tbody tr td .description::-webkit-scrollbar {
  width: 8px; /* Largura da barra */
  height: 8px;
}
.table tbody tr td .description {
  /* Trilha (fundo da barra) */
}
.table tbody tr td .description::-webkit-scrollbar-track {
  background: #c7c9c8; /* Cor do fundo */
  border-radius: 8px;
}
.table tbody tr td .description {
  /* "Thumb" (alça da barra) */
}
.table tbody tr td .description::-webkit-scrollbar-thumb {
  background: #333744; /* Cor da alça */
  border-radius: 10px;
}
.table tbody tr td .description {
  /* Alça ao passar o mouse */
}
.table tbody tr td .description::-webkit-scrollbar-thumb:hover {
  background: #333744;
}
.table tbody tr td.drop-button {
  min-width: 50px;
}
.table tbody tr td.drop-button .btn {
  display: block;
}
.table tbody tr td.drop-button .btn.last {
  margin-top: 10px;
}
.table tbody tr td.last {
  border-right: none;
  text-align: center;
  min-width: 200px;
}
@media (max-width: 1600px) {
  .table tbody tr td.last {
    min-width: 50px;
  }
  .table tbody tr td.last .btn {
    display: block;
  }
  .table tbody tr td.last .btn.last {
    margin-top: 10px;
  }
}
.table.single tbody tr td, .table.single tbody tr th {
  width: 50%;
  padding: 20px 20px;
  border-top: 1px solid #c7c9c8;
  border-right: none;
}
.table.single tbody tr td.first, .table.single tbody tr th.first {
  border-top: none;
}
.table.single tbody tr th {
  text-align: right;
  border-right: 1px solid #c7c9c8;
}

.hold-user-avatar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hold-user-avatar div.user-avatar {
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hold-user-avatar p.user-avatar {
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 150px;
}

.hold-project {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .hold-project {
    flex-direction: column;
  }
}
.hold-project .project-config {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: -webkit-fill-available;
}
@media (max-width: 1200px) {
  .hold-project .project-config {
    width: 100%;
    margin-bottom: 20px;
  }
}
.hold-project .project-config .hold-table {
  height: 100%;
  overflow-y: hidden;
}
.hold-project .project-config .project-history {
  width: 100%;
  height: 100%;
}
.hold-project .project-config .project-history .hold-history {
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
}
.hold-project .project-config .project-history .hold-history .history {
  margin: 10px 0;
}
.hold-project .project-config .project-history .hold-history .history .act-user {
  font-weight: lighter;
}
.hold-project .project-config .project-history .hold-history .history .act-action {
  font-weight: lighter;
  text-transform: lowercase;
}
.hold-project .project-config .project-history .hold-history .history .act-date {
  font-weight: bold;
  font-style: italic;
}
.hold-project .project-config .project-history .hold-history {
  /* Scrollbar */
}
.hold-project .project-config .project-history .hold-history::-webkit-scrollbar {
  width: 8px; /* Largura da barra */
  height: 8px;
}
.hold-project .project-config .project-history .hold-history {
  /* Trilha (fundo da barra) */
}
.hold-project .project-config .project-history .hold-history::-webkit-scrollbar-track {
  background: #c7c9c8; /* Cor do fundo */
  border-radius: 8px;
}
.hold-project .project-config .project-history .hold-history {
  /* "Thumb" (alça da barra) */
}
.hold-project .project-config .project-history .hold-history::-webkit-scrollbar-thumb {
  background: #333744; /* Cor da alça */
  border-radius: 10px;
}
.hold-project .project-config .project-history .hold-history {
  /* Alça ao passar o mouse */
}
.hold-project .project-config .project-history .hold-history::-webkit-scrollbar-thumb:hover {
  background: #333744;
}
.hold-project .project-email-view {
  width: 49%;
}
@media (max-width: 1200px) {
  .hold-project .project-email-view {
    width: 100%;
    overflow-x: auto;
  }
}
.hold-project .project-email-view {
  /* Scrollbar */
}
.hold-project .project-email-view::-webkit-scrollbar {
  width: 8px; /* Largura da barra */
}
.hold-project .project-email-view {
  /* Trilha (fundo da barra) */
}
.hold-project .project-email-view::-webkit-scrollbar-track {
  background: #c7c9c8; /* Cor do fundo */
  border-radius: 8px;
}
.hold-project .project-email-view {
  /* "Thumb" (alça da barra) */
}
.hold-project .project-email-view::-webkit-scrollbar-thumb {
  background: #333744; /* Cor da alça */
  border-radius: 10px;
}
.hold-project .project-email-view {
  /* Alça ao passar o mouse */
}
.hold-project .project-email-view::-webkit-scrollbar-thumb:hover {
  background: #333744;
}
.hold-project .project-email-view .hold-table #emkt-table {
  min-width: 810px;
}

.hold-footer-button {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.jconfirm-holder {
  width: 300px;
  margin: 0 auto;
}

.hold-table {
  width: 100%;
  overflow-x: auto;
}

.app_login, .app_recoverpassword, .app_rememberpassword {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.app_login .login-logo, .app_recoverpassword .login-logo, .app_rememberpassword .login-logo {
  width: 30%;
  max-width: 300px;
  margin-bottom: -1px;
}
.app_login .login-form, .app_recoverpassword .login-form, .app_rememberpassword .login-form {
  padding: 20px 40px;
  width: 30%;
  max-width: 300px;
  border-bottom: 2px solid #e72c1d;
  background-color: #c7c9c8;
  border-radius: 5px;
}
.app_login .login-form .hold-field, .app_recoverpassword .login-form .hold-field, .app_rememberpassword .login-form .hold-field {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin: 15px 0;
}
.app_login .login-form .hold-field label, .app_recoverpassword .login-form .hold-field label, .app_rememberpassword .login-form .hold-field label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
}
.app_login .login-form .hold-field input[type=email], .app_login .login-form .hold-field input[type=password], .app_recoverpassword .login-form .hold-field input[type=email], .app_recoverpassword .login-form .hold-field input[type=password], .app_rememberpassword .login-form .hold-field input[type=email], .app_rememberpassword .login-form .hold-field input[type=password] {
  width: calc(100% - 20px);
  font-size: 15px;
  padding: 10px 5px;
  outline: none;
}

.app_terms, .app_policy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
.app_terms .login-logo, .app_policy .login-logo {
  width: 30%;
  max-width: 300px;
  margin: 30px 0;
}
.app_terms .hold-text, .app_policy .hold-text {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 50px;
}
.app_terms .hold-text h1, .app_policy .hold-text h1 {
  width: 100%;
  color: #333744;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 20px;
  text-align: center;
  background-color: #c1983c;
  padding: 10px 0;
}
.app_terms .hold-text p, .app_terms .hold-text h2, .app_terms .hold-text li, .app_policy .hold-text p, .app_policy .hold-text h2, .app_policy .hold-text li {
  width: 100%;
  color: #c7c9c8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 0 10px 0;
  text-align: left;
  letter-spacing: 1px;
}
.app_terms .hold-text p strong, .app_terms .hold-text h2 strong, .app_terms .hold-text li strong, .app_policy .hold-text p strong, .app_policy .hold-text h2 strong, .app_policy .hold-text li strong {
  font-weight: bold;
}
.app_terms .hold-text h2, .app_policy .hold-text h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.app_terms .hold-text ul, .app_policy .hold-text ul {
  padding-left: 40px;
  width: 100%;
  text-align: left;
}