@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inconsolata:wght@200..900&family=Indie+Flower&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Gothic&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-seri f;
}
body{
    scroll-behavior: smooth;
}
.container {
    width: 100%;
    height: 200px;
}

header {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0px;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 0px 6px 1px rgb(214, 209, 209);
    z-index: 8;
    padding-bottom: 20px;
    background-color: white;
}

.upper-part {
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    gap: 30px;
}

.logo a {
    text-decoration: none;
}

.logo img {
    height: 70px;
    width: 70px;
}

.vehicle-house {
    display: flex;
    align-items: center;
    gap: 20px;

}

.vehicle-house a {
    text-decoration: none;
}


.upper-icons {
    padding: 4px 8px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

}

.upper-icons:hover .icon,
.upper-icons:hover span {
    stroke: #0da9f1;
    color: #0da9f1;
}

.icon {
    padding: 8px;
    background-color: #e6eaf7;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.upper-icons span {
    color: #002F34;
    font-size: 15px;
    font-weight: 800;
}

.lower-part {
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    gap: 20px;

}

.location {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid rgb(43, 38, 38);
    width: 25%;
    padding: 5px;
    border-radius: 5px;
    height: 50px;
}

.location:focus-within {
    border-color: #0da9f1;
    box-shadow: 0 0 5px rgb(9, 185, 255);
}

.mark-img svg {
    width: 30px;
    height: 30px;
}

.location-bar {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
}

.location-bar select {
    font-size: 17px;
    border: none;
    width: 100%;

}

.location-bar select:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.searchbar-box {
    width: 70%;
    display: flex;
    align-items: center;
    margin-right: 10px;

}

.searchbar {
    width: 95%;
    display: flex;
    align-items: center;
}

.searchbar input {
    border-radius: 5px 0px 0px 5px;
    padding: 10px;
    font-size: 19px;
    width: 100%;
    border: 1px solid;

}

.searchbar input:focus {
    border-color: #0da9f1;
    box-shadow: 0 0 5px rgb(9, 185, 255);
    outline: none;
}

.search-icon {
    background-color: #002f34;
    height: 47px;
    width: 5%;
    display: flex;
    justify-content: center;
}

.search-icon svg {
    height: 100%;
    width: 25px;
    stroke-width: 3px;

}

.login a {
    text-decoration: none;
    color: #002f34;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #002f34;
}

.login a:hover {
    border: none;
}

.sell {
    margin-left: 10px;
}

.sell-btn {
    display: flex;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: #ffffff;
}

.btn-border {
    height: 48px;
    width: 104px;
}

.btn-text {

    width: 100%;
    position: absolute;
    font-size: 18px;
    top: 13px;
}

main {
    height: 100%;
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    background-color: #f3f7f7b9;
}

section {
    max-width: 1320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    width: 100%;
}

