@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;
}

.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;
}
.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.change-pass, form.change-pass {
  width: 50%;
}
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.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 .hold-input input {
  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 .hold-input input:-internal-autofill-selected {
  appearance: none;
  background-image: none !important;
  background-color: transparent !important;
  color: #333744 !important;
}
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.last {
  border-right: none;
  text-align: center;
}
@media (max-width: 1500px) {
  .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 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}
.app_login .login-logo {
  width: 30%;
  max-width: 300px;
  margin-bottom: -1px;
}
.app_login .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 {
  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 {
  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] {
  width: calc(100% - 20px);
  font-size: 15px;
  padding: 10px 5px;
  outline: none;
}