@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.loader {
    border: 4px solid #e5e7eb;
    border-top: 4px solid #dc2626;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
}

.text-white{
    color:white
}
.incol {
    flex-basis: min-content
}
.txt-start{
    text-align:start !important;
}
.row-none {
    padding-top: 0px !important;
}
.title-txt {
    font-size: 15pt;
    font-weight: bold;
    
}
.pointer {
    cursor: pointer;
}
.w-20 {
    width: 20%;
}.w-50 {
    width: 50%;
}
.b-dash {
    border: dashed;
}
.background-0 {
    background: transparent;
}
.op-50 {
    opacity: 50%;
}
.product-card:hover .form-select {
    display: block !important;
}

.form-select.d-none {
    display: none !important;
}

.form-select:hover {
    opacity: 100%;
    transition: opacity 0.3s ease;
}
.deco-none{
    text-decoration:none;
}

.f-right {
    float: right;
}.h-96 {
    height: 96%;
}.h-90 {
    height: 90%;
}
 .h-40px {
    height: 40px;
}
  .h-150px {
    height: 150px;
}
.h-320px {
    height: 320px;
}
.b-none{
    border:none;
}
.br-10px{
    border-radius:10%;
}.br-5px{
    border-radius:16px;
}
.mt-15 {
    margin-top: 15%;
}
.ml-0 {
    margin-left: 0 !important;
}
.custom-modal-header {
    display: block !important;
    text-align: center !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin-top: 20px !important;
}
.custom-modal-footer {
    margin-bottom: 10px !important;
    padding: 10px !important;
    padding-top: 0px !important;
    justify-content: flex-end;
    display: flex;
    margin: calc(var(--bs-modal-footer-gap) 0.5rem * 0.5);
}
    .custom-modal-footer > * {
        margin: calc(0.5rem * 0.5);
    }
/* Share Popup Styles */
.share-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none; /* Hidden by default */
    align-items: center;
    justify-content: center;
}

.share-popup {
    background: white;
    border-radius: 16px;
    width: 90%;
    max-width: 450px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    position: relative;
}

.share-popup-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: center;
}

.share-options {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
}

.share-option {
    text-align: center;
    cursor: pointer;
}

    .share-option svg {
        width: 48px;
        height: 48px;
    }

.share-option-label {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.share-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Brand logo sizing — logo.png is a square icon-mark, not the old wordmark image,
   so it needs explicit sizing everywhere the vendor template left the <img> unstyled. */
.pc-sidebar .m-header .logo-lg {
    height: 28px;
    width: 28px;
    object-fit: contain;
    border-radius: 8px;
}

.auth-brand-logo {
    height: 44px;
    width: 44px;
    object-fit: contain;
    border-radius: 12px;
}