

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

    .preloader-icon span {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #FF0076;
        -webkit-animation: preloader-fx 1.6s linear infinite;
        animation: preloader-fx 1.6s linear infinite;
    }

        .preloader-icon span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }



.preloader-load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    background-color: rgba(0,0,0,.4);
}

.preloader-load-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.preloader-load-icon {
    /*width: 100px;
    height: 100px;*/
    display: inline-block;
    padding: 0px;
}

    .preloader-load-icon span {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #FF0076;
        -webkit-animation: preloader-fx 1.6s linear infinite;
        animation: preloader-fx 1.6s linear infinite;
    }

        .preloader-load-icon span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

fs-100 {
    font-size: 100px;
}

.fs-100-alerta {
    color: #f7b84b;
    font-size: 100px;
}

.fs-100-erro {
    color: #f06548;
    font-size: 100px;
}

.fs-100-sucesso {
    color: #0ab39c;
    font-size: 100px;
}

#divModal-Titulo {
    font-size: 25px;
    font-weight: bold;
}

.preview-panel {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, .1);
    padding: 5px;
    padding-left: 20px;
}

    .preview-panel > *:first-child {
        /*width: 96px;
        height: 96px;*/
    }

    .preview-panel > *:last-child {
        flex: 2;
    }

.btn-modal-close {
    margin-top: 10px;
    margin-left: 10px;
    border: solid 1px silver;
}

#divModal .modal-footer {
    justify-content: space-around !important;
}
.background-avatar-texto {
    background-color:white !important;
}

#divNenhumRegistro {
    display: none;
    margin-top: -16px;
}

.btn-menu-acao {
    font-size: 25px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.icon-informacao {    
    margin-left: 10px;
    margin-top:8px;
    font-size: 23px;    
    color: cornflowerblue;    
    top:0px;
}

.icon-informacao-d-flex {
    font-size: 23px;
    color: cornflowerblue;
    margin-top: -12px;
    margin-left: 12px;
}

.ht-100{
    height:100px !important;
}

.ht-50 {
    height: 50px !important;
}
.card-h-emp{
    height:85%;
}
.btn-add-telefone {
    margin-left: -30px;
    margin-top: 3px;
}

.pointer{
    cursor:pointer;
}
.color-white{
    color:white !important;
}

.img-qr-code{
    max-width:300px;
    max-height:300px;
}

.div-item-minha-conta {
    padding: 10px;
    border: solid 1px #ced4da;
    border-radius: 5px;
    height: 100%;
}

    .div-item-minha-conta:hover {
        background-color: #ced4da;
        cursor: pointer;
    }

    .div-item-minha-conta .avatar-title {
        background-color: transparent !important;
    }


        .div-item-minha-conta .avatar-title i {
            color: black;
            font-size: 30px;
        }

.btn-icon-menu-status {    
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.label-status{
    min-width:200px;
}