.navbar_button
{
    font-size:   18px !important;
    font-weight: normal !important;
    color: var(--navbar-text-color, white) !important;
    background-color: var(--navbar-background-color, black) !important;
}

.form_group_bab_new_password
{
    width:  100%;
    margin: auto auto 16px;
}

.bab_new_password_input
{
    width:        70% !important;
    margin-right: 0 !important;
}

.form_group_bab_new_password_text
{
    display:     inline-block;
    width:       25%;
    line-height: 34px;
    font-weight: 700;
}

#bab_navbar_base
{
    position:           relative;
    display:            block !important;
    /*height:             7%;*/
    /* height:             63px; */
    -webkit-transition: all 0.7s linear;
    -ms-transition:     all 0.7s linear;
    transition:         all 0.7s linear;
}

.logo_bab_navbar
{
    /* height:             4vw; */
    width:              7vw;
    aspect-ratio: 16/9;
    /* padding:            8px 10px 8px 5px; */
    -webkit-transition: all 0.2s linear;
    -moz-transition:    all 0.2s linear;
    transition:         all 0.2s linear;
    /* max-height:         12vw; */
    /* margin-top:         5px; */
    /* margin-left:        5px; */
    /*width:              5vw;*/
    /* max-width:          70px; */
    padding:            5px;
}

.link_created_by
{
    display:     inline-block;
    margin-left: 10px;
    font-size:   large;
}


.bab_dropdown_menu
{
    /* margin-left:        5px;
    margin-right:       10px;
    margin-top:         0.3vw; */
    /* float:              right; */
    /* padding:            3px 0 0; */
    -webkit-transition: all 0.2s linear;
    -moz-transition:    all 0.2s linear;
    transition:         all 0.2s linear;
}

.bab_dropdown_menu:hover
{
    cursor: pointer;
}

.nav_button_bab_paragraph:hover
{
    transform: scale(1.1);
}

.bab_button_menudrop_text
{
    display:       inline-block;
    margin-top:    4px;
    max-width:     70px;
    white-space:   nowrap;
    text-overflow: ellipsis;
    overflow:      hidden;
}

.bab_menu_button
{
    width:              140px;
    border-radius:      24px !important;
    height:             43px;
    text-align:         left !important;
    background-image:   none;
    box-shadow:         none;
    -webkit-transition: all 0.2s linear;
    -moz-transition:    all 0.2s linear;
    transition:         all 0.2s linear;
}

.bab_menu_button_for_login
{
    width:              132px;
    border-radius:      25px !important;
    height:             41px;
    text-align:         center !important;
    font-weight:        bolder;
    background-image:   none;
    box-shadow:         none;
    -webkit-transition: all 0.2s linear;
    -moz-transition:    all 0.2s linear;
    transition:         all 0.2s linear;
}

.ul_bab_menu_drop > li > a:focus, .ul_bab_menu_drop > li > a:hover
{
    background-image: none;
}

.ul_bab_menu_drop:before
{
    position: absolute;
    top:      -7px;
    left:     57%;
    display:  inline-block;
    content:  '';
}

.ul_bab_menu_drop:after
{
    position: absolute;
    top:      -6px;
    left:     57%;
    display:  inline-block;
    content:  '';
}

.navbar_scolled_fixed
{
    position:     absolute;
    top:          0;
    width:        100%;
    border-color: transparent;
}

.nav_button_bab
{
    /* margin-right:       1vw; */
    /* max-width:          30px; */
    width:              100%;
    /* height:             25px; */
    -webkit-transition: all 0.2s linear;
    -moz-transition:    all 0.2s linear;
    transition:         all 0.2s linear;
    object-fit:         scale-down;
    padding:            1px;
}

.nav_button_bab:hover
{
    transform: scale(1.2);
}

.img_user_dropdown_menu
{
    max-width: 30px;
}

#accountViewContainer{
    border-right: inset;
}

@media screen and (max-width: 991px)
{

    .container_account_change_password_elements, .container_account_delete_elements 
    {
        text-align: center;
    }
    
    .logo_bab_navbar
    {
        width:  15vw !important;
        /* height: 8vw !important; */
    }

    .nav_button_bab
    {
        width: 40px;
    }

    .navAccountsElement
    {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 767px)
{
    /* .logo_bab_navbar
    {
        width:  20vw !important;
        aspect-ratio: 16/9;
    } */

    .navbar_button
    {
        font-size:   18px !important;
        font-weight: normal !important;
    }

    .bab_dropdown_menu
    {
        margin-left:        0 !important;
        margin-right:       0 !important;
        margin-top:         0 !important;
        padding:            3px 0 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition:    all 0.2s linear;
        transition:         all 0.2s linear;
    }

    .h2, h2
    {
        font-size: 22px;
    }

    .navAccountsElementTextDelete
    {
        padding: 0 !important;
    }    

    .nav > li > a
    {
        position: relative;
        display:  block;
        padding:  5px 5px;
    }

    .navAccountsElementTextDelete
    {
        font-size: 18px !important;
    }

    .form_control_account
    {
        display:            block;
        width:              100% !important;
        height:             25px !important;
        /* padding:            6px 12px; */
        font-size:          12px !important;
        background-color:   #fff;
        background-image:   none;
        border:             1px solid #ccc;
        border-radius:      20px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        box-shadow:         inset 0 1px 1px rgb(0 0 0 / 8%);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition:      border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition:         border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    #viewThisAccount, #adminNavbarUser, #portalNavbarUser, #customerNavbarUser, #logoutNavbarUser, #tvGuideDropDown
    {
        padding:       3px 20px !important;
        border-bottom: none !important;
        border-top:    none !important;
    }


    .liDropDownElement
    {
        width: 100%;
    }

    #eulaButton
    {
        border-bottom: none !important;
    }
    
    .maxWidth60percent
    {
        max-width: 100%;
    }

    .navAccountsElementTextDelete
    {
        font-size: 20px;
        padding:   5px 5px 5px 5px;
        max-width: 100% !important;
    }

    .nav_button_bab
    {
        width: 27px;
    }

}