/*# sourceMappingURL=custom.min.css.map */
/*body {*/
/*    background-color: #F0F2F5 !important;*/
/*}*/

.card {
    border: none;
}

/*table > thead > tr > th {*/
/*    background-color: #EAEEF4 !important;*/
/*    border-bottom: unset;*/
/*}*/

.card-body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.card-header {
    border-bottom: none !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #EAEEF4 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: unset !important;
    background: green !important;
}

/*.autocomplete-title {*/
/*    pointer-events: none;*/
/*}*/

/*.autocomplete-title::after {*/
/*    content: "Additional content here";*/
/*    display: block;*/
/*    color: red; !* You can style the content as needed *!*/
/*}*/

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.topbar-user {
    background-color: unset !important;
}

.page-content {
    padding-top: calc(100px + .1rem) !important;
}

.active > .page-link, .page-link.active {
    background-color: #FBF2FB !important;
    color: #AE00B9 !important;
    border-color: #AE00B9 !important;
}

.ui-autocomplete {
    max-height: 350px;
    /*max-width: 500px;*/
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

.autocomplete-op {
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.autocomplete-op img {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px 0 #607D8B;
    background: no-repeat center;
    height: 50px;
    width: 66px;
    background-size: cover;
    float: left;
    margin: 3px 14px;
}

.ui-autocomplete-input {
    background-size: 10px 10px !important;
    background-repeat: no-repeat !important;
    background-position: right 4px center !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

.autocomplete-title {
    pointer-events: none;
}

.clear-input {
    position: absolute;
    right: 14px;
    top: 40px;
    background: white;
    cursor: pointer;
    width: 20px;
}

.change-order {
    border: unset;
    background-color: unset;
    color: white;
    width: 67px;
}

.change-order:focus-visible {
    outline: unset !important;
}

.navbar-brand-box {
    border-bottom: 1px solid #EAEEF4;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
    color: #5a577a;
}

.navbar-menu .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]:hover {
    color: white !important;
}

.navbar-menu .navbar-nav .nav-sm .nav-link:hover {
    color: #AE00B9;
}

.navbar-menu .navbar-nav .nav-sm .nav-link.active {
    color: #AE00B9 !important;
}

.navbar-menu .navbar-nav .nav-link {
    margin-bottom: 2px;
}

.menu-dropdown .nav-item .nav-link {
    margin-bottom: 2px;
}

.menu-dropdown .nav-item .nav-link:hover {
    background-color: #FBF2FB;
    color: #AE00B9;
}

.menu-dropdown .nav-item .active {
    background-color: #FBF2FB;
    color: #AE00B9;
}

.navbar-nav > .nav-item > .nav-link:hover {
    background-color: #AE00B9;
    color: white !important;
}

.navbar-nav > .nav-item > .active {
    color: white !important;
    background-color: #AE00B9;
}

.simplebar-content > .nav-item > .nav-link:hover {
    background-color: #AE00B9;
    color: white !important;
}

.simplebar-content > .nav-item > .active {
    color: white !important;
    background-color: #AE00B9;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .arrow-icon {
    display: none;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-brand-box {
    top: 0px;
    background: none;
}

[data-layout=vertical][data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
    background: black;
}

input:read-only {
    background-color: #E7E9EB;
}

.sideFooter-user-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000;
}

.sideFooter-user > p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    position: relative;
    top: 5px;
}

.navbar-menu .navbar-nav .nav-link {
    color: #5a577a;
}

.navbar-menu .navbar-nav .nav-sm .nav-link {
    color: #5a577a;
}

.text-right {
    text-align: right;
}

table td {
    vertical-align: middle;
}

.btn-sm {
    font-size: 15px;
    font-weight: 400;
    padding: 4px 17px;
    border-radius: 5px !important;
}

button.btn {
    border-radius: 5px;
}

.modal-lg {
    max-width: 500px;
}

.modal-content {
    border-radius: 15px;
}

.modal-header {
    border-bottom: 1px solid #EAEEF4;
    padding-bottom: 15px !important;
}

.left-round {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-right: 5px;
    font-weight: bold;
}

.right-round {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-weight: bold;
}

.modal.fade-in-scale {
    animation: fadeInScale 0.5s ease-in-out;
}

.modal-header .btn-close:hover {
    color: red !important;
}

.pagination > .active > a {
    pointer-events: none;
}

/* Define the keyframes for the fadeInScale animation */
@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.bg-00AF50 {
    background-color: #00AF50 !important;
}

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

.bg-03B076 {
    background-color: #03B076 !important;
}

.bg-4473C5 {
    background-color: #4473C5 !important;
}

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

.bg-702FA0 {
    background-color: #702FA0 !important;
}

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

.border-DDDDDD {
    border: 1px solid #DDDDDD !important;
}

.summary-chart {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3498db40;
    background-color: rgb(255, 255, 255);
}

.summary-chart-header {
    height: 50px;
    background-color: #3498db;
}

.summary-chart-header-text {
    color: white;
    vertical-align: center;
    padding: 16px;
    font-size: 12.5px;
}

.summary-chart-body-pai {
    height: 400px;
}

.summary-chart-footer {
    height: 20px;
    text-align: center;
    float: bottom;
}

.summary-table {
    /*max-height: 350px;*/
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3498db40;
    margin-top: 30px;
    background-color: rgb(255, 255, 255);
}

.summary-table-header {
    height: 50px;
    background-color: #3498db;
}

.summary-table-body {
    padding: 10px;
}

.custom-padding {
    padding: 10px 9px 10px 28px !important;
}

/* Product Details*/
.product-image {
    width: 100%;
    max-width: 400px;
    height: 400px;
    margin-top: 16px;
}

.product-image-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.product-image_item {
    width: 60px;
    height: 60px;
    transform: scale(1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.product-image_item:hover {
    transform: scale(1.1);
}

.product_info_color--btn {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    cursor: pointer;
    border: none;
}

.category_list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.category_list > span {
    color: brown !important;
    font-weight: 400;
    padding: 0px 5px !important;
    font-size: 12px;
    line-height: 18px;
}

.category_list > span > button {
    padding: 0;
    margin-left: 2px;
}

/*--Upload Modal Image box--*/

.upload-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.upload-images > .upload-images_item {
    width: 100px;
}

.upload-images .remove-image {
    position: absolute;
    top: 0;
    right: 0;
    background: #FF0000;
    color: #ffffff !important;
    padding: 0px 5px;
    border-radius: 0 0 0 5px;
    cursor: pointer;
}

/* color-btn-list*/
.color-btn-list > span {
    display: inline-block;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.color-btn-list > span.checked {
    border: 1px solid #ff0000;
}

.color-btn-list > span > button.product_info_color--btn {
    margin: 0 !important;
    width: 22px;
    height: 22px;
    padding: 0 !important;
    border-radius: 4px;
}

/*Product Details Page*/
.campaign-cover-photo {
    height: 350px;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}


.shop-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px;
    text-align: center;
}

.shop-header {
    text-align: left;
    margin-bottom: 10px;
}

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

.shop-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.shop-logo img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    object-fit: contain;
}

.shop-details {
    text-align: left;
}

.shop-details h2 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.rating {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.stars {
    color: #ffd700;
    font-size: 16px;
    margin-right: 5px;
}

.reviews {
    font-size: 12px;
    color: #888;
}

.buttons {
    display: flex;
    gap: 10px;
}

.follow-btn, .chat-btn {
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.follow-btn {
    background-color: #ff4d4f;
    color: #fff;
}

.chat-btn {
    background-color: #e6f7ff;
    color: #1890ff;
}

.store-link {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #1890ff;
    text-decoration: none;
    font-weight: bold;
}

.store-link:hover {
    text-decoration: underline;
}


#step-bar {
    width: fit-content;
    margin: 0 auto 30px;
    overflow: hidden;
    counter-reset: step;
    position: relative;
    z-index: 1;
}

#step-bar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    width: 120px;
    float: left;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

#step-bar li[data-href] {
    cursor: pointer;
}

#step-bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: #FFF;
    background: #AE00B9;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#step-bar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #AE00B9;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: -1;
}

#step-bar li:first-child:after {
    content: none;
}

