
.img-upload-backgraund > div:hover {
    background: rgba(0, 0, 0, 0.6);
}

.img-hover:hover {
    background: rgba(0, 0, 0, 0.6);
}

form > span#form-close {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    z-index: 1;
    font-size: 25px;
    background: #14aaf5;
    cursor: pointer;
    color: #fff;
}

.img-hover {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

}

.img-hover:hover {
    background: rgba(0, 0, 0, .6);
}


*[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    left: calc(100% + 10px);
    top: -25%;
    padding: 5px 10px;
    background: #14aaf5;
    color: #FFF;
    font-size: 12px;
    z-index: 1;
    max-width: 200px;
    width: max-content;
    border-radius: 4px;
    text-align: left;
    font-weight: bold;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .1);
}


.btn-default {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 4px 10px;
    color: #444;
    font-weight: 500;
    height: 28px;
}

.iner-box label {
    font-weight: bold;
    color: #6f7782;
    font-size: 12px;
}

.saldo {
    font-weight: bold;
    border-radius: 6px !important;
    color: #fff;
    font-size: 12px;
}

#saldocartera {
    font-weight: bold;
    border-radius: 6px !important;
    color: #fff;
    font-size: 12px;
}

.iner-box input {
    border: solid 1px #cbd4db;
    outline: none !important;
    padding: 5px 10px;
    border-radius: 3px;
}

.head-item {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    padding: 5px;
    color: rgb(139, 141, 144);
    font-weight: 700;
}

label.head-title {
    font-size: 20px;
    color: rgb(139, 141, 144);
    font-weight: 700;
}

.head-title {
    font-size: 20px;
    color: rgb(139, 141, 144);
    font-weight: 700;
}

.head-title-mini {
    font-size: 12px;
    color: rgb(139, 141, 144);
    font-weight: 700;
}

.mb-unset {
    margin-bottom: unset;
}


.center-x {
    display: flex;
    justify-content: center;
}

.center-y {
    display: flex;
    align-items: center;
}

.submenuoption {
    position: fixed;
    z-index: 2;
    top: 51px;
    width: 45%;
    max-width: 230px;
    transition: 0.5s;
    height: 100%;
    background: #FFF;
    -webkit-box-shadow: 5px 1px 10px -2px rgba(181, 164, 255, 0.91);
    box-shadow: 5px 1px 10px -2px rgba(181, 164, 255, 0.91);
}

.open-submenu {
    left: 0;

}

.close-submenu {
    left: -100%;
}


.bold500 {
    font-weight: 500;
}

.display-flex {
    display: flex;
}

.display-none {
    display: none;
}

.colum-flex {
    flex-direction: column;
}

.colum-flex-rvs {
    flex-direction: column-reverse;
}

.row-flex {
    flex-direction: row;
}

.row-flex-rvs {
    flex-direction: row-reverse;
}

.width-100 {
    width: 100%;
    height: auto;
}

.min-height-100 {
    min-height: 100%;
}

.width-50 {
    width: 50%;
    height: auto;
}

.width--270 {
    width: 270px;
    height: auto;
}

.width--300 {
    width: 300px;
    height: auto;
}

.width--350 {
    width: 350px;
    height: auto;
}

.width--400 {
    width: 400px;
    height: auto;
}

.width--500 {
    width: 500px;
    height: auto;
}

.space-flex > div {
    margin-bottom: 15px;
}

.spacing {
    flex-grow: 1;
    height: auto;
}

.space-10 {
    width: 10px;
}

.space-20 {
    width: 20px;
}

.space-h-10 {
    height: 10px;
}

.space-h-20 {
    height: 20px;
}

.height-auto {
    height: auto;
}

.select-item {
    color: #fff;
    font-weight: bold;
    background: #1392d2bf !important;
}

.overflow-x-auto {
    overflow-x: auto;
}


.submenuoption + .submenu + .main {
    margin-top: 10px;
}

