@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-size:contain;
    background-color: rgb(0 0 0 / 40%);
}
/*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 {
    z-index: 105;
}
/* 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;
}

.menuRight{
    margin-right: 2% !important;
}

/* 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;
}

/* 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;
}

.rlanguage{
    cursor: context-menu !important;
}

.messageNotification{
    padding: 2px;
    height: auto;
    background-color: red;
    width: 15px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -5px;
    border-radius: 100%;
    min-width: max-content;
    display: none;
    z-index: 50;
}

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

.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;
    }
}