.sidebar-area .logo .d-flex img {
    max-width: 42px;
}

.sidebar-area .logo .d-flex .logo-text {
    top: 4px;
    left: 45px;
}

#preloader .preloader .waviy img {
    max-width: 72px;
}


.modal-footer .d-flex.flex-center {
    justify-content: center;
}

.alert-text h4,
.alert-text p {
    color: white;
}

/* Datatable */

div.dt-container .dt-search input.dt-input {
    background-color: #F6F7F9;
    padding: 5px 16px 5px 40px;
    border: 1px solid #D5D9E2;
    height: 35px;
    color: #3A4252 !important;
    font-size: 15px;
    width: 100%;
    transition: all ease 0.5s;
    border-radius: 7px;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    outline: none !important;
    background-clip: padding-box;
    margin: 0px;
}

div.dt-container .dt-search input.dt-input:focus,
div.dt-container select.dt-input:focus {
    border-color: #605DFF;
}

div.dt-container select.dt-input {
    background-color: #F6F7F9;
    border: 1px solid #D5D9E2;
    border-radius: 7px;
    padding: 5px;
    outline: none;
    margin-right: 10px;
}

div.dt-container div.dt-layout-row:first-child,
div.dt-container div.dt-layout-row:last-child {
    padding: 18px 24px;
    margin: 0;
}

.default-table-area .table-responsive .table thead tr th {
    background-color: #ECF0FF;
    border-radius: unset !important;
    font-size: 14px;
    color: #465265;
}

.default-table-area .table-responsive .table tbody tr td {
    color: #64748b;
}

.default-table-area .table-responsive .table thead tr th,
.default-table-area .table-responsive .table tbody tr td {
    text-align: left;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    background-color: #605DFF !important;
    color: #fff !important;
    z-index: 0 !important;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #ECEEF2;
    background: #fff;
    transition: all ease 0.5s;
    font-weight: 500;
    margin-left: calc(var(--bs-border-width)* -1);
    margin-left: 7px;
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    border-radius: 4px;
    border: 1px solid #ECEEF2;
    background: #fff;
    transition: all ease 0.5s;
    font-weight: 500;
    color: #64748B;
    margin-left: 7px;
}

.offcanvas-body {
    max-height: 100%;
    position: relative;
}

.offcanvas-footer {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    justify-content: end;
    background-color: #f6f7f9;
}

.offcanvas.large {
    width: 800px;
}

.offcanvas.medium {
    width: 500px;
}


.wh-40 {
    border: 2px solid #C2CDFF;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}

.scrollable-modal .modal-body {
    max-height: 75vh;
    overflow-y: auto;
    padding-right: 10px;
}

.circle {
    border: 2px solid #C2CDFF;
    border-radius: 50% !important;
}

span.select2-selection.select2-selection--single {
    background-color: #fff;
    border: 1px solid #D5D9E2;
    height: 50px;
    color: #3A4252 !important;
    font-size: 15px;
    padding: 9px 16px;
    width: 100%;
    transition: all ease 0.5s;
    border-radius: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #64748b;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}

.circle-upload {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.circle {
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    /* Adjust size as needed */
    border-radius: 50%;
    /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    /* Icon size or text */
}

.max-w-50 {
    max-width: 50%;
    /* You can adjust this percentage to control the width and number of lines */
    word-wrap: break-word;
}

.b {
    display: flex;
    align-items: center;
    object-fit: cover;
}

/*
.circle-upload {
    position: absolute;
    top: 10px;
    right: 10px;
} */

.flex {
    display: flex;

}

.offcanvas-backdrop.show {
    background-color: black;
}

.form-control {
    padding: 10px 16px;
    height: 42px;
}

.label,
label {
    margin-bottom: 5px;
}

.video-container {
    position: relative;
    width: 100%;
    background-color: black;
}

.video-container video {
    width: 100%;
    height: auto;
}

.video-container .controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.video-container button {
    background-color: #444;
    color: white;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
}

.video-container button:hover {
    background-color: #666;
}

.video-container input[type="range"] {
    flex-grow: 1;
    margin: 0 10px;
}

.video-container #timeDisplay {
    color: white;
    font-size: 14px;
}

.footer-area p {
    padding: 10px 30px;
}

.course-content-items {
    list-style: none;
    padding: 0;
}

.course-content-items .item {
    padding: 16px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.course-content-items .item.active {
    background-color: #754ffe;
}

.course-content-items .item.active a {
    color: #fff;
}

.course-content-items .item a {
    line-height: 20px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
    color: #737982;
    transition: all 0.3s;
    text-decoration: none;
}

.burger-container {
    width: 30px;
}

.main-title-container {
    width: calc(100% - 275px);
    display: block;
}

.main-title-container .header-title h2 {
    font-size: 18px;
    font-weight: normal;
    color: white;
    margin-bottom: 0;
    margin-left: 15px;
}

.offcanvas-body {
    max-height: calc(100vh - 152px);
}

[header-dark-light-data-theme=header-dark] .left-header-content ul li .header-burger-menu .material-symbols-outlined {
    color: white;
}

.course-card-body {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px;
    border-radius: 10px;
    margin-bottom: 5px;
    transition: .2s;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    text-decoration: none;
    height: 100%;
}

.course-card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    transform: scale(1);
    transition: .5s;
}

.courses-card-image {
    position: relative;
    height: 200px;
}

.courses-text {
    padding: 15px 18px 10px 15px;
}

.courses-text h5 {
    font-size: 15px !important;
}

.courses-text p {
    font-size: 15px;
}

#progress-container {
    display: none;
}

/* #progress-bar {
    height: 10px;
    width: 0;
    background-color: #605DFF;
    border-radius: 5px;
} */

.video-container .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px;
    cursor: pointer;
}

