/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 ao没t 2020, 15:26:28
    Author     : LENOVO #665c70 #a679d2
*/
.form-control:focus {
    color: #665c70 !important;
    background-color: #fff;
    border-color: #3765c9 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 51, 153, 0.25); 
}

.dropdown-item.active, .dropdown-item:active {
    color: #000000 !important;
    text-decoration: none;
    background-color: #f8f9fa !important; 
}
.app-admin-wrap.sidebar-compact-onhover .sidebar-compact-switch {
  background: #000000 !important; 
}

.active_menu{
  background-color: #ebe5f1;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  }
.form-control:focus {
    color: #665c70;
    background-color: #fff;
    border-color: #3873f3 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 51, 153, 0.25); 
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #3873f3 !important;
    border-color: #3873f3 !important;
}
.nav-tabs {
    border-bottom: 1px solid #3873f3 !important;
}
.nav-tabs .nav-item .nav-link.active {
    border: 1px solid transparent;
    background: rgba(102, 51, 153, 0.1);
    border-color: #3873f3 #3873f3 #fff !important;
}

.card-icon-bg-primary [class^="i-"] {
    color: #4477BB !important;
}

.text-muted {
    color: #4477BB !important;
}
.text-primary {
    color: #4477BB !important;
}
.esante-font {
    margin-bottom: 0.5rem;
    font-family: Arial black !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: inherit;
}
.btn-primary, .btn-outline-primary {
    border-color: #4477BB !important;
}
.btn-primary {
    color: #fff;
    background-color: #4477BB !important;
    border-color: #4477BB !important;
}
.form-control-commente:focus {
    color: #665c70;
    background-color: #fff;
    border-color: #F9A31A !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(102, 51, 153, 0.25);
}

#messagerie__body{
    max-height: calc(100vh -250px);
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}
#contact__body{
   max-height: calc(100vh -250px);
    overflow-x: hidden;
    overflow-y: scroll;  
}

.messagerie__loading{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(#FFF, 0.8);
}

messagerie__loading .loader{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.loader{
    display: block;
    border: 10px solid #DDD;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    text-align: center;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}