.categorybar {
    display: flex;
    width: 100%;
    height: 20px;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.category-name {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.category-name a {
    text-decoration: none;
    color: rgb(44, 38, 38);
}

.category-name a:hover {
    color: #23b8fd;
}

.category-dropdown {
    gap: 9px;
    display: flex;
    align-items: center;
    color: black;
    font-weight: bold;
    font-size: 16px;
}

.banner {
    margin: 30px 0px;
    width: 100%;
}

.banner img {
    width: 100%;
}

.cards-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.main-heading {
    display: flex;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    align-items: center;
}

.categories {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 50px;
}

.category-names {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    height: 160px;
    width: 100px;
    font-weight: bold;
}

.category-names img {
    height: 90px;
    width: 90px;
}

.main-heading a {
    text-decoration: none;
    color: #0da9f1;
    font-size: 20px;
}

.product-cards {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 33px;
}

.product-card {
    cursor: pointer;
    width: 360px;
    position: relative;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px auto;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.product-tilt-effect {
    overflow: hidden;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.product-image {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-info {
    padding: 25px;
    position: relative;
}

.product-category {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #71717A;
    margin-bottom: 8px;
}

.product-title{
    font-size: 20px;
    font-weight: 700;
    color: #18181B;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.product-title a{ 
    text-decoration: none;
    color: #18181B;
}

.product-description p {
    font-size: 14px;
    color: #52525B;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature {
    font-size: 11px;
    background-color: #F4F4F5;
    color: #71717A;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.product-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-price {
    display: flex;
    flex-direction: column;
}

.price-was {
    font-size: 14px;
    text-decoration: line-through;
    color: #A1A1AA;
    margin-bottom: 2px;
}

.price-now {
    font-size: 22px;
    font-weight: 700;
    color: #18181B;
}

.product-button {
    background: linear-gradient(45deg, #18181B, #27272A);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.product-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.6s ease;
}

.product-button:hover {
    background: linear-gradient(45deg, #27272A, #3F3F46);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.product-button:hover::before {
    left: 100%;
}

.button-icon {
    transition: transform 0.3s ease;
}

.product-button:hover .button-icon {
    transform: rotate(-10deg) scale(1.1);
}

.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F4F4F5;
    padding-top: 15px;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rating-count {
    margin-left: 8px;
    font-size: 12px;
    color: #71717A;
}

.product-stock {
    font-size: 12px;
    font-weight: 600;
    color: #22C55E;
}

.bottom-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.olxapp-banner {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    gap: 30px;

}

.pic-1 {

    width: 33%;
}

.pic-1 img {
    width: 100%;
    height: 250px;
}

.banner-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 30%;
    border-right: 1px solid rgb(129, 128, 128);
}

.banner-text h1 {
    font-size: 35px;
    text-transform: capitalize;
    color: #002f34;

}

.banner-text span {
    font-size: 19px;
    padding: 10px;
}

.platforms {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 35%;
    height: 200px;
    justify-content: center;
}

.platform-text span {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #002f34;

}

.platform-pics {
    gap: 10px;
    display: flex;
    width: 100%;
    align-items: center;

}

.platform-pics a img {

    width: 145px;
}

footer {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(0, 47, 52, .2);
    background-color: #ebeeef;

}

.main-footer {
    padding: 20px 0px 60px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1320px;

}

.foot-divs {
    display: flex;
    flex-direction: column;
    width: 18%;
    height: 150px;
    gap: 20px;
    justify-content: center;
}

.foot-divs .title {
    font-size: 18px;
    font-weight: bold;
    color: #002f34;
}

.foot-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.foot-links a {
    text-decoration: none;
    color: rgba(0, 47, 52, .64);
    font-size: 14px;
}

.foot-links a:hover {
    color: #002f34;
}

.foot-links a span:hover {
    border-bottom: 1px solid #002f34;
}

.social-div {
    display: flex;
    flex-direction: column;
    width: 28%;
    height: 150px;
    gap: 20px;
    justify-content: center;
}

.social-media {
    display: flex;
    flex-direction: column;
    height: 50%;
    gap: 10px;
    width: 100%;

}

.social-media .title {
    font-size: 16px;
    font-weight: bold;
    color: #002f34;
}

.social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.links a svg {
    height: 30px;
    width: 34px;
    color: #002F34;
}

.links a img:hover {
    transform: scale(1.2);
}

.social-div .platform-pics a img {

    width: 115px;
}

.rights {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    align-items: center;
    text-align: right;
    background-color: #002f34;
    color: white;
    gap: 20px;
    font-size: 14px;
    overflow-x: hidden;
    padding-right: 20px;

}

.text {
    width: 100%;
    max-width: 1320px;
}

.text a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    position: relative;
}

footer .rights a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.25s ease-out;
}

footer .rights a:hover::before {
    width: 100%;
}

footer .rights a:hover {
    color: #11c9dd;
    transition: width 0.25s ease-out;
    transform: scale(1.1);
}

footer .rights:hover {
    color: #22d2e6;
}

@media screen and (max-width:1440px) {

    .upper-part {
        width: 90%;
    }

    .lower-part {
        width: 90%;
    }

    section {
        max-width: 1100px;
    }

    .categories {
        justify-content: center;
    }

    .pic-1 {
        width: 28%;
    }

    .platform-pics a img {
        width: 110px;
    }

}

@media screen and (max-width:1360px) {
    .social-div .platform-pics a img {
        width: 100px;
    }

    .foot-divs {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1140px) {
    section {
        max-width: 880px;
    }

    .olxapp-banner {
        justify-content: center;
    }

    .pic-1 {
        width: 25%;
    }

    .banner-text {
        width: 25%;
    }

    .banner-text h1 {
        font-size: 30px;

    }

    .banner-text span {
        font-size: 16px;

    }

    .platform-pics a img {
        width: 90px;
    }

    .social-div .platform-pics a img {
        width: 80px;
    }
}

@media screen and (max-width:970px) {
    section {
        max-width: 700px;
    }

    .categorybar {
        height: 40px;
        gap: 10px;

    }

    .category-dropdown {
        font-size: 14px;
    }

    .category-name {
        font-size: 13px;
        font-weight: bold;
    }

    .banner-text {
        display: none;
    }

    .pic-1 {
        width: 50%;
    }

    .platforms {
        width: 50%;
    }

    .main-footer {
        max-width: 800px;
    }

}

@media screen and (max-width:870px) {
    .logo img {
        width: 50px;
        height: 50px;
    }

    .upper-part {
        width: 95%;
    }

    .lower-part {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-top: 10px;
        width: 95%;
    }

    .location {
        border: none;
        padding: 5px 0px;
    }

    .mark-img svg {
        width: 26px;
        height: 26px;
        stroke: #0d2ff1;
    }

    .location-bar select {
        font-weight: bold;
    }

    .searchbar-box {
        width: 98%;
        border: 1px solid #002f34;
        border-radius: 10px;
    }

    .searchbar {
        order: 1;
    }

    .searchbar input {
        border: none;
        outline: none;
        background-color: transparent;

    }

    .search-icon {
        background-color: transparent;
    }

    .search-icon svg {
        stroke: #002f34;
    }

    .searchbar input:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

    .searchbar-box:focus-within {
        border-color: #0da9f1;
        box-shadow: 0 0 5px rgb(9, 185, 255);
    }
    .login{
        margin-top: 10px;
    }
    .sell {
        display: none;
    }

    .cards-sec {
        margin-bottom: 10px;
    }

    .categories {
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        gap: 30px;
        justify-content: unset;
    }

    body {
        width: 100%;
    }

    .main-footer {
        max-width: 862px;
        flex-direction: column;
        padding: 20px 0px 30px 0px;

    }

    .foot-divs {
        height: 50px;
        width: 100%;
        border-top: 1px solid #002F34;
    }

    .foot-divs .title {
        font-weight: 400;
        display: flex;

    }

    .foot-links {
        display: none;
    }

    .social-div {
        width: 100%;
        height: 100px;
    }

    .social-media {
        padding: 10px 50px 10px 10px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #002F34;
        border-top: 1px solid #002F34;
    }

    .social-media .title {
        font-size: 17px;
        font-weight: 400;
    }

    .platform-pics {
        justify-content: center;
    }

    .rights .text {
        display: flex;
        justify-content: center;
    }

}

@media screen and (max-width: 756px) {
    body {
        overflow-x: hidden;
    }

    main {
        overflow-x: hidden;

    }

    section {
        max-width: unset;
        padding: 0px 10px;
    }

    .categorybar {
        display: none;
    }

    .banner {
        width: 95%;
    }

    .categories {
        width: 95%;
    }

    .category-names img {
        height: 60px;
        width: 60px;
    }

    .category-names {
        height: 140px;
    }

    .bottom-banner {
        width: 90%;
    }

    .main-heading {
        width: 95%;
    }

    .product-cards {
        gap: 10px;
    }

    .main-footer {
        max-width: 800px;
    }
}

@media screen and (max-width: 638px) {
    .olxapp-banner {
        gap: 10px;
    }

    .platforms {
        width: 40%;
    }

    #banner-apps {
        flex-direction: column;
        align-items: flex-start;
    }

    #b-pics {
        width: 100%;
        height: 40px;
    }

    .foot-divs {
        padding-left: 20px;
    }

    .social-media {
        padding: 10px 30px 10px 20px;
    }

}

@media screen and (max-width: 524px) {
    .location {
        width: 40%;
    }

    .searchbar-box {
        padding-left: 10px;
    }
}

@media screen and (max-width: 478px) {
    .main-heading {
        font-size: 18px;
    }

    .main-heading a {
        font-size: 18px;
    }

}

@media screen and (max-width: 420px) {
    .category-names {
        font-size: 16px;

    }

    .categories {
        height: 150px;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 376px) {
    .upper-part {
        gap: 10px;
    }

    .icon svg {
        width: 16px;
        height: 16px;
    }

    .upper-icons span {
        font-size: 12px;
    }

    .vehicle-house {
        gap: 10px;
    }
}

/* login form css */

#login-section {
    max-width: unset;
    height: 100vh;
    position: fixed;
    top: 20px;
    right: 0px;
    left: 0px;
    z-index: 99;
    backdrop-filter: blur(1px);

}

.login-container {
    background: #e0e5ec;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #242424;
    width: 300px;
}

.hidden {
    display: none;
}

.cross {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.cross button {
    padding: 5px 8px;
    background-color: transparent;
    outline: none;
    border-radius: 50px;
}

.tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tabs button {
    flex: 1;
    padding: 10px;
    border: none;
    background: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.3s;
}

.tabs button.active {
    background: #d1d9e6;
    box-shadow: inset 2px 2px 5px #bec4cb, inset -2px -2px 5px #f0f5fa;
}

.form {
    display: none;
    flex-direction: column;
}

.form.active {
    display: flex;
}

.form-inputs {
    margin: 10px 0;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #e0e5ec;
    box-shadow: inset 4px 4px 6px #c8ccd1, inset -4px -4px 6px #f0f5fa;
}

.btn {
    margin-top: 10px;
    padding: 12px;
    background: #e0e5ec;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px 1px 10px #737373, -1px -1px 10px #ffffff;
    transition: 0.3s;
}

.btn:hover {
    background: #d6dce4;
}

.or {
    text-align: center;
    margin: 15px 0 10px;
    font-size: 0.85em;
    color: #666;
}

.socials {
    display: flex;
    justify-content: space-around;
}

.social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #e0e5ec;
    box-shadow: 1px 1px 10px #737373, -1px -1px 10px #ffffff;
    font-size: 1.2em;
    cursor: pointer;
    align-items: center;
    display: flex;

}

.G-border {
    border: 1px solid black;
}

.G-logo {
    width: 40px;
    height: 20px;
}

/* toast message working */

.toast {
    position: absolute;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}

.toast.active {
    transform: translateX(0%);
}

.toast .toast-content {
    display: flex;
    align-items: center;
}

.toast-content .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #ffffff;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

#check,
#delete {
    display: none;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.toast .close:hover {
    opacity: 1;
}

.toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;

}

.toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: var(--progress-bg);
}

.progress.active:before {
    animation: progress 3.8s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

.login a.hidden,
#dropdown-box.hidden {
    display: none;
}

#dropdown-box {
    display: block;
    
}

