/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.filled-btn {
    background-color: #915955;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 24px;
    padding-left: 24px;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.filled-btn-disabled {
    background-color: #915955;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 24px;
    padding-left: 24px;
    color: white;
    opacity: 50%;
    cursor: default;
}

.filled-btn:hover {
    background-color: #f6efef;
    color: #915955;
}

.outline-btn {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.outline-btn-disabled {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: default;
    opacity: 50%;
}

.outline-btn:hover {
    background-color: white;
    color: #50312f;
}

.horizontal-padding {
    padding-left: 100px;
    padding-right: 100px;
}

.footer-link {
    color: #d9c0bf;
    font-weight: 400;
    opacity: 70%;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    transition: opacity 0.3s;
}

.footer-link:hover {
    opacity: 100%;
}

.menu-link {
    color: white;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
}

.menu-link-active {
    text-decoration: underline;
}

/* Portfolio Page */
.category-links {
    color: white;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    cursor: pointer;
    transition: color 0.3s ease;
}

.category-links:hover {
    color: #50312f;
}

.category-links-active {
    color: #50312f;
    text-decoration: underline;
}

.filter-modal-links {
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.filter-modal-links:hover {
    background-color: #bc908d80;
}

.filter-modal-links-active {
    background-color: #bc908d80;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#filterModal {
    animation: fadeInOut 0.2s ease-in forwards;
    opacity: 0;
}

#sortByModal {
    animation: fadeInOut 0.2s ease-in forwards;
    opacity: 0;
}

#accountModal {
    animation: fadeInOut 0.2s ease-in forwards;
    opacity: 0;
}

.rotate-icon {
    transform: rotate(180deg);
    /* Rotate the icon 180 degrees */
    transition: transform 0.3s ease;
    /* Add a smooth transition effect */
}

.active-stepper {
    background-color: #ffffff;
}

.parallax {
    /* The image used */
    /* background-image: url("assets/images/middle-img.png"); */

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1024px) {
    .lg\:horizontal-padding {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-horizontal-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    html,
    body {
        overflow-x: hidden;
    }
}

/* xd */
.error,
.invalid-feedback {
    color: #a71b1b !important;
}

/* choose_time page, and toast */
.flatpickr-calendar.inline,
.flatpickr-rContainer,
.flatpickr-days {
    width: 100%;
}

.dayContainer {
    min-width: min-content !important;
    max-width: fit-content;
    width: 100% !important;
}

.flatpickr-days {
    width: -webkit-fill-available !important;
}

span.flatpickr-day {
    flex: 1 0 calc(100% / 7) !important;
    max-width: calc(100% / 7);
    font-size: 1rem;
    color: #023a59;
}

.flatpickr-calendar.inline {
    background: none;
    box-shadow: none;
    max-width: -webkit-fill-available !important;
    font-family: "DM Sans" !important;
}

span.flatpickr-weekday {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.flatpickr-weekdays {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.flatpickr-day {
    outline: 0;
    border: none;
    border-radius: 2px;
    color: #fff !important;
}

.flatpickr-day.inRange,
.flatpickr-day:not(.flatpickr-disabled):hover,
.flatpickr-day:focus {
    cursor: pointer;
    background: #aa726e;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #aa726e;
}

span.flatpickr-day.flatpickr-disabled {
    color: #fff;
    opacity: 0.5;
}

span.flatpickr-day.prevMonthDay,
span.flatpickr-day.nextMonthDay {
    opacity: 0;
}

.flatpickr-current-month .numInputWrapper {
    /* display: none; */
    color: #fff !important;
    /* pointer-events: none; */
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #aa726e;
}

select.flatpickr-monthDropdown-months {
    color: #fff !important;
}

span.flatpickr-next-month svg,
span.flatpickr-prev-month svg {
    fill: #fff;
    width: 30px;
    height: 20px;
}

.outline-btn {
    padding-block: 9px !important;
}

#loader {
    position: absolute;
    background: #0000001f;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

a.disabled,
button.disabled,
input.disabled {
    pointer-events: none !important;
    opacity: 0.7;
}

/* {
    pointer-events: none !important;
} */
.swal2-popup.swal2-toast.swal2-show {
    background: #aa726e;
    color: #fff !important;
}

.swal2-success-circular-line-right,
.swal2-success-circular-line-left,
.swal2-success-fix {
    background: none !important;
}

.cart-count {
    position: absolute;
    bottom: -4px;
    right: -5px;
    font-size: 10px;
    background: brown;
    color: #fff;
    border-radius: 100%;
    line-height: .9;
    padding: 5px;
}

/* buttons hover bg color */
.outline-btn:hover,.filled-btn:hover, .hover-green:hover {
    background: #e1ffb8 !important;
    border: none;
}
