/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}
.birthday-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
}
.birthday-item .author-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.modal_body_color {
    background-color: #c0c0c04f;
    overflow-y: auto;
    max-height: 80vh; /* Set max height for modal body */
}

.birthday-author-name {
    flex-grow: 1;
}

.birthday-author-name .author-name {
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    padding-right: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px !important;
}

.birthday-date {
    font-size: 14px;
    color: #888;
}

.birthday-dates {
    margin-top: 5px;
    font-size: 5px;
}
.checkbox-column label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
}

#checkAll {
    margin: -7px;
}

.out-of-stock {
    background-color: #d3d3d3; /* Dark Gray */
}

/* checkout cart page css */ 

.card {
/* cursor: pointer; */
transition: all 0.3s ease;
word-wrap: break-word; /* Break long words to fit inside the card */
overflow-wrap: break-word; /* Support for older browsers */
white-space: normal; 
/* border: 1px solid black;
border-radius: 25px; */
}
.card.selected {
    border: 2px solid #007bff;
    background-color: #007bff;
    
}
.order-info-title
{
    font-weight: 700;
    font-size: 15px;
    
}

.for-white{
    color: white;
}

.order-info-title span
{
    font-weight: 400;
    font-size: 13px;
}

.billing-fields-container {
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent cards from breaking into a new line */
    display: flex;
    gap: 20px; /* Add space between cards */
    padding: 10px;
    scroll-behavior: smooth; /* Smooth scrolling */
    width:600px;
}

/* profile page css */
.profile-container {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.order-view-container{
    max-width: 1100px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    margin-bottom: 20px;
}
.profile-image {
    text-align: center;
    margin-bottom: 20px;
}
.profile-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* Style for the disabled button */
#hide-update-btn:disabled {
    background-color: #3992f1; /* Example disabled background color */
    color: white; /* Text color for disabled state */
    cursor: default; /* Disable pointer cursor */
    border-color: grey; /* Optional: match border color */
}

/* contact page css */


.birthday-section {
    margin-bottom: 30px;
}

.birthday-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.birthday-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}


.birthday-author-name {
    flex-grow: 1;
}

.birthday-author-name .author-name {
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    padding-right: 21px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px !important;
}

.birthday-date {
    font-size: 14px;
    color: #888;
}

.search-bar {
    margin-bottom: 20px;
    padding: 15px;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#searchInput {
    width: 300px;
    max-width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 15px;
    padding-right: 30px;
}
.clear-icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    color: #999;
}

.clear-icon:hover {
    color: #000;
}

.birthday-dates {
    margin-top: 5px;
    font-size: 10px;
}

.profile-image img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
 /* Chrome, Safari, Edge, Opera */
 input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #DDDDDD; /* Bootstrap's primary blue color */
}
@-webkit-keyframes spinner-grow {
0% {
    transform: scale(0);
}
50% {
    opacity: 1;
    transform: none;
}
}

@keyframes spinner-grow {
0% {
    transform: scale(0);
}
50% {
    opacity: 1;
    transform: none;
}
}
.spinner-grow {
display: inline-block;
width: 2rem;
height: 2rem;
vertical-align: -0.125em;
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: 0.75s linear infinite spinner-grow;
        animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
width: 1rem;
height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
.spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
}
}

.loader-i {
    width: 48px;
    height: 48px;
    border: 3px dotted #1077bb;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
    }

