@import "../settings/main.css";

.underc {
    width: 100%;
    background-image: url(../settings/img/pop-up.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgb(0 0 0 / 40%);
}

.cardWithdraw {
    max-width: 385px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 20px;
    width: 95%;
    height: auto;
    padding-top: 23px;
    padding-bottom: 30px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 85vh;
}






/*POPup los popups regulares deben estar detras del expired*/
.cardOperations {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6)
}

.expired {
    font-size: 16px;
    z-index: 105;
}

.expSessionT {
    text-align: center;
    padding: 0px 10%;
}

.expSessionT p {
    color: var(--main-background);
    font-size: 100% !important;
    margin-top: 1em;
    margin-bottom: 1em;
}

.expSessionB {
    text-align: center;
    padding: 0px 10%;
}

.expSessionB p {
    color: var(--main-background);
    font-size: 90% !important;
    margin-top: 1em;
    margin-bottom: 1em;
}

.buttonOpValid {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    margin-top: 14px;
    max-width: 250px;
}

.submit-expired {
    font-size: 100% !important;
}

.expired .submit {
    font-size: 100% !important;
}

/* GLOBAL */
.waitScreenUp {
    position: fixed;
    width: 100%;
    height: 100%;
    /*display: table;*/
    left: 0;
    top: 0;
    z-index: 103;
    background: rgb(42, 44, 48, 0.3);
    display: table;
}

.waitScreen {
    /*Los wait deben estar encima de todos los popups excepto el expired*/
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 103;
    background: rgb(42, 44, 48, 0.3);
    display: table;
    transition: all .6s;
}

.spinChar {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FEFEFE;
}

html {
    height: 100%;
    background: var(--main-background);
}

body {
    background: var(--main-background);
    margin: 0px;
    opacity: 0;
    display: none;
    transition: opacity 0.3s;
}

button {
    cursor: pointer;
}

input,
select {
    color: var(--main-background) !important;
    max-height: 40px;
    font-size: 45% !important;
}

select {
    min-height: 41px !important;
}

input[type=text] {
    text-transform: capitalize;
}

/* FONTS */

/* Poppins */

.poppins-bold {
    font-family: var(--primary-font);
    font-weight: bold;
}

.poppins-medium {
    font-family: var(--primary-font);
    font-weight: 500;
}

.poppins-regular {
    font-family: var(--primary-font);
    font-weight: 200;
}

.poppins-bolder {
    font-family: var(--primary-font);
    font-weight: bolder;
}

.poppins-italic {
    font-family: var(--primary-font);
    font-weight: initial;
}


/* OpenSans */

.opensans-regular {
    font-family: 'OpenSans';
    font-weight: 200;
}

/* Roboto */

.roboto-bold {
    font-family: 'Roboto';
    font-weight: bold;
}

.roboto-regular {
    font-family: 'Roboto';
    font-weight: 200;
}

/* MESSAGES ERROR */

.error {
    color: #D0021B;
    margin-top: 5px;
    margin-left: 10px;
    text-align: left;
    margin-bottom: 5px;
    font-size: 42%;
}

.buttons div {
    max-width: 200px !important;
}

.login-app,
.term-and-conditions {
    position: relative;
}

.white-space-right {
    float: right !important;
    margin: 0;
    width: 35% !important;
    right: 0;
    top: -5px;
}

.white-space-left {
    float: left !important;
    margin: 0;
    width: 35% !important;
    left: 0;
    top: -5px;
}

.register-card {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 990px !important;
}


.doptional {
    position: absolute !important;
    right: 0 !important;
    top: 55px !important;
}

/*Nuevo tutorial*/

/*PASO A PASO OCULTAR SECCIONES*/
.guideTit {
    color: #FFFFFF;
    font-size: 70%;
    padding-top: 12px;
}

.guideDsc {
    color: #FFFFFF;
    font-size: 55%;
    padding-top: 10px;
}

.guideBtnTbl {
    display: table;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    padding-top: 15px;
}

.hiddenBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 7vh);
    background-color: rgb(42 43 47 / 70%);
    z-index: 2;
}

.hiddenBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 7vh);
    z-index: 4;
    opacity: 0;
    transition: all .5s;
}

.privListBg {
    background-color: rgb(42 43 47 / 70%);
    width: 100%;
    position: absolute;
}

.privList {
    left: 0;
    top: 0;
    background-color: #478ACF;
    width: 370px;
    height: auto;
    min-height: 180px;
    text-align: left;
    border-radius: 9px;
    padding: 10px 0;
    position: absolute;
    border: 1px solid transparent;
    font-size: 90%;
    transition-delay: .2s;
    transition: .5s;
    box-shadow: 0px 0px 12px 2px #322f2f;
}

.privArrow {
    position: absolute;
    background-color: #478ACF;
    width: 15px;
    height: 15px;
    z-index: 2;
    border: 1px solid transparent;
    -moz-border-radius: 0 100% 0 0;
    -webkit-border-radius: 0 100% 0 0;
    border-radius: 0 100% 0 0;
}

.arrowLeft {
    left: 26px;
    ;
}

.arrowRight {
    right: 26px;
    ;
}

.arrowTop {
    transform: rotate(135deg);
    top: -7px;
}

