.panel {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    float: right;
}
.panel-body {
    padding: 0px;
    width: 100%;
    height: auto;
    float: right;
}
.panel-group {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    float: right;
}
.panel-group .panel {
    direction: ltr;
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default>.panel-heading {
    color: #2e3e50;
    background-color: #ffffff;
    float: right;
    width: 100%;
    height: auto;
}
.irs--round, .irs-from, .irs-min, .irs-max {
    font-family: 'IRANSans' !important;
}
.panel-heading {
    padding: 0;
}
.panel-title {
    width: 100%;
    float: right;
    padding: 10px 15px;
    background-color: #fcffe3;
}
.panel-heading .accordion-toggle:after {
    content: "\f077";
    float: left;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f078";
    float: left;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 30px 15px 20px 15px;
    width: 100%;
    height: auto;
    float: right;
}
.collapse.in {
    display: block;
    width: 100%;
    height: auto;
    float: right;
    padding: 5px;
}
.search-aside .pretty {
    margin-bottom: 17px;
    width: 100%;
}
.search-aside .pretty:last-child {
    margin-bottom: 0;
}
.search-aside .state label {
    text-indent: 0;
}
.pretty.p-switch.p-fill input:checked ~ .state:before {
    border-color: #ffffff;
    background-color: #33b6e5 !important;
}