.offcanvas.offcanvas-top {
    width: 720px;
    border-radius: 8px;
    transform: translateX(-50%);
    left: 50%;
    right: initial;
    top: 12px;
    height: calc(100vh - 66px);
    z-index: 7012;
}

@media (max-width: 992px) {
    .offcanvas.offcanvas-top {
        width: 100%;
        height: 100vh;
        top: 0;
        border-radius: 0px;
    }
}

.offcanvas-backdrop {
    z-index: 7011;
}

.offcanvas-header .btn-close {
    position: relative;
    top: initial;
    right: initial;
    padding: 0;
    margin: 0;
    margin-left: 4px
}

.offcanvas-body {
	scrollbar-width: thin !important;
}

.offcanvas-body::-webkit-scrollbar-track {
	background-color: var(--white-02) !important;
	-webkit-box-shadow: inset 0 0 6px var(--white-02) !important;
    box-shadow: inset 0 0 6px var(--white-02) !important;
}
.offcanvas-body::-webkit-scrollbar {
	background-color: var(--white-02) !important;
	width: 5px !important;
	height: 5px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
	background-color: var(--tertiary-dark) !important;
	border-radius: 10px;
}

.offcanvas-footer {
    min-height: 24px;
}
