
a, .btn-link {
    color: #0366d6;
    float: right;
}

.user_header {
    width: 100%;
    background-color: #343B4E;
    padding-left: 15px;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    position: relative;
    min-height: 64px;
}

    .user_header .center {
        margin: 7px auto 0;
        width: 40%;
    }
    .user_header .center input {
        text-align: center;
        height: 30px;
        width: 100%;
        max-width: 500px;
        background-color: #fff;
        color: #1d2029;
        border-radius: 40px;
        border: 1px solid #fff;
        padding: 5px 12px;
        margin: 11px 0 0;
        /*visibility: hidden;*/
    }

    .user_header .left {
        top: 6.67px;
        position: absolute;
    }

        .user_header .left img {
            width: 60px;
            height: 40px;
        }

        .aapi_counter_container {
            position: absolute;
            width: 13px;
            height: 13px;
            background: white;
            border-radius: 20px;
            top: 5px;
            right: 0px;
            box-shadow: none;
            border: none;
        }

            .aapi_counter_container .counter_img {
                position: absolute;
                background-image: url(../icons/red/alert_icon.svg);
                height: 100%;
                width: 100%;
                background-repeat: no-repeat;
                background-size: 15px;
                top: -1px;
                left: -1px;
            }

    .user_header .right {
        float: right;
        position: absolute;
        right: 0;
        display: flex;
        align-items: center;
        height: 64px;
    }

            .right > .svg_holder {
                margin: 0px 15px !important;
            }

            .user_header .svg_holder {
                display: inline-block;
                margin: 0px 5px;
            }

            .user_header .svg_holder:nth-child(1)
            {
                margin-right: 10px;
            }

            .user_header .divider {
                border-right: 1px solid #5D6375;
                /*position: absolute;*/
                display: inline-block;
                height: 36px;
                /*top: 0px;*/
                /*margin: 10px 0px;*/
                vertical-align: middle;
            }

.user_menu {
    color: white;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .user_menu span {
        padding: 0 10px 0 12px;
        cursor: pointer;
        font-size: 11px;
        max-width: 130px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 31px;
        margin-right: -5px;
    }

    .user_menu .svg_holder {
        display: inline-block;
        margin: 0px 5px;
    }

.user_dropdown {
    position: absolute;
    width: 100%;
    top: 60px;
    color: black;
    border: 1px solid #ccc;
    z-index: 10;
    background-color: white;
    border-radius: 20px;
    margin-top: 6px;
    right: 6px;
    overflow: hidden;
    max-width: 145px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    z-index: 150;
}

    .user_dropdown ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 6px 0 6px 0;
    }

        .user_dropdown ul li {
            width: 100%;
            padding: 14px 12px 14px 12px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            min-height: 48px;
            height: 48px;
            align-content: center;
            line-height: 20px;
        }

            .user_dropdown ul li:hover {
                color: #1d2029 !important;
                background-color: rgba(158,158,158,0.18);
            }


            .user_dropdown ul li .aapi_btn {
                width: 100% !important;
                height: 100% !important;
                letter-spacing: 2px;
                color: #1d2029 !important;
            }
