/* COMMON CSS */
:root {
    --bs-washed-black: rgba(20, 20, 20, 1);
    --bs-white: rgba(255, 255, 255, 1);
    --bs-brown: #6a3431;
    --bs-brown-gradient:linear-gradient(to right, #6a3431, #8b4743, #aa5b55);
    
    --bs-light-dusty-rose:#f5e9e6;

    --bs-light-pink:#E7717D;
    --bs-dusty-brown:#7a2929;
    --bs-dusty-pink-gradient:linear-gradient(to right, #E7717D, #A63A50, #3B0A20);
    --bs-carrot-pink:#A63A50;
    --bs-creamy-white:#fff8f6;
}

@media (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}
.fs-1,
.h1 {
    font-size: 26px !important;
}
.fs-2,
.h2 {
    font-size: 24px !important;
}
.fs-3,
.h3 {
    font-size: 22px !important;
}
.fs-4,
.h4 {
    font-size: 20px !important;
}
.fs-5,
.h5 {
    font-size: 18px !important;
}
.bg-pink-gradient{
   background: var(--bs-dusty-pink-gradient);
}
.bg-dusty-brown{
    background:var(--bs-dusty-brown);
}
.brown-gradient-bg {
    background: var(--bs-brown-gradient);
}
.bg-light-pink{
    background: var(--bs-light-pink) !important;
}
.bg-carrot{
    background: var(--bs-carrot-pink) !important;
}
.creamy-white-bg{
    background :var(--bs-creamy-white) !important;
}

.carrot-clr{
    color: var(--bs-carrot-pink) !important;
}
.light-pink-clr{
    color: var(--bs-light-pink) !important;
}
.whatsapp-bg {
    background: #25D366;
}

.discord-bg {
    background: #404eed !important;
}

.insta-bg {
    background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)!important
}
.gmail-bg {
    background: #4285f4;
}

.google-bg {
    background: #db4a39;
}

.twitter-bg {
    background: #0f1419 !important;
}

.linkdin-bg {
    background: #0072b1 !important;
}

.fb-bg {
    background: #3b5998 !important;
}

.tele-bg {
    background: #0088cc !important;
}

.reddit-bg {
    background: #ff4500 !important;
}

.pinterest-bg {
    background: #c8232c !important;
}

.youtube-bg {
    background-color: #CD201F;
}

.slack-bg {
    background: linear-gradient(90deg, rgba(137, 211, 223, 1) 0%, rgba(236, 179, 45, 1) 34%, rgba(224, 26, 89, 1) 66%, rgba(99, 193, 160, 1) 100%);
}

.text-washed-black {
    color: var(--bs-washed-black);
}

.twitter-clr {
    color: #0f1419 !important;
}

.discord-clr {
    color: #404eed !important;
}

.linkdin-clr {
    color: #0072b1 !important;
}

.fb-clr {
    color: #3b5998 !important;
}

.tele-clr {
    color: #0088cc;
}

.youtube-clr {
    background-color: #CD201F;
}

.gmail-clr {
    color: #4285f4;
}

.whatsapp-clr {
    color: #25D366;
}

.insta-clr {
    color: #d6249f;
}

.brown-clr{
    color:var(--bs-dusty-brown) !important;
}
.box-shadow-md{
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.share-modal-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.small-icon{
    width:25px;
    height:25px;
    font-size:12px;
    margin:0px
}
.white-btn{
    font-weight: 500;
    color: var(--bs-washed-black);
    background: var(--bs-white);
    padding: 2px 15px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 30px;
}
.hover-btn{
    font-weight: 500;
    color: var(--bs-washed-black);
    background: var(--bs-white);
    padding: 2px 15px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 30px;
}
.hover-btn:hover{
    color: var(--bs-white);
    background: var(--bs-dusty-pink-gradient);
}
.brown-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-dusty-pink-gradient);
    padding: 5px 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-dusty-pink-gradient);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.bdr-brown{
    border:1px solid var(--bs-dusty-brown);
}
.small-btn {
    font-size: 12px !important;
    padding: 2px 10px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.invert1 {
    filter: invert(1);
}

.max-width-250 {
    max-width: 250px;
}

.heading-bdr::after,
.heading-bdr-left::after {
    content: "";
    width: 30%;
    height: 2px;
    margin: auto;
    background: var(--bs-dusty-pink-gradient);
    border-radius: 5px;
    position: absolute;
    bottom: -6px;
}

.heading-bdr-black::after,
.heading-bdr-left-black::after {
    background: var(--bs-washed-black);
}

.heading-bdr-left::after {
    left: 0;
    right: auto;
}

.heading-bdr::after {
    left: 0;
    right: 0;
}

.fs-12 {
    font-size: 12px;
}

.error {
    color: #dc3545;
}

.one-line-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.responsive-line-limit {
    overflow: hidden;
    text-overflow: ellipsis;
}

.responsive-font {
    font-size: 14px;
}

@media (min-width: 576px) {
    .responsive-line-limit {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 575px) {
    .responsive-line-limit {
        display: block;
        white-space: nowrap;
    }
}

.skeleton {
    background: linear-gradient(90deg, #fff0, #fff0, #eee0, #cccccc6e, #eee0, #fff0, #fff0);
    background-size: 200%;
    -webkit-animation: skeleton-animation 1s ease-out infinite;
    -moz-animation: skeleton-animation 1s ease-out infinite;
    animation: skeleton-animation 1s ease-out infinite;
    border-radius: 20px;
}

@keyframes skeleton-animation {
    0% {
        background-position: 200%;
    }

    100% {
        background-position: 0%;
    }
}

/* BREADCRUMB */
    .brdcrumb {
        background: var(--bs-dusty-pink-gradient);
    }
    .brdcrumb ul {
        font-weight: 500;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 10px 0;
    }
    .brdcrumb ul li::before {
        font-family: "Font Awesome 6 Free", sans-serif;
        font-weight: 900;
        font-size: 14px;
        color: var(--bs-white) !important;
        content: "\f0da" !important;
        margin: 2px 8px 0;
    }
    .brdcrumb ul li:first-child::before {
        display: none;
    }
    .brdcrumb ul li:last-child {
        color: var(--bs-white);
        text-align: center;
        display: flex;
        align-items: center;
        cursor: default;
    }
    .brdcrumb ul li a {
        color: #F4C6C3;
        text-decoration: none;
    }

/* BREADCRUMB */

/* On Scroll Navbar */
.invert-nav {
    background: var(--bs-dusty-pink-gradient) !important;
    box-shadow: 0 3px 5px 0.3px rgba(0, 0, 0, 0.1);
    transition: all .3s ease-in-out;
}

.invert-nav .navbar-brand {
    color: rgba(var(--bs-white-rgb));
}

.invert-nav .invert-content {
    background: transparent !important;
}

@media (min-width: 992px) {
    .invert-nav .navbar-nav .nav-lnk {
        color: var(--bs-white) !important;
    }
}

.invert-nav .navbar-nav .nav-lnk.active,
.invert-nav .navbar-nav .nav-lnk:hover {
    color: var(--bs-washed-black) !important;
    background: rgba(var(--bs-white-rgb)) !important;
}

.invert-nav .user-invert {
    -webkit-text-fill-color: var(--bs-white) !important;
}

.invert-nav .navbar-toggler {
    border-color: rgba(var(--bs-washed-black));
}

.invert-nav .light-logo {
    display: block !important;
}

.header .light-logo,
.invert-nav .dark-logo {
    display: none;
}

@media (max-width:766px) {
    .invert-nav .user-invert {
        -webkit-text-fill-color: var(--bs-dusty-pink-gradient) !important;
    }
}

@media (min-width: 992px) {
    .invert-nav .split-btn-grp:hover {
        background: var(--bs-white);
    }

    .invert-nav .split-btn-grp .split-lnk,
    .invert-nav .split-btn-grp .dropdown-split {
        color: var(--bs-white);
    }

    .invert-nav .split-btn-grp:hover .split-lnk,
    .invert-nav .split-btn-grp:hover .dropdown-split {
        color: var(--bs-washed-black);
    }

    .invert-nav .split-btn-grp .split-lnk:hover,
    .invert-nav .split-btn-grp .dropdown-split:hover {
        background: #ccc;
        color: var(--bs-washed-black) !important;
    }

    .invert-nav .split-lnk.active {
        background: var(--bs-white);
        color: var(--bs-washed-black) !important;
    }

    .invert-nav .dropdown-split.active {
        background: var(--bs-white);
        color: var(--bs-washed-black) !important;
    }
}

@media (max-width: 991px) {
    .invert-nav .split-lnk {
        color: var(--bs-washed-black);
    }
}

.invert-nav .split-btn-grp:hover .split-lnk {
    border-radius: 30px 0 0 30px;
}

.invert-nav .split-btn-grp:hover .dropdown-split {
    border-radius: 0 30px 30px 0;
}

.text-gradient {
    background: var(--bs-dusty-brown);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Header */
.nav-itm {
    margin: 6px 5px;
    text-align: center;
    border: 1px solid var(--bs-white);
    border-radius: 30px;
    position: relative
}
.animated-button1 span,
.btn-close,
.plane-position,
.search-drop {
    position: absolute
}

.nav-itm:hover .drop-menu {
    display: block;
    transform: rotateX(0)
}
.primery-menu {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    color: var(--bs-white);
    display: block;
    margin: auto;
    padding: 2px 13px;
    text-decoration: none;
    border-radius: 30px;
    transition: .3s ease-in-out
}
@media (max-width:1199px) and (min-width:992px) {
    .desktopview .fs-14 {
        font-size: 11px !important
    }
    .logo {
        width: 100px;
        height: 34px
    }
    .desktopview .imgkol {
        height: auto;
        width: 80px
    }
    .desktopview .nav-itm {
        margin: 6px 3px
    }
    .serch-prnt {
        width: 175px
    }
    .primery-menu {
        font-size: 11px;
        padding: 2px 7px
    }
}

@media (max-width:575px) {
    .primery-menu,
    .primerymenu_btm {
        font-size: 11px !important
    }
    .primery-menu .down-arrow {
        font-size: 10px !important
    }
    .social-icon-small {
        width: 20px;
        height: 20px;
        font-size: 10px
    }
}

.primery-menu .down-arrow {
    font-size: 12px;
    margin-left: 5px
}

.nav-itm:hover .primery-menu {
    color: var(--bs-white);
    background: var(--bs-dusty-brown);
}

.primery-menu::after {
    margin-left: .1em;
    content: ""
}

.drop-menu {
    margin-top: 1px;
    border-color: var(--bs-white);
    border-radius: 20px;
    box-shadow: 0 0 5px #ccc;
    display: block;
    white-space: nowrap;
    transform-origin: top;
    transform: rotateX(-90deg);
    transition: transform .5s linear
}

.drop-menu li {
    margin-right: 15px
}

.dropdown-heading {
    font-weight: 500;
    color: var(--bs-dusty-brown);
    margin-left: 15px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px solid var(--bs-light-pink);
}

.drop-item {
    font-size: 14px;
    color: var(--bs-dusty-brown);
    padding: 4px 16px;
    display: block;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 20px
}

.drop-item:hover,
.opinion-poll .active i {
    color: var(--bs-light-pink);
}

.alphabates span.active,
.details-page table thead tr th,
.drop-item.active,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    color: var(--bs-white);
    background: var(--bs-dusty-brown);
}

.nav-itm:hover .primery-menu .down-arrow {
    transform: rotate(-180deg)
}

.dropdown-item.active,
.dropdown-item:active {
    display: inline;
    background-color: var(--bs-dusty-brown);
    border-radius: 25px
}
@media (max-width: 1199px) and (min-width: 992px) {
    .header-logo {
        width: 150px;
        height: 52px;
    }

    .navbar-nav .nav-lnk {
        padding: 4px 13px !important;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .header-logo {
        width: 100px;
        height: 35px;
    }
}
/* Header */

/* SCROLL TOP CSS */
.pulse-prnt {
    position: fixed;
    right: 20px;
    z-index: 89;
}

@media (min-width: 768px) {
    .pulse-prnt {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pulse-prnt {
        bottom: 85px;
    }
}

#scrolltop {
    width: 46px;
    height: 46px;
    background: var(--bs-washed-black);
    display: none;
    border: 0;
    border-radius: 50%;
}

#scrolltop img {
    margin-bottom: 2px;
}

#scrolltop::after,
#scrolltop::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: var(--bs-dusty-brown);
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}

#scrolltop::before {
    background: var(--bs-dusty-pink-gradient);
    animation-delay: -0.5s;
}

@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/* SCROLL TOP CSS */

/* FOOTER CSS */

.footersection ul {
    list-style: none;
    padding: 0;
}

.footercontent p {
    color: var(--bs-white);
}

.addressblock {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
    color: var(--bs-white);
}

.footerheading h5:after {
    content: "";
    width: 10%;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    display: block;
    margin-top: 2px;
}

.footerheading h5 {
    color: var(--bs-white);
    position: relative;
}

.userfullink ul {
    padding: 0;
}

.userfullink ul li a {
    color: var(--bs-white);
}

.userfullink ul {
    padding: 0;
}

.userfullink ul li a {
    color: var(--bs-white);
}
.lightblack {
    background: #101010;
}

/* FOOTER CSS */

/* Animated Search */
.search-box {
    position: absolute;
    top: 23%;
    right: 11%;
    background: var(--bs-white);
    border-radius: 50px;
}

.search-btn {
    color: var(--bs-white);
    float: right;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bs-white);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s;
}

