/* Base styles for dashboard components */
@import url('https://fonts.googleapis.com/css2?family=Borel&display=swap');
body {
    font-size: 16px;
    padding-top: 60px; /* Spazio per topbar */
    padding-bottom: 80px!important; /* Spazio per bottombar */
    background: #000;
}
.dropdown-menu {color: #fff;background: rgba(0, 0, 0, 0.64)!important;border-radius: 16px;box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important;backdrop-filter: blur(8.3px)!important;}
input {font-size:12px;}
.grad1 {border-radius:20px;background: linear-gradient(to bottom, rgba(255,0,102,1) 0%,rgba(166,0,66,1) 100%);}
.progress {height: 24px; border-radius: 20px;background:#212529;padding:2px;}
.progess-bar {-webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;}
    @-webkit-keyframes animate-positive{
        0% { width: 0; }
    }
    @keyframes animate-positive{
        0% { width: 0; }
    }




.titpage {margin:0px;font-size:2.5em;letter-spacing:-1px;font-weight:100;text-align:center;padding:10px;padding-top:20px;color:#fff;margin:-12px;margin-bottom:10px;
  background: #000;-webkit-animation: titpage 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
	        animation: titpage 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;}
  .titpage h1 {font-size:0.5em;color:#fff8;margin:0px;font-weight:200;}
  .titpage i {color:#f06;}
  .titpage h2 {font-size:0.7em;}
  .titpage h2.small {font-size:0.6em;}

.screen1 {padding:20px;padding-bottom:32px;background: linear-gradient(to bottom, rgba(0,0,0,1) 42%,rgba(255,0,102,1) 100%);margin:-12px;}
.screen1 a {text-decoration:none!important;color:#fff;}
.screen2 h2,.screen3 h2,.screen4 h2 {background: linear-gradient(to bottom, rgba(33,37,41,0.1) 0%,rgba(33,37,41,0.1) 1%,rgba(33,37,41,0) 53%,rgba(33,37,41,0) 55%);border-radius:32px;padding:8px;margin:10px;padding-left:12px; }
.screen2 h2 a, .screen3 h2 a, .screen4 h2 a {text-decoration:none!important;color:#f06;font-size:17px;}
.screen1 p a {text-decoration:none;color:#fff;}
.icon-social {font-size:27px;text-align:center;color:#f06;}

  @-webkit-keyframes titpage {
    0% {
      -webkit-transform: translateZ(-80px);
              transform: translateZ(-80px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes titpage {
    0% {
      -webkit-transform: translateZ(-80px);
              transform: translateZ(-80px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }

.list-group, .client {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


  .wrow {min-height:32px;background:#fff;margin:-12px;text-align:center;padding-bottom:10px;}

.list-group-item {
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    transition: background-color 0.3s, color 0.3s;
    padding: 15px;
}
.list-group-item:hover {
    background-color: #0005;
    color: #fff;
}
.list-group-item:hover .client-name, .list-group-item:hover .staff-name, .list-group-item:hover .service-name {
    color: #fff;
}
.client-name, .staff-name, .service-name {
    color: #333;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.2rem;
}
.action-icon-btn, .add-client-btn, .add-staff-btn {
    font-size: 1.4rem;
    background-color: #fff;
    color: #f06;
    border: 1px solid #0002;
    border-radius: 8px;
    padding: 12px 18px;
    transition: background-color 0.2s, color 0.2s, transform 0.2s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.action-icon-btn:hover, .add-client-btn:hover, .add-staff-btn:hover {
    background-color: #f06;
    color: #fff;
    transform: scale(1.05);
    text-decoration: none;
}
.action-icon {padding:5px;margin:5px;background: #000;width:120px;display:inline-block;border-radius:5px;color:#fff;text-decoration: none;}
.action-icon:hover {background:#f06;color:#000;}
.action-icon:hover i {color:#000;}
.search-input {
    border-radius: 0 4px 4px 0;
    padding: 12px;
    font-size: 1.1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.search-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.input-group {
    display: flex;
    align-items: center;
}
.textarea {width:100%;border:1px solid #0002;border-radius:5px;}
.input-group-text {
    background-color: #f06;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 16px 12px;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.pagination .page-link {
    border-radius: 5px;
    margin: 0 5px;
    color: #007bff;
    padding: 10px 15px;
    font-size: 1.1rem;
    transition: background-color 0.2s, color 0.2s;
}
.pagination .page-link:hover {
    background-color: #e9ecef;
    color: #0056b3;
}
.pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.pagination .page-item.disabled .page-link {
    color: #6c757d;
}
.form-container {
    margin-top: 48px;
}
.form-group {
    margin-bottom: 1.8rem;
}
.form-control {
    border-radius: 0 8px 8px 0;
    padding: 12px;
    font-size: 0.9rem;
    border: 1px solid #ced4da;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    animation: pulse-shadow 0.6s ease-in-out infinite alternate;
}
@keyframes pulse-shadow {
    0% { box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); }
    100% { box-shadow: 0 0 15px rgba(0, 123, 255, 0.8); }
}
.form-control[type="password"] {
    border-radius: 0;
}
.form-control[type="time"] {
    border-radius: 0 8px 8px 0;
    padding: 8px;
    font-size: 1rem;
}
.password-toggle {
    cursor: pointer;
    padding: 12px;
    background-color: #f8f9fa;
    border: none;
    border-radius: 4px 8px 8px 4px;
}
.form-action-btn {
    font-size: 1.2rem;
    border-radius: 8px;
    padding: 12px 20px;
    transition: background-color 0.2s, color 0.2s, transform 0.2s;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.save-btn {
    background-color: #28a745;
    color: #fff;
}
.save-btn:hover {
    background-color: #218838;
    color: #fff;
    transform: scale(1.05);
}
.delete-btn {
    background-color: #dc3545;
    color: #fff;
}
.delete-btn:hover {
    background-color: #c82333;
    color: #fff;
    transform: scale(1.05);
}
.day-container {border-radius: 10px; background: #f062; padding: 10px; margin: 5px;}
.day-container h4 {text-align:center;font-size:21px;color:#f06;}
.day-container .list-group-item {border-radius:10px;}
.form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.times-table {
    width: 100%;
    margin-top: 20px;
}
.times-table th, .times-table td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}
.times-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}
.times-table .input-group {
    width: 100%;
}
.times-table input[type="time"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 0 4px 4px 0;
    font-size: 1rem;
}
.readonly-table {
    width: 100%;
    border-collapse: collapse;
}
.readonly-table th, .readonly-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}
.readonly-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}
.modal-content {
    border-radius: 8px;
}
.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}
.fixed-bottom {
    background-color: #f06;
    padding: 10px 20px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    height: 50px;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.fixed-bottom.loaded {
    transform: translateY(0);
    opacity: 1;
}
.fixed-top {
    background-color: #f06;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.fixed-top.loaded {
    transform: translateY(0);
    opacity: 1;
}
.fixed-top .dropdown a {font-size:13px;font-weight:500;}
.navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;margin-top:10px;
}
.nav-link.dropdown-toggle {
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav-link.dropdown-toggle:hover {
    color: #ddd;
}
.dropdown-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
    color: #333;
    font-size: 1rem;
}
.dropdown-item:hover {
    background-color: #f06;
    color: #fff;
}
.search-bar {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    z-index: 1000;
}
.search-bar.active {
    height: 56px;
    padding: 8px 20px;
}

.info-icon {
    font-size: 1.2rem;
    color: #666;
}
.collapse-toggle {
    background: none;
    border: none;
    padding: 0;
    font-size: 1.1rem;
    color: #333;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}
.collapse-toggle:hover {
    color: #f06;
}
.chevron-icon {
    transition: transform 0.3s;
}
.collapse.show + .chevron-icon {
    transform: rotate(180deg);
}


.dotbar {width:260px;margin:auto;position:absolute;top:34px;z-index:40000;left: calc(50% + 6px);transform: translate(-50%, -50%);}
.dot-cell {width:40px;height:66px;border:0px solid #ff0;float:left;margin-right:4px;margin-left:4px;position:relative;}
.dot-cell-3 {width: 56px;height:66px;border:0px solid #ff0;float:left;margin-right:4px;margin-left:4px;position:relative;}
.dot-cell .dot, .dot-cell-3 .dot {width: 6px;height: 6px;background-color: #f06!important;display:block;margin:auto;position:absolute;}
.dot-cell.cell1 .dot {top: 32px;left: 17px;}
.dot-cell.cell2 .dot {top:36px;left: 17px;}
.dot-cell-3.cell3 .dot {top:48px;left: 20px;}




@media (max-width: 768px) {
    body {
        font-size: 16px;
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .list-group-item {
        font-size: 1.05rem;
        padding: 12px;
    }
    .client-name, .staff-name .service-name {
        font-size: 1.1rem;
    }
    .action-icon-btn, .add-client-btn, .add-staff-btn, .form-action-btn {
        font-size: 0.9rem;
        padding: 8px 12px;
    }
    .input-group-text, .password-toggle {
        padding: 8px;
        font-size: 1rem;
    }
    .form-control {
        font-size: 0.9rem;
        padding: 8px;
    }
    .form-group {
        margin-bottom: 15px;
    }
    .form-row {
        display: block;
    }
    .form-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .form-actions button {
        flex: 1;
        text-align: center;
    }
    .search-input {
        font-size: 1rem;
        padding: 8px;
    }
    .pagination .page-link {
        font-size: 1rem;
        padding: 6px 10px;
    }
    .times-table th, .times-table td, .readonly-table th, .readonly-table td {
        display: block;
        width: 100%;
    }
    .times-table th, .readonly-table th {
        padding-bottom: 5px;
    }
    .times-table .input-group {
        flex-direction: row;
        align-items: center;
    }
    .times-table .input-group-text {
        border-radius: 4px 0 0 4px;
    }
    .times-table input[type="time"] {
        border-radius: 0 4px 4px 0;
    }
    .modal-body {
        max-height: 80vh;
    }
    .fixed-bottom, .fixed-top {
        padding: 8px 15px;
        height: 46px;
    }

    .collapse-toggle {
        font-size: 1rem;
    }
    .offcanvas-nav .list-group-item {
        font-size: 1rem;
        padding: 10px 15px;
    }
    .offcanvas-nav .list-group-item i {
        font-size: 1rem;
        margin-right: 8px;
    }
    .search-bar.active {
        height: 48px;
        padding: 6px 15px;
    }
    .navbar-brand {
        font-size: 1.3rem;
    }
    .nav-link.dropdown-toggle {
        font-size: 1rem;
    }
}
@media (min-width: 768px) {
    .form-row {
        display: flex;
        gap: 20px;
    }
    .form-row .form-group {
        flex: 1;
    }
}
.stat-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.2s;
    height: 100%;
}
.stat-card:hover {
    transform: translateY(-5px);
}
.stat-card i {
    font-size: 2.5rem;
    color: #f06;
    margin-bottom: 10px;
}
.stat-card h5 {
    color: #f06;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.stat-card .value {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
}
.stat-card a {
    text-decoration: none;
    color: inherit;
}
.logo-container {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.logo-img {
    width: 64px;
    height: auto;
    fill: #fff7;
    margin-right: -10px;
    margin-top: -10px;
    animation: spin 1s ease-in-out;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(1800deg); }
}
.logo-text {
    font-family: 'Borel', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;margin-top:15px;
    transform: translateX(-10px);
    animation: fadeIn 0.5s ease-in forwards;
    animation-delay: 1s;
}
@keyframes fadeIn {
    to { opacity: 1; transform: translateX(0); }
}
.btnaction {width:40px!important;height:40px!important;background:#000!important;border-radius:16px;text-align:center;margin: 0 auto!important;}
.qube {text-align:center!important;text-decoration:none;color:#fff;}
.qube i {background:#0003;padding:10px;border-radius:20px;display:block;width:80px;height:80px;margin:1px;font-size:45px;color:#fff;line-height:64px;margin:auto;box-shadow: 0px 0px 13px 3px rgba(255,0,153,0.75);}
.qube span {text-align:center;display:block;padding-top:5px;}
.qube:hover i {color:#f06;background:#fff;box-shadow: 0px 0px 18px 5px rgba(0,0,0,0.2);}
.color1 {color:#f06;}
.offcanvas {background: linear-gradient(to bottom, rgba(255,0,102,1) 0%,rgba(0,0,0,1) 100%);}
.offcanvas .list-group-item i {color:#f06!important;}
.background1 {background:#fff;}
.text-mini {font-size:12px!important;}
/* Stili per i link all'interno dell'off-canvas */


/* Stili per una griglia più compatta se vuoi 2 o 3 icone per riga */
/* Aggiungi una classe al contenitore dei link, ad esempio 'icon-grid' */
/* Se il tuo off-canvas è responsive e vuoi mostrarle in una griglia su schermi più grandi */
/* Supponendo che i tuoi <a> siano direttamente all'interno di un div con una classe custom, ad esempio `offcanvas-body-grid` */
@media (min-width: 576px) { /* Ad esempio, per schermi da sm a salire */
    .offcanvas-body-grid { /* Aggiungi questa classe al contenitore che racchiude i tuoi link <a> */
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* 2 o 3 colonne, adattabile */
        gap: 15px; /* Spazio tra le "app" */
        padding: 15px;
    }

    .offcanvas-body-grid .list-group-item {
        margin-bottom: 0; /* Rimuovi il margine inferiore se usi il gap della griglia */
    }
}
.actionapp a {border-radius:20px;padding:5px;font-size:12px;text-align:center;margin:5px;}
.actionapp a i {font-size:30px;margin:auto;text-align:center;color:#f06;}
.bg-1 {background: #0002; color:#fff; }
.bg-1 i {color:#fff7;}
    .stat-card {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        text-align: center;
        transition: transform 0.2s;
        height: 100%;
    }
    .stat-card:hover {
        transform: translateY(-5px);
    }
    .stat-card i {
        font-size: 2.5rem;
        color: #f06;
        margin-bottom: 10px;
    }
    .stat-card h5 {
        color: #f06;
        font-weight: bold;
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
    .stat-card .value {
        font-size: 2rem;
        font-weight: bold;
        color: #333;
    }
    .stat-card .pct {
        font-size: 0.9rem;
        margin-top: 5px;
    }
    .stat-card .pct.positive {
        color: #28a745;
    }
    .stat-card .pct.negative {
        color: #dc3545;
    }
    .stat-card a {
        text-decoration: none;
        color: inherit;
    }
    .logo-container {
        display: flex;
        align-items: center;
        text-decoration: none;
    }
    .logo-img {
        width: 64px;
        height: auto;
        fill: #fff7;
        margin-right: -10px;
        margin-top: -10px;
        animation: spin 1s ease-in-out;
    }
    @keyframes spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(1800deg); }
    }
    .logo-text {
        font-family: 'Borel', sans-serif;
        color: #fff;
        font-size: 1.5rem;
        opacity: 0;
        margin-top: 15px;
        transform: translateX(-10px);
        animation: fadeIn 0.5s ease-in forwards;
        animation-delay: 1s;
    }
    @keyframes fadeIn {
        to { opacity: 1; transform: translateX(0); }
    }
    @keyframes pulse-shadow {
        0% { box-shadow: 0 4px 8px rgba(240, 0, 102, 0.3); }
        50% { box-shadow: 0 6px 12px rgba(240, 0, 102, 0.5); }
        100% { box-shadow: 0 4px 8px rgba(240, 0, 102, 0.3); }
    }
    .alert-dark {background:#000;color:#fff;border:1px solid #f06;}
    .birthday-alert .content {
        flex-grow: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .birthday-alert i {
        color: #f06;
        margin-right: 10px;
    }
    .birthday-alert a {
        color: #f06;
        text-decoration: none;
        margin-right: 5px;
    }
    .birthday-alert a:hover {
        text-decoration: underline;
    }
    .section-title {
        color: #f06;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .next-meeting-card {
        background-color: #0002;color:#fff;min-height:170px;
        border-radius: 15px;
        box-shadow: 0 4px 8px rgba(255, 0, 102, 0.5);
        padding: 20px;
        text-align: left;
    }
    .stat-section {
        color: #fff;
        border-radius: 15px;
        padding: 20px;
        height: 100%;
    }
    .stat-section .value {
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
    }
    .stat-section .label {
        font-size: 1rem;
        color: #fff7;
        margin-bottom: 10px;
    }
    .stat-section .pct {
        font-size: 0.9rem;
    }
    .stat-section .pct.positive {
        color: #28a745;
    }
    .stat-section .pct.negative {
        color: #dc3545;
    }
    .section-spacing {
        padding: 20px;
        margin-bottom: 30px;
        width: 100%;
    }


    .info-icon {
        font-size: 1.1rem;
    }
    .bbcenter {
        width: 90%!important;margin-left:5%!important;margin-right:5%!important;
    }
    .bbcenter .fixed-icon-btn {background:#000;}
    .fixed-icon-btn {width: 40px!important;    height: 40px!important;border:1px solid #0002;border-radius:20px;padding:2px;background:#0002;}
    .fixed-icon-btn img {
        width: 40px;
        height: 40px;
    }
    .fixed-icon-btn, .fixed-icon-btn1 {width: 40px;height: 40px;padding:2px;}
    .fixed-icon-btn img,.fixed-icon-btn1 img {
        width: 36px;
        height: 36px;transition: transform 0.3s ease-in-out;
    }
    .bbcenter1 {width:64px;height: 64px;border-radius: 40px;background: #000;display:block;margin-top:-25px;text-align:center;line-height:56px;outline:8px solid transparent;}
    .bbcenter1:hover {outline:8px solid #fff6;transform: scale(1.1);}
    .bg-danger1 {background:#f06;margin:1px;border-radius:40px;}

    .container-fluid > .progress, .progress-bar .bg-dark {background:#fff;border:1px solid #0002;}


    .accordion {
        background: transparent;
        color: #fff;
        padding-top:20px;
    }
    .accordion .accordion-item {
        background: transparent;
        color: #fff;
        border:0px solid #fff2;
    }
    .accordion .accordion-header {
        background: transparent;
    }
    .accordion .accordion-button {
        background: #f065;
        color: #fff!important;font-family:arial,helvetica;font-weight:300;border-radius:20px;text-decoration:none;
    }

    .accordion .accordion-button:hover {background:#f06;}
    .accordion .accordion-button:not(.collapsed) {
        background: #f065;
        color: #f06!important;
    }
    .accordion .accordion-body {
        background: transparent;
        color: #fff;margin-top:-10px;
    }
    .accordion-item:first-of-type .accordion-button {border-top-left-radius:20px;border-top-right-radius:20px;}
    .accordion-item:last-of-type .accordion-button {border-bottom-left-radius:20px;border-bottom-right-radius:20px;}
    .accordion-item:last-of-type .accordion-button.collapsed {border-bottom-left-radius:20px;border-bottom-right-radius:20px;}

    .accordion-item {margin-bottom:5px;}
    .product-detail .details, .product-detail .notes {
        margin-top: 0px;
        font-size: 1rem;
        color: #e0e0e0;
    }
    .product-detail .details .label, .product-detail .notes .label {
        font-size: 0.75rem;
        color: #f06;
        display: block;
        position: relative;

    }
    .product-detail .details .value, .product-detail .notes .value {
        font-size: 1rem;
        color: #fff;
        margin-bottom: 10px;
    }
    .product-detail .details .value a, .product-detail .notes .value a {
        color: #fff;
        text-decoration: none;
    }
    .product-detail .details .value a:hover, .product-detail .notes .value a:hover {
        color: #f06;
        text-decoration: underline;
    }
    .purchase-links .btn {
        background: #f065;
        color: #fff;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 4px 8px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: 'Arial', sans-serif;
    }
    .purchase-links .btn:hover {
        background: #000;
        color: #fff;
    }
    .purchase-links .btn .supplier-name {
        font-size: 1.3rem;
        font-weight: bold;
        color: #fff;
    }
    .purchase-links .btn .price-ml {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }
    .purchase-links .btn .price-ml .price {
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
    }
    .purchase-links .btn .price-ml .ml {
        font-size: 0.7rem;
        color: #e0e0e0;
    }
    .related-product {
        background: linear-gradient(to right, rgba(255,0,102,0.5) 0%,rgba(255,0,102,0.2) 90%);
        color: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        padding: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .related-product:hover {background:#f065;}
    .related-product img {
        max-width: 100px;
        height: auto;
        background:#0005;
        border-radius: 10px;
        border: 0px solid #555;
        margin-right: 15px;
    }
    .related-product a {
        color: #f06;
        text-decoration: none;display:block;
    }

    .related-product .brand {
        font-size: 1rem;
        color: #fff;
    }
    .related-product .price {
        font-size: 0.8rem;
        color: #fff;
        font-weight: bold;
    }
    @media (max-width: 768px) {

        .product-detail h3 {
            font-size: 1.5rem;
        }
        .product-detail .brand {
            font-size: 1rem;
        }
        .product-detail .price {
            font-size: 1.25rem;
        }
        .bottombar {
            position: static;
            margin-top: 20px;
            text-align: center;
        }
        .related-product img {
            max-width: 80px;
        }
        .purchase-links .btn .supplier-name {
            font-size: 1rem;
        }
        .purchase-links .btn .price-ml .price {
            font-size: 0.9rem;
        }
        .purchase-links .btn .price-ml .ml {
            font-size: 0.8rem;
        }
        .product-detail h2 {padding-top:0px;}
    }
    @media (max-width: 576px) {

        .product-detail h3 {
            font-size: 1.25rem;
        }
        .product-detail .brand {
            font-size: 0.9rem;
        }
        .product-detail .price {
            font-size: 1rem;
        }
        .related-product img {
            max-width: 60px;
        }
        .purchase-links .btn .supplier-name {
            font-size: 0.9rem;
        }
        .purchase-links .btn .price-ml .price {
            font-size: 0.8rem;
        }
        .purchase-links .btn .price-ml .ml {
            font-size: 0.75rem;
        }
    }
    .pbar {background:#f065;border-radius:20px;padding:20px;}
    .pbar .border-bottom {border-bottom:1px solid #fff2!important;margin-bottom:10px;}
    .accordion-button::after {
    filter: brightness(0) invert(1);
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.toplead {padding:10px;margin:a10px;font-weight:200;font-size:1.3rem;}
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
    margin-top: 20px;
    position: relative;
    bottom: -25px;
}
.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 10px;
    font-size: 0.875rem;
}
.category-item:hover {
    transform: scale(1.1);
}
.category-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}
.supertab {font-size:13px;background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,0,102,0.2) 100%);border-bottom:2px solid #000!important;}
.supertab .nav-link.active {border:2px solid #000!important;background: linear-gradient(to bottom, rgba(255,0,102,0.2) 0%,rgba(0,0,0,1) 100%)!important;color:#f06!important;font-weight:bold!important;}
.message-content a {display:block;background:#f065;border-radius:10px;margin-bottom:5px;padding:5px;text-align:center;}
.message-content a:hover {background:#fff;color:#000;}
