.profile-info {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    color: #2b89cd;
    font-size: 15px;
    font-weight: 500;
}

.profile-info-home {
    color: #fff;
}

.profile-info a.more-info-btn {
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.profile-info-main a.more-info-btn {
    color: #1f5195;
}

.profile-info a.more-info-btn.more-info-btn-mobile {
    display: none;
}

.profile-info .circle-user {
    width: 40px;
    height: 40px;
    fill: #fff;
}

.profile-info-main .circle-user {
    fill: #1f5195;
}

.profile-info .fa-angle-down {
    font-size: 32px;
}

.profile-info .subnav {
    position: absolute;
    top: 55px;
    right: -13px;
}

.dcn-btn-signin-main {
    color: #1F5195;
}

.dcn-btn-signin-home{
    color: #000;
    border: 1px solid #fff;
}

.dcn-btn-join{
    border:1px solid #fff;
}

.send-itb {
    padding-left: 16px;
    border-left: 1px solid #e0e0e0;
}

a.search-button-icon {
    color: #1F5195;
}

.search-button-icon i {
    float: left;
    padding-top: 0;
}

.search-button-icon span {
    display: none;
    position: relative;
    float: right;
    bottom: -4px;
    left: 5px;
}

a.dcn-btn.dcn-btn-signin-main:hover {
    color: #666;
}

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

    a.dcn-btn.dcn-btn-join {
        display: none;
    }

    .profile-info .name {
        display: none;
    }

    .send-itb {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .profile-info a.more-info-btn.more-info-btn-mobile {
        display: flex;
    }

    .profile-info a.more-info-btn.more-info-btn-desktop {
        display: none;
    }

}

@media screen and (max-width: 640px) {
    .search-button-icon span {
        left: 5px;
    }
}

@media screen and (max-width: 479px) {
    .profile-info .subnav {
        right: 0;
    }

    .profile-info .fa-angle-down {
        display: none;
    }

    .dcn-btn-signin-main {
        display: none !important;
    }

    .search-button-icon i {
        font-size: 28px;
    }

    .profile-info .circle-user {
        width: 30px;
        height: 30px;
    }
}

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

    .dcn-header .right .action-buttons {
        gap: 5px;
    }

    .search-button-icon i {
        padding-top: 0;
    }

    .search-button-icon i.fa-close {
        padding-top: 6px;
    }
    
    .search-button-icon span {
        line-height: 1.4;
        width: 60px;
        bottom: -3px;
    }
}

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

    .dcn-header .right .action-buttons {
        gap: 1px;
    }

    .dcn-btn.dcn-btn-signin-main {
        display: none;
    }

    .search-button-icon span {
        width: 50px;
        white-space: break-spaces;
    }
}