* {
   list-style: none;
}

.closeIcon{
    color: black;
}

.formInput{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.btnFilter{
    width: 100%;
}

.btnGroupFilter{
    text-align: center;
    margin-top: 20px;
}

.boxBtnFilter{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper {
    display: flex;
    width: 100%;
}

.headerSidebar{
    text-align: center;
    padding-top: 20px
}



.wrapper .sidebar {
    position: relative;
}

.bg_shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.btnToShowSidebar{
    visibility: hidden;
}

.wrapper .sidebar__inner {
    width: 25%;
    position: fixed;
    top: 100px;
    border: 1px solid gray;
    left: 20px;
    height: 470px;
    z-index: 9000;
    background: #FFFFFF;
    transition: all 0.3s ease;
    min-width: 415px;
}

.main_container {
    margin-left: 250px;
    width: calc(100% - 250px);
    transition: all 0.3s ease;
}

.alertNoAdvertisements {
    margin-left: 250px;
    width: calc(100% - 250px);
    transition: all 0.3s ease;
}

.wrapper .sidebar__inner .profile_info {
    padding: 30px 50px;
    text-align: center;
}

.wrapper .sidebar__inner .profile_info .profile_img {
    width: 125px;
    margin: 0 auto 15px;
}

.wrapper .sidebar__inner .profile_info .profile_img img {
    width: 100%;
    display: block;
}

.wrapper .sidebar__inner .profile_info .profile_data .name {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.wrapper .sidebar__inner .profile_info .profile_data .role {
    font-weight: 300;
    color: #88a3d0;
    margin-bottom: 15px;
}

.wrapper .sidebar__inner .profile_info .profile_data .btn {
    padding: 10px;
    border: 1px solid #1fafec;
    border-radius: 25px;
    color: #1fafec;
    cursor: pointer;
}

.wrapper .sidebar__inner .profile_info .profile_data .btn:hover {
    background: #1fafec;
    color: #fff;
}

.wrapper .sidebar__inner .siderbar_menu li a {
    padding: 10px 50px;
    display: block;
    height: 90px;
    position: relative;
    margin-bottom: 1px;
    color: #88a3d0;
    text-align: center;
    text-transform: uppercase;
}

.wrapper .sidebar__inner .siderbar_menu li a .icon {
    font-size: 32px;
    margin-bottom: 5px;
}

.wrapper .sidebar__inner .siderbar_menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #1fafec;
    display: none;
}

.wrapper .sidebar__inner .siderbar_menu li a:hover,
.wrapper .sidebar__inner .siderbar_menu li a.active {
    background: #1d4c9e;
    color: #fff;
}

.wrapper .sidebar__inner .siderbar_menu li a:hover:before,
.wrapper .sidebar__inner .siderbar_menu li a.active:before {
    display: block;
}

.wrapper .main_container .container {
    padding: 30px;
    margin-top: 60px;
}

.wrapper .main_container .container .item {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #d9e2e7;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.wrapper .sidebar__inner .close{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 25px;
    color: black;
    display: none;
    cursor: pointer;
}

.wrapper .sidebar__inner .close:hover{
    opacity: 0.5;
}

.select2-dropdown {
    z-index: 9001;
}





@media screen and (max-width: 1300px) and (min-width: 1190px){
    .main_container{
        margin-left: 360px;
    }
}

@media screen and (min-width: 1190px){
    .filtersForm{
        display: block !important;
    }
}


@media screen and (min-width: 992px) and (max-width: 1190px){
    .filtersForm{
        display: none;
    }

    .main_container{
        margin-left: auto;
        margin-right: auto;
    }

    .alertNoAdvertisements{
        width: 100%;
        margin-left: 0;
    }

    .btnToShowSidebar.activeBtn{
        visibility: visible;
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .wrapper.active .sidebar__inner{
        left: 0;
        min-height: 460px;
    }

    .bg_shadow.active{
        visibility: visible;
        opacity: 0.7;
        z-index: 999;
    }

    .wrapper.active .sidebar{
        visibility: visible;
        z-index: 1200;
    }

    .sidebar{
        visibility: hidden;
    }

    .wrapper .sidebar__inner {
        width: 50%;
        position: fixed;
        top: 100px;
        border: 1px solid gray;
        left: 20px;
        height: 54%;
        background: #FFFFFF;
        transition: all 0.3s ease;
    }

    .wrapper .sidebar__inner .close{
        display: block;
    }
}

@media screen and (max-width: 992px){
    .filtersForm{
        display: none;
    }

    .irs-min{
        visibility: visible !important;
    }

    .irs-max{
        visibility: visible !important;
    }

    .irs-single{
        visibility: visible !important;
    }

    .wrapper .sidebar__inner .close{
        display: block;
    }

    .btnToShowSidebar.activeBtn{
        visibility: visible;
        width: 30%;
        margin-bottom: 20px;
    }

    .btnToShowSidebar{
        visibility: visible;
    }


    .wrapper.active .sidebar__inner{
        left: 0;
    }

    .bg_shadow.active{
        visibility: visible;
        opacity: 0.7;
        z-index: 999;
    }

    .wrapper.active .sidebar{
        visibility: visible;
        z-index: 1200;
    }

    .sidebar{
        visibility: hidden;
    }

    .wrapper .sidebar__inner {
        position: fixed;
        top: 100px;
        border: 1px solid gray;
        left: 20px;
        height: 60%;
        background: #FFFFFF;
        transition: all 0.3s ease;
    }
}

@media screen and (min-width: 462px) and (max-width: 992px){
    .wrapper .sidebar__inner{
        width: 50%;
    }
}

@media screen and (max-width: 462px){
    .wrapper .sidebar__inner{
        width: 100%;
        min-width: 300px;
    }
}

@media screen and (max-height: 812px) and (max-width: 900px) {
    .wrapper .sidebar__inner{
        height: 76%;
    }
}

@media screen and (max-height: 600px) and (max-width: 900px) {
    .wrapper .sidebar__inner{
        height: 90%;
    }
}