@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

.pad-40 {
    padding-top: 40px;
}

.tr-sttr {
    padding: 15px 20px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.trend-ls-p {
    background: url('/assets/img/product.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.trend-ls-local {
    background: url('/assets/img/local-business.jpg');
    background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.trend-ls-h {
    background: url('/assets/img/hotel.jpg');
    background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tr-sttr h4 {
    font-family: "Epilogue", serif;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
    color: #fff;
}

.tr-sttr p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 12px;
}

.tile-bar {
    margin-bottom: 40px;
}

.tile-bar h4 {
    font-weight: 600;
}

progress {
    -webkit-appearance: none;
    appearance: none;
    width: 100px;
    height: 8px;
    border: 1px solid #cccccc4f;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

progress::-webkit-progress-bar {
    background: #fff;
    border-radius: 5px;
}

progress::-webkit-progress-value {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    border-radius: 5px;
    border: none;
}

progress::-moz-progress-bar {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    border-radius: 5px;
}

.product-container h4 {
    font-size: 12px;
    margin: 10px 0px;
    font-weight: 400;
    color: #555555;
}

.busi-container h4 {
    font-size: 16px;
    margin: 10px 0px;
}

.t-search-box {
    position: relative;
}

.search-icon {
    padding: 0;
    position: absolute;
    top: 14px;
    left: 11px;
    width: 16px;
}

.t-search-box .search {
    padding: 15px 30px;
    font-weight: 300;
    font-size: 13px;
}

.search {
    background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #c2c2c236 40%) border-box !important;
    border: 1px solid transparent !important;
    border-radius: 15px !important;
}

.close-search-business,
.close-search-product {
    position: absolute;
    top: 11px;
    right: 14px;
}

.search-business-results,
.search-product-results {
    margin-bottom: 0;
    background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #c2c2c236 40%) border-box !important;
    border: 1px solid transparent !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 8px !important;
    padding: 15px 0px;
    font-family: 'Epilogue', sans-serif !important;
    margin-top: 10px;
    max-height: 400px;
    overflow-y: scroll;
}

.search-business-results li,
.search-product-results li {
    font-size: 12px;
    color: #555555bf !important;
    cursor: pointer;
    padding: 10px;
    font-weight: 400;
    list-style: none;
}

.search-business-results li:last-child,
.search-product-results li:last-child {
    padding-bottom: 0px;
}

.search-business-results li:hover,
.search-product-results li:hover {
    background-color: #eee;
}

#search-product-results .search-list img {
    border: 1px solid #ddd;
    height: 40px;
    width: 35px;
    object-fit: contain;
    border-radius: 8px;
}

.add-new:last-child {
    margin-bottom: 0;
}

.add-new {
    margin-bottom: 10px;
    font-size: 11px;
    display: flex;
    align-items: center;
    position: relative;
}

.add-new p {
    margin-bottom: 0;
}

.rad-btn {
    position: absolute;
    right: 0;
}

.trend-strr-box {
    background: #828A8E;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    z-index: 9;
}

#search-product-results .search-list {
    padding: 0px;
}

#search-product-results .search-content {
    padding-left: 0px;
}

.trend-strr-box span {
    font-size: 10px;
}

.chosen-tr {
    background: #fff;
    border-radius: 8px;
    padding: 10px 10px;
    color: #555555;
    align-items: end;
    /* height: 54px; */
}

.chosen-pr {
    background: #fff;
    border-radius: 8px;
    /* padding: 10px 10px; */
    color: #555555;
    align-items: end;
    /* height: 54px; */
    gap: 10px;
    padding: 12px;
}

.chosen-pr img {
    border: 1px solid #ddd;
    border-radius: 8px;
    height: 70px;
    width: 60px;
    object-fit: contain;
    margin-right: 12px;
}

.media-edit {
    color: #fff;
    position: absolute;
    top: 0%;
    background: #00000078;
    height: 100%;
    width: 100%;
    z-index: 99;
    border-radius: 12px;
}

.media-edit img {
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    object-fit: cover !important;
    border-radius: 12px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ggl-prds .search-product-results .loading-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 25%;
    right: 0;
    background: #fff;
    padding: 15px;
    z-index: 1000;
}

.chosen-tr h5 {
    line-height: 0;
    font-size: 13px;
    margin-bottom: 2px;
}

.chosen-pr h5 {
    color: #555555;
    font-size: 20px;
}

.chosen-pr .brand-name {
    color: #555555;
    font-size: 12px;
}

.trend-strr-box {
    position: fixed;
    width: 29%;
    bottom: 0;
}

.input-error {
    border-color: #ff0000 !important;
}

.btn-next,
.ggl-prd-add {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
    font-weight: 600;
    color: #fff;
}

.t-search-box .search {
    background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #f7727236 40%) border-box !important;
    border: 1px solid transparent;
    border-radius: 15px !important;
    width: 100%;
    border-radius: 8px !important;
    padding: 12px 30px;
    color: #555555;
    font-size: 12px;
}

.prod-item img {
    width: 100%;
    border-radius: 14px;
    max-height: 203px;
    object-fit: cover;
}

.product-detail {
    background: rgb(13 14 14 / 50%);
    backdrop-filter: blur(2px);
    position: absolute;
    border-radius: 8px;
    padding: 5px 8px;
    bottom: 5px;
    color: #fff;
    left: 4px;
    width: 96%;
}

.product-detail img {
    width: 15px;
    border-radius: 4px;
    height: 15px;
    object-fit: cover;
    margin-right: 5px;
}

.product-detail h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}