.loader-i::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #1077bb;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    animation: rotationBack 1s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

    /* Blur effect class */
    .blur-effect {
        filter: blur(1px);
        pointer-events: none; /* Disable interactions during blur */
    }
    .none_clickable{
        pointer-events: none;
        overflow: hidden; /* Prevent scrolling */
    }

    .no-scroll {
        overflow: hidden;
        height: 100vh;
    }

    .billing-fields-container {
        overflow-x: auto;
        /* Enable horizontal scrolling */
        white-space: nowrap;
        /* Prevent cards from breaking into a new line */
        display: flex;
        gap: 20px;
        /* Add space between cards */
        padding: 10px;
        scroll-behavior: smooth;
        /* Smooth scrolling */
        width: 600px;
    }


    .card.selected {
        border: 2px solid #007bff;
        background-color: #007bff;

    }

    .order-info-title {
        font-weight: 700;
        font-size: 15px;

    }

    .for-white {
        color: white;
    }

    .order-info-title span {
        font-weight: 400;
        font-size: 13px;
    }
    /* start here calendar css ......................................calendar....................*/

    .event-dot {
        display: block;
        width: 8px;
        height: 8px;
        background-color: #47a0ff; /* Blue dot */
        border-radius: 50%;
        margin: 2px auto;
    }
    
    .custom-card h5,
    .custom-card p {
        color: white !important;
    }
    /* Card ka design */
    .custom-card {
        border-radius: 20px;
        padding: 25px;
        margin: 10px;
        color: white;
        display: flex;
        align-items: center;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        min-height: 220px; /* Added to increase card height */
    }

    .birthday_card_color{
        background-color: #FF9999;
    }

    .anniversary_card_color{
        background-color: #47a0ff;
    }
    
    /* Updated card-icon to use an image */
    .card-icon {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-right: 15px;
        object-fit: cover; /* Ensures image fits nicely */
        background: none; /* Remove the gold background */
    }
    
    .card-content {
        flex-grow: 1;
    }
    
    .card-name {
        margin: 0;
        font-size: 15px;
    }
    
    .card-date {
        margin: 5px 0;
        font-size: 14px;
    }
    
    .card-icon-text {
        font-size: 24px;
    }
    
    .carousel-inner {
        padding: 10px;
    }
    
    .carousel-control-prev, .carousel-control-next {
        width: 5%;
    }
    .icon-color{
        background-color: #adc1c8;
    }
    .fc-daygrid-event{
        cursor: pointer;
    }
    .event-count {
        font-size: 11px;
        padding: 0px 4px;
        border-radius: 10px;
        margin-top: 10px;
        margin-right: 30px;
        display: inline-block;
        cursor: pointer;
    }
    
    .clickable:hover {
        opacity: 0.8;
    }
    
    .birthday-count {
        background-color: #FF9999;
    }
    
    .anniversary-count {
        background-color: #99CCFF;
    }
    
    .fc-daygrid-day-number {
        font-size: 14px;
        padding: 2px;
        position: relative;
        z-index: 1; /* Ensure it stays above background but below counts */
    }
    
    /* Background colors for dates */
    .birthday-bg {
        background-color: rgba(255, 153, 153, 0.3); /* Light red for birthday */
    }
    
    .anniversary-bg {
        background-color: rgba(153, 204, 255, 0.3); /* Light blue for anniversary */
    }
    
    .both-events {
        background: linear-gradient(
            135deg,
            rgba(255, 153, 153, 0.3) 50%,
            rgba(153, 204, 255, 0.3) 50%
        ); /* Gradient for both */
    }
    .count-box {
        color: white;
        background-color: black;
        padding: 2px 4px;
        border-radius: 8px;
        font-size: 10px;
        line-height: 1;
        display: inline-block;
    }
    .event-count-container {
        position: absolute; /* Position over the date */
        left: 2px; /* Align with padding of day number */
        right: 15px; /* Ensure it fits within the cell */
        display: flex;
        flex-direction: column; /* Stack vertically */
        gap: 2px; /* Space between counts */
        z-index: 2; /* Ensure it stays above the day number */
    }
    /* Responsive adjustments for small screens */
    @media (max-width: 576px) {
        .fc-daygrid-day {
            height: 80px !important; /* Smaller height for small screens */
            width: 80px !important;  /* Smaller width for small screens */
        }
    
        .fc-daygrid-day-number {
            font-size: 12px; /* Smaller date number */
        }
    
        .event-count-container {
            top: 16px; /* Adjust position for smaller cells */
            left: 1px;
            right: 1px;
        }
    
        .event-count {
            font-size: 9px; /* Smaller font size */
            padding: 1px 3px; /* Reduced padding */
        }
    
        .count-box {
            font-size: 8px; /* Smaller count number */
            padding: 1px 3px;
        }
    }
    @media (max-width: 1100px)
    {
        .event-count {
            font-size: 9px; /* Smaller font size */
            padding: 1px 3px; /* Reduced padding */
            margin-right: 7px;
        }
        .count-box {
            font-size: 8px; /* Smaller count number */
            padding: 1px 3px;
        }
    }

    .fc-daygrid-day {
        position: relative;
        height: 100px !important; /* Adjust as needed */
        width: 100px !important;  /* Adjust as needed */
        text-align: left;
    }
    

    .fc .fc-scrollgrid {
        border-collapse: initial !important;
        border-right-width: 0;
    }
    .fc table {
        border-collapse: collapse !important;
        font-size: 1em;
    }
    .fc .fc-scrollgrid {
            border-collapse: collapse !important;
    } 
     table{
        margin-bottom: 0 !important;
     }

    /* end calendar css --------------------------------end calendar css-------------------------*/

    /* pagination loader */
    /* Blur effect when loading */
    .blur {
        filter: blur(1px);
    }

    .loader-o {
        width: 48px;
        height: 48px;
        border: 3px dotted #1077bb;
        border-style: solid solid dotted dotted;
        border-radius: 50%;
        display: inline-block;
        position: fixed; /* Fixed to stay visible */
        z-index: 1000;
        bottom: 400px; /* Move to bottom */
        left: 50%;
        transform: translateX(-50%); /* Center horizontally */
        box-sizing: border-box;
        animation: rotation 2s linear infinite;
    }

    .loader-o::after {
        content: '';  
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px dotted #1077bb;
        border-style: solid solid dotted;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        animation: rotationBack 1s linear infinite;
        transform-origin: center center;
    }
    /* end */