body{
    overflow-y: scroll;
}

.table_td_button{
    width:1%;
    white-space:nowrap;
}

.modal_centered{
    margin-top: 20vh;
}

.custom_dot{
    height: 17px;
    width: 17px;
    border-radius: 50%;
}

.sidebar_label{
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 192px;
}


.btn:focus{
    outline: none ;
    box-shadow: none;
}


#fast_actions_div{
    /*border-bottom: 2px solid #026a9f;*/
    border-bottom: 2px solid #8f55f2;
    margin-bottom: -2px;
}

#fast_actions_div button{
    transition: transform .1s ease-in-out
}

#fast_actions_div button:focus{
    /*color: #026a9f;*/
    color: #8f55f2;
    transform: scale(1.2);
}

#fast_actions_div button:hover{
    /*color: #026a9f;*/
    color: #8f55f2;
    transform: scale(1.2);
}

pre{
    white-space: pre-wrap;
    word-break: keep-all;
}

/* START - PERSONALIZATION OF SELECT2 */
.select2-selection__rendered {
    line-height: 34px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
    border-color: #d8dde5 !important;
}
.select2-selection__arrow {
    height: 35px !important;
}
/* END - PERSONALIZATION OF SELECT2 */