.slidePanel {
    position: fixed;
    z-index: 999;
    max-width: 100%;
    max-height: 100%;
    visibility: hidden;
    background: #fff;
    -webkit-box-shadow: -5px 0 20px 0 rgba(66, 66, 66, .2);
    box-shadow: -5px 0 20px 0 rgba(66, 66, 66, .2)
}

.slidePanel-left, .slidePanel-right {
    top: 0;
    bottom: 0;
    width: 600px
}

@media (max-width: 1199px) {
    .slidePanel-left, .slidePanel-right {
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px)
    }
}

@media (max-width: 767px) {
    .slidePanel-left, .slidePanel-right {
        width: 100%
    }
}

.slidePanel-bottom, .slidePanel-top {
    width: 100%;
    height: 500px
}

@media (max-width: 1199px) {
    .slidePanel-bottom, .slidePanel-top {
        top: 0;
        bottom: 0;
        height: auto
    }
}

.slidePanel-left {
    left: 0
}

.slidePanel-right {
    right: 0
}

.slidePanel-top {
    top: 0;
    left: 0
}

.slidePanel-bottom {
    bottom: 0;
    left: 0
}

.slidePanel .scrollable-container {
    height: 100%
}

.slidePanel-show {
    visibility: visible
}

.slidePanel-handler {
    display: none;
}

.slidePanel-loading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    visibility: hidden
}

.slidePanel-loading:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""
}

.slidePanel-loading .loader {
    vertical-align: middle
}

.slidePanel-loading-show {
    visibility: visible
}

.slidePanel-scrollable {
    height: 100%;
    overflow-y: auto;
}

.slidePanel-header {
    position: relative;
    padding: 40px 30px;
    padding-right: 120px;
    color: #fff
}

.slidePanel-header h1 {
    margin: 0;
    font-size: 22px;
    line-height: 33px;
    color: #fff
}

.slidePanel-actions {
    float: right;
    min-height: 67px;
    margin: 0;
    margin-left: 15px;
    text-align: right;
    list-style: none
}

.slidePanel-action {
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: border .25s linear;
    -o-transition: border .25s linear;
    transition: border .25s linear
}

.slidePanel-action:last-child {
    margin-right: 0
}

.slidePanel-action.dropdown.open {
    border-color: #fff
}

.slidePanel-action .icon {
    cursor: pointer
}

.slidePanel-action .icon:hover {
    color: #ecf0f3
}

.slidePanel-action .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 10px
}

.slidePanel-action .dropdown-menu .icon {
    margin-right: 10px
}

.slidePanel-inner {
    padding: 20px;
}

.slidePanel-inner-section {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0
}

.slidePanel-comment {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px
}

.slidePanel-comment textarea {
    margin-bottom: 5px
}

.slidePanel-comment .reply {
    position: absolute;
    top: 10px;
    left: 10px
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 99;
    background: #fff;
    text-align: center;
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.cssload-speeding-wheel {
    width: 31px;
    height: 31px;
    margin: 0 auto;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 425ms infinite linear;
    -o-animation: cssload-spin 425ms infinite linear;
    -ms-animation: cssload-spin 425ms infinite linear;
    -webkit-animation: cssload-spin 425ms infinite linear;
    -moz-animation: cssload-spin 425ms infinite linear;
}

@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
    }
}


.slidePanel-scrollable {
    height: auto;
    overflow-y: none;
}

.slidePanel-header {
    height: auto !important;
    text-align: left !important;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: fixed;
    top: 0;
}

.slidePanel-overlay .slidePanel-overlay-figure, .slidePanel-overlay > :first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.slidePanel-overlay-panel > :last-child {
    margin-bottom: 0;
}

.slidePanel-overlay-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #555;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.slidePanel-heading {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

@media screen and (max-width: 782px) {
    .slidePanel-heading {
        width: 50%;
    }
}

.slidePanel-heading h2 {
    margin: 0 !important;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 30px !important;
}

.slidePanel-actions {
    float: right;
    min-height: 67px;
    margin: 0;
    margin-left: 15px;
    text-align: right;
    list-style: none;
}

.slidePanel-actions button {
    margin-right: 5px !important;
}

.slidePanel-actions button:last-child {
    margin-right: 0 !important;
}

.slidePanel-inner {
    margin-top: 80px;
    position: absolute;
    overflow-y: scroll;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.slidePanel-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.slidePanel-inner .panel-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px !important;
    background: #fefefe !important;
}
