.sidebarLogoOuter
{
    width:35px;
    height:35px;
    background-color:rgba(255,255,255,0.3);
    float:left;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:8px;
    margin-top:-2px;
    margin-left:10px;
    font-size:25px;
    color:#fff;
    padding-left:1px;
}

.panel_logo
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:Center;
    margin-top:20px;
}

.panel_logo img
{
    width:40%;
    float:left;
}

.user-panel img
{
    width:35px!important;
    height:35px!important;
    object-fit:cover!important;
}

.badge
{
    padding:10px 15px!important;
}

.delete_input_btn span
{
    background-color: #ff0000;
    color: #fff;
    padding-bottom: 7px;
    margin-top: -1px;
    cursor:pointer;
}

.select2-container .select2-selection--single
{
    height:40px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
    top: 7px!important;
    right: 5px!important;
}