.background-header {
    height: 64px;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

/* .logo-header {
    padding-top: 16px;
    padding-left: 16px;
    width: 100%;
    
    background-image: url('/images/logo-header.png');
    background-repeat: no-repeat;
    background-position: center;
} */

.title-header {
    display: inline-block;
    padding-top: 20px;
    font-size: 18px;
}

.title-game-header {
    display: inline-block;
    padding-top: 15px;
    padding-left: 3vw;
}

.text-dropdown {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.text-dropdown-items {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

.text-dropdown-items:focus {
    color:#0362DD;
}

.icon-button{
    width: 23px;
    height: 23px;
}

.dropdown-user {
    padding-top: 15px;
}

.dropdown-lang {
    padding-top: 15px;
}

.dropdown-header {
    max-width: 215px !important;
    padding: 0;
    border: 1px solid transparent;
    padding-top: 2px !important;
}

.dropdown-header:hover {
    border: 1px solid #0362DD;
    border-radius: 10px;
}

.dropdown-header:focus {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #1A4278;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #F0F2F5;
}

.dropdown-header-button::after {
    background: url("/images/drodown-arrow.png");
    background-repeat: no-repeat;
    height: 10px;
    width: 16px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 17px;
}
.show .dropdown-header-button::after {
    background: url("/images/drodown-arrow-up.png");
    background-repeat: no-repeat;
}

.username-text {
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    float: left;
}

.dropdown-button-content {
    height: 54px;
    padding: 12px;
    width: 100%;
    -webkit-appearance: none !important;
}

.dropdown-button-content:hover {
    background-color: #F0F2F5;
    border-radius: 10px;
}

.dropdown-button-content:focus {
    background-color: #C5DCFA;
}

.arrow-down {
    background: url("/images/drodown-arrow.png");
    background-repeat: no-repeat;
    height: 10px;
    width: 16px;
    margin-left: 16px;
    background-size: 100%;
    display: inline-block;
}

.arrow-up {
    background: url("/images/drodown-arrow-up.png");
    background-repeat: no-repeat;
    height: 10px;
    width: 16px;
    background-size: 100%;
    display: inline-block;
    margin-left: 16px;
}

.dropdown-menu-content {
    min-width: 10%;
    border: 1px solid #1A4278;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.dropdown-width-content-user-es {
    width: 12.8vw;
}

.dropdown-width-content-user-en {
    width: 13.2vw;
}

.dropdown-width-content-lang-es {
    width: 14.5vw;
}

.dropdown-width-content-lang-en{
    width: 14.2vw;
}

.dropdown-toggle::after {
    border: none!important;
}

.button-selected {
    background-image: url("/images/button-header-focus.png");
    background-position: right;
    pointer-events: none;
    color: #0362DD;
    border-radius: 10px;
}

background-header>.min-vh-100, .session .row {
    min-height: 0 !important;
}

.avatar-user{
    width: 32px;
    height: 32px;
    float: left;
}

#iconfig:focus{
    background-image: url('/images/settings-focus.png');
}

.dropdown-width-content-config-es{
    width: 14.2vw;
}

.dropdown-width-content-config-en{
    width: 14.2vw;
}

/* div[class|="col"]{
    border: 1px solid #000
} */

/* div[class|="row"]{
    border: 1px solid #000
} */