.welcome-text {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #00558F;
}

.welcome-name-text {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #327C23;
    cursor: pointer;
}

.small-avatar {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 100%;
}

.medium-avatar {
    height: 56px;
    width: 56px;
    object-fit: cover;
    border-radius: 8px;
}

.title-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
}

.white-space-no-wrap {
    white-space: nowrap;
}

.info-sub-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #667085;
}

#nav-small-user-info {
    display: none;
    right: 0;
    top: 100%;
}

#nav-small-user-name:hover + #nav-small-user-info{
    display: block !important;
}

@media(min-width: 768px) and (max-width: 991px) {
    #nav-small-user-info {
        left: 0;
        right: auto;
    }
}

.info-main-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #344054;
}

.nav-info-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #344054;
}

.cursor-pointer {
    cursor: pointer;
}

.border-right-black {
    border-right: 1px solid #000000;
}

.icon-image {
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.text-lang {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #344054;
}

.text-help {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.06em;
    color: #344054;
}

.border-top-left {
    border-top-left-radius: 8px;
}

.border-bottom-right {
    border-bottom-right-radius: 8px;
}

#choose-lang-component-choice {
    z-index: 100;
    width: auto;
    right: 0;
    border-radius: 16px 0;
    background: #FFF;
    box-shadow: 0 2px 4px -2px rgba(16, 24, 40, 0.06), 0 4px 8px -2px rgba(16, 24, 40, 0.10);
    top: calc(100% + 4px);
}

#choose-lang-component-choice .lang-options{
    color: #344054;
    font-family: Maven Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    display: inline-block;
}

#choose-lang-component-choice .lang-options .info-sub-text{
    color: #667085;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#choose-lang-component-choice .white-space-no-wrap br{
    display: none;
}

#choose-lang-component-choice .white-space-no-wrap{
    display: flex;
    gap: 8px;
    flex-direction: column;
}

#search-component {
    z-index: 100;
    width: 360px;
    right: 0;
}

.bamboo-color-text {
    color: #4B843F !important;
}

#choose-lang-component-choice .currency{
    color: #667085;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.border-line-small-login:before{
    content: '';
    position: absolute;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    background-color: #EAECF0;;
}

.bamboo-border-color {
    border-color: #64AF53 !important;
}

.border-radius-but-right {
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.bamboo-input:focus {
    border-color: #64AF53 !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset, 0 0 0px rgba(0, 0, 0, 0) !important;
    outline: 0 none !important;
}

.bamboo-input-group-text {
    background: #ffffff !important;
    border-right: none !important;
}

.border-left-none {
    border-left: none !important;
}

span.tier-info{
    color: #667085;
}

span.tier-info.tier-emerald{
    color: #4b843f;
}

span.tier-info.tier-gold{
    color: #836F4D;
}

span.tier-info.tier-diamond{
    color: #00558f;
}

span.tier-info.tier-first{
    color: #181818;
}

@media (min-width: 768px) {
    #choose-lang-component-choice {
        width: 712px;
    }
}

@media (min-width: 992px) {
    #choose-lang-component-choice {
        width: 936px;
    }
}

@media (max-width: 991px) {
    #choose-lang-component-choice {
        max-height: calc(100vh - 115px);
        overflow: auto;
    }
}

@media (max-width: 767px) {
    #choose-lang-component-choice {
        max-height: calc(100vh - 165px);
    }
}

@media (max-width: 575px) {
    #nav-small-user-info .pt-4.pl-4.pr-4.pb-3.bg-light{
        max-height: 140px;
        overflow: hidden;
        overflow-y: auto;
    }

    #nav-small-user-info .pt-4.pl-4.pr-4.pb-3.bg-light::-webkit-scrollbar {
     width: 4px;
 }

    #nav-small-user-info .pt-4.pl-4.pr-4.pb-3.bg-light::-webkit-scrollbar-track {
     box-shadow: inset 0 0 6px #EAECF0;
     border-radius: 8px;
 }

    #nav-small-user-info .pt-4.pl-4.pr-4.pb-3.bg-light::-webkit-scrollbar-thumb {
     background-color: #98A2B3;
     border-radius: 8px;
 }
}