
  
.body {
    background: #E2E2E2;
    font-family: var(--font);
    margin: 0;
}
.content{
    padding-top: 70px;
}
.container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
a,
p {
    margin: 0;
    text-decoration: none;
    padding-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

.mb-md {
    margin-bottom: 16px;
}

.md-font {
    font-family: var(--font);;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.heading-lg {
    text-align: center;
    font-family: var(--font);;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
    /* 110% */
}

.darkColor {
    color: #0B0B0B !important;
}

.lightcolor {
    color: #FFF !important;
}

.heading-md {
    font-family: var(--font);;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
}

.heading-sm {
    font-family: var(--font);;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    
}

.bg-dark {
    background: #12171F;

}

.bg-blue {
    background: #2C33D5;
}

.bg-white {
    background: #FFF;
}

.bg-zinc {
    background: #578191;
}

.multi-cards {
    display: flex;
    gap: 16px;
    ;
}

.partnersLogo {
    padding: 0 22px;
    max-width: 100%;
}

.partnersLogo img {
    max-width: 100%;
}

.multi-cards img {
    max-width: 100%;
    height: auto;
}

.header {
    height: 54px;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 0 24px;
    width: 100%;
    max-width: 1440px;
    left: auto;
    right: auto;
    box-sizing: border-box;
    z-index: 9;
}

.right-header {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.login {
    display: flex;
    align-items: center;
    gap: 8px;

}

.login a {
    color: #0B0B0B;
}
.db span{
    font-family: var(--font);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
/* Style for the dropdown menu */
.dropdown, .dropdownUser {
    position: relative;
    display: inline-block;
}

/* Style for the dropdown button */
.dropdown-button-user {
    background: white;
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 0 !important;

}
.dropdown-button{
    background: white;
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 0 !important;
}

/* Style for the dropdown content */
.dropdown-content {
    border-radius: 7px;
    background: #FFF;
    display: none;
    position: absolute;
    z-index: 1;
    width: max-content;
    padding: 12px 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.dc {
    display: none;
}
.dc.show {
    display: block;
}
.dropdown-content-user {
    display: none;
    position: absolute;
    z-index: 1;
    padding: 24px 0;
    list-style: none;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    top:22px;
    border-radius: 7px;
    background: #FFF;
    width: max-content;
    min-width: 299px;
    right: -15px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.dropdown-content li{
    padding: 8px 16px !important;
}
/* Style for the dropdown links */
.dropdown-content-user li,
.dropdown-content li
{
    color: #000;
    text-decoration: none;
    display: block;
    padding: 16px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;

}
.dropdown-content li a:visited{
    color: #000;
}
.dropdown-content li a,
.dropdown-content-user li a {
    width: 100%;
    display: flex;
    gap:16px;
    align-items: center;
    color: #000;
}

/* Style for the dropdown links on hover */
.dropdown-content li:hover,
.dropdown-content-user li:hover{
    background-color: #DFF6FF;
}

/* Show the dropdown content when the dropdown button is focused */
/* .dropdown:focus-within .dropdown-content,
.dropdownUser:focus-within .dropdown-content-user{
    display: block;
} */

/* Hide the dropdown content when focus is lost */
.dropdown-content li:last-child,
.dropdown-content-user li:last-child{
    border-bottom: none;
}
.nameInitial{
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background-color: #53B7CC;
    border-radius: 6px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dd-usr{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 0 0 25px 0;
    gap:24px;
}
.nameInitial-dd{
    width: 61px;
    height: 61px;font-size: 38px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;background-color: #53B7CC;
    border-radius: 100%;
    color: #FFF;
}
.fw-700 {
    font-weight: 700 !important;
}

.footer {
    width: 100%;
    padding: 55px 0 48px 0;
    margin-bottom:130px;
    text-align: center;
}
.footer svg{
    margin-top: 2px;;
}
.footerlinks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0 24px 0;
    gap: 18px;
}

.footerlinks a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.5%;
}

.footer-endingtext {
    color: #9A9A9A;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130.5%;
    /* 16.965px */
}

.divider {
    width: 0.5px;
    height: 10px;
    background: #FFF;
}

@media(max-width:768px) {
    
    .content{
        padding-top: 58px;;
    }
    .md-font {
        font-size: 10px;
    }

    .header {
        height: 42px;
        padding: 0 10px;
    }

    .right-header {
        gap: 4px;
        align-items: flex-start;
    }
    .loginlink{
        display: flex;
        align-items: center;
    }
    .dropdown-button-user{
        gap: 1px;
    }
    .dropdown-button{
        gap: 2px;
        border-radius: 6px;
        border: 0.5px solid #B8B8B8;
        height: 20px;
        padding: 0 7px !important;
    }
    .dd-usr{
        padding: 22px;
    }
    .nameInitial{
        width: 20px;
        height: 20px;
    }
    .nameInitial-dd{
        width: 44.5px;
        height: 44.5px;
    }
    .dropdown-content-user{
        min-width: auto;
        padding:16px 0;
    }
    .dropdown-content-user li,.dropdown-content li{
        font-size: 14px;
    }
    .logo svg {
        width: 132.002px;
        height: 16.959px;
    }

    .langCode{
        font-size: 10px !important;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        color: #0B0B0B;
        text-transform: uppercase;
    }

    .dropdown-content, .dropdown-content-user {
        right: -8px;
        top: 18px;
    }
    
/* 
    .dropdown-content li a,
    .dropdown-content-user li a {
        font-family: var(--font);;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;

    } */

    .heading-lg {
        font-size: 28px;
        font-style: normal;
        font-weight: 900;
        line-height: 32px;
    }

    .heading-md {
        font-size: 24px;
        font-weight: 900;
        line-height: 32px;
    }

    .heading-sm {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 131%;
    }

    .multi-cards {
        flex-direction: column;
    }

    .footer {
        padding: 22px 22px;
        margin-bottom:130px;
        width: -webkit-fill-available;
    }

    .footer svg {
        width: 119.221px;
        height: 15.461px;
    }

    .footerlinks {
        padding: 28px 0 11px 0;
        gap: 8px;
    }

    .footerlinks a {
        font-size: 12px;

    }

    .footer-endingtext {
        font-size: 8px;
    }
    .partnersLogo{
        padding: 22px 22px 0 22px;;
    }
    .lgsvg{
        width: 20px !important;
        height: 20px !important;
    }
}