/* custom overoll styles */
.breadcrumbs,
.dashboard-content-title{
    margin: 0;
}
.breadcrumbs{
    margin-bottom: 10px;
}

.container.full-width {
    margin-bottom: 24px;
}
.dashboard-content-title {
    color:  #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.dashboard-content {
    width: auto;
    height: auto;
    /*padding: 32px 48px;*/
    padding: 0;
    position: absolute;
    left: 60px;
    right: 0;
    top: 60px;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9;
    box-sizing: border-box;
    background: initial;
    background-size: initial;
    background-color: #F2F2F2;

    @media (max-width: 767px) {
        left: 0;

        padding: 24px 11px;
    }
}
input[type=checkbox], input[type=radio]{
    margin: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a{
    display: flex;
    justify-content: space-between;
}
.bootstrap-select .dropdown-menu > li.dropdown-header:hover, .bootstrap-select .dropdown-menu > li > a:focus, .bootstrap-select .dropdown-menu > li > a:hover{
    background-color: #F2F2F2;
    color: #000;
}
.bootstrap-select.btn-group .dropdown-menu li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*  */
/* custom overoll styles */