@charset "UTF-8";
/*
* Trunk version 2.0.0
*/

.text-frontColor{
    color: #5b7af7;
}

.text-greenColor{
    color: #00FF01;
}

.text-greenColor2{
    color: #09423A;
}

.text-yellowColor{
    color: #E2D019;
}

.text-blueColor{
    color: #2F85DB;
}

.text-orangeColor{
    color: #FF2D20;
}

.text-whiteColor{
    color: white;
}

.text-infoColor{
    color: #17A2B8;
}

.text-logo1Color{
    color: #00FF01;
}

.text-logo2Color{
    color: #FF2D20;
}

.text-warning{
    color: #FFC107;
}

.back-frontColor{
    background-color: #FF2D20;
}

.back-OrangeColor{
    background-color: #FF2D20;
}

.back-redColor{
    background-color: #A90000;
}

.back-greenColor{
    background-color: #00FF00;
}

.back-greenColor2{
    background-color: #09423A;;
}

.back-blueColor{
    background-color: #2F85DB;
}

.back-yellowColor{
    background-color: #947700;
}

.back-infoColor{
    background-color: #17A2B8;
}

.back-logo1Color{
    background-color: #00FF00;
}

.back-logo2Color{
    background-color: #FF2D20;
}

.back-warning{
    background-color: #FFC107;
}

.back-dark {
    background-color: #141414;
}

/********************************************/


.table {
    font-size: 17px;
}

.plex-font1 {
    font-size: 17px;
}

a {
    text-decoration: none;
}

/********************************************/

.plex-capitalize {
    text-transform: capitalize;
}

/********* css para o checkout do site ******/
.plex-marginTop{
    margin-top: 60px;
}

.plex-marginBottom{
    margin-bottom: 10px;
}

.plex-decoration{
    text-decoration: none;
}

.plex-padding{
    padding: 10px;
}

.plex-uppercase {
  text-transform:uppercase
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    position: relative;
    width: 100%;
}

.icon-whatsapp{
    position: fixed;
    bottom: 95px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    padding: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
}

.collapsible {
  background-color: #B22222;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active-collapsible, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Estilização da tabela */
.custom-table {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.custom-table thead th {
  background: #000;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 14px;
}

.custom-table tbody tr:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.details-row {
  display: none;
  background-color: #f9f9f9;
}

.details-content {
  border-left: 4px solid #0d6efd;
  padding: 20px;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.details-content .info-icon {
  margin-right: 5px;
  color: #0d6efd;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.expand-icon {
  transition: transform 0.3s;
}

.btn-sm {
  font-size: 0.75rem;
}

/* Badges personalizadas */
.badge-concluido {
  background-color: #198754;
}

.badge-andamento {
  background-color: #ffc107;
  color: #212529;
}

.badge-solicitado {
  background-color: #0dcaf0;
  color: #212529;
}

.badge-aguardando {
  background-color: #fd7e14;
}

.badge-chat {
  background-color: #6f42c1;
}

/* Estilização do formulário */
.form-services {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-top: 40px;
}
.form-label {
    font-weight: 600;
}
#preview-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #0d6efd;
}
.image-preview-box {
    background: #f1f1f1;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilo adicional para deixar mais moderno */
    .modal-content {
        border-radius: 1.3rem;
        border: none;
        overflow: hidden;
    }
    .modal-header {
      background: linear-gradient(135deg, #0d6efd, #6610f2);
      color: #fff;
      padding: 1.2rem;
    }
    .modal-title {
      font-weight: 600;
      font-size: 1.3rem;
    }
    .checkout-left {
      background: #f8f9fa;
      border-radius: 1rem;
      padding: 1.5rem;
      height: 100%;
    }
    .checkout-left h6 {
      font-weight: 600;
    }
    .checkout-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 1rem;
    }
    .checkout-item p {
      margin: 0;
    }
    .checkout-total {
      background: #e7f1ff;
      border-radius: .8rem;
      padding: 1rem;
      text-align: center;
      margin-top: 1.2rem;
    }
    .checkout-total span {
      font-size: 1.8rem;
      font-weight: 700;
      color: #198754;
    }
    .form-label {
      font-weight: 500;
    }
    .progress {
      height: 8px;
      border-radius: 5px;
    }
    .payment-option {
      border: 2px solid #e9ecef;
      border-radius: 0.8rem;
      padding: 1rem;
      cursor: pointer;
      text-align: center;
      transition: 0.3s;
    }
    .payment-option i {
      font-size: 1.8rem;
      margin-bottom: .3rem;
      color: #0d6efd;
    }
    .payment-option:hover,
    .payment-option.active {
      border-color: #0d6efd;
      background: #eef5ff;
    }
    .btn-success {
      padding: 0.8rem 1.5rem;
      font-size: 1.1rem;
      border-radius: .8rem;
    }
    
    .payment-option {
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    .payment-option:hover {
      border-color: #0d6efd;
      background-color: #f8f9fa;
    }
    .form-check-input:checked + label {
      border-left: 5px solid #0d6efd;
      padding-left: 10px;
      background-color: #eef5ff;
      border-radius: 8px;
    }
    
/* Personalização */
    .navbar {
      background: linear-gradient(90deg, #0d47a1, #1565c0); /* Azul escuro p/ azul médio */
    }
    .navbar-brand {
      font-weight: bold;
      color: #fff !important;
      font-size: 1.4rem;
      letter-spacing: 1px;
    }
    .nav-link {
      color: #f1f1f1 !important;
      font-weight: 500;
      transition: 0.3s;
      margin-left: 10px;
      display: flex;
      align-items: center; /* ajuda no alinhamento */
    }
    .nav-link:hover {
      color: #5160ff !important;
      transform: translateY(-2px);
    }
    .btn-login {
      background-color: #5160ff;
      color: #000 !important;
      font-weight: bold;
      border-radius: 20px;
      padding: 8px 20px; /* ajustado para altura consistente */
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 12px;
      height: 38px; /* mesma altura aproximada dos links */
      transition: 0.3s;
    }
    .btn-login:hover {
      background-color: #5160ff;
      transform: scale(1.05);
    }

    /* Corrige ícone do botão hamburguer */
    .navbar-toggler {
      border: none;
    }
    .navbar-toggler-icon {
      filter: invert(1); /* deixa o ícone branco */
    }
    
/* style.css - Fixed chat layout */
body, html { height: 100%; margin: 0; background: #0d1117; color: #e6edf3; font-family: 'Segoe UI', sans-serif; }
.chat-app { height: 100vh; }

.sidebar { background: #161b22; color: #c9d1d9; }
.sidebar .list-group-item { background: transparent; color: #c9d1d9; border: none; cursor: pointer; }
.sidebar .list-group-item:hover { background: rgba(56,139,253,0.1); }
.sidebar .list-group-item.selected { background: rgba(56,139,253,0.2); border-left: 3px solid #1f6feb; }

.chat { background: #0d1117; }
.chat-header { background: #161b22; color: #e6edf3; }
.chat-messages { background: #0d1117; }
.msg { max-width: 70%; padding: 10px 12px; border-radius: 10px; margin-bottom: 8px; font-size: 14px; line-height: 1.3; }
.msg.sent { margin-left: auto; background: #1f6feb; color: white; }
.msg.recv { margin-right: auto; background: #21262d; color: #c9d1d9; }
.msg .meta { font-size: 11px; opacity: 0.7; margin-top: 4px; }

textarea.form-control { resize: none; min-height: 44px; max-height: 150px; }