@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('buttons.css');
@import url('login.css');
@import url('forms.css');
@import url('timeline-log.css');

:root {
    --primary: #0024d3;
    --primary-medium: #001cac;
    --primary-dark: #001686;
    --secondary: #6b6b6b;
    --white: #ffffff;
    --black: #000;
    --red: #d32f2f;
    --bg: #f1f1f1;
    --sub-bg: #fff;
}

/* Profile */
.circle-profile {
    background-color: var(--primary);
    padding: 20px;
    border-radius: 50%;
    font-size: 50px;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
}

.profile-info {
    text-align: center;
    margin-top: 15px;
}

.profile-info .fw-bold {
    font-size: 24px;
    color: #333;
}

.profile .form-group label {
    font-weight: 500;
    color: #555;
}

.profile .form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.profile .form-control:focus {
    border-color: #001686;
    box-shadow: 0 0 6px rgba(0, 22, 134, 0.2);
}

.card-block {
    background-color: #d4d4d4;
}

.card-block i, .card-block div {
    color: var(--secondary);
}

.card-block:hover, .card-block .desc-card-home{
    transform: translateY(0px) !important;
    transition: transform 0.5s; 
    background-color: #d4d4d4 !important;
    color: var(--secondary) !important;
    border-radius: 0px !important;
}

.card-block:hover {
    background-color: #b8b8b8;
}

.tx-green {
    color: #28a745;
}

.tx-default {
    color: var(--primary);
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.bg {
    background-color: var(--bg);
}

.sub-bg {
    background-color: var(--sub-bg);
}

.bg-nav {
    background-color: #fff;
}

.bg-primary {
    background-color: var(--primary);
}

.bg-secondary {
    background-color: var(--primary);
}

.bg-red {
    background-color: #ba1e34;
}
.bg-yellow {
    background-color: #F4CE14;
}
.bg-green {
    background-color: #379777;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

/* .table-responsive {
    overflow-x: auto;
}
  
.table {
width: 100%;
table-layout: auto; 
}

.table th, .table td {
white-space: nowrap; 
overflow: hidden; 
text-overflow: ellipsis; 
} */
  

.config-body {
    padding-top: 10vh;
}

.title-default {
    color: var(--secondary);
}

.content .card {
    font-weight: bold;
    height: 8vh;
    overflow: hidden;
    transition: height .6s ease;
}

.content .card:hover {
    height: 20vh;
}

.nav-select {
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    font-size: 16px;
    -webkit-appearance: none; /* Remove o estilo padrão do select no Webkit */
    -moz-appearance: none; /* Remove o estilo padrão do select no Firefox */
    appearance: none; /* Remove o estilo padrão do select no Edge e outros */
    background-size: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    outline: none;
}

.nav-select option {
    font-size: 20px;
}

/* Home */

.cards-home-h {
    height: 40%;
}

.card-bg-home {
    background-color: var(--white);
    border-radius: 10px;
    margin-bottom: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-bg-home:hover {
    transform: translateY(-10px) !important;
    transition: transform 0.5s; 
}

.cards-home a {
    text-decoration: none;
    color: var(--primary-medium) !important;
}

.cards-home a:hover{
    background-color: var(--primary);
    color: var(--white) !important;
    transform: translateY(-30px);
    transition: transform 0.5s; 
    border-radius: 10px;
}

.desc-card-home {
    color: var(--secondary);
    max-width: 200px;
    padding-top: 10px;
}

.cards-home a:hover .desc-card-home{
    color: var(--white);
}

.cards-home i {
    font-size: 1.8em;
}

.title-card-home {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 15px;
}



::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
}

/* Estilizando o botão na barra de rolagem */
::-webkit-scrollbar-button {
    background-color: #ccc; /* Cor do botão */
}

/* Estilizando o trilho da barra de rolagem */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Cor do trilho */
    border-radius: 10px; /* Raio da borda */
}

/* Estilizando o polegar (a parte móvel) da barra de rolagem */
::-webkit-scrollbar-thumb {
    background-color: #939393; /* Cor do polegar */
    border-radius: 10px; /* Raio da borda */
}

/* Estilizando o canto entre o polegar e o trilho */
::-webkit-scrollbar-corner {
    background-color: transparent; /* Cor do canto */
}


.link, .link-bg, .link-sidebar, .link-shadow {
    color: var(--secondary);
    text-decoration: none;
    transition: .2s;
}

.link:hover {
    color: var(--primary) !important;
}

.link-bg:hover {
    background-color: var(--primary);
    color: var(--white);
}

.link-shadow:hover {
    box-shadow: rgba(0, 35, 211, 0.25) 0px 5px 15px;
    color: var(--primary) !important;
}

.link-sidebar:hover {
    color: var(--primary) !important;
    transform: translateX(10px);
    transition: transform 0.5s; 
}

.active-bg {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.nav-cards {
    background-color: var(--sub-bg);
    border-radius: 5px;
}

.card {
    border-radius: 20px;
    border: none;
}

.card-obs {
    border-radius: 8px;
    border: 2px solid #00000010;
}

.textarea-obs {
    resize: none;
}

.textarea-obs:focus {
    outline: none !important;
    border-color: #ccc !important;
    box-shadow: none !important;
}

.btn-with-icon .icon {
    display: inline-block;
    transition: transform 0.3s ease-in-out, opacity 1s ease-in-out;
}

.btn-with-icon:hover .icon {
    transform: translateX(175px);
    opacity: 0;
}



/* Detalhes rastreio */

.content-details, .content-obs {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 20px;
}

.content-details h4 {
    margin-left: 10px;
}

.content-details ul {
    list-style-type: none;
    margin-left: -10px;
}

.content-details li {
    margin-bottom: 5px;
    font-size: 1.1em;
}

.content-details span {
    font-weight: bold;
}



/* Bolinha piscando */
.bolinha {
    margin-left: 10px;
    margin-top: 8px;
    width: 25px;
    height: 25px;
    background-color: #3498db;
    border-radius: 50%;
    position: relative;
    animation: pulse 1.5s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }


  /* Home Client */
  .center-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.search-input {
    margin-top: 20px;
}

.search-input label{
    font-size: 18px;
}

.search-input input {
    width: 50vh;
    padding: 10px;
    font-size: 18px;
    border: none;
    background-color: var(--sub-bg);
    color: #575757;
    outline: none;
    border-radius: 5px;
}

.search-input button {
    padding: 0 10px;
}
 