.p-price {
    font-size: 10px;
}

.prod-item {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.prod-list {
    display: flex;
    gap: 10px;
}

.prod-item {
    position: relative;
    border-radius: 16px;
    background: #fff;
}

.prod-item:hover {
    background: #fff;
}

.prod-item:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.add-media {
    border: 1px dashed #59595954;
    border-radius: 16px;
    text-align: center;
    padding: 14px 0 3px 0;
    width: 55px;
    /* margin-right: 10px; */
    max-height: 55px;
    min-width: 55px;
}

.add-media p {
    font-size: 8px;
    margin-bottom: 0;
}

.add-media img {
    max-width: 20px;
}

/* .trendsettr-page .product-item {
  width: 48%;
  margin-bottom: 10px;
} */

.ggl-prds .search-product-results {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.ggl-prds .search-product-results li {
    padding: 0px;
}

.ggl-prds .product-item {
    width: calc(50% - 5px);
}

.trendsettr-page .product-item img {
    border-radius: 16px;
    height: 163px;
    width: 163px;
    object-fit: cover;
}

.upld-img {
    background: #fff;
    width: 50%;
    margin-right: 10px;
    text-align: center;
    height: 100px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.upld-img img {
    padding: 30px;
}

.invoice-filename {
    margin-top: 5px;
    font-size: 10px;
    color: #5CB338;
}

input[type="radio"]:checked {
    accent-color: #C33764;
    /* Change to gradient start color */
}

.prd-thumb {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border: 1px solid #dddddd63;
    border-radius: 5px;
    padding: 3px;
    margin-right: 5px;
}

.thumbnail-preview,
.b-thumbnail-preview {
    position: absolute;
    bottom: 0;
    left: 0;
}

#preview-img,
#b-preview-img {
    max-width: 100%;
    padding: 0;
    width: 134px;
    border-radius: 8px;
    max-height: 100px;
    object-fit: cover;
}

.loading-item .fa-spinner {
    font-size: 20px !important;
}

.remove-thumb img,
.b-remove-thumb img {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 4px;
    border-radius: 3px;
}

.trendsettr-page.featured-product h6 {
    font-size: 12px;
    margin-bottom: 0px;
    color: #fff;
}

/* .trendsettr-page .featured-product img{
    height: 191px;
    object-fit: contain;
} */

.back-icon {
    cursor: pointer;
}

.toast-message {
    font-size: 13px;
}

.add-manual-prd {
    /* margin-top: 15px; */
    /* padding: 0px 15px !important; */
}

.add-manual-prd img {
    width: 35px !important;
    border: none !important;
}

#productname:focus {
    outline: 1px solid #015fcc;
    /* Blue outline */
    border-color: #015fcc;
}

.search-business-results img {
    width: 26px;
    border-radius: 4px;
    max-width: 100%;
}

.brand-title {
    font-size: 13px;
}

.pd-sec {
    flex: 0 0 33.333%;
    /* col-4 */
}

.pd-res {
    flex: 0 0 66.666%;
    /* col-8 */
    padding-top: 60px;
}

.pd-sec h5 {
    margin: 20px 0px;
}

.manual-prod {
    margin-top: 20px;
    /* padding: 12px; */
}

.manual-prod img {
    max-width: 150px;
    height: 150px;
    object-fit: contain;
    border-radius: 16px;
    border: 1px solid #ddd;
}

.ggl-prds .search-product-results>li:first-child {
    flex: 0 0 100%;
    width: 100%;
}

.a-card {
    margin-bottom: 15px;
    background: linear-gradient(#fcfcfc, #fcfcfc) padding-box, linear-gradient(90deg, #5959592e 10%, #c2c2c236 40%) border-box !important;
    border: 1px solid transparent !important;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 16px !important;
    padding: 15px 10px;
    font-family: 'Epilogue', sans-serif !important;
}

.a-card p {
    margin: 0;
    font-size: 11px;
    color: #555555 !important;
}

.tag-items {
    background: rgba(67, 75, 79, 0.81);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.tag-items .close {
    display: block;
    position: relative !important;
    float: none;
    text-align: right;
    opacity: 1;
}

.tag-items .close svg {
    background: #fff;
    padding: 4px;
    border-radius: 5px;
}

.main-prd-img {
    border-radius: 16px;
    max-height: 400px;
}

.form-group {
    position: relative;
}

.tag-items input {
    padding-left: 28px;
}

.tag-items .input-group-prepend {
    left: 3%;
    width: 15px;
    top: 20%;
}

/* .add-media {
    position: absolute;
    bottom: 24px;
} */

.media-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 24px;
}

.media-img-item img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 8px;
}

.add-media {
    border: 1px dashed #59595954;
    border-radius: 16px;
    text-align: center;
    padding: 14px 0 3px 0;
    width: 55px;
    height: 55px;
    min-width: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.media-img-item-delete {
    position: absolute;
    top: -7px;
    right: -4px;
    background-color: rgba(255, 0, 0, 0.8);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0;
    z-index: 99;
}

.media-img-item {
    position: relative;
}

.review-flow .row {
    position: relative;
    height: 75dvh;
}

.review-flow .sticky-footer {
    padding-top: 0px;
}

.trendsettr-page .product-img {
    height: auto;
}

.tag-business-container {
    position: fixed;
    top: 15%;
    height: 85%;
    right: 0;
    width: 100%;
    z-index: 9999;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    bottom: 0;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 16px;
}

.tag-business-container .brand-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tag-business-container .brand-block .d-flex img {
    width: 20px;
    height: 50px;
}

.tag-logo {
    display: flex;
    align-items: center;
}

.tag-business-container .brand-block .d-flex {
    border-radius: 12px;
}

.tag-items.collection-container {
    max-width: 350px;
}

.tag-business-container .close {
    z-index: 9;
    background: #888888a1;
    opacity: unset;
    border-radius: 5px;
    padding: 3px 4px 0px 4px;
    display: block;
    position: relative !important
}

.tag-business-container .close svg {
    padding: 5px;
    border-radius: 5px;
}

.selected-tag-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: absolute;
    bottom: 0;
    padding: 12px 16px;
    left: 0;
    right: 0;
}

.selected-tag-block img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #8888884f;
}

