@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  background-image: url(../img/bg.jpg);
}

input::-moz-placeholder {
  color: #ccc !important;
}

input::placeholder {
  color: #ccc !important;
}

.rownopad {
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  padding-left: 0;
  padding-right: 0;
}

.rownopadC {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}

.popLoad {
  position: fixed;
  background: rgba(230, 230, 230, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  overflow: hidden;
  transition: all 0.3;
}

.popLoad .spinner-border {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto auto;
  color: rgb(0, 168, 231);
  border-width: 0.3rem;
  transition: all 0.3;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.login {
  padding: 100px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-image: url(../img/bg.jpg);
  background-size: cover;
}

.login .form .error-message {
  color: red;
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}
.login .form .error-border {
  border: 1px solid red;
}
.login .form button.btn-primary {
  margin-top: 16px;
  width: 100%;
}

.form {
  border-radius: 12px;
  padding: 24px;
  background-color: white;
}

.btn-primary {
  background: rgb(0, 168, 231);
  background: linear-gradient(90deg, rgb(0, 168, 231) 0%, rgb(46, 208, 255) 100%);
  border: none !important;
  border-radius: 24px !important;
  padding: 8px 24px !important;
  margin: auto;
  display: block !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.btn-secundary {
  background: #ccc;
  border: none !important;
  border-radius: 24px !important;
  padding: 8px 24px !important;
  margin: auto;
  display: block !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.btn-sair {
  background: rgb(231, 0, 0);
  background: linear-gradient(90deg, rgb(231, 0, 0) 0%, rgb(255, 46, 46) 100%);
  border: none !important;
  border-radius: 24px !important;
  padding: 8px 24px !important;
  margin: auto;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: white !important;
}

.btn-voltar {
  background: rgb(255, 255, 255) !important;
  border: none !important;
  border-radius: 24px !important;
  padding: 8px 24px !important;
  margin: 0 auto 32px;
  display: block !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: black !important;
}

.btn-dubai,
.btn-munich {
  background: rgb(0, 168, 231);
  background: linear-gradient(90deg, rgb(0, 168, 231) 0%, rgb(46, 208, 255) 100%);
  border: none;
  border-radius: 24px;
  padding: 8px 24px;
  display: flex;
  align-items: start;
  gap: 12px;
  font-weight: 600;
  font-size: 18px;
}

.dubai {
  background-color: #cfe2ff;
}

.accordion-munich:not(.collapsed) {
  color: #653705 !important;
  background-color: #ffe2cf !important;
}

.accordion-munich.collapsed {
  color: #000 !important;
  background-color: #fff !important;
}

.munich {
  background-color: #ffe2cf;
}

.modal {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4588235294);
}
.modal .modal-dialog {
  max-height: 700px;
  min-width: var(--bs-modal-width);
}
.modal select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none !important;
}
.modal #dubai-title,
.modal #munich-title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.modal .status {
  padding: 6px;
  background-color: #b1b1b1;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.modal .status .confirmado {
  width: 10px;
  height: 10px;
  background-color: green;
  border-radius: 50%;
}
.modal .status .pendente {
  width: 10px;
  height: 10px;
  background-color: yellow;
  border-radius: 50%;
}
.modal .status .cancelado {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}
.modal .status .status-text {
  font-size: 12px;
  margin: 0;
}

#errorModal img {
  max-width: 30%;
  margin: auto;
  display: block;
}
#errorModal p {
  text-align: center;
  font-size: 18px;
  margin: 32px 0;
}

.existing-file {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.existing-file a {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-close {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}

.scroll {
  overflow: scroll;
  max-height: 480px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 14px;
}
.scroll::-webkit-scrollbar-thumb {
  background: rgb(0, 168, 231);
  border-radius: 14px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.scroll2 {
  overflow-y: scroll;
  max-height: 600px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll2::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scroll2::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 14px;
}
.scroll2::-webkit-scrollbar-thumb {
  background: rgb(0, 168, 231);
  border-radius: 14px;
}
.scroll2::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.list {
  background-color: white;
  padding: 24px;
}

.header {
  padding: 64px;
}

.tetrapak-logo {
  max-width: 180px;
}

.shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5411764706);
}

.promoter {
  padding: 0 24px 64px;
}

h1 {
  color: white !important;
}

.titulos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 8px 0;
  background-color: #80d2ff;
}
.titulos button {
  background-color: transparent;
  border: none;
  border-right: 1px solid black;
  text-align: left;
  margin-left: 12px;
  font-weight: 600;
}

.usuarios {
  margin: 48px auto;
}

.user {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 8px 0;
  background-color: white;
}
.user p {
  margin: 0;
  text-align: left;
  margin-left: 18px;
}
.user button {
  margin: 0;
  padding: 0;
}

.d-flex {
  margin: auto;
  gap: 12px;
}

.bg {
  background-color: #eee;
}

label {
  font-weight: 500;
}

@media (max-width: 768px) {
  .header {
    padding: 64px 12px;
  }
  .tetrapak-logo {
    max-width: 160px;
  }
  .promoter {
    padding: 0 12px 64px;
  }
  .usuarios {
    margin: 24px auto;
  }
  .titulos button {
    margin-left: 12px;
    padding: 0;
    font-size: 16px;
  }
  .list {
    margin: 40px auto;
  }
  .scroll {
    overflow: scroll;
    max-height: 480px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 14px;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: rgb(0, 168, 231);
    border-radius: 14px;
  }
  .scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .titulos {
    grid-template-columns: repeat(5, 180px);
    width: -moz-max-content;
    width: max-content;
    padding: 14px 0;
  }
  .clientes {
    overflow-x: hidden;
    width: -moz-max-content;
    width: max-content;
  }
  .user {
    grid-template-columns: repeat(5, 180px);
    padding: 12px 0;
  }
  .user p {
    font-size: 14px;
    margin-left: 12px;
  }
  .btn-primary {
    font-size: 14px !important;
  }
  .btn-secundary {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=style.css.map */