.video-container .close-icon span {
    color: white;
}

.video-holder {
    position: relative;
    height: 400px;
}

.video-holder .video-container {
    position: absolute;
    width: 100%;
    background-color: black;
    top: 25px;
    /* left: 21px;
    width: 93%; */
    height: 90% !important;
}

.course-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card.course img {
    height: 200px;
    width: 100%;
}

.fs-small {
    font-size: 12px;
}

.course-poster {
    width: 100px;
    height: 75px;
    background-size: cover !important;
    background-position: center center !important;
}

label {
    transition: background-color 0.3s ease;
}

input[type="radio"]:checked+label {
    background-color: #605DFF !important;
    color: #fff !important;
}

.disabled_link {
    pointer-events: none;
}

.disabled_link i {
    color: rgb(213 214 215) !important;
}

.review-icon {
    margin-top: -5px;
    margin-bottom: -8px;
}

.circle {
    width: 150px;
    height: 150px;
    background: linear-gradient(359deg, #47666e, #7f8fa6);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
}

.circle-text {
    font-size: 36px;
    font-weight: bold;
}

.small-text {
    font-size: 14px;
    margin: 0;
}

.result {
    background-color: #1f454e;
}

.custom-span {
    min-width: 160px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7baca9;
    width: 236px;
}

.pdl {
    padding-left: 0px;
}

/* .card-img-top {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .card1 {
    padding: 1.5em 0.5em 0.5em;
    text-align: center;
    border-radius: 2em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .card-title {
    font-weight: bold;
    font-size: 1.5em;
  }
  .btn-primary {
    border-radius: 2em;
    padding: 0.5em 1.5em;
  } */
.card1 {
    border: none;

    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.card1:before {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #ecf0ff;
    transform: scaleY(1);
    transition: all 0.5s;
    transform-origin: bottom
}

.card1:after {

    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #605dff;
    transform: scaleY(0);
    transition: all 0.5s;
    transform-origin: bottom
}

.card1:hover::after {
    transform: scaleY(1);
}


.fonts {
    font-size: 11px;
}

.social-list {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.social-list li {
    padding: 10px;
    color: #605dff;
    font-size: 19px;
}


.buttons a:nth-child(1) {
    border: 1px solid #605dff !important;
    color: #605dff;
    height: 40px;
}

.buttons a:nth-child(1):hover {
    border: 1px solid #605dff !important;
    color: #fff;
    height: 40px;
    background-color: #605dff;
}

.buttons a:nth-child(2) {
    border: 1px solid #605dff !important;
    background-color: #605dff;
    color: #fff;
    height: 40px;
}

.card3 {
    border: none;
    border-radius: 10px;
    background-color: #fff;
}

.stats {

    background: #f2f5f8 !important;

    color: #000 !important;
}

.articles {
    font-size: 14px;
    color: #a1aab9;
}

.number1 {
    font-weight: 500;
}

.followers {
    font-size: 14px;
    color: #a1aab9;

}

.number2 {
    font-weight: 500;
}

.rating {
    font-size: 14px;
    color: #a1aab9;
}

.number3 {
    font-weight: 500;
}

.fixed-alert {
    position: fixed;
    top: 90px;
    right: -100%;
    transition: right 0.5s ease;
}

.fixed-alert.show {
    right: 20px;
}

input[switch] {
    display: none;
}

input[switch]+label {
    font-size: 1em;
    line-height: 1;
    width: 4.7rem;
    height: 1.5rem;
    background-color: #ddd;
    background-image: none;
    border-radius: 2rem;
    padding: 0.1666666667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2) inset;
    font-family: inherit;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]+label:before {
    /* Label */
    text-transform: uppercase;
    color: #b7b7b7;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-family: FontAwesome, inherit;
    font-weight: 500;
    font-size: 0.6rem;
    line-height: 1.22rem;
    position: absolute;
    right: 0.2166666667rem;
    margin: 0.2166666667rem;
    top: 0;
    text-align: center;
    min-width: 1.6666666667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]+label:after {
    /* Slider */
    content: '';
    position: absolute;
    left: 0.1666666667rem;
    background-color: #f7f7f7;
    box-shadow: none;
    border-radius: 2rem;
    height: 1.22rem;
    width: 1.22rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]:checked+label {
    background-color: lightblue;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3) inset;
}

input[switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 0.2166666667rem;
}

input[switch]:checked+label:after {
    left: 3.22rem;
    background-color: #f7f7f7;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

input[switch="bool"]+label {
    background-color: #ee6562;
}

input[switch="bool"]+label:before {
    color: #fff !important;
}

input[switch="bool"]:checked+label {
    background-color: #BCE954;
}

input[switch="bool"]:checked+label:before {
    color: #fff !important;
}

input[switch="default"]:checked+label {
    background-color: #a2a2a2;
}

input[switch="default"]:checked+label:before {
    color: #fff !important;
}

input[switch="success"]:checked+label {
    background-color: #BCE954;
}

input[switch="success"]:checked+label:before {
    color: #fff !important;
}

input[switch="warning"]:checked+label {
    background-color: gold;
}

input[switch="warning"]:checked+label:before {
    color: #fff !important;
}

.float-btn {
    position: fixed;
    bottom: 52px;
    z-index: 1000;
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card {
    overflow: hidden;
}


/*** Toast ***/
.custom-toast {
    position: fixed;
    bottom: 25px;
    right: 30px;
    border-radius: 12px;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 9999;
    color: white;
}

.custom-toast.active {
    transform: translateX(0%);
}

.custom-toast.success {
    background: #4CAF50;
}

.custom-toast.error {
    background: #ef4141;
}

.custom-toast .toast-content {
    display: flex;
    align-items: center;
}

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #fff;
    color: #605DFF;
    font-size: 20px;
    border-radius: 50%;
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.custom-toast .custom-close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
}

.custom-toast .custom-close:hover {
    opacity: 1;
}

.custom-toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.custom-toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #605DFF;
}

.progress.active:before {
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

/* [sidebar-data-theme=sidebar-hide] .sidebar-area:hover .menu-vertical .menu-item .menu-link {
    display: flex;
    flex-wrap: nowrap;
    padding: 12px;
    align-items: unset;
    justify-self: unset;
    text-align: unset;
    width: 100%;
    overflow: hidden;
}

[sidebar-data-theme=sidebar-hide] .sidebar-area:hover .layout-menu .menu-item .menu-link .menu-icon {
    display: unset;
    margin: unset;
}

[sidebar-data-theme=sidebar-hide] .sidebar-area:hover .layout-menu .menu-item .menu-link .title {
    font-size: unset;
    display: unset;
    margin: unset;
    width: unset;
}

[sidebar-data-theme=sidebar-hide] .sidebar-area:hover .menu-vertical .menu-inner {
    overflow: unset !important;
}

[sidebar-data-theme=sidebar-hide] .menu-vertical .menu-item .menu-link {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0px;
    align-items: center;
    justify-self: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

[sidebar-data-theme=sidebar-hide] .sidebar-area .layout-menu .menu-item .menu-link .menu-icon {
    display: block;
    margin: auto;
}

[sidebar-data-theme=sidebar-hide] .sidebar-area .layout-menu .menu-item .menu-link .title {
    font-size: 9px;
    display: block;
    margin: auto;
    width: 100%;
}

[sidebar-data-theme=sidebar-hide] .menu-vertical .menu-inner {
    overflow: unset !important;
} */

@media only screen and (min-width: 1200px) {
    [sidebar-data-theme=sidebar-hide] .sidebar-area:hover .menu-vertical .menu-item .menu-link {
        display: flex;
        flex-wrap: nowrap;
        padding: 12px;
        align-items: unset;
        justify-self: unset;
        text-align: unset;
        width: 100%;
        overflow: hidden;
    }

    [sidebar-data-theme=sidebar-hide] .sidebar-area:hover .layout-menu .menu-item .menu-link .menu-icon {
        display: unset;
        margin: unset;
    }

    [sidebar-data-theme=sidebar-hide] .sidebar-area:hover .layout-menu .menu-item .menu-link .title {
        font-size: unset;
        display: unset;
        margin: unset;
        width: unset;
    }

    [sidebar-data-theme=sidebar-hide] .sidebar-area:hover .menu-vertical .menu-inner {
        overflow: unset !important;
    }

    [sidebar-data-theme=sidebar-hide] .menu-vertical .menu-item .menu-link {
        display: flex;
        flex-wrap: wrap;
        padding: 12px 0px;
        align-items: center;
        justify-self: center;
        text-align: center;
        width: 100%;
        overflow: hidden;
    }

    [sidebar-data-theme=sidebar-hide] .sidebar-area .layout-menu .menu-item .menu-link .menu-icon {
        display: block;
        margin: auto;
    }

    [sidebar-data-theme=sidebar-hide] .sidebar-area .layout-menu .menu-item .menu-link .title {
        font-size: 9px;
        display: block;
        margin: auto;
        width: 100%;
    }

    [sidebar-data-theme=sidebar-hide] .menu-vertical .menu-inner {
        overflow: unset !important;
    }
}

iframe {
    pointer-events: none;
}

.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
    padding: 37px;
}

h2#swal2-title {
    font-size: 16px;
}

