button.side-admin-settings {
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 9;
    background: #9A4441;
    color: #fff;
    border: 0;
    z-index: 99;
    padding: 0 0;
    width: 53px;
    height: 47px;
    font-size: 23px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
@keyframes rotate-animation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rotate-animation {
    animation-name: rotate-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-delay: 0;
}
.side-admin-panel-right {
    position: fixed;
    right: -380px;
    top: 0;
    z-index: 9;
    background: #fff;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    width: 380px;
    padding: 30px;
    transition: all .5s;
}
@media (max-width: 575px) {
    .side-admin-panel-right {
        width: 320px;
    }
}
.side-admin-panel-visible {
    right: 0;
}
.side-admin-demo-select > h4 {
    font-size: 21px;
    margin-bottom: 20px;
}
.side-admin-demo-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
    max-height: 448px;
    overflow-y: auto;
}

.side-admin-demo-wrapper > * {
    flex: 0 0 calc(50% - 10px);
}

.site-admin-demo-single {}

.site-admin-demo-single a {
    text-decoration: none;
}

.site-admin-demo-single a h4 {
    font-size: 17px;
    margin-top: 9px;
    transition: all .3s;
}

.site-admin-demo-single a:hover h4 {
    color: #9A4441;
}
.admin-color-form {
    display: block;
    overflow: hidden;
}
.admin-color-form input {
    border: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    transform: scale(1.4);
}
.admin-color-btn-reset {
    background: black;
    border: 0;
    color: #fff;
    padding: 8px 26px;
    margin-top: 17px;
}
button.cinkes-side-admin-panel-close-btn {
    position: absolute;
    right: 39px;
    top: 33px;
    background: #9A4441;
    border: 0;
    color: #fff;
}
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 33;
    cursor: zoom-out;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.cinkes-left-cursor {
    position: fixed;
    left: 0;
    top: 220px;
    z-index: 99;
}
.cinkes-left-cursor button {
    background: #9A4441;
    color: #fff;
    border: 0;
    padding: 0 0;
    width: 53px;
    height: 47px;
    font-size: 23px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cinkes-cursor-admin-panel a {
    background: #9A4441;
    text-decoration: none;
    color: #fff;
    padding: 10px 13px;
    display: inline-block;
}
.cinkes-cursor-admin-panel a:last-child {
    margin-left: -7px;
}

.cinkes-cursor-admin-panel a:hover, .cinkes-cursor-admin-panel a:focus {
    background: #1a1a1a;
    color:  #fff;
}
.cinkes-swiper-pagination .swiper-pagination-bullet {
    background-color: rgb(177 170 170 / 80%) !important;
    opacity: 1;
}

.side-admin-demo-select ul.nav li.nav-item button {
    background: #111;
    color: #fff;
    border: 0;
    padding: 9px 17px;
    line-height: 1;
}

.side-admin-demo-select ul.nav li.nav-item button.active {
    background: #9A4441;
}
.side-admin-demo-select ul.nav {
    margin-bottom: 30px;
}