@media (min-width: 992px) {

    .page-content-wrapper .page-content {
        padding: 0;
    }

}

@media (max-width: 991px)
{
    .page-content-wrapper .page-content {
        padding: 0 !important;
    }
}

.theme-panel > .toggler{
    top: 0px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
}

.theme-panel > .theme-options{
    top: 0px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
}

.theme-panel > .toggler-close{
    top: 0px !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
}

.theme-panel {
    margin-top: 0px !important;
}

.theme-options{
    width: 300px;
}

.theme-panel > .theme-options > .theme-option > span {
    width: 235px;
}