.swal2-icon.swal2-warning.swal2-icon-show {
    margin-top: 0px;
}

button.swal2-cancel.swal2-styled {
    padding: 10px 21px;
    font-size: 16px;
}

button.swal2-confirm.swal2-styled {
    padding: 10px 21px;
    font-size: 16px;
}

.test-container {
    max-width: 1920px;
    margin: auto;
}

.card.test-question .header {
    padding: 0 1rem;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.update-changes {
    font-size: 16px;
    padding: 10px 40px;
}

.test-title {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.video-thumbnail,
.video-thumbnail img,
.video-thumbnail video {
    height: 150px;
    width: 350px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f6f7f9;
}

@media(max-width:576px){
    .video-thumbnail,
    .video-thumbnail img,
    .video-thumbnail video {
        width: 320px;
    }
}

.video-thumbnail img {
    width: 350px;
    object-fit: cover;
}

.subject-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}

.tag-lists {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

@media only screen and (max-width: 997px) {
    .test-title {
        text-align: start;
    }
}

@media (max-width: 768px) {
    .test header.fixed {
        padding: 18px 40px;
    }
}

.tag-lists {
    flex-wrap: wrap;
}

.w-100px {
    width: 100px;
}

.card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px;
    font-size: 16px;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
    font-weight: 600;
    letter-spacing: .5px;
}

/* --tab view-- */
@media (min-width: 769px) and (max-width: 1368px) {
    .tab-mt {
        margin-top: 20px;
    }
}

/* @media (min-width:370px) and (max-width:575px){
    .custom.col1{
        width:25%;
        display: inline-block;

    }

    .custom.col2{
        width:75%;
        display: inline-block;

    }

} */

.qa-list {
    min-height: calc(100% - 425px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 0px;
    border: none;
}

.qa-btns {
    height: max-content;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
    white-space: nowrap;
    flex-wrap: wrap;

}

.qa-btn {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    line-height: 1;
    box-sizing: border-box;
}

#loader-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    border: 0;
    overflow: hidden;
}

.index .card-body {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}


.text-truncate-custom {
    display: inline-block;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.custom-padding {
    padding: 0px 50px 0px 0px;
}

.auth {
    width: 80%;
}

.auth-logo img {
    width: auto;
    height: 60px;
}

.auth-logo .title {
    font-size: 48px;
    color: #000;
    font-weight: 600;
    background: radial-gradient(circle, rgba(66, 111, 38, 1) 0%, rgba(205, 158, 60, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.auth-logo .body {
    font-size: 36px;
    color: #000;
    font-weight: 300;
}

.menu-vertical .menu-item .menu-link {
    padding: 12px ! important;
}

[sidebar-data-theme=sidebar-hide] .menu-vertical .menu-item .menu-link {
    padding: 12px 0px ! important;
}

[sidebar-data-theme=sidebar-hide] .sidebar-area:hover .menu-item .menu-link {
    padding: 12px ! important;
}