.arrowBot {
    transform: rotate(315deg);
    bottom: -7px;
}

.privListCnt {
    display: block;
    z-index: 3;
    width: calc(95% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #478ACF;
    overflow-y: auto;
    height: 98%;
    top: 1%;
}

.stepsTut {
    position: absolute;
    right: 20px;
    font-size: 52%;
    color: #FFFFFF;
    padding-top: 12px;
}

.stepsTut span {
    font-weight: bold;
}

.endTutorial {
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .messageNotification {
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -5px;
        border-radius: 100%;
    }

    .messageNotification p {
        font-size: 10px;
        margin-left: 0px !important;
    }
}

/******HEADER SECTION********/
header {
    z-index: 10;
    display: table;
    background-color: var(--header-background);
    width: 100%;
    height: 90px;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
}

.bars {
    float: left;
    width: 46px;
    height: 80px;
    text-align: center;
    display: none !important;
}

.innerbars {
    font-size: 100% !important;
}

.headerd {
    display: table;
    height: 100%;
}

.innerheaderd {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
}

.menuLeft {
    float: left;
}

.menuLeft a {
    font-size: 80%;
    color: var(--menu-font-color);
    margin-right: 19px;
    cursor: pointer;
}

header li {
    display: inline-flex;
    vertical-align: middle;
}

header li a {
    vertical-align: middle;
}

.menuRight {
    float: right;
    margin-right: 2%;
}

.rtext {
    font-size: 85%;
    color: var(--menu-font-color);
    margin-right: 19px;
}

.rIcon {
    font-size: 125%;
    color: var(--menu-font-color);
    margin-right: 18px;
    cursor: pointer;
}

.rlanguage {
    font-size: 80%;
    color: var(--main-background);
    background-color: var(--menu-font-color);
    margin-right: 20px;
    padding: 0px;
    border-radius: 100px;
    text-align: center;
    width: 27px;
    height: 27px;
    line-height: 27px;
}

.rIconRefresh {
    font-size: 85%;
    color: var(--menu-font-color);
    margin-right: 10px;
    display: none;
}

.cntDiv {
    vertical-align: middle;
    display: table-cell;
    width: 140px;
}

.cntOpt {
    vertical-align: middle;
    display: table-cell;
    width: auto;
}

.logoHeader {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    background-image: url("../settings/img/logo.png");
}

.logo {
    display: block;
    width: 22vh;
    height: 100%;
}

.messageNotification {
    padding: 2px;
    height: auto;
    background-color: red;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -7.5px;
    bottom: 0px;
    right: -8px;
    border-radius: 100%;
    display: none;
    z-index: 50;
}

.messageNotification p {
    color: white;
    margin: 0px;
    font-size: 50%;
    margin-left: 0px !important;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#addView2 {
    height: 185px !important;
    width: 100% !important;
    background-color: transparent !important;
    z-index: 50;
    width: 100%;
    position: fixed !important;
    font-size: 70% !important;
    overflow: hidden;
    display: none;
}

#addView2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

#example-element-toggle2 {
    display: none;
}

#example-element-toggle2:not(:checked)~#example-toggled-element2 {
    top: -185px !important;
}

#example-toggled-element2 {
    position: absolute;
    height: 100% !important;
    top: 0px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -mos-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: var(--main-background);
    width: 100%;
}


.ete2div {
    padding-top: 6px;
    display: table;
    border-bottom: 1px solid rgba(180, 180, 180, 0.5);
    padding-bottom: 8px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.ete2divName {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
}

.ete2divName li {
    display: block;
    color: var(--menu-font-color);
}

.ete2divLogout {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}

.ete2divLogout li {
    display: block;
}

.liR {
    height: 35px;
    line-height: 35px;
}

/*Correcciónes para sustituir los CSS por páginas para el responsive del header*/
@media screen and (max-width: 800px) {
    .pageCnt {
        height: calc(100vh - 140px) !important;
        margin-top: 80px !important;
    }

    .logo {
        padding-left: 15px;
    }

    .rIcon {
        margin-right: 15px !important;
        font-size: 120% !important;
    }

    #addView2 .rIcon {
        font-size: 100% !important;
    }

    .rlanguage {
        font-size: 50% !important;
        width: 20px;
        height: 20px;
        margin-right: 0px
    }

    .rlanguage div {
        margin-top: 0 !important;
        line-height: 20px !important;
    }

    header {
        height: 80px;
    }

    .bars {
        display: table !important;
    }

    .bars i {
        color: var(--menu-font-color);
    }

    .logo {
        margin-left: 0px;
    }

    .menuLeft {
        display: none;
    }

    .bar {
        display: none;
    }

    .menuRight {
        margin-right: 27px;
    }

}

/* FOOTER */

.footer-copyright {
    padding-top: 6vh;
    padding-bottom: 15px;
}

.footer-copyright h6 {
    color: #9B9B9B;
    font-weight: 200;
    text-align: center;
    font-family: 'OpenSans';
    line-height: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}

/*FOOTER*/
.footCopy {
    color: #9B9B9B;
    font-weight: 200;
    text-align: center;
    font-family: 'OpenSans';
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px !important;
    height: 60px;
}

.footCopy h6 {
    font-size: 100%;
    padding-top: 10px;
}