.clmc-user-menu-content1 {
	position: fixed;
	right: 0px;
	max-height: calc(100%);
	background: #f5f6f9;
	width: calc(100% - 40px);
	max-width: 400px;
	opacity: 1;
	transition: 1s;
	overflow: auto;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.btn-close-menu{
    align-items: center;
    background: #ffffff1f;
    border: 1px solid #ffffff1f;
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.saldo-usuario{
    margin: 0 0 0 40px;
    border-radius: 24px;
    /* background: linear-gradient(177deg, #3CC666 -13.49%, #096045 109.75%); */
}

.card-saldo-usuario{
    /* padding: 16px !important; */
    margin-right: 16px;
    /* background: linear-gradient(177deg, #3CC666 -13.49%, #096045 109.75%); */
    background-image: url('/assets/img/userMenu/backgroundGreen.svg');
    background-size: cover;
    width: auto !important;
    display: block !important;
    border-radius: 24px;
    min-height: 180px;
}


.card-saldo-libra{
    /* padding: 16px !important; */
    margin-right: 16px;
    background: linear-gradient(174deg, #1C1C1C 50.46%, #231F20 106.98%);
    width: auto !important;
    display: block !important;
    border-radius: 24px;
    min-height: 180px;
}

.card-saldo-libra_black{
    /* padding: 16px !important; */
    margin-right: 16px;
    background-image: url('/assets/img/userMenu/backgroundBlack.svg');
    background-size: cover;
    width: auto !important;
    display: block !important;
    border-radius: 24px;
    min-height: 180px;
    width: '260px';
}

.card-saldo-libra_yellow{
    /* padding: 16px !important; */
    margin-right: 16px;
    background-image: url('/assets/img/userMenu/backgroundYellow.svg');
    background-size: cover;
    width: auto !important;
    display: block !important;
    border-radius: 24px;
    min-height: 180px;
    position :relative;
    width: '260px';
}

.title-saldo-libra{
    padding: 14px 12px 4px 14px;
}

.title-saldo-libra span{
    font-weight: bold;  
    font-size : 12;
    color: #B27600;
    border: 1px solid #B27600;
    background: #FFF8EF;
    border-radius: 32px;
    padding: 2px 6px;
}

.oli-user-menu-option-arrow{
    position: absolute;
    right: 36px;
    color: #3CC666;
}

.saldo-usuario .slick-dots li button:before{
    color: #25793E;
    font-size: 10px;
}

.saldo-usuario .slick-active button::before{
    opacity: 1 !important;
}

@media(max-width: 426px)
{
    .clmc-user-menu > .clmc-user-menu-content1 {
        width: 100%;
        max-width: 100%;
    }
}