.logo{
    width: 6vw;
}

.iconStyles{
    transform: scale(3);
    color: white;
    font-weight: 900;
    margin: 2vw;
    transition: 0.5s;
}

.iconStyles:hover{
    color: #ffa139;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 7vw); 
  
}

.iconsFooter{
    transform: scale(2);
    margin: 2vw;
}


.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 32px;
  height: 32px;
}

.map{
    margin-top: 10px;
}

.portal-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  padding: 24px;
}

.portal-form .form-control {
  min-height: 46px;
}

.portal-form label {
  font-weight: 600;
  color: #111;
}

.portal-table th,
.portal-table td {
  vertical-align: middle;
}

.portal-table-actions {
  white-space: nowrap;
}

.portal-table-actions .btn {
  margin-right: 6px;
  margin-bottom: 6px;
}

.portal-list-toolbar {
  width: 100%;
  max-width: 460px;
}

.portal-list-summary {
  color: #666;
  font-size: 0.95rem;
}

.portal-pagination {
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}

.portal-pagination .page-link {
  color: #ff5e15;
  border-color: rgba(255, 94, 21, 0.35);
}

.portal-pagination .page-item.active .page-link {
  background-color: #ff5e15;
  border-color: #ff5e15;
  color: #fff;
}

.portal-pagination .page-item.disabled .page-link {
  color: #9a9a9a;
}

.portal-search-wrap {
  position: relative;
}

.portal-search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 25;
  max-height: 230px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
}

.portal-search-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 10px 12px;
  color: #1a1a1a;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.portal-search-option + .portal-search-option {
  margin-top: 2px;
}

.portal-search-option:hover,
.portal-search-option:focus {
  background: #fff2ea;
  outline: none;
}

.portal-search-option-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.portal-search-option-name {
  font-weight: 600;
  color: #141414;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.portal-search-option-email {
  margin-top: 2px;
  font-size: 0.86rem;
  color: #676767;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.portal-search-option-meta {
  margin-left: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.portal-search-role {
  background: #f1f3f5;
  color: #56606a;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 7px;
}

.portal-search-role-admin {
  background: #ffe9db;
  color: #a94f17;
}

.portal-search-empty {
  padding: 10px 12px;
  color: #666;
  font-size: 0.92rem;
}

.portal-search-empty-loading {
  color: #4f5965;
}

.portal-history-list {
  margin: 0;
  padding-left: 20px;
}

.portal-history-list li {
  margin-bottom: 10px;
}

.portal-stat-card {
  background: linear-gradient(135deg, #ffffff 0%, #fff7f2 100%);
  border: 1px solid rgba(255, 94, 21, 0.2);
  border-radius: 14px;
  padding: 16px;
  height: 100%;
}

.portal-stat-card h6 {
  color: #555;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 12px;
}

.portal-stat-card .stat-value {
  color: #111;
  font-size: 24px;
  font-weight: 700;
}

.portal-chart-wrap {
  position: relative;
  height: 320px;
}

.portal-chart-wrap.portal-chart-tall {
  height: 360px;
}

.auth-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 95px 0 85px;
}

.auth-title {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.auth-subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
}

.auth-section {
  padding-top: 55px;
}

.auth-shell {
  margin-top: -120px;
}

.auth-info-card {
  background: linear-gradient(160deg, #ffffff 0%, #fff4ec 100%);
  border: 1px solid rgba(255, 94, 21, 0.18);
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.07);
  padding: 24px;
}

.auth-info-list {
  padding-left: 18px;
  margin-bottom: 18px;
}

.auth-info-list li {
  margin-bottom: 8px;
}

.auth-card {
  border-top: 4px solid #ff5e15;
}

.auth-btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.auth-btn-row .btn {
  min-width: 170px;
}

/*-------------------------------------------------------------------------------------------------*/

@media (max-width: 1300px){

    .logo{
     width: 8vw;
    }
    .iconStyles{
        margin: 3vw;
    }

}

@media (max-width: 1100px){

    .logo{
     width: 10vw;
    }
    .iconStyles{
     margin: 4vw;
    }
}

@media (max-width: 991px){

    .logo{
        width: 12vw;
    }
    .sandwich-icon {
        font-size: 5vw;
    }
    .grid-container {
        grid-template-columns: repeat(2, 10vw);  
    }

  .portal-card {
    padding: 18px;
  }

  .portal-chart-wrap,
  .portal-chart-wrap.portal-chart-tall {
    height: 280px;
  }

  .portal-table-actions {
    white-space: normal;
  }

  .portal-list-toolbar {
    max-width: 100%;
    margin-top: 8px;
  }

  .auth-hero {
    padding: 80px 0 70px;
  }

  .auth-title {
    font-size: 1.9rem;
  }

  .auth-shell {
    margin-top: -90px;
  }

}

@media (max-width: 850px){

    .logo{
     width: 13vw;
    }
    .sandwich-icon {
        font-size: 6vw;
    }
    .iconStyles{
     margin: 4.5vw;
    }

}

@media (max-width: 700px){

    .logo{
     width: 15vw;
    }
    .sandwich-icon {
        font-size: 7vw;
    }
    .iconStyles{
     margin: 5.5vw;
    }
    .grid-container {
        grid-template-columns: repeat(2, 13vw);  
    }

  .auth-title {
    font-size: 1.65rem;
  }

  .auth-subtitle {
    font-size: 0.98rem;
  }

  .auth-shell {
    margin-top: -75px;
  }

}

@media (max-width: 600px){

    .logo{
     width: 20vw;
    }
    .sandwich-icon {
        font-size: 9vw;
    }
    .iconStyles{
     margin: 6.5vw;
    }
    .grid-container {
        grid-template-columns: repeat(2, 15vw);  
    }

  .auth-hero {
    padding: 70px 0 62px;
  }

  .auth-shell {
    margin-top: -58px;
  }

  .auth-btn-row {
    display: block;
  }

  .auth-btn-row .btn {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .portal-search-option {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .portal-search-option-meta {
    margin-left: 0;
  }

}

@media (max-width: 450px){

    .logo{
     width: 27vw;
    }
    .sandwich-icon {
        font-size: 12vw;
    }
    .grid-container {
        grid-template-columns: repeat(2, 20vw);  
    }

  .portal-card,
  .auth-info-card {
    padding: 16px;
  }

  .auth-title {
    font-size: 1.45rem;
  }

}

