header {
    background-color: lightgrey;
}

section.inner_page_breadcrumb {
    display: none;
}

#theme-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

#theme-options li {
    padding: 10px 0;
    /* border-bottom: 1px solid lightgray; */
}

#theme-options li:not(:first-child) {
    border-top: 1px solid darkgrey;
}

#theme-options li a[data-toggle="collapse"] {
    width: 100%;
    position: relative;
    display: inline-flex;
    font-weight: bold;
    /* margin-bottom: 15px; */
    cursor: pointer;
    min-height: 30px;
}

#theme-options li a[data-toggle="collapse"]:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 700;
    content: "";
    margin-left: auto;
    margin-right: 10px;
    color: #606060;
    transition: all 0.15s ease;
}

#theme-options li a[data-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(90deg);
}

#theme-options li .content-options {
    padding: 0 10px 0 10px;
}

.form-color {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    /* border-bottom: 1px solid lightgray; */
    padding: 5px 0;
}

.form-color .text-option {
    width: auto;
    margin: 0 auto 0 0;
}

.form-color input[type="text"] {
    text-transform: uppercase;
    height: 35px;
    border-radius: 5px;
    border: 1px solid lightgray;
    width: 90px;
    margin: 0 8px;
}

.form-text {
    margin: 5px 0 8px 0;
}

/* If the select does not have the attribute [data-empty="false"] */
select:not([data-empty="false"]) {
    color: gray;
}

/* Now the child options inherit the italics style, so we reset that*/
select>option {
    font-style: normal;
    color: black;
}

/* Apply italics to the invalid options too when shown in the dropdown */
select option[value=""],
select option:not([value]) {
    color: gray;
}

.form-text input[type="text"],
.form-text input[type="number"],
.form-text select {
    height: 35px;
    border-radius: 5px;
    border: 1px solid lightgray;
    width: 100%;
    padding: 5px 10px;
}

.form-text input[type="number"]{
    width: 135px;
    margin-left: auto;
    margin-right: 10px;
}

.form-color label.color-picker {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border: 1px solid lightgray;
    cursor: pointer;
    /* overflow: hidden; */
}

/* label.color-picker:before {
    content: '';
    display: block;
    border-bottom: 2px solid rgb(255, 0, 0);
    width: 150%;
    transform: rotate(45deg);
    transform-origin: left;
} */

.form-color label.color-picker input[type="color"] {
    visibility: hidden;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.form-color label.color-transp {
    padding: 5px 8px;
    cursor: pointer;
}

.form-color label.color-transp i {
    font-size: 20px;
}

.form-color.color_palette{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.preview-image {
    width: 100%;
    height: 100px;
    background-color: lightgray;
    /* background-image: url('/local/micrositios/assets/img/icono_biru_gris.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-image .no-image {
    width: 100px;
}

.preview-image img {
    max-height: 100%;
    max-width: 100%;
    padding: 5px;
}

.preview-image:has(:not(.no-image)) {
    background-color: white;
    border: 2px solid lightgray;
    border-radius: 5px;
}

.jmv_certificate_bg_preview ~ div .student_name{
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    top: 32%;
}
.jmv_certificate_bg_preview ~ div .text_participe{
    position: relative;
    text-align: center;
    font-size: 1em;
    top: 35%;
}
.jmv_certificate_bg_preview ~ div .course_name{
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    top: 42%;
}
.jmv_certificate_bg_preview ~ div .qr{
    position: absolute;
    text-align: center;
    top: 2%;
    right: 6%;
    width: 15%;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled {
    /* color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important; */
    opacity: .5 !important;
}

.form-control {
    height: 35px !important;
    padding: 8px 12px !important;
}

textarea.form-control {
    height: auto !important;
}

input.form-control,
.form-control:focus {
    border-radius: 5px;
    border: 1px solid lightgray;
}

.progress {
    min-height: 10px;
}

.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

.is-valid {
    border-color: #357a32;
    box-shadow: 0 0 0 0.2rem rgba(53, 122, 50, .25);
}

.content-view {
    min-height: 40vh;
    border: 1px solid var(--jmv_bg_primary);
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* */
.content-option {
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid lightgray;
    padding: 15px;
    height: 180px;
}

.content-option:hover {
    border: 2px solid lightgray;
}

.content-option a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.content-option .content-title {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text-20 {
    font-size: 20px !important;
}

/* swal */
.swal2-styled {
    padding: 0.4em 1em !important;
}

.swal2-icon {
    margin: 0 auto 1em !important;
}

/* preview - components */
.jmv-preview-header {
    padding: 10px 20px;
    background-color: lightgray;
    color: white;
    height: 70px;
}

.jmv_img_logo {
    max-width: 120px;
    max-height: 50px;
}

#jmv-preview-favicon {
    /* background-image: url('/local/micrositios/assets/img/navegador.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%; */
    height: 61px;
    width: 321px;
    margin-bottom: 1rem;
    position: relative;
}

#jmv-preview-favicon .favicon {
    position: absolute;
    left: 21px;
    top: 22px;
    height: 17px;
    width: 17px;
    border-radius: 3px;
}

#jmv-preview-favicon .titlepage {
    position: absolute;
    top: 19px;
    left: 45px;
    color: white;
    max-width: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jmv-preview-courses {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 270px;
    width: 100%;
    text-align: right;
    padding: 20px 40px;
}

.jmv-preview-courses.no-image {
    background-size: 30%;
    background-color: lightgrey;
}

.jmv_scroll_to_home {
    display: block;
    font-size: 18px;
    padding: 0px 11px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--jmv_bg_primary);
}

.jmv_scroll_to_home i {
    color: rgb(255, 255, 255) !important;
}
.preview-login-form{
    height: 45vh;
    overflow: hidden;
}
img[src=''] {
    display: none;
}

/* .preview-login-form:before{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
} */

.tox .tox-promotion,
.tox-statusbar__branding {
    display: none;
}
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid #ced4da !important;
}
.tox .tox-menubar+.tox-toolbar-overlord {
    border-top: 1px solid #e3e3e3;
}

