[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.played{
    background: #3399ff40;
    border-top-color: #3399ff40;
    border-bottom-color: #3399ff40;
}


@media screen and (max-width: 991.98px) {
    .mobile-invisible {
        display: none;
    }
}

@media screen and (min-width: 991.99px) {
    .mobile-invisible {
        display: inline-block;
    }
}

.bg-black-50 {
    background-color: rgba(0,0,0,.8)!important;
}

#nom_reciteur {
    font-size: 14px;
    font-weight: 400 !important;
}

.page-link {
    background-color: #ffffff;
}

.liste-recitations {
    display: flex;
    max-height: 30rem;
    overflow-y: auto;
}

.liste-recitations-masshaf {
    max-height: 31.5rem;
    overflow-y: auto;
}

#page-header {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.20);
}

footer {
    box-shadow: 0 6px 19px 2px rgb(0 0 0 / 20%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
