.bg-dark-m1 {
    background-color: #101204;
}

.grid-card {
    padding-left: 25px;
    padding-right: 25px;
}

.bg-dark-m2 {
    background-color: #22272B;
}

body {
    background-color: #f7f9fa;
}

.bg-area {
    background-repeat: no-repeat;
    background-image: url('../dist/images/home/hero-bg.png');
    background-size: cover;
}

.link-co {
    color: #9DA9AD;
}

.main-sidebar  {
    height: 100vh;
}
.dt-button {
    border-radius: 6px;
    background-color: #0b5ed7;
    color: white;
    border: 0px;
    padding: 5px;
}

.hide {
    display: none;
}

.show {
    display: inline-block;
}


.form-divider {
    background-color: white;
    border-radius: 10px;
    padding: 10px;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.pagination {
    display: flex;
    justify-content: flex-end;
}


.dataTables_wrapper {
    width: 100%;
}

table.dataTable {
    width: 100% !important;
}

.dataTable tr:nth-child(odd) {
    background-color: white;
}

.dataTable tr:nth-child(even) {
    background-color: green;
    color: white; /* Muda a cor do texto para branco para melhor contraste */
}


.bg-d-m1 {
    color: #079992;
}

.table_default td {
    color: black;
}

.sm-logo {
    width: 50px;
    height: 50px;
}

.logo-edit {
    width: 200px;
    height: 200px;
}

.photo-edit {
    width: 200px;
    height: 200px;
}

.card-project {
    border-radius: 5px;
    padding: 5px;
    background-color: #f8f8f8;  
}

.project-completed {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #1e3799;
    color: white;
    padding: 10px;
    border-radius: 20px;
}

.project-completed-v {
    background-color: #1e3799;
    color: white;
    padding: 10px;
    border-radius: 20px;
    width: 82px;

}

.card-project:hover {
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}


.card-select-client {
    border-radius: 5px;
    padding: 5px;
   background-color: #f8f8f8;
}

.card-select-client:hover {
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
}

.badge-stage {
    padding: 7px;
    border-radius: 5px;
    margin: 5px;
}

.phase-card {
    color: white;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 6px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.f-m1 {
    font-size: 15px;
}

.f-m2 {
    font-size: 10px;
}

.task-checkbox-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}

.task-remove-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3px;
}

.checkbox {
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    outline: none;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
}

.checkbox:hover {
    border-color: #09c906;
}

.checkbox:checked {
    background-color: #28a745;
    border-color: #28a745;
}

.checkbox:checked::after {
    position: absolute;
    color: white;
    font-size: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.checkbox:not(:checked):hover::after {
    position: absolute;
    color: #09c906; 
    font-size: 14px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-task {
    padding: 8px;
}

.board-table th {
    width: 30px;
}

.table-area {
    width: 100%;
    height: 100vh; 
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
}

.questions-area {
    background-color: #f8f8f8;
    padding: 5px;
    margin-bottom: 5px;
}

.content {
    height: 100%;
}


.date-board {
    background-color: #f8f8f888;
    border-radius: 5px;
    padding: 4px;
    color: #101204;
    height: 37px;
}


.dropdown-menu-lg {
    width: 300px;
}

.board {
    background-color: #2D3439;
    border-radius: 5px;
    padding: 5px;
    color: black;
    height: 40px;
    margin-bottom: 5px;

    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.btn-default {
    background-color: #b3b3b3;
}

.modal-content-dark {
    background-color: #22272B;
    color: #B1BDC9;
}

/* .line-area {
    width: 329px;
} */

.pointer {
    cursor: pointer;
}

.image-bg {
    border-radius: 4px;
    width: 90px;
    margin: 5px;
    cursor: pointer;    
}

.image-bg:hover {
    box-shadow: rgb(13, 65, 238) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 4px;
}

.colors-bg {
    border-radius: 4px;
    width: 90px;
    height: 65px;
    margin: 5px;
    cursor: pointer;
}

.colors-bg:hover {
    box-shadow: rgb(13, 65, 238) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 4px;
}

/* Load logo */

/* Tela de carregamento */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #227093; /* Cor de fundo */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .main-sidebar {
    background-color: #20509c;
  }

  .active {
    background-color: #2664cc !important;
  }

  .content-wrapper {
    background-color: #e1ecf5;
  }

.btn-primary {
    color: #fff;
    background-color: #2664cc;
    border-color: #2664cc;
    box-shadow: none;
}

.logo-sidebar {
    background-color: white;
    padding: 4px; 
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-primary:hover {
    background-color: #3475e3;
    border-color: #3475e3;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #4280ea!important;
    outline: none !important;
}

.bg-default {
    background-repeat: no-repeat;
    background-image: url('../dist/images/home/hero-bg.png');
}
.dt-container {
    overflow-x: auto;
    width: 100%;
  }

  @media (max-width: 800px) {
    .dt-container {
      display: block;
      white-space: nowrap;
    }
    }
  
  /* Estilo do logo */
  #logo {
    width: 100px; /* Ajuste o tamanho conforme necessário */
    animation: bounce 1s infinite ease-in-out;
  }
  
  /* Animação de pulo */
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0); /* Posição inicial e final */
    }
    50% {
      transform: translateY(-50px); /* Altura do pulo */
    }
  }
  