.login-btn {
    background-color: #000000;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid transparent;
}

.login-btn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.profile-save-btn {
    background-color: #000000;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.profile-save-btn:hover {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.accept-btn {
    background-color: #000000;
    color: #fff !important;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.accept-btn:hover {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.decline-btn {
    background-color: #f34053;
    color: #fff !important;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

.decline-btn:hover {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

.profile-icon-btn {
    background-color: #343a40;
    color: #fff;
    padding: 12px 5px;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
}
.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.header-icons .dropdown-nav figure {
    height: 40px;
    display: contents;
    width: 40px;
}

.header-icons .dropdown-nav figure img {
    object-fit: cover;
}

.profile-side-active {
    border-bottom: 2px solid #000 !important;
}

.unfollow-btn {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #f8f9fa !important;
    border-radius: 50px;
    color: #000 !important;
    /* text-transform: uppercase; */
    display: inline-block;
    text-decoration: none;
    border: 1px solid #f34053;
}

.follow-album-btn {
    font-size: 14px;
    padding: 8.5px 20px;
    background: #f34053;
    color: #fff;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 0;
    text-decoration: none;
    transition: all 0.3s;
    box-sizing: inherit;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.join-album-btn {
    font-size: 14px;
    padding: 8.5px 20px;
    background: #f1f1f1;
    color: #000;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: 5px;
    text-decoration: none;
    transition: all 0.3s;
    box-sizing: inherit;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.follow-album-btn:hover {
    background: #f1f1f1;
    color: #000;
}

.join-album-btn:hover {
    background: #f34053;
    color: #fff;
}

.notification-profile {
    border-radius: 100%;
}

.product-big-img .item {
    counter-reset: circle;
}

.product-big-img item {
    counter-increment: bullet;
}

/*.tag-pinpoint:before {
    content: counter(bullet);
    counter-reset: item;
}*/

.tag-pinpoint:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    font-size: 9.6px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.tag-pinpoint {
    content: "";
    position: absolute;
    background: #ed5e5e;
    display: block;
    bottom: 0;
    border-radius: 100px;
    right: 288px;
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-image: -moz-linear-gradient(
        90deg,
        rgb(223, 50, 68) 0%,
        rgb(255, 86, 104) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgb(223, 50, 68) 0%,
        rgb(255, 86, 104) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgb(223, 50, 68) 0%,
        rgb(255, 86, 104) 100%
    );
    box-shadow: 0px 9px 24px 0px rgba(33, 40, 52, 0.64);
    width: 18px;
    height: 18px;
}
