.underc{
    width: 100%;
    background-image: url(../img/pop-up.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgb(0 0 0 / 40%);
}
/* GLOBAL */
.waitScreenUp{
    position: fixed;
    width: 100%;
    height: 100%;
    /*display: table;*/
    left: 0;
    top: 0;
    z-index: 2;
    background: rgb(42, 44, 48,0.3);
    display: table;
}
.waitScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    /*display: table;*/
    left: 0;
    top: 0;
    z-index: 15;
    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: #262624;
}

body{
    background: #262624;
    margin: 0px;
    opacity: 0;
    display:none;
    transition: opacity 0.3s;
}

button{
     cursor: pointer;
}

input, select{
    color: #262624 !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: 'Poppins';
    font-weight: bold;
}

.poppins-medium{
    font-family: 'Poppins';
    font-weight: 500;
}

.poppins-regular{
    font-family: 'Poppins'; 
    font-weight: 200; 
}

.poppins-bolder{
    font-family: 'Poppins';
    font-weight: bolder;
}

.poppins-italic{
    font-family: 'Poppins';
    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;
}

@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;
    }
}