body{
    font-family: 'Nunito';
}

.login__logo{
    margin: 0 auto;
    display: block;
    padding-bottom: 25px;
    width: 200px;
}

.sidebar{
    padding: 15px 0.5rem;
    height: inherit;
    min-height: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    background-color: #343a40;
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
    width: 250px;
}

.endigital-wrapper{
    margin-left: 250px;
    height: 100%
}
.endigital-wrapper .content{
    padding: 0 40px;
}


.sidebar__brand{
    align-items: center;
    display: flex;
    font-size: 1.25rem;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid #4b545c;
    margin-bottom: 10px;
    margin-left:10px;
    padding-bottom: 10px;
}

.sidebar__brand__logo{
    align-items: center;
    background-color: #d6d8d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 5px;
    height: 35px;
    width: 35px;
}

.sidebar__brand__logo img{
    width: 30px;
}

.sidebar__brand__text{
    margin: 0px !important;
    padding-left: 10px;
}

.menu{
    padding: 0px;
}

.menu li{
    list-style: none;
}

.menu a {
    color: #c2c7d0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    margin-bottom: 0.2rem;
}

.menu a:hover{
    color: #c2c7d0;
    text-decoration: none;
}

.menu__active,
.menu li:hover{
    background-color: rgba(255,255,255,.1);
}

.form{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.form__item{
    padding-right: 12px;
}

.form__item-search{
    width: 30%;
}


.table-responsive{
    max-height: 450px; overflow-y: auto;
}

thead th{
    font-family: 'Nunito';
    background-color: #637281 !important;
    color: #fff !important;
    padding: 8px 10px !important;
}

th {
    background-color: #d1d1d1;
    border: none;
    color: #3e3e3e;
    padding-bottom: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    vertical-align: middle !important;
}

td{
    font-family: 'Nunito';
    font-size: 14px;
    color: #000;
    padding: 8px 10px !important;
    vertical-align: middle !important;
}

tr:nth-child(odd) {
    background-color: #fbfcfe;
}

.table-responsive td {
    border: none;
    font-size: 14px;
    background-color: transparent;
}

tr:nth-child(even) {
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    background-color: #f3f3f3;
}

.td_center{
    text-align: center;
}

.alert{
    display: none;
}

.alert{
    margin: 10px 0 !important;
}

.lead_edit{
    display: block; margin: 0 auto;
    width: 15px;
}


.lead-modal .row:not(:last-child){
    padding-bottom: 12px;
}


#audioSource{
    display: none;
}

.audio-container {
    width: 800px; 
    margin: 0 auto 10px;
}

audio {
    width: 100%;
}
.answered-calls{
    align-items: center;
    display: flex;
}

.answered-calls__img{
    display: block;
    cursor: pointer;
    margin-right: 6px;
    width: 20px;
}

.rating-calls__img{
    display: block;
    margin: 0 auto;
    width: 20px;
}