.table-bordered td,
.table-bordered th {
    border: 1px solid #f2f0f0;
    padding: 4px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #f2f0f0;
    padding: 4px;
}


.step_personalizado {
    border-color: #c5de35;
    color: rgb(255, 18, 18);
    content: "\f2b9";
}


.steps li.incomplete .step-number:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    content: "\f057";
    z-index: 3;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    color: #ff3f34;
}


.steps .step-number,
.steps li.incomplete .step-number,
.steps li.incomplete:before {
    border-color: #ff3f34;
}

.steps li .step-number {
    border: 5px solid #ced1d6;
    color: #546474;
    font-size: 15px;
    border-radius: 100%;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.steps li .step-number,
.steps li.incomplete .step-number:before {
    line-height: 30px;
    background-color: #FFF;
    text-align: center;
}

.steps li.incomplete .step-number {
    cursor: default;
    color: #FFF;
    -webkit-transition: transform ease .1s;
    -o-transition: transform ease .1s;
    transition: transform ease .1s;
}


#clock {
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-family: sans-serif;
    color: #34495e;
}

#pause_clock {
    display: flex;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: bold;
    color: #34495e;
}


/*
.datepicker table tr td.disabled {
    color: black;
    background-color: #ff7979;
}

.datepicker td.day {
    position: relative;
}

.datepicker td.day.disabled:hover:before {
    content: 'This date is disabled';
    color: red;
    background-color: white;
    top: -22px;
    position: absolute;
    width: 136px;
    left: -34px;
    z-index: 1000;
    text-align: center;
    padding: 2px;
}
*/

.loading-container 
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loading 
{
border: 16px solid #f3f3f3;
border-top: 16px solid #3498db;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}

@keyframes spin 
{
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}



/* dashboad */
.progress-bar-profile-company {
    width: 100%;
    height: 15px;
    border-radius: 10px;
    background-color: #eee;
    position: relative;
}
  
.progress-profile-company {
width: 0%;
height: 100%;
border-radius: 10px;
background-color: #007bff;
position: absolute;
top: 0;
left: 0;
transition: width 0.5s ease-in-out;
}

.circle-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-45%, -5%);
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #007bff;
display: flex;
align-items: center;
justify-content: center;
}

.circle-icon i {
color: #fff;
}

.circle-icon-now {
    transform: translate(50%, -5%);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-icon-now i {
color: #fff;
}


/* popover */
.popup {
z-index: 9999;
display: none;
position: absolute;
top: 30px;
right: 0;
width: 200px;
background-color: #fff;
border-radius: 10px;
padding: 10px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.info {
list-style: none;
margin: 0;
padding: 0;
}

.info li {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 5px;
color: black;
}

.info li i {
color: black;
font-size: 16px;
}


/* logo da empresa no company form view */
.company-logo-profile{
    text-align: center;
}

.company-logo-profile img{
    border-width: 2px; /* define a grossura da borda como 2 pixels */
    border-style: solid; /* define o estilo da borda como sólida */
    border-color: #F5F5F5;
    max-width: 100%; /* Define a largura máxima da imagem como 100% do tamanho da div */
    height: auto; /* Define a altura da imagem como automática para manter a proporção original */
    display: block;
}

.employee-logo-profile{
    border-radius: 50%;
    border-width: 2px; /* define a grossura da borda como 2 pixels */
    border-style: solid; /* define o estilo da borda como sólida */
    border-color: #F5F5F5;
    width: 100%; /* Define a largura máxima da imagem como 100% do tamanho da div */
    height: 100%; /* Define a altura da imagem como automática para manter a proporção original */
}


/* validação de form via client */
.validate select:invalid,
.validate input:invalid {
    border-color: #dc3545;
}

.boll-info-validate {
    display: table-caption;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #EC1B24;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-left: 2px;
}


/* estilo para modal das justificativas exclusivo para as listas */
.listDaysWithItinerary {
    margin: 0;
    padding: 0;
}

.itineraryEventList {
    display: none;
    margin-top: 5px;
}

.showEventList {
    display: block;
}


/* estilo responsavel pelo card do calendario depois criar um componente com estilos por enquanto usar isso */

.header-calendar-container {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}

.custom-card-margin {
    margin-bottom: 15px; /* Ajuste o valor conforme necessário */
}

.order-card {
    color: #fff;
}

.bg-c-primary {
    background: #f5f5f5;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card-teste-view {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-teste-view .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}


/* camada transparente e bloquear a interação com o elemento alvo */
.shepherd-transparent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.shepherd-text {
    max-height: 300px; /* Defina a altura máxima desejada para a área de texto */
    overflow-y: auto; /* Adiciona a barra de rolagem vertical apenas quando necessário */
}

/* estilo para botão de iniciar tour */
.tour-button-container {
    position: fixed;
    bottom: 1px;
    z-index: 999999;
}

.tour-button {
    background-color: #f5f5f5;
    color: #000000;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tour-button:hover {
    background-color: #f2f2f2;
}
