.custom-menu-item:hover {
    background-color: #e6f7ff;
    color: #1890ff;
  }

  .custom-menu-item:hover .anticon{
    color: #024183;
  }
  .custom-menu-item:hover .custom-icon g {
    stroke: #024183;
  }.custom-description .ant-descriptions-item {
    width: 200px; /* Defina a largura desejada para cada coluna */
  }
  
  .custom-description .ant-descriptions-item-label {
    font-weight: bold; /* Estiliza o rótulo */
  }
  
  .custom-description .ant-descriptions-item-content {
    white-space: nowrap; /* Garante que o conteúdo fique em uma única linha */
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona reticências se o conteúdo ultrapassar */
  } .ant-table-content table {
    table-layout: fixed !important;
 } 
 
 .ant-descriptions-view{
  width: 650px !important;
  margin-left:50px;
}
.ant-descriptions-row{
  width: 900px !important;
}
.ant-descriptions-item th{
  max-width: 100px !important;
  padding-right: 0px !important;
}
.ant-descriptions-item-container{
  width: 100px !important;
}

/*card status*/
.Programado{
  padding: 4px 37px;
}
.Atenção, .Entregue, .Excluido{
  padding: 4px 50px;
}
.Pendente, .Atrasado, .Recebido, .Separado{
  padding: 4px 47px;
}
.Cidade, .Parcial{
  padding: 4px 54px;
}
.AguardandoSeparacao{
  padding: 4px;
}

/*card status itens*/
.AlteradoItem,.PendenteItem, .AtendidoItem, .AtrasadoItem,.EntregueItem,.ExcluidoItem,.RecebidoItem,.SeparadoItem{
  padding: 4px 35px;
}
.ErroItem{
  padding: 4px 50px;
}
.ProgramadoItem{
  padding: 4px 25px;
}
.CidadeItem,.ParcialItem{
  padding: 4px 40px;
}
/*model title status*/
.ProgramadoModelTittle{
  padding: 4px 37px;
}
.AtençãoModelTittle, .EntregueModelTittle, .ExcluidoModelTittle{
  padding: 4px 38px;
}
.PendenteModelTittle, .AtrasadoModelTittle, .RecebidoModelTittle, .SeparadoModelTittle,.CidadeModelTittle, .ParcialModelTittle{
  padding: 4px 40px;
}
.AguardandoSeparacaoModelTittle{
  padding: 4px;
}/* CustomInputStyle.css */
.custom-underline-input {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 4px 11px; /* Ant Design default horizontal padding is 11px */
}

.custom-underline-input:focus,
.custom-underline-input:hover {
  border-bottom: 1px solid #1890ff; /* Adjust to the primary color or any color you want */
  border-radius: 0;
}
.small-margin-form-item {
  margin-bottom: 5px !important; /* Força a aplicação deste estilo */
}
.button-group-add {
  width: 99%;
  justify-content: end;
  margin-right: 20px;
  text-align: end;
}
.ant-switch-checked {
  background-color: #00bf94 !important;
}
.custom-radio-group {
  display: flex;
  gap: 8px;
}

.custom-radio-button {
  background: none;
  border: none;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  transition: all 0.3s ease;
  border-radius: 7px;
  &.active {
    background-color: #024183;
    color: #fff;
  }
}

.custom-radio-button:hover {
  background-color: #9acbff;
}
/* grafico barra*/
.colBarChart {
  border-radius: 10px;
  width: 70%;
  height: 20rem;
  border: 1px solid #cecece;
  align-items: center;
}
.chartBarStyle {
  padding: 5px;
}
.row-margin {
  margin-top: 10px;
  margin: 10px 10px;
}
/*grafico rosca*/
.colDougnutChart {
  width: 29%;
  height: 20rem;
  margin-left: 2px;
  border-radius: 10px;
  border: 1px solid #cecece;
}

@media (max-width: 1023px) {
  .colBarChart {
    margin: 10px 0px 15px 0px;
    width: 98%;
    height: 318px;
  }
  .colDougnutChart {
    width: 98%;
    height: 318px;
  }
}
.download-link {
    display: inline-block;
    margin-left: 10px;
    color: #003d80;
    text-decoration: none;
    border-bottom: 1px solid; 
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s, box-shadow 0.3s;
  }
  
  .download-link:hover {
    color: #0056b3;
  }
  .download-link:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.5);
  }*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    margin: 0 auto;
}

.container-login{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: white;
}

.wrap-login{
    width: 390px;
    background-color: #2462a5;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 33px 55px;

    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.login-form{
    width: 100%;
}
.login-form-title{
    display: block;
    font-size: 30px;
    color: white;
    line-height: 1.2;
    text-align: center;

}
.login-image-title{
    margin-bottom: 100px;
}

.wrap-input{
    width: 100%;
    position: relative;
    margin-bottom: 37px;
}

.input{
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    border: none;
    display: block;
    width: 100%;
    height: 45px;
    background-color: transparent;
    padding: 0 5px;
}

.focus-input{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}



.container-login-form-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 13px;

}

.login-form-btn{
    font-size: 15px;
    border: none;
    border-radius: 10px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;

    background: #024183;

}

.login-form-btn:hover{
    cursor: pointer;
    color: #cecece;
    background-color: #024897;
    box-shadow: 0 5px 10px 0px rgba(1, 1, 1, 0.2);

}

.fade-in {
    opacity: 0;
    animation: fadeIn ease-in 1;
    animation-fill-mode: forwards;
    animation-duration: 1s;
  }
  
  @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  body,
html {
  font-family: "Roboto";
  margin: 0;
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto-Regular'), url(/assets/Roboto-Regular-4e147ab6.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-bold';
  font-weight: 700;
  src: local('Poppin-bold'), url(/assets/Roboto-Bold-ec685a46.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto-black';
  font-weight: bolder;
  src: local('Roboto-black'), url(/assets/Roboto-Black-5ace0d08.ttf) format('truetype');
}

:root {
  font-family: 'Roboto';
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.margin-left-10 {
  margin-left: 10px;
}

label {
  font-weight: 700;
  padding-bottom: 0px;
}

.ant-form-item-control-input-content > p {
  font-size: 16px;
  margin-left: 2px;
  margin-top: 0px;
  padding-top: 0px;
}

.ant-card .ant-card-body {
  padding: 0px !important;
  width: 100px;
  height: 100px;
  text-align: center;
  color: #024183;
  border: 1px solid #cecece;
  border-radius: 8px;
}

.ant-descriptions-item-label {
  color: #024183 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.ant-descriptions-item-content {
  font-size: 16px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}