
.img-full-responsive{
    width:100%;
    height:auto;
}

.img-responsive{
    width:80%;
    height:auto;
}



#tabData > li, #tabDataAudioText > li{
    margin-right:.5rem;
}

#tabData > li > button, #tabDataAudioText > li > button{
    background: none !important;
    border:none !important;
    font-weight: bolder;
    color:#5184BE66;
    font-size:1.2rem;


}

#tabData > li > button.active, #tabDataAudioText > li > button.active{
    color:#5184BE;
}

label.gray-label{
    color:rgba(0,0,0,.7) !important;
    font-size: 1rem;
    padding:2px;
}

.bg-mood{
background: #504DA2 !important;
}


/*::pane*/
.incompleted{
    border-color: red !important;
}

ul.incompleted{
    border-color: red !important;
    background: rgba(255,0,0,.1);

}

.completed{
    border-color: forestgreen !important;
}

/*::elements*/
.icon-selected{
   z-index:1;
   background: darkgreen !important;
   visibility: hidden;
   border-radius:3px;
   padding:4px;
}
.selected_element > div{
    border-color: #21b978 !important;
}
.selected_element > div .icon-selected{
    visibility: visible;
}

.selected-elements{
    background:rgba(234,234,234,.3);
    padding:10px;
    border-radius:3px;
    min-height:100px;

}

.selected-elements > .image-selected{
    display:inline-block;
    width:70px;
    height:70px;

}
.grayImage{
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
}
.selected-elements > .image-selected a.btn-delete{
    cursor:pointer;
    text-decoration: none;
    display:block;
    padding:3px;
    top:0;
    right:0;
}

.draggable-block{
    cursor:move;
}


/*register bg*/
body.homebg
{
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

.moodbg
{
    background-color: #ffffff;
    background-image: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

.h-400
{
    min-height:500px;
}

.max-h-full
{
    height: 100vh;
}

.vertical-center
{
    margin: 0;
    width:100%;
    position: absolute;
    top: calc(50% - 500px/2);
}

.shadown-card
{
    border-radius:20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.label-login
{
    font-size:45px;
    font-weight:bold;
}
.label-subtitle
{
    font-size: 1rem;
    font-weight: bold;
}
.label-subtitle > a{
    display:block;
    padding-top: 7px;
    text-decoration: none;
    color:black;
    font-size: 1rem;
    word-spacing: 3px;
    font-weight: bold;
}
.label-subtitle > a:hover{
    text-decoration: underline;
}
.label-subtitle-gray{
    color:gray;
    font-size: 1.1rem;
}

a.basic-link{
    text-decoration: none;
    color:black;
    font-size: 1.2rem;
    word-spacing: 3px;
    font-weight: 500;
}
a.basic-link:hover{
    text-decoration: underline;
}


a.blue-link{
    text-decoration: none;
    color:#1693eb;
    font-size: .9rem;
    word-spacing: 3px;
    font-weight: 500;
}
a.blue-link:hover{
    text-decoration: underline;
}

.login-submit{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    font-size: 1.1rem;
}
.remember-me span.caption{
    font-size: .9rem;
    font-weight: 500;
}


.terms_and_condition span.caption{
    position:relative;
}

.bg-subscription{
    background:linear-gradient(180deg, rgba(184,192,250,1) 0%, rgba(195,201,251,1) 74%);
}


.subscription-card{
    box-shadow: 3px 5px 5px -2px rgba(0,0,0,0.37);
    -webkit-box-shadow: 3px 5px 5px -2px rgba(0,0,0,0.37);
    -moz-box-shadow: 3px 5px 5px -2px rgba(0,0,0,0.37);
    padding-bottom: 160px;
    font-weight:500;
    border-radius:25px;
}
.subscription-card h2 { font-weight: 500 !important; width:90%; margin-left:5%; margin-right: 5%;}
.currency-plan, .money-plan{ font-weight: bold; text-transform: uppercase; }
.button-round{ border-radius:2.5rem;}


.plan-description{ min-height:120px; margin-top:15px;}
.padding-em{ padding-left: 6rem !important; padding-right: 6rem !important; }



/*mobile validation*/

@media (max-width: 1024px)
{
    .padding-em{ padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
}

@media (max-width: 320px) {
    .container {
        max-width: 320px;
        margin:0;
        padding:0;
    }

    .cell-xs-full{
        width:100% !important;
    }
    .hide-xs{
        display:none;
    }


}



@media (min-width: 576px) {
    .hide-xs{
        display:none;
    }

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1452px) {

}
