.bkend-top-title {
    flex-wrap: wrap;
    gap: 20px;
}

.film-card h4 {
    transition: 0.3s all ease-in-out;
}

.sales-by-films-row {
    row-gap: 30px;
}

.toggle-btn {
    border: none;
    padding: 0;
    background: transparent;
    /* z-index: 6; */
}

.toggle-btn .bar1,
.toggle-btn .bar2,
.toggle-btn .bar3 {
    width: 30px;
    height: 4px;
    background-color: #292E33;
    margin: 5px 0;
    transition: .4s;
}

#SidebarCloseBtn.toggle-btn {
    border: none;
    padding: 0;
    background: transparent;
    z-index: 5;
    position: absolute;
    top: 20px;
    right: -40px;
    opacity: 0;
    visibility: hidden;
}
.side-navigation.active #SidebarCloseBtn.toggle-btn {
    opacity: 1;
    visibility: visible;
}
#SidebarCloseBtn.toggle-btn .bar1,
#SidebarCloseBtn.toggle-btn .bar2,
#SidebarCloseBtn.toggle-btn .bar3 {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 5px 0;
    transition: .4s;
}

#SidebarCloseBtn.toggle-btn .bar1 {
    transform: rotate(-45deg) translate(-9px, 6px);
}

#SidebarCloseBtn.toggle-btn .bar2 {
    opacity: 0;
}

#SidebarCloseBtn.toggle-btn .bar3 {
    transform: rotate(45deg) translate(-6px, -4px);
}




.signin-card .title-hkf h2 {
    color: #090706;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    letter-spacing: normal;
}

.signin-card .heading-bottom-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #78787A;
}

.signin-card .heading-bottom-text a {
    color: #78787A;
    font-weight: 600;
    text-decoration: underline;
}

.signin-card form .form-group {
    margin-bottom: 20px;
}

.signin-card form .form-group .label-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}

.signin-card form .form-group .label-box>* {
    margin-bottom: 8px;
}

.signin-card form .form-group label {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #0A0706;
}

.signin-card form .form-group .form-control {
    height: 56px;
    background-color: #EDEDED;
    border-radius: 8px;
    border: none;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #0A0706;
}

.signin-card form .form-group .forget-password {
    color: #0B0806;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.signin-card form .form-group .forget-password:hover {
    color: #ffa800;
}

.signin-card form .form-check {
    margin: 0;
    padding: 4px 0 24px;
    min-height: auto;
}

.signin-card form .form-check .form-check-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #0B0806;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.signin-card form .form-check .form-check-input {
    margin: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    cursor: pointer;
}

.signin-card form .form-check .form-check-input:checked {
    background-color: #ffa800;
    border-color: #ffa800;
}

.signin-card form .btn {
    border-radius: 50rem;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.signin-card form .btn.btn-orange {
    background-color: #ffa800;
    border-radius: 50rem;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 16px;
}

.signin-card .errors,
.signin-card .success {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.signin-card .signUp-details {
    margin: 20px 0 32px;
    padding: 16px 24px;
    background-color: #fff;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: #090706;
}

.signin-card .signUp-details a {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 12px 24px;
    color: #090706;
    background-color: #EDEDED;
    border-radius: 50rem;
    transition: 0.3s all ease-in-out;
}

.signin-card .signUp-details a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #090706;
}

.signin-card .form-bottom-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #78787A;
}

.signin-card .form-bottom-text a {
    color: #78787A;
    font-weight: 600;
    text-decoration: underline;
}


/* width */
.side-navigation-items::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.side-navigation-items::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.side-navigation-items::-webkit-scrollbar-thumb {
    /* background: #888; */
    background: #ffa800;
    border-radius: 50rem;
}

/* Handle on hover */
.side-navigation-items::-webkit-scrollbar-thumb:hover {
    /* background: #555; */
    background: #ffa800;
}



@media (max-width: 1600px) {
    .mb-72 {
        margin-bottom: 50px;
    }

    .film-card h4 {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .login-page-section .signin-card {
        padding: 60px 40px;
        min-height: auto;
    }

    .side-navigation {
        transform: translateX(-100%);
        height: 100%;
        transition: 0.3s all ease-in-out;
        z-index: 5;
        border-radius: 0 20px 20px 0;
    }

    

    body:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: rgba(41, 46, 51, 0.7);
        backdrop-filter: blur(5px);
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        /* transform: translateX(-100%); */
        transition: 0.3s all ease-in-out;
    }

    .side-navigation.active {
        transform: translateX(0px);
    }

    body.sidebar-open:before {
        opacity: 1;
        visibility: visible;
        /* transform: translateX(0px); */
    }

    .main-content-right {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .mb-72 {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .space-bottom {
        margin-bottom: 40px;
    }

    .login-page-section .image-block {
        height: 250px;
    }

    .login-page-section .image-block .bild-full-screen {
        height: 100%;
        object-fit: cover;
        border-radius: 0 0 30px 30px;
    }

    .login-page-section .login-form-block {
        margin-top: -20px;
        z-index: 1;
        position: relative;
    }
}

@media (max-width: 575px) {
    .bkend-top-title {
        justify-content: flex-start;
    }

    .bkend-top-title .single-top-title {
        margin: 0;
    }

    .bkend-top-title .use-details {
        width: 100%;
    }
    div.dataTables_wrapper div.dataTables_info {
        padding-top: 0 !important;
    }
}

@media (max-width: 480px) {
    .login-page-section .signin-card {
        padding: 40px 20px;
    }

    .login-page-section .signin-card h2 {
        font-size: 30px;
    }

    .activity-info .font-medium {
        font-size: 14px;
    }
    
    .view-status {
        font-size: 22px;
    }
    .view-status img {
        height: 16px;
        margin-right: 5px;
    }

    .card, .card .space-padd-ar {
        padding: 30px 20px !important;
    }
}