.selected-tag-block button {
    width: auto;
    padding: 10px 30px;
}

.tag-business-container .t-search-box .search {
    border-color: #888 !important;
}

.tag-list {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.tag-actions {
    display: flex;
    margin-top: 15px;
    gap: 10px;
}

ul.review-btn {
    padding: 0;
    margin-top: 20px;
}

.review-btn {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.review-btn li {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px 10px;
    width: 60px;
    max-height: 60px;
    text-align: center;
    cursor: pointer;
    background: #fcfcfc;
    transition: all 0.3s ease;
    background-clip: padding-box;
}

.review-btn li span {
    display: block;
    font-size: 24px;
    margin-bottom: 6px;
}

.review-btn li:hover,
.review-btn li.actv-btn {
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    border-color: transparent;
    box-shadow: unset;
}

/* Selected state */
.review-btn li.selected {
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #5C14AE 0%, #C33764 100%) border-box;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.review-btn li span {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.reward-card .grey-background {
    padding: 20px 15px;
}

.form-bdr {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-bottom: 1.5px solid #59595912 !important;
}

.reward-card .input-group {
    padding: 10px 0px;
}

.reward-card textarea {
    background: transparent;
    width: 100%;
    font-size: 12px;
}

::placeholder {
    color: #888888 !important;
    font-weight: 100;
    font-size: 12px;
}

textarea::placeholder {
    color: #888888 !important;
}

.reward-card input[type="text"] {
    width: 100%;
    font-size: 12px;
}

/* Toggle */
.prod-info .switch {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 33px;
}

.prod-info .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.prod-info .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888888;
    -webkit-transition: .4s;
    transition: .4s;
}

.prod-info .slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 33px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.prod-info input:checked+.slider {
    background: linear-gradient(90deg, #5C14AE 0%, #C33764 100%);
}


.prod-info input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.prod-info .slider.round {
    border-radius: 12px;
}

.prod-info .slider.round:before {
    border-radius: 30%;
}

textarea::placeholder {
    font-weight: 100;
    color: #888 !important;
}

.inv-text {
    color: rgb(136, 136, 136);
    font-weight: 300;
    padding-top: 10px;
    font-size: 10px;
}

@media (max-width: 767px) {
    .trend-strr-box {
        width: 100vw;
        left: 0;
    }

    .t-search-box .search {
        padding: 14px 4px 14px 30px;
        width: 100%;
    }

    progress {
        width: 83px;
    }

    .section-block {
        padding: 20px 0px !important;
    }
}