body {
    background-color: #f7f7fa;
}

.creatorCoverImg {
    width: 100%;
    aspect-ratio: 4 / 1;
    object-fit: cover;
}

.text-12 {
    font-size: 12px;
    line-height: 14px;
}

.text-15 {
    font-size: 15px;
    line-height: 17px;
}

.dataCard {
    border: 1px solid rgba(128, 128, 128, 0.2);
    background-color: rgba(128, 128, 128, 0.05);
}

.shadow-small {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
}

/* Custom CSS for hiding/showing posts */
.influencer-card {
    display: none;
}
.influencer-card.active {
    display: block;
}

.category-btn {
    border: 1px solid rgba(128, 128, 128, 0.3);
    color: black;
}

.category-btn.active {
    background-color: #ec1c24;
    color: white;
}

.category-btn:hover {
    background-color: #ec1c24;
    color: white;
}

.priceTag {
    border-width: 1px 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
}

.modal-backdrop {
    background-color: #111;
}

.mt--10 {
    margin-top: -10px;
}

.mt--15 {
    margin-top: -15px;
}

.mt--100 {
    margin-top: -100px;
}

.followerLine {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
    line-height: 0.1em;
    margin: 10px;
}

.followerLine span {
    background: #fff;
    padding: 0 10px;
}

.shadow-1 {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.dashBoard-nav-link {
    color: #1c1a19;
}

.dashBoard-nav-link:hover,
.dashBoard-nav-link a:focus {
    color: #dc3545 !important;
}

.productGrid {
    height: 70vh;
    overflow-y: scroll;
    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 0% 100%,
        transparent 100%
    );
}

/* scrollbar styling */
.scrollable-section::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.scrollable-section::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #ededed;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

/* Handle */
.scrollable-section::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #a7a7a7e0;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

.scrollable-section::-webkit-scrollbar-thumb:window-inactive {
    background: #ededed;
}

.userIntro {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to show */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* form profile img */
.avatar-upload {
    position: relative;
    width: fit-content;
}

.avatar-edit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-img {
    width: 40;
    height: 40;
    border-radius: 100%;
}

.searchbox .form-control {
    border-color: transparent;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.red-mesh-gradient {
    width: 100%;
    height: 100vh;
    background: radial-gradient(circle at 20% 30%, #ff4e50 0%, transparent 90%),
        radial-gradient(circle at 70% 50%, #ff6b6b 0%, transparent 60%),
        radial-gradient(circle at 40% 80%, #ff3c3c 0%, transparent 60%),
        radial-gradient(circle at 80% 20%, #ff1c1c 0%, transparent 60%);
    background-color: #ff5e5e;
    background-blend-mode: screen;
}

@media (max-width: 767px) {
    .searchbox .btn {
        width: 100%;
    }
    .searchbox {
        padding: 20px 40px;
    }
    .searchbox .form-control {
        border-color: transparent;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }
    .searchbox select.form-control {
        border-bottom: solid 1px transparent;
    }
}

/* cards */
