.modal.not-center {
    text-align: unset !important;
}
.modal {
    text-align: center !important;
}

.md-effect .md-wrapper{
    border-radius: 5px !important;
    box-sizing: border-box;
    overflow: hidden;
}
.modal-alert .title-gray{
    /* color: #8C8C8C !important; */
    color: #000000 !important;
    font-weight: 600;
}

.message-modal{
    color: #666666;
}
.message-modal.lg{
    font-size: 20px;
}
.message-modal-black{
    color: black;
}
.md-modal{
    width: 400px;
}
.lg-modal{
    width: 1024px;
}
.lg-modal-img{
    height: 300px;
    margin: 10px 0px 10px 0px;
}
.md-modal-img{
    margin: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-alert .btn_modal.btn_decline{
    color: #B9B9B9;
    border-right: 1px solid #D6D6D6;
}
.modal-alert .btn_modal.btn_decline:hover {
    text-decoration: underline;
    color: #666666;
}
.modal-alert .btn_modal.btn_acept:hover {
    color: #FFFFFF;
    background: #1D73B2;
}
.btn_modal {
    font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0;
    line-height: 16px;
    max-width: 100%;
    width: 100%;
    padding: 16px 12px;
    line-height: 16px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    min-width: 94px;
    display: inline-block;
    /* border: 1px solid #D6D6D6; */
    will-change: background-position;
    -moz-background-size: 210% 100%;
    -o-background-size: 210% 100%;
    background-size: 210% 100%;
    background-position: 99% center;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
    -o-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
    -moz-transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
    transition: background-position 0.66667s cubic-bezier(0.24, 0.22, 0.31, 1.07);
}
.modal-alert .submtbtn {
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #D6D6D6;
}

.filter-buttons .submtbtn {
    width: auto !important;
}

.submtbtn.lg{
    padding-bottom: 30px;
}
.actionsection {
    height: auto;
}
/* .message-modal {
    max-width: 90%;
} */
.grid-c{
    width: 80% !important;
}
.grid-d {
    width: 92%;
    margin: 0px auto;
    height: 287.5px;
    overflow-y: auto;
}
.md-content{
    padding:0 !important;
    max-width: 100%;
}
.modal .step-container{
    padding:0px !important;
    margin: 0 !important;
}
.modal .step-container2{
    padding:0px !important;
    height: 441px;
}
.modal-alert img{
    margin-top: 28px !important;
    width: 120px !important;
    height: 120px !important;
}
.md-content__btn-close{
    display: none;
}
.avatar{
    margin: 0% 2%;
    border: solid 1px white;
}

.avatar:hover
{
    /* filter: brightness(70%); */
    border: solid 1px;
}
.mdl {
    width: 48%;
    display: inline-block;
    /* display: contents; */
    margin: 15px 2px;
}
.select-title.niv{
    padding-left: 0;
}
.selected-option.niv{
    text-transform: capitalize;
}
.login.footer {
    position: relative !important;
}
div#dialog.md-modal.lg-modal {
    max-width: 640px;
}
div#dialog.md-modal.lg-modal .md-wrapper {
    padding: 40px 10px 20px 10px;
    margin: 0px 20px;
}

div#dialog.md-modal.lx-modal {
    width: 740px !important;
}
div#dialog.md-modal.lx-modal .md-wrapper {
    padding: 10px 10px 10px 10px;
    margin: 0px 20px;
}

.download-link-btn {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.img-trofeos{
    width: auto;
    height: 300px;
}
.padre-trofeos {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-title-logros{
    line-height:initial;
}

@media (max-width: 625px) {
    .img-trofeos{
        height: 200px;
    }
}

@media (max-height: 750px) {
    div#dialog {
        max-height: calc(100vh - 50px);
        overflow-y: overlay;
    }
}

div#dialog {
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

div#dialog::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

div.modal-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
}
div.modal-content::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

#dialog .md-wrapper{
    overflow-y: scroll;
}

#dialog .md-wrapper::-webkit-scrollbar {
    display: none;
}