.srch-icon {
    font-size: 17px;
    color: var(--bs-dusty-brown);
}

.search-input {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: var(--bs-washed-black);
    font-size: 15px;
    transition: 0.4s;
    line-height: 32px;
    width: 0
}

.search-box:hover > .search-input {
    width: 250px;
    padding: 0 14px;
}
/* Animated Search */

/* Background footer */
.bg-footer{
    background-color: var(--bs-washed-black);
    background-image: url(https://img.freepik.com/premium-vector/black-abstract-background-with-white-curves_907220-1912.jpg?ga=GA1.1.239002217.1740127361&semt=ais_items_boosted&w=740);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.bg-footer:before{
    content: "";
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background: #00000057;
    top: 0;
    left: 0;
}
/* Background footer */

/* Search */
    .webstory-srch-prnt {
        height: 41px;
        max-width: 500px;
        color: var(--bs-dusty-brown) !important;
        padding: 5px 60px 5px 18px;
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 30px;
        position: relative;
    }
    .webstory-srch-prnt .webstory-srch {
        width: 100%;
        font-size: 18px;
        line-height: 29px;
        background: transparent;
        border: 0;
    }
    .webstory-srch-prnt .webstory-srch:focus {
        outline: 0;
    }
    .webstory-srch-prnt .serch-megnify {
        width: 55px;
        height: 41px;
        color: var(--bs-white);
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-dusty-pink-gradient);
        border: 1px solid var(--bs-dusty-pink-gradient);
        border-radius: 0 50px 50px 0;
        position: absolute;
        right: -1px;
        top: -1px;
    }
    @media (max-width: 767px) {
        .webstory-srch-prnt {
            width: 100%;
            height: 36px;
            max-width: 100%;
            padding: 0 60px 0 13px;
        }
        .webstory-srch-prnt .serch-megnify {
            width: 50px;
            height: 36px;
            font-size: 14px;
        }
        .webstory-srch-prnt .webstory-srch {
            font-size: 16px;
            line-height: 30px;
        }
    }
    /* Search */

     /* Table */
    .even-odd-tbl {
        width: 100% !important;
        display: block;
        white-space: nowrap;
        border: 1px solid #dee2e6
    }

    .even-odd-tbl thead tr{
        background:var(--bs-carrot-pink);
    }
    .even-odd-tbl thead th {
        font-weight: 500;
        color: var(--bs-white);
        background: 0 0;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 0
    }

    .even-odd-tbl thead th a {
        color: var(--bs-white);
        text-decoration: none
    }

    .tbl-data-heading {
        font-weight: 600;
        color: var(--bs-washed-black);
        text-decoration: none
    }

    .tbl-data-heading .small {
        font-size: 12px;
        font-weight: 400;
        color: #555;
        margin-left: 3px
    }

    .even-odd-tbl tbody td {
        color: var(--bs-washed-black);
        background: 0 0
    }

    .even-odd-tbl tbody td .hyperlink,
    .hyperlink {
        width: 24px;
        height: 24px;
        color: var(--bs-white);
        font-size: 12px;
        margin: auto;
        display: flex !important;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        background: var(--bs-dusty-brown);
        border-radius: 50%
    }
    .table-round{
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }

    .percentage {
        font-weight: 600;
        padding: 0.2rem 0.6rem;
        border-radius: 6px;
        font-size: 0.8rem;
    }

    .positive {
        background: #d4edda;
        color: #155724;
    }

    .negative {
        background: #f8d7da;
        color: #721c24;
    }
    /* Table */

    /* Coins Tab */
    .filter-tabs {
        background: var(--bs-white);
        border-radius: 15px;
        padding: 8px;
        margin-bottom: 25px;
        box-shadow: 0 4px 20px rgba(59, 10, 32, 0.08);
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }

    .filter-btn {
        background: transparent;
        border: none;
        padding: 12px 20px;
        border-radius: 10px;
        font-weight: 500;
        transition: all 0.3s ease;
        color: #6c757d;
        font-size: 0.9rem;
    }
    
    .filter-btn.active {
        background: var(--bs-light-pink);
        color: var(--bs-white);
        transform: translateY(-1px);
        box-shadow: 0 4px 15px rgba(231, 113, 125, 0.3);
    }
    
    .filter-btn:hover:not(.active) {
        background: #f8f9fa;
        color: var(--bs-carrot-pink);
    }
    /* Coins Tab */

    /* Airdrop details */
    .task-guide li {
        color: #555;
        margin: 5px 0;
        padding-left: 5px
    }

    .task-guide li p{
        margin-bottom:7px;
    }
    .airdrop-abt p a,
    .task-guide li a,
    .task-guide li a strong,
    .task-guide li::marker,
    .task-guide p a {
        color: var(--bs-dusty-brown);
        font-weight: 600
    }

    .details-page img {
        width: 100%;
        height: 100%;
        margin-bottom: 15px !important
    }

    .details-page h2,
    .details-page h3,
    .details-page h4,
    .details-page h5,
    .details-page h6 {
        color: var(--bs-washed-black);
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2
    }

    .details-page li {
        color: #555;
        margin: 8px 0;
        padding-left: 5px;
        line-height: 1.5
    }

    .details-page a,
    .details-page li a strong,
    .details-page li::marker {
        font-weight: 600;
        color: var(--bs-dusty-brown);
    }
    .details-page strong{
        font-weight: 600
    }

    .details-page p {
        color: #555;
        line-height: 1.5
    }
    .details-page table {
        max-width: 880px;
        width: 100%;
        overflow-x: auto;
        text-align: center;
        margin-bottom: 15px;
        border: 1px solid #ddd
    }

    .details-page table td,
    .details-page table th {
        padding: 5px 10px;
        border: 1px solid #ddd
    }

    /* Airdrop  Details */

    /* Button */
    .drop-brown-btn {
        background: var(--bs-dusty-pink-gradient);
        color: var(--bs-white);
        padding: 3px 18px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 6px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .drop-brown-btn:hover {
        background: var(--bs-dusty-pink-gradient);
        transform: scale(1.08);
        text-decoration: none;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    /* Button */

    /* Input Field */
    .prf-int {
        width: 100%;
        display: block;
        padding: 5px 12px;
        background-color: var(--bs-white) !important;
        border-radius: 20px;
        border: 1px solid var(--bs-light-pink);
    }

    .prf-int:focus-visible {
        border: 1px solid var(--bs-light-pink);
        outline: 0 !important;
        box-shadow: 0 0 5px var(--bs-carrot-pink);
    }

    .prf-lbl{
        display: block;
        color: #333;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
        transition: color 0.3s ease;
    }

    .choose-int {
        width: 120px;
        opacity: 0;
        border-radius: 30px;
        position: absolute;
        top: -3px;
    }
    .choose-file {
        color: var(--bs-brown-gradient);
        font-weight: 600;
        padding: 5px 20px;
        display: inline-block;
        border: 1px solid var(--bs-brown);
        border-radius: 30px;
    }
    
    /* Input Field */

    /* Tab */
    .profile-nav{
        font-size: 14px;
        margin: 5px 7px !important;
        padding: 3px 13px;
        text-decoration: none;
        display: inline-block;
        border-radius: 10px !important;
    }

    .profile-nav {
        color: var(--bs-dusty-brown);
        background-color: var(--bs-white);
        border: 1px solid  var(--bs-white);
        box-shadow: 0 5px 5px #ccc;
    }
    .profile-nav.active {
        font-weight: 600;
        color:  var(--bs-white) !important;
        background: var(--bs-carrot-pink) !important;
        border: 1px solid var(--bs-dusty-brown) !important;
        box-shadow: 0 0 10px var(--bs-dusty-brown);
    }
    .profile-nav:hover{
        color:var(--bs-dusty-brown);
    }
    /* Tab */