#step-bar li.active:after {
    background: #AE00B9;
    color: white;
}

#step-bar li.active:before {
    background: #9747FF;
    color: white;
}

.cal-day {
    width: 50px;
    height: 50px;
    background: #28a745;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 13px;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    font-weight: bold;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding-top: 12px;
}

span.cal-day.cal-day-off {
    background: #d82323;
}

.border-color-red {
    border: 1px solid red;
}

.border-color-green {
    border: 1px solid green;
}

.modal-header > .close {
    border: none;
    background: none;
    color: red;
    font-size: 22px;
}

.floating-label-group {
    position: relative;
    margin-bottom: 0;
}

.floating-label-group .form-control,
.floating-label-group .form-select {
    padding: 0.75rem 0.75rem;
    height: calc(3rem + 2px);
}

.floating-label-group label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #878a99;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
}

/* Show label on top border when focused or has value */
.floating-label-group .form-control:focus ~ label,
.floating-label-group .form-control:not(:placeholder-shown) ~ label,
.floating-label-group .form-select:focus ~ label,
.floating-label-group .form-select.has-value ~ label,
.floating-label-group .form-control.has-value ~ label,
.floating-label-group .form-control[readonly]:not(:placeholder-shown) ~ label {
    top: -10px;
    transform: translateY(0);
    font-size: 12px;
    color: #405189;
    background: white;
    padding: 0 8px;
    opacity: 1;
}

.floating-label-group .form-control:focus,
.floating-label-group .form-select:focus {
    border-color: #405189;
}

.floating-label-group .form-control[readonly] {
    background-color: #f3f6f9;
}

.floating-label-group .form-control[readonly] ~ label {
    opacity: 0;
}

.floating-label-group .form-control[readonly]:not(:placeholder-shown) ~ label {
    opacity: 1;
}