.dropdown {
    position: relative;
    background-color: white;
    border: none;
    outline: none;
}

.dropdown-label {
    display: flex;
    align-items: center;

}

.profile-pic {
    width: 45px;
    height: 45px;
    border: 1px solid black;
    border-radius: 90px;
}

#drop-arrow {
    height: 40px;
    width: 20px;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    z-index: 9;
    opacity: 0;
    width: 14rem;
    overflow: hidden;
    text-align: start;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 0.25rem;
    background-color: white;

    box-shadow: 0px 1px 5px black;
    transition: all 0.2s ease;
}

#dropdown-user-details {
    display: flex;
    align-items: center;
    gap: 10px;
}
#dropdown-user-email{
    text-overflow: ellipsis;
    max-width: 14rem;
}
#dropdown-user-email,
#dropdown-user-password {
    display: none;
}

#dropdown-user-details:hover + #dropdown-user-email,
#dropdown-user-details:hover + #dropdown-user-email + #dropdown-user-password {
   display: block;
}

.dropdown-item {

    font-family: inherit;
    font-size: 16px;
    padding: 15px 30px 15px 10px;
    font-weight: 500;
    transition: all 0.2s ease;
}

#dropdown-user-details {
    display: flex;

}


.dropdown-item:hover {
    background-color: rgb(152, 211, 243);
}

.dropdown-sign-active {
    transform: rotate(180deg);

}

.is-active .dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
}