
.button-card-design{
    margin-bottom: 10px;
}

.flex-bloc-end{
    display: flex;
    justify-content: end;
}

.remote-control-size{
    height: 175px;
    width: 195px;
}

.fa-icon-size{
    font-size: 14px !important;
}

.pd-pannel-body{
    padding: 5px 10px;
}

.text-end{
    text-align: end;
}

.btn-secondary{
    background-color: #5A6268;
}

.text-custom{
    color: #ff6300 !important;
}

.text-custum{
    color: #ff6300 !important;
}

.text-success{
    color: #ff6300 !important;
}


.btn-secondary:hover{
    color: white !important;
}

@media screen and (min-width: 405px) {
    .item-centered{
        display: flex;
        align-items: center;
    }    
}
#mceu_34{
    display: none !important;
}

.fw-bold{
    font-weight: bold;
}


.d-none{
    display: none !important;
}

.left-side-icon{
    font-size: 11px !important;
}

.span-remote{
    word-wrap: break-word;
}

.modal-body-white-space{
    white-space: normal;
}

.color-header-profil{
    background-color: #ff6300 !important;
}

.text-gray{
    color: gray !important;
}

.terminal-style-text-input{
    width: 100%;
    height: 100%;
    background-color: black;
    color: white;
    border: none;
    padding: 0;
}

.terminal-style-text-input:focus{
    border: none !important;
}

/* Auth styles */

.auth-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 165, 0, 0.09);
}


.auth-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    text-align: center;
    padding: 2px;
}

.center-wrapper{
    background-color: white;
    padding: 0 3rem;
    border-radius: 10px;
    max-height: 80vh;
    overflow-y: scroll;
}

.flag{
    height: 10px !important;
}