.jmv_terms_preview{
    min-height: 40vh;
    width: 100%;
    border-radius: 0.6rem;
}

.jmv_img_banner_preview{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 37vh;
    width: 100%;
}
.jmv_img_banner_parallax_preview{
    max-height: 33vh;
    margin: 2vh auto;
}
.jmv_btns_preview{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jmv_banner_btn_1_preview:empty, 
.jmv_banner_btn_2_preview:empty,
.jmv_home_banner_academia_btn_1_preview:empty,
.jmv_home_banner_academia_btn_2_preview:empty,
li.my_social:has(.jmv_footer_twitter_preview:empty),
li.my_social:has(.jmv_footer_youtube_preview:empty),
li.my_social:has(.jmv_footer_facebook_preview:empty),
li.my_social:has(.jmv_footer_instagram_preview:empty) {
    display: none;
}

.bg-indicators .details .timer,
.bg-indicators .details .timer~span {
    font-size: 70px;
    font-weight: bold;
}

form.btn-ver-usuario {
    position: absolute;
    bottom: 0;
    right: 15px;
}

/* Mesa de ayuda */
#content-users{
    position: relative;
}
#content-users:before {
    --icon-retweet: 30px;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: var(--icon-retweet);
    content: "\f079";
    top: calc(50% - (var(--icon-retweet) / 2));
    left: calc(50% - (var(--icon-retweet) / 2));
}
.content-list-users{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 45%;
}
.input-group-search label{
    position: absolute;
    padding: .5rem!important;
    margin: 0;
}
.list-users{
    min-height: 20vh;
    padding: 0px;
}
.card-max-height{
    max-height: 50vh;
    overflow-y: auto;
}

.input-group-search input{
    padding-left: 2rem!important;
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    width: 100%;
}

/* width */
#formulario-asignar-rutas ::-webkit-scrollbar,
.scrollbar-custom::-webkit-scrollbar{
    width: 10px;
}

/* Track */
#formulario-asignar-rutas ::-webkit-scrollbar-track,
.scrollbar-custom::-webkit-scrollbar-track{
    background: #e8e8e9; 
    border-radius: 10px;
}

/* Handle */
#formulario-asignar-rutas ::-webkit-scrollbar-thumb,
.scrollbar-custom::-webkit-scrollbar-thumb {
    background: var(--jmv_bg_primary); 
    border-radius: 10px;
}
#recomendations{
    transition: all ease .3s;
}

.item-notify{
    transition: all 0.3s ease;
    cursor: pointer;
}

.item-notify.active,
.item-notify:hover{
    background: rgb(from var(--jmv_bg_primary) r g b / 15%);
}

.content-list-notify .item-notify:last-child{
    border-bottom: 0 !important;
}

@media screen and (max-width:767.98px) {
    .item-notify{
        transition: all ease 0.3s;
    }
    .item-notify:has(.textlarge.show) .textshort{
        opacity: 0;
        display: none;
    }

    /* 
    .item-notify .textshort{
        opacity: 1;
    }
    .item-notify .textlarge{
        opacity: 0;
        height: 0;
    }

    .item-notify.active .textshort{
        opacity: 0;
        height: 0;
    }
    .item-notify.active .textlarge{
        opacity: 1;
        height: auto;
    } */
}

@media screen and (min-width:768px) {
    .content-list-notify,
    .content-body-notify{
        max-height: 70vh;
        overflow: hidden auto;
    }    
}