@import url('https://fonts.bunny.net/css2?family=Poppins:wght@400;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--bs-background-color);
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.pc-header .pcm-logo img {
  max-width: 160px;
  max-height: 65px;
}
.pc-header .user-avtar {
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.border-dashed {
  border: 1px dashed #dfdfdf;
}

.border-dashed .card-body {
  margin: 5px;
  border: 1px dashed #dfdfdf;
}

.border-dashed .card-header {
  margin: 5px;
  border: 1px dashed #dfdfdf;
}

.border-dashed .card-footer {
  margin: 5px;
  border: 1px dashed #dfdfdf;
}

.border-dashed:has(.card-header) .card-body {
  margin-top: 0px;
  border-top: 0px dashed #dfdfdf;
}

.border-dashed:has(.card-body) .card-header {
  margin-bottom: 0px;
  border-bottom: 1px solid #f2f4f9;
}

.border-dashed:has(.card-footer) .card-body {
  margin-bottom: 0px;
  border-bottom: 0px dashed #dfdfdf;
}

.border-dashed:has(.card-body) .card-footer {
  margin-top: 0px;
  border-top: 1px solid #f2f4f9;
}

.card {
  border-radius: 14px !important;
  overflow: hidden;
}
.card .card-body {
  border-radius: 12px;
}
.rounded {
  border-radius: 14px !important;
}

.pc-mob-header{
  background-color: var(--bs-primary);
}

.pc-mob-footer {
    display: none;
    background: #ffffff;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 1026;
    left: 0;
    right: 0;
}
.pc-mob-footer .pc-mob-footer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    color: #6c757d;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
    width: 100%;
    border-radius: 8px;
}
.pc-mob-footer .pc-mob-footer-link .footer-icon {
    font-size: 24px;
    margin-bottom: 2px;
    line-height: 1;
}
.pc-mob-footer .pc-mob-footer-link .footer-text {
    font-size: 12px;
    margin: 0;
}
.pc-mob-footer .pc-mob-footer-link.active,
.pc-mob-footer .pc-mob-footer-link:hover {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.3);
}

@media (max-width: 1024px) {
    .pc-mob-footer {
        display: flex;
    }

    .pc-footer {
        bottom: 0;
        left: 0;
        transition: all 0.15s ease-in-out;
    }
    .navbar-content .pc-navbar {
        padding-bottom: 70px;
    }
}


/* Extra Custom Styles */
.pc-sidebar {
  background-color: #162a3a;
}
.pc-sidebar .pc-navbar>.pc-item.active>.pc-link, .pc-sidebar .pc-navbar>.pc-item:focus>.pc-link, .pc-sidebar .pc-navbar>.pc-item:hover>.pc-link {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: #ffffff;
}
.pc-sidebar .m-header {
  background-color: #f9a825;
}


/* Coming Soon Model */
.card-fancy.card {
    background: var(--bs-primary);
}

.card-fancy .card-body {
    /* background-image: linear-gradient(#00a4e5, rgba(var(--bs-primary-rgb), 0)) !important; */
    background-image: linear-gradient(var(--bs-primary), var(--bs-primary-hover)) !important;
    color: var(--text-primary) !important;
    margin: 2px;
}

.card-fancy .card-body * {
    color: var(--text-primary) !important;
}

/* Simple Modern Modal Styles */
.modern-modal-simple {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.gradient-header-simple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 1.5rem 1.25rem;
}

.modal-icon-simple {
    font-size: 1.25rem;
    color: white;
}

.icon-circle-simple {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.feature-icon-simple {
    font-size: 2rem;
    color: white;
}

.modal-heading-simple {
    font-weight: 600;
    color: #333;
    font-size: 1.25rem;
}

.modal-description-simple {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
}

.btn-modern-simple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    color: white;
    transition: all 0.3s ease;
}

.btn-modern-simple:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    color: white;
}

/* Modal backdrop */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

.swal2-container {
  z-index: 1080;
}