.mainmenu ul li.active>a {
    text-decoration: unset !important;
    color: #bf1960;
}

.work__inner {
    box-shadow: rgba(191, 25, 96, 0.11) 0px 2px 4px 0px, rgba(191, 25, 96, 0.15) 0px 2px 16px 0px !important;
}

.member__thumb img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    background-position: center;
}

.shop-single .review .review-nav li {
    background: #0b1e76;
}

.shop-single .review .review-nav li.active {
    background: #bf1960 !important;
}

.member__thumb {
    text-align: center;
}

.story__inner:hover .story__content h4 {
    color: #bf1960;
    text-decoration: none !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #eaf2fc !important;
    border: 1px solid #eaf2fc !important;
}

.form-style {
    border: 1px solid #ffe7e8 !important;
    border-radius: .5rem !important;
}

.dropdown-menu[data-bs-popper] {
    left: 115px !important;
}

.bg-pink {
    background-color: #bf1960 !important;
}

.default-btn-custom {
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
    color: #bf1960;
    --font-size: 16px;
    --duration: .44s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px rgba(0, 175, 255, 0.15);
    --font-shadow: var(--font-size);
    padding: 17px 32px;
    font-weight: 500;
    line-height: var(--font-size);
    border-radius: 4px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: 0.5px;
    transform: translateY(var(--y)) translateZ(0);
    transition: all 0.3s ease;
    background-color: #f988a48f !important;
}

.default-btn-custom:hover {
    border-radius: 25px;
    letter-spacing: 0.85px;
    box-shadow: var(--shadow);
}

.modal {
    top: 80px !important;
}

.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
    text-align: start !important;
}

hr.line {
    border: 1px solid #bf1960 !important;
}

.theme-text-color {
    color: #bf1960;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    color: #888;
}

.toggle-password:hover {
    color: #000;
}

@media screen and (max-width: 415px) {
    .work__tablist .nav-link {
        padding: 5px 0px !important;
    }
}

.search-review-nav li {
    cursor: pointer;
    padding: 10px 15px;
    display: inline-block;
}

.search-review-nav li.active {
    background-color: #bf1960;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}
