@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

body {
  font-family: "Poppins";
}

* {
  scrollbar-width: auto;
  scrollbar-color: #344c7e #63708d;
}

.kanban-column {
  overflow-y: auto;
  overflow-x: scroll;
  scrollbar-width: none; 
}

.kanban-column::-webkit-scrollbar {
  width: 0px; /* Oculta a barra de rolagem vertical */
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 2px;
}

*::-webkit-scrollbar-track {
  background: #44557c;
}

*::-webkit-scrollbar-thumb {
  background-color: #344c7e;
  border-radius: 20px;
  border: 3px solid #63708d;
}

.btn-primary{
  background-color: #344c7e;
  color: #fff;
  border-radius: 15px;
  border-color: #344c7e;
}

.btn-primary:hover{
  background-color: #f14902;
  color: #fff;
  border-radius: 15px;
  border-color: #f14902;
}

.card-custom{
  background-color: rgba(52, 76, 126, 0.5); 
  border-radius: 15px; 
  border-left-width: 15px; 
  border-left: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-top: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-right: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-bottom: solid rgba(52, 76, 126, 0.9) 1px !important;
}

.inner-card-custom{
  background-color: #ffffff0a;

  border-radius: 15px; 
  border-left-width: 15px; 
  border-left: solid #f14902 15px !important; 
  border-top: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-right: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-bottom: solid rgba(52, 76, 126, 0.9) 1px !important;

  min-height: 100% !important;
  padding: 20px;
}

.input-custom {
  padding: 10px;
  background-color: #344b7e8c !important;
  color: #fff !important;
  border-radius: 15px !important;
  border: none;
}

.list-group-custom {
  background-color: #344b7e8c !important;
  border-radius: 15px !important;
  padding: 10px;
  border: none;
}

.underline {
  position: relative;
  margin-bottom: 5px;
}

.underline input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  color: white !important;
}

.underline .underline-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F14902;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}

.underline input::placeholder {
  color: #ffffffd7;
}

.underline input:focus::placeholder {
  color: #ffffff8a;
}

.card-header{
  border-width: 0;
  background-color: transparent;
}

.modal{
  background-color: rgba(52, 76, 126, 0.5); 
  border-radius: 15px; 
  border-left: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-top: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-right: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-bottom: solid rgba(52, 76, 126, 0.9) 1px !important;
}

.offcanvas-end{ 
  background-color: rgba(38, 58, 99, 0.986); 
  border-top-left-radius: 15px; 
  border-bottom-left-radius: 15px;
  border-left: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-top: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-right: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-bottom: solid rgba(52, 76, 126, 0.9) 1px !important;
}

.modal-content{
  background-color: rgba(38, 58, 99, 0.986); 
  border-radius: 15px; 
  border-left-width: 15px; 
  border-left: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-top: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-right: solid rgba(52, 76, 126, 0.9) 1px !important;
  border-bottom: solid rgba(52, 76, 126, 0.9) 1px !important;
}

.modal-footer{
  border-width: 0;
  margin-top: 0;
}

.sub-card {
  border-radius: 20px;
  background-color: #27385e;
  color: #fff;
  border-radius: 15px;
  border-color: #344c7e;
}

.page-link {
  background-color: transparent;
  color: #FFF;
  border-width: 0;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
}

table.customTable {
  width: 100%;
  background-color: #27385E;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #344c7e;
  border-style: solid;
  color: #FFFFFF;
}

table.customTable td, table.customTable th {
  border-width: 2px;
  border-color: #344c7e;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  background-color: #344C7E;
}

.toast {
  border-radius: 15px !important;
  transition: 0.3s ease;
  opacity: 1 !important;
  box-shadow: none !important;
  animation: slideIn 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), slideOut 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 5s forwards;
}

.toast-progress {
  background-color: #FFF!important;
  opacity: 1 !important;
}

.toast-success {
  background-color: #65b307 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.toast-warning {
  background-color: #ff9c1d !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.toast-error {
  background-color: #800000 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

@keyframes slideIn {
  from {
      transform: translateX(110%);
  }
  to {
      transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(110%);
  }
}

#loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none; /* Inicia oculto */
}

#loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #f14902;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dropdown-custom {
  transform: translate(0px, 20px) !important;
}

#listaArquivos .list-group-item {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  color: #fff !important;
}

.modal-backdrop {
  z-index: 1049 !important;
}

#modal-envio-email {
  z-index: 1060 !important;
}

.truncate-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