/*MEDIAD --> EXTRA LARGO   XL*/
@media only screen and (max-width: 1200px) and (min-width: 1200px) {

    /*INICIO DE DISPLAY CAJA*/
    .display-none-xl {
        display: none;
    }

    .display-flex-xl {
        display: flex;
    }
}


/*MEDIAD --> LARGO   L*/
@media only screen and (max-width: 1100) {

    .row-flex-l {
        flex-direction: row;
    }

    .colum-flex-l {
        flex-direction: column;
    }

    .width--300--l {
        width: 300px;
    }

    .width--350--l {
        width: 350px;
        height: auto;
    }

    .display-none-l {
        display: none;
    }

    .display-flex-l {
        display: flex;
    }
}

/*MEDIAD --> MEDIO LARGO   ML*/
@media only screen and (max-width: 880px) {

    .colum-flex-ml {
        flex-direction: column;
    }

    .colum-reverse-ml {
        flex-direction: column-reverse;
    }

    .row-flex-ml {
        flex-direction: row;
    }

    .mb-unset-ml {
        border-bottom: unset;
    }

    .mb-head-titke-ml {
        border-bottom: 1px solid #ddd;
    }

    .display-none-ml {
        display: none;
    }

    .display-flex-ml {
        display: flex;
    }

    .width-100-ml {
        width: 100%;
    }

    .width--500-ml {
        width: 500px;
    }

    .fsize-20-ml {
        font-size: 20px !important;
    }

    .overflow-x-ml {
        overflow-x: scroll;
    }

    .pstripe-car-ml {
        padding: 11px 5px !important;
    }

    .mt-10-ml {
        margin-top: 10px;
    }

    .mt-20-ml {
        margin-top: 20px;
    }

    .p0-ml {
        padding: 0 !important;
    }

    response .responsemodal > .modalbody {
        width: 100%;
    }


    .display-none---ml {
        display: none !important;
    }
}


/*MEDIAD --> MEDIO   M*/
@media only screen and (max-width: 768px) {
    .submenuoption + .submenu + .main {
        margin-top: 10px;
    }

    /*.relleno{
        margin-top: 50px;
    }*/
    .items-center-m {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-flex-m {
        flex-direction: row;
    }

    .colum-flex-m {
        flex-direction: column;
    }

    .content-menuaside {
        display: none;
    }

    .display-none-m {
        display: none;
    }

    .display-flex-m {
        display: flex;
    }

    .ml-20-m {
        margin-left: 20px;
    }

    .bg-white-ml {
        background-color: #FFF !important;
    }

    .contenedor {
        background-color: unset;
        border-radius: 4px;
        margin: 10px auto;
        padding-bottom: 10px;
        min-height: 500px;
        border: unset;
        box-shadow: rgba(0, 0, 0, 0.08) 0 1px;
    }

    .padding-m {
        padding: 10px 0;
    }
}

/*MEDIAD -->PEQUEÑO   S*/
@media only screen and (max-width: 576px) {
    .display-none-s {
        display: none;
    }

    .display-flex-s {
        display: flex;
    }

    .colum-flex-s {
        flex-direction: column;
    }

    .colum-flex-rvs-s {
        flex-direction: column-reverse;
    }


    #payout-stripe-box form {
        width: 100% !important;
    }
}


/*MEDIAD -->PEQUEÑO   Sx*/
@media only screen and (max-width: 480px ) {
    .display-none-sx {
        display: none;
    }

    .display-flex-sx {
        display: flex;
    }


    #menuvertical {
        display: none;
    }
}

body {
    /*padding-top: 50px !important;*/
}

.barra-buscador {
    background: #fff !important;
    background-color: #FFF !important;
}

#notify {
    background: #fff !important;
    background-color: #FFF !important;
}


.input-currency {
    color: #56585a;
    height: unset;
    text-align: right;
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    font-size: 16px;
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    font-weight: 700;
}













