.course-container,
.course-overview {
    /*height:50vh;
	position: relative;
	width:100%;
	margin-top: 20px;
	overflow: scroll;*/
}

@media (max-width: 576px) {
    .course-pre-main {
        left: 0 !important;

    }

    #db-wrapper.toggled .course-detail .navbar-vertical {
        z-index: 9999;
        margin-left: 0 !important;
    }

    .course-container {
        min-height: inherit;
        position: relative
    }

    .lessons-area {
        padding: 0.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .course-container {
        min-height: inherit;
        position: relative
    }
}

.course-container .content {
    left: 0;
    margin-left: 25.25rem;
    position: relative
}

@media (max-width: 576px) {
    .course-container .content {
        margin-left: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .course-container .content {
        margin-left: 0
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .course-container .content {
        margin-left: 23.375rem
    }

    .course-container .content .embed-responsive {
        height: calc(95vh - 137px) !important
    }
}

@media (min-width: 1200px) {
    .course-container .content {
        padding-right: 1.25rem
    }

    .course-container .content .embed-responsive {
        height: calc(95vh - 137px) !important
    }
}

.course-sidebar {
    border-radius: 0;
    min-height: 10vh;
    position: fixed;
    top: 3.7rem;
    width: 23.75rem;
    z-index: 1
}

@media (max-width: 576px) {
    .course-sidebar {
        position: relative;
        top: 1.25rem;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .course-sidebar {
        position: relative;
        top: 1.25rem;
        width: 100%
    }
}

.sidenav.navbar {
    align-items: start;
    background-color: transparent;
    border-radius: 0 !important;
    border-right: 1px dashed var(--Aca-gray-300);
    box-shadow: none;
    height: 100%;
    min-width: 240px;
    overflow: auto;
    padding-top: 5rem;
    position: fixed;
    z-index: 1
}

@media (max-width: 576px) {
    .sidenav.navbar {
        border-top: 1px solid var(--Aca-gray-300);
        padding: .5rem 1.5rem
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sidenav.navbar {
        border-top: 1px solid var(--Aca-gray-300);
        padding: .5rem 1.5rem
    }
}

@media (max-width: 990px) {
    .sidenav.navbar {
        align-items: center;
        background-color: var(--Aca-gray-200);
        border-bottom: 1px dashed var(--Aca-gray-200);
        border-right: 0;
        border-top: 1px dashed var(--Aca-gray-400);
        height: auto;
        min-width: 0;
        padding-top: .75rem;
        position: absolute;
        top: 70px;
        width: 100%
    }
}

.sidenav.navbar .navbar-header {
    color: var(--Aca-gray-500);
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: .2rem;
    padding: .3rem .4rem;
    text-transform: uppercase
}

.sidenav.navbar .navbar-nav {
    width: 100%
}

.sidenav.navbar .navbar-nav .nav-item {
    margin-bottom: .125rem
}

.sidenav.navbar .navbar-nav .nav-item .nav-link {
    align-items: center;
    background-color: transparent;
    border-bottom: 0;
    border-radius: .5rem;
    color: var(--Aca-gray-600) !important;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    padding: .3rem .7rem !important;
    position: relative
}

.sidenav.navbar .navbar-nav .nav-item .nav-link .nav-icon {
    margin-right: .5rem;
    opacity: 1
}

.sidenav.navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--Aca-gray-300) !important;
    color: var(--Aca-gray-700) !important
}

.sidenav.navbar .navbar-nav .nav-item .nav-link:hover .nav-icon {
    opacity: 1
}

.sidenav.navbar .navbar-nav .nav-item .nav-link.active {
    background-color: var(--Aca-gray-300);
    border-radius: .5rem;
    color: var(--Aca-gray-700) !important
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse {
    margin-bottom: .125rem
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link {
    align-items: center;
    background-color: transparent;
    border-bottom: 0;
    border-radius: .5rem;
    color: var(--Aca-gray-600) !important;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    padding: .3rem .7rem !important;
    position: relative
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link:after {
    content: "\e92e";
    font-family: Feather !important;
    font-size: .875rem;
    opacity: .5;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%)
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link .nav-icon {
    margin-right: .5rem;
    opacity: 1
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link:hover {
    background-color: var(--Aca-gray-300) !important;
    color: var(--Aca-gray-700) !important
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link:hover .nav-icon {
    opacity: 1
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link [aria-expanded=true], .sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link.active {
    background-color: var(--Aca-gray-300);
    color: var(--Aca-gray-700) !important
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link [aria-expanded=true]:after, .sidenav.navbar .navbar-nav .nav-item.nav-collapse .nav-sub-link.active:after {
    content: "\e931"
}

.sidenav.navbar .navbar-nav .nav-item.nav-collapse .collapse .nav-item .nav-link.active {
    background-color: var(--Aca-gray-300);
    color: var(--Aca-gray-700) !important
}

.db-content {
    margin-left: 240px;
    padding: 88px 0
}

@media (max-width: 990px) {
    .db-content {
        margin-left: 0;
        padding: 150px 0
    }
}

.table-invoice.card {
    border-radius: .625rem
}

.table-invoice.card .table {
    margin-bottom: 0
}

.table-invoice.card .table thead th {
    border-bottom: 1px solid var(--Aca-gray-200);
    padding: 1rem 1.25rem;
    vertical-align: middle
}

.table-invoice.card .table td, .table-invoice.card .table th {
    border-top: 1px solid var(--Aca-gray-200);
    font-size: .875rem;
    padding: .4375rem;
    vertical-align: top
}

.table-invoice.card .table td {
    padding: 1.0625rem
}

.table-invoice.card .table tr:first-child th:first-child {
    border-top-left-radius: .625rem
}

.table-invoice.card .table tr:first-child th:last-child {
    border-top-right-radius: .625rem
}

.table-invoice.card .card .table tr:first-child td, .table-invoice.card .table tr:first-child th {
    border-top: 0
}

.table-lg td, .table-lg th {
    padding: 1.25rem 1.5rem
}

.table-centered td, .table-centered th {
    vertical-align: middle !important
}

.table-with-checkbox > tbody > tr > td:first-child, .table-with-checkbox > thead > tr > th:first-child {
    padding-right: 0;
    width: 1px
}

.table-card {
    margin: -1.5rem
}

.dropdown-menu {
    box-shadow: var(--Aca-dropdown-shadow);
    padding: .5rem;
    z-index: 1021
}

.dropdown-header {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: .2rem;
    text-transform: uppercase
}

.dropdown-header, .dropdown-text {
    color: var(--Aca-gray-500);
    padding: .25rem 1.2rem
}

.dropdown-text {
    font-size: .75rem;
    line-height: 1.4
}

.dropdown-item {
    align-items: center;
    border-radius: .25rem;
    display: flex;
    font-weight: 500;
    line-height: 28px;
    padding: .125rem 1rem
}

.dropdown-item:last-child {
    border-bottom: 0
}

.dropdown-item:hover, .dropdown-item:hover.dropdown-toggle:after {
    color: var(--Aca-primary)
}

.dropdown-item:hover {
    background-color: var(--Aca-light)
}

.dropdown-menu-xs {
    border-radius: .5rem;
    min-width: 8rem !important
}

.dropdown-menu-md {
    border-radius: .5rem;
    min-width: 17rem !important
}

.dropdown-menu-lg {
    border-radius: .5rem;
    min-width: 22rem !important
}

.dropdown-menu-xl {
    border-radius: .5rem;
    min-width: 24rem !important
}

.dropdown-toggle:after {
    border: 0;
    content: "\e92e";
    float: right;
    font-family: Feather !important;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:after {
    content: "\e931"
}

.dropend .dropdown-toggle:after, .dropup .dropdown-toggle:after {
    border: 0;
    display: inline-block;
    font-family: Feather !important;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:after {
    content: "\e930"
}

.dropstart .dropdown-toggle:before {
    border: 0;
    content: "\e92f";
    display: none;
    font-family: Feather !important;
    margin-right: .255em
}

.dropdown-item-icon {
    color: var(--Aca-gray-600);
    display: inline-block;
    font-size: .8125rem;
    opacity: .7;
    width: 1.5rem
}

@media (min-width: 990px) {
    .dropstart-lg {
        position: relative
    }

    .dropstart-lg .dropdown-menu {
        margin-right: .125rem;
        margin-top: 0;
        right: 100%;
        top: 0
    }

    .dropstart-toggle-none.dropstart .dropdown-toggle:before {
        display: none
    }
}

.dropdown-toggle-none .dropdown-toggle:before {
    display: none
}

.dropdown-animation.dropdown-submenu .dropdown-menu {
    display: block;
    margin-right: .125rem;
    margin-top: 0;
    opacity: 0;
    right: 100%;
    top: 0;
    transform: translateY(20px);
    transition: all .3s ease-in;
    visibility: hidden
}

.dropdown-animation.dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible
}

@media (max-width: 990px) {
    .dropdown-stick {
        position: static !important;
        transform: translateZ(0) !important
    }
}

.form-check {
    margin-bottom: 0
}

.form-switch-price .form-check-input {
    height: 1.5em;
    width: 2.5em
}

.form-switch-price .form-check-input:checked {
    background-color: var(--Aca-dark-primary);
    border-color: var(--Aca-dark-primary)
}

.form-switch {
    align-items: center;
    display: flex
}

.form-switch .form-check-input {
    border-color: var(--Aca-gray-200);
    height: 1.6em;
    margin-right: .5rem;
    width: 3em
}

.course-detail {
    position: relative;
    width: 100%;
}

.course-detail .navbar-vertical {
    width: 300px;
    max-width: 300px;
    background-color: #fff;
    display: block;
    height: auto;
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1010;
    padding: 0;
    box-shadow: none;
    overflow: auto;
    border-right: 1px solid #d1d2e0;
}

.course-detail .navbar-vertical .navbar-brand {
    display: block;
    margin-right: 0;
    padding: 1rem 1.5rem 1.5rem
}

.course-detail .navbar-vertical .navbar-brand img {
    height: 1.875rem
}

.course-detail .navbar-vertical .navbar-heading {
    color: var(--Aca-gray-700);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .125rem;
    padding: .6rem 2rem;
    text-transform: uppercase
}

.course-detail .navbar-vertical .navbar-nav .nav-item .nav-link {
    align-items: center;
    color: var(--Aca-navbar-vertical-link);
    display: flex;
    font-weight: 500;
    line-height: 1.8;
    padding: .5rem 1.5rem;
    transition: all .5s
}

.course-detail .navbar-vertical .navbar-nav .nav-item .nav-link:hover {
    color: var(--Aca-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-icon {
    opacity: 1
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active {
    color: var(--Aca-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active .nav-icon {
    opacity: 1
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse] {
    position: relative
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
    content: "\e92e";
    display: block;
    font-family: Feather;
    margin-left: auto;
    position: absolute;
    right: 1.5rem;
    transition: .5s ease
}

.navbar-vertical .navbar-nav .nav-item [aria-expanded=true].nav-link[data-bs-toggle=collapse]:after {
    transform: rotate(180deg);
    transition: all .3s ease-in
}

.navbar-vertical .navbar-nav .nav-icon {
    font-size: 1.1rem;
    opacity: .6;
    transition: all .5s
}

.navbar-vertical .navbar-nav .nav-divider {
    border: 0;
    border-top: 1px solid rgba(var(--Aca-gray-800), .5);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
    padding: .25rem 3rem !important
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link:hover {
    color: var(--Aca-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link {
    padding: .25rem 3.5rem
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link:hover {
    color: var(--Aca-navbar-vertical-link-hover)
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link {
    padding: .25rem 4.2rem
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link:hover {
    color: var(--Aca-navbar-vertical-link-hover)
}

.navbar-vertical-compact {
    background-color: var(--Aca-navbar-vertical-bg);
    bottom: 0;
    display: initial;
    height: 100%;
    margin-left: -74px;
    max-width: 74px;
    min-width: 74px;
    padding: 0;
    position: fixed;
    top: 0;
    transition: margin .25s ease-out;
    width: 100%;
    z-index: 1
}

.navbar-vertical-compact .simplebar-content-wrapper, .navbar-vertical-compact .simplebar-mask {
    overflow: visible !important
}

.navbar-vertical-compact .navbar-brand {
    display: block;
    margin-right: 0;
    padding: 1rem;
    text-align: center
}

.navbar-vertical-compact .navbar-nav .nav-item {
    position: relative
}

.navbar-vertical-compact .navbar-nav .nav-item .nav-link {
    color: var(--Aca-gray-400);
    padding: .5rem 1.625rem;
    text-align: center
}

.navbar-vertical-compact .navbar-nav .nav-item .nav-link .nav-icon {
    font-size: 20px
}

.navbar-vertical-compact .navbar-nav .nav-item .nav-link.active .nav-icon, .navbar-vertical-compact .navbar-nav .nav-item .nav-link:hover .nav-icon {
    opacity: 1
}

.navbar-vertical-compact .navbar-nav .nav-item .dropdown-menu {
    left: 77px;
    position: absolute;
    top: 0
}

.navbar-vertical-compact .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 150px
}

@media (max-width: 375px) {
    .navbar-vertical-compact .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu.show {
        display: block
    }
}

.navbar-vertical-compact .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
    left: 157px
}

@media (max-width: 990px) {
    .navbar-vertical-compact .navbar-nav .nav-item .dropdown-submenu .dropdown-menu {
        box-shadow: none;
        left: 0;
        position: relative
    }
}

@media (max-width: 992px) {
    .navbar-vertical .navbar-nav .nav-item .nav-link {
        border-bottom: 0 !important;
        padding: .5rem !important
    }
}

@media (min-width: 1200px) {
    .navbar-vertical-compact .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(20px);
        transition: all .3s ease-in;
        visibility: hidden
    }

    .navbar-vertical-compact .dropdown-submenu:hover > .dropdown-menu, .navbar-vertical-compact .dropdown:hover > .dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible
    }
}

.docs-header .docs-header-btn {
    align-items: center;
    display: flex
}

.docs-header .navbar {
    background-color: var(--Aca-navbar-bg);
    box-shadow: 0 -9px 49px rgba(22, 20, 37, .12), 0 -2.71324px 14.7721px rgba(22, 20, 37, .14), 0 -1.12694px 6.13556px rgba(22, 20, 37, .16), 0 -.407592px 2.21911px rgba(22, 20, 37, .18);
    margin-left: 15.625rem;
    z-index: 1022
}

@media (max-width: 576px) {
    .docs-header .navbar {
        margin-left: 0
    }
}

.docs-nav-sidebar {
    background-color: var(--Aca-navbar-bg);
    border-right: 1px solid var(--Aca-border-color);
    height: 100%;
    position: fixed;
    top: 0;
    width: 15.625rem;
    z-index: 22
}

.docs-nav-sidebar .navbar-brand {
    margin-right: 0;
    padding: 14px 20px 10px
}

.docs-nav-sidebar .docs-nav {
    height: calc(100% - 7.5rem) !important;
    overflow-y: auto
}

.docs-nav-sidebar .navbar {
    padding: 0
}

.docs-nav-sidebar .navbar-nav {
    min-width: 100%
}

@media (max-width: 375px) {
    .docs-nav-sidebar .navbar-nav {
        padding-top: 25px
    }
}

.docs-nav-sidebar .navbar-nav .navbar-header {
    margin-bottom: 1rem;
    margin-top: 1.5625rem;
    padding: 0 1.25rem
}

.docs-nav-sidebar .navbar-nav .navbar-header .heading {
    color: var(--Aca-gray-800);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize
}

.docs-nav-sidebar .navbar-nav .navbar-border {
    border-bottom: 1px solid var(--Aca-border-color);
    margin: 1.25rem 0
}

.docs-nav-sidebar .navbar-nav .nav-item .nav-link {
    border-bottom: 0;
    border-radius: .375rem;
    color: var(--Aca-gray-600) !important;
    margin: .05rem 1.25rem;
    padding: .275rem .675rem !important
}

.docs-nav-sidebar .navbar-nav .nav-item .nav-link.active, .docs-nav-sidebar .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--Aca-gray-100);
    color: var(--Aca-gray-500) !important
}

.docs-nav-sidebar .nav-footer {
    background-color: var(--Aca-navbar-bg);
    border-top: 1px solid var(--Aca-border-color);
    bottom: 0;
    padding: .875rem 1.5rem;
    position: absolute;
    width: 100%
}

.sidebar-nav-fixed {
    border-left: 1px solid var(--Aca-gray-300);
    height: calc(100vh - 2rem);
    overflow-y: auto;
    padding-top: 4.0625rem;
    position: sticky;
    top: 4rem
}

.sidebar-nav-fixed ul {
    list-style: none
}

.sidebar-nav-fixed ul li a {
    background: transparent;
    border-left: 2px solid transparent;
    border-radius: 0;
    color: var(--Aca-gray-600);
    display: block;
    font-size: .8125rem;
    line-height: 1.4375rem;
    padding: .125rem 1.5rem;
    text-decoration: none;
    transition: .5s ease
}

.sidebar-nav-fixed ul li a:hover {
    color: var(--Aca-primary)
}

.sidebar-nav-fixed ul li a.active {
    background: transparent !important;
    border-left-color: var(--Aca-primary);
    color: var(--Aca-primary);
    display: block;
    text-decoration: none;
    transition: .5s ease
}

.sidebar-nav-fixed ul li ul {
    list-style: none;
    padding-left: 0
}

.sidebar-nav-fixed ul li ul li a {
    padding: .125rem 2.5rem
}

.docs-main-wrapper {
    min-height: 100%;
    position: relative
}

.docs-wrapper {
    left: 0;
    margin-left: 15.625rem;
    position: relative;
    top: 35px
}

.docs-content {
    margin: 6rem 4rem
}

.docs-content-head {
    padding: 4.375rem 0
}

.gd-example-modal.modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1
}

.scrollspy-example {
    height: 12.5rem;
    margin-top: .5rem;
    overflow: auto;
    position: relative
}

.scrollspy-example-2 {
    height: 21.875rem;
    overflow: auto;
    position: relative
}

.toast.hide {
    display: none
}

.color-swatch {
    margin-bottom: 1.875rem
}

.color-swatch-header {
    border-radius: .25rem;
    height: 4.5rem
}

.color-swatch-body {
    line-height: 1;
    margin-top: .5rem
}

.color-swatch-body-label {
    margin-bottom: .25rem
}

.color-swatch-body-value {
    margin-bottom: 0
}

.docs-example-border-utils [class^=border] {
    background-color: var(--Aca-gray-100);
    display: inline-block;
    height: 5rem;
    margin: .25rem;
    width: 5rem
}

.docs-example-border-utils-0 [class^=border] {
    border: 1px solid var(--Aca-gray-300)
}

:focus {
    outline: 0
}

@media only screen and (max-width: 1400px) {
    .docs-content {
        margin: 6rem 0
    }
}

@media only screen and (max-width: 1200px) {
    .docs-content {
        margin: 5rem 3rem
    }
}

@media only screen and (max-width: 768px) {
    .docs-content {
        margin: 5rem 3rem
    }
}

@media only screen and (max-width: 480px) {
    .docs-nav-sidebar {
        position: relative;
        right: 0;
        width: 100%
    }

    .docs-nav-sidebar .top-search-bar {
        border-bottom: 1px solid var(--Aca-gray-300);
        margin-top: 2.875rem;
        padding: 1.25rem
    }

    .docs-nav-sidebar .navbar-toggler {
        background-color: var(--Aca-white)
    }

    .docs-wrapper {
        margin-left: 0
    }

    .docs-main-wrapper .main-content {
        margin-left: 0;
        width: auto
    }

    .docs-content {
        margin: 1rem
    }
}

.ratio {
    background-color: var(--Aca-gray-100);
    border: 1px solid var(--Aca-gray-300);
    color: var(--Aca-gray-600);
    display: inline-block;
    width: 10rem
}

.docs-content .nav-line-bottom .nav-item .nav-link {
    padding: .75rem
}

.card {
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09)
}

.img-left-rounded {
    border-radius: .5rem 0 0 .5rem
}

@media (max-width: 768px) {
    .img-left-rounded {
        border-radius: .5rem .5rem 0 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .img-left-rounded {
        border-radius: .5rem .5rem 0 0
    }
}

.card-header-height {
    height: 3.75rem
}

.card-hover {
    transition: box-shadow .25s ease
}

.card-hover.active, .card-hover:focus, .card-hover:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important
}

.accordion > .card > .card-header {
    margin-bottom: 0
}

.card-img-size-600 {
    width: 100%
}

@media (min-width: 990px) {
    .card-img-size-600 {
        width: 600px
    }
}

.card-bordered {
    border: 1px solid var(--Aca-gray-200);
    box-shadow: none
}

.card-dashed-hover {
    border-style: dashed !important;
    transition: .5s ease
}

.card-dashed-hover:hover {
    border: 2px dashed var(--Aca-primary) !important
}

.card-hover-with-icon {
    cursor: pointer;
    transition: box-shadow .25s ease
}

.card-hover-with-icon.active, .card-hover-with-icon:focus, .card-hover-with-icon:hover {
    border-top-color: var(--Aca-primary) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transition: 1s ease
}

.card-hover-with-icon.active .card-icon, .card-hover-with-icon:focus .card-icon, .card-hover-with-icon:hover .card-icon {
    background-color: var(--Aca-light-primary) !important;
    color: var(--Aca-primary) !important
}

.card-lift {
    border-radius: .5rem;
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card-lift.active, .card-lift:focus, .card-lift:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transform: translateY(-.25rem)
}

.card-border-primary {
    border: 1px solid transparent;
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.card-border-primary:hover {
    border-color: #754ffe;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transform: translateY(-.25rem)
}

.card-light-primary:hover {
    background-color: var(--Aca-primary-bg-subtle)
}

.card-hover-svg {
    box-shadow: .2s ease-in-out;
    cursor: pointer;
    display: block;
    transition: .3s ease-in-out
}

.card-hover-svg svg {
    fill: var(--Aca-gray-500)
}

.card-hover-svg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transform: translateY(-.25rem)
}

.card-hover-svg:hover svg {
    fill: var(--Aca-primary)
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.form-control-simple:focus {
    box-shadow: none
}

.no-resize {
    resize: none
}

.form-focus-none.form-control:focus {
    box-shadow: none;
    outline: none
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.password-field:after {
    background-color: var(--Aca-gray-200);
    border-radius: .75rem;
    content: "";
    display: block;
    height: 6px;
    margin-top: 3px;
    width: 100%
}

.password-field.level0:after {
    background-color: var(--Aca-danger);
    width: 25%
}

.password-field.level1:after {
    background-color: var(--Aca-warning);
    width: 50%
}

.password-field.level2:after {
    background-color: var(--Aca-warning);
    width: 75%
}

.password-field.level3:after {
    background-color: var(--Aca-success);
    width: 100%
}

.password-field.level0:after {
    background-color: var(--Aca-gray-200);
    width: 100%
}

.blockquote-left {
    border-left: 4px solid var(--Aca-gray-200)
}

.header .navbar {
    padding: .625rem 1.5rem
}

.header .navbar #nav-toggle {
    color: var(--Aca-gray-700);
    font-size: 20px;
    line-height: .5
}

@media (max-width: 576px) {
    .header .navbar .navbar-nav {
        flex-direction: row
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header .navbar .navbar-nav {
        flex-direction: row
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .navbar .navbar-nav {
        flex-direction: row
    }
}

.course-detail {
    /*margin-left:17rem;*/
}

#page-content, #page-content-for-mini {
    min-height: 100vh;
    min-width: 100vw;
    transition: margin .25s ease-out
}

#page-content-for-mini {
    margin-left: 75px
}

#db-wrapper.toggled #page-content, #db-wrapper.toggled #page-content-for-mini, #db-wrapper.toggled .navbar-vertical, #db-wrapper.toggled .navbar-vertical-compact {
    margin-left: 0
}

@media (max-width: 740px) {
    #page-content {
        margin-left: 0
    }

    #db-wrapper.toggled #page-content {
        margin-left: 15.6875rem
    }

    #page-content-for-mini {
        margin-left: 0
    }

    #db-wrapper.toggled #page-content-for-mini {
        margin-left: 74px
    }
}

#db-wrapper.toggled .course-detail .navbar-vertical {
    margin-left: -300px;
}

@media (min-width: 768px) {
    .navbar-vertical {
        margin-left: 0
    }

    #page-content {
        min-width: 0;
        width: 100%
    }

    #db-wrapper.toggled .course-detail .navbar-vertical {
        margin-left: -17rem;
    }

    .navbar-vertical-compact {
        margin-left: 0
    }

    #page-content-for-mini {
        min-width: 0;
        width: 100%
    }

    #db-wrapper.toggled .navbar-vertical-compact {
        margin-left: -74px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #page-content {
        margin-left: 0
    }

    #db-wrapper.toggled #page-content {
        margin-left: 15.6875rem
    }

    #page-content-for-mini {
        margin-left: 0
    }
}

.btn-social {
    background-color: var(--Aca-gray-200);
    border: 1px solid transparent;
    border-radius: .375rem;
    color: var(--Aca-gray-500);
    display: inline-block;
    font-size: .875rem;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0;
    text-align: center;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
    width: 2.25rem
}

.btn-social:hover {
    color: var(--Aca-white)
}

.btn-social:focus {
    outline: none
}

.btn-social:active {
    box-shadow: none !important;
    transition: none
}

.btn-social-outline {
    background-color: transparent;
    border-color: var(--Aca-gray-400)
}

.btn-social-outline:hover {
    border-color: transparent
}

.btn-facebook:hover {
    background-color: #3b5998
}

.btn-twitter:hover {
    background-color: #1da1f2
}

.btn-instagram:hover {
    background-color: #5851db
}

.btn-google:hover {
    background-color: #ea4335;
    border-color: #ea4335;
    color: var(--Aca-white)
}

.btn-linkedin:hover {
    background-color: #0077b5
}

.btn-github:hover {
    background-color: #4078c0
}

.color-facebook {
    color: #4267b2
}

.color-twitter {
    color: #1da1f2
}

.color-github {
    color: #000
}

.color-google {
    color: #db3236
}

.indicator {
    position: relative
}

.indicator:before {
    border: 2px solid var(--Aca-white);
    border-radius: 50%;
    content: "";
    height: .75rem;
    position: absolute;
    right: .18rem;
    top: 0;
    width: .75rem
}

.indicator-primary.indicator:before {
    background-color: var(--Aca-primary)
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .dropdown .dropdown-toggle:after {
        display: none
    }

    .search-icon {
        margin-top: -10px
    }

    .avatar-indicators:before {
        right: 16%
    }

    .navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle=collapse]:after {
        top: .5rem
    }
}

.gallery {
    display: grid;
    grid-template-columns:repeat(12, 1fr);
    grid-template-rows:repeat(6, 5vw);
    grid-gap: .5rem
}

.gallery .gallery__img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gallery .gallery__item--1 {
    grid-column-end: 6;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-row-start: 1
}

.gallery .gallery__item--2 {
    grid-column-end: 9;
    grid-column-start: 6;
    grid-row-end: 4;
    grid-row-start: 1
}

.gallery .gallery__item--3 {
    grid-column-end: 13;
    grid-column-start: 9;
    grid-row-end: 4;
    grid-row-start: 1
}

.gallery .gallery__item--4 {
    grid-column-end: 4;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-row-start: 4
}

.gallery .gallery__item--5 {
    grid-column-end: 9;
    grid-column-start: 4;
    grid-row-end: 7;
    grid-row-start: 4
}

.gallery .gallery__item--6 {
    grid-column-end: 13;
    grid-column-start: 9;
    grid-row-end: 7;
    grid-row-start: 4
}

.accordion-flush a[aria-expanded=true] {
    color: var(--Aca-primary)
}

.btn-collapse svg {
    margin-left: 5px;
    transition: transform .3s
}

.btn-collapse.show-more svg {
    transform: rotate(180deg)
}

.chat-item {
    position: relative;
    transition: background-color .3s
}

.chat-item .chat-actions {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: .75rem;
    top: 0;
    width: 3rem;
    z-index: 2
}

.chat-item .chat-actions, .chat-item:hover {
    background-color: var(--Aca-light)
}

.chat-item:hover .chat-actions {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .5s
}

.chat-layout {
    height: 100vh;
    overflow-y: hidden
}

@media (max-width: 1199.98px) {
    .chat-layout .chat-body {
        background: var(--Aca-gray-100);
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        transform: translateX(100%);
        transition: transform .3s ease, visibility .3s ease;
        visibility: hidden;
        width: 100%;
        z-index: 1020
    }

    .chat-layout .chat-body.chat-body-visible {
        transform: translateX(0);
        visibility: visible
    }
}

.chat-footer {
    bottom: 0;
    position: sticky;
    width: 100%
}

@media (min-width: 1200px) {
    .chat-footer {
        bottom: 60px
    }
}

.task-kanban-container {
    display: block;
    overflow-x: auto;
    white-space: nowrap
}

.task-kanban-container .task-card {
    width: 20rem
}

.task-kanban-container .task-list {
    position: relative
}

.task-kanban-container .task-list:before {
    content: "";
    font-weight: 600;
    line-height: 110px;
    position: absolute;
    text-align: center;
    width: 100%
}

.task-kanban-container .task-kanban {
    position: relative
}

.task-kanban-container .task-kanban .card {
    margin-bottom: 1rem;
    white-space: normal
}

.task-kanban-container .task-kanban .gu-mirror, .task-kanban-container .task-kanban > div {
    cursor: pointer;
    margin: 0;
    min-height: 100px;
    padding: 0;
    transition: opacity .4s ease-in-out;
    width: 100%
}

.progress-tooltip {
    overflow: visible
}

.progress-tooltip .progress-bar {
    border-radius: .5rem;
    overflow: visible;
    position: relative
}

.progress-tooltip .progress-bar span {
    border-radius: 2px;
    color: var(--Aca-dark);
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
    padding: 2px 3px 2px 4px;
    position: absolute;
    right: -1.4em;
    top: -20px
}

.navbar-mail .navbar-nav .nav-item {
    margin-bottom: .25rem
}

.navbar-mail .navbar-nav .nav-item .nav-link {
    color: var(--Aca-gray-500);
    font-weight: 500;
    padding: .5rem .75rem
}

.navbar-mail .navbar-nav .nav-item .nav-link.active, .navbar-mail .navbar-nav .nav-item .nav-link:hover {
    background-color: var(--Aca-gray-100);
    border-radius: .375rem;
    color: var(--Aca-gray-800)
}

.list-group-mail .list-mail {
    color: var(--Aca-gray-700)
}

.list-group-mail .list-mail.active, .list-group-mail .list-mail:focus, .list-group-mail .list-mail:hover {
    background-color: var(--Aca-gray-100);
    border-color: var(--Aca-gray-100);
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08);
    color: var(--Aca-gray-700)
}

.list-group-mail .list-mail.active .actions-mail, .list-group-mail .list-mail:focus .actions-mail, .list-group-mail .list-mail:hover .actions-mail {
    opacity: 1
}

.list-group-mail .list-mail .list-title {
    flex-basis: 168px;
    max-width: 168px;
    overflow: hidden;
    padding-right: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 768px) {
    .list-group-mail .list-mail .list-title {
        flex-basis: 88px;
        max-width: 88px
    }
}

.list-group-mail .list-mail .list-title a {
    color: var(--Aca-gray-700)
}

.list-group-mail .list-mail .list-text {
    color: var(--Aca-gray-700);
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-group-mail .list-mail .list-time {
    margin-right: 1.5rem;
    position: absolute;
    right: 0
}

.actions-mail {
    background-color: var(--Aca-white);
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    line-height: 1;
    margin-right: .5rem;
    margin-top: .47rem;
    opacity: 0;
    padding: .5rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.actions-mail span {
    color: var(--Aca-gray-500);
    font-size: 16px;
    font-weight: 500;
    margin-right: .25rem
}

.actions-mail span:hover {
    color: var(--Aca-primary)
}

.compose-mail .ql-toolbar.ql-snow {
    border: none;
    border-bottom: 1px solid var(--Aca-gray-200);
    border-radius: 0
}

.compose-mail .ql-container.ql-snow {
    border: none
}

.compose-mail .ql-editor {
    height: 250px
}

.compose-mail .compose-img-upload {
    cursor: pointer
}

.compose-mail .compose-img-upload > input {
    display: none
}

.compose-mail .compose-img-upload label {
    cursor: pointer
}

.list-group-hover:focus, .list-group-hover:hover {
    background-color: transparent;
    color: var(--Aca-gray-900)
}

.list-group-hover:focus .list-group-title, .list-group-hover:hover .list-group-title {
    color: var(--Aca-primary)
}

.list-session-hover {
    background-color: transparent
}

.list-session-hover:hover {
    color: var(--Aca-primary)
}

.page-item:first-child .page-link {
    margin-right: .25rem
}

.page-item:not(:first-child) .page-link {
    margin-left: 0;
    margin-right: .25rem
}

.page-item .page-link {
    border-radius: var(--Aca-pagination-border-radius)
}

.offset-right-0 {
    margin-right: 0
}

.offset-right-1 {
    margin-right: 1200%
}

.offset-right-2 {
    margin-right: 2400%
}

.offset-right-3 {
    margin-right: 3600%
}

.offset-right-4 {
    margin-right: 4800%
}

.offset-right-5 {
    margin-right: 6000%
}

.offset-right-6 {
    margin-right: 7200%
}

.offset-right-7 {
    margin-right: 8400%
}

.offset-right-8 {
    margin-right: 9600%
}

.offset-right-9 {
    margin-right: 10800%
}

.offset-right-10 {
    margin-right: 12000%
}

.offset-right-11 {
    margin-right: 13200%
}

.offset-right-12 {
    margin-right: 14400%
}

@media (min-width: 576px) {
    .offset-right-sm-0 {
        margin-right: 0
    }

    .offset-right-sm-1 {
        margin-right: 1200%
    }

    .offset-right-sm-2 {
        margin-right: 2400%
    }

    .offset-right-sm-3 {
        margin-right: 3600%
    }

    .offset-right-sm-4 {
        margin-right: 4800%
    }

    .offset-right-sm-5 {
        margin-right: 6000%
    }

    .offset-right-sm-6 {
        margin-right: 7200%
    }

    .offset-right-sm-7 {
        margin-right: 8400%
    }

    .offset-right-sm-8 {
        margin-right: 9600%
    }

    .offset-right-sm-9 {
        margin-right: 10800%
    }

    .offset-right-sm-10 {
        margin-right: 12000%
    }

    .offset-right-sm-11 {
        margin-right: 13200%
    }

    .offset-right-sm-12 {
        margin-right: 14400%
    }
}

@media (min-width: 768px) {
    .offset-right-md-0 {
        margin-right: 0
    }

    .offset-right-md-1 {
        margin-right: 1200%
    }

    .offset-right-md-2 {
        margin-right: 2400%
    }

    .offset-right-md-3 {
        margin-right: 3600%
    }

    .offset-right-md-4 {
        margin-right: 4800%
    }

    .offset-right-md-5 {
        margin-right: 6000%
    }

    .offset-right-md-6 {
        margin-right: 7200%
    }

    .offset-right-md-7 {
        margin-right: 8400%
    }

    .offset-right-md-8 {
        margin-right: 9600%
    }

    .offset-right-md-9 {
        margin-right: 10800%
    }

    .offset-right-md-10 {
        margin-right: 12000%
    }

    .offset-right-md-11 {
        margin-right: 13200%
    }

    .offset-right-md-12 {
        margin-right: 14400%
    }
}

@media (min-width: 992px) {
    .offset-right-lg-0 {
        margin-right: 0
    }

    .offset-right-lg-1 {
        margin-right: 1200%
    }

    .offset-right-lg-2 {
        margin-right: 2400%
    }

    .offset-right-lg-3 {
        margin-right: 3600%
    }

    .offset-right-lg-4 {
        margin-right: 4800%
    }

    .offset-right-lg-5 {
        margin-right: 6000%
    }

    .offset-right-lg-6 {
        margin-right: 7200%
    }

    .offset-right-lg-7 {
        margin-right: 8400%
    }

    .offset-right-lg-8 {
        margin-right: 9600%
    }

    .offset-right-lg-9 {
        margin-right: 10800%
    }

    .offset-right-lg-10 {
        margin-right: 12000%
    }

    .offset-right-lg-11 {
        margin-right: 13200%
    }

    .offset-right-lg-12 {
        margin-right: 14400%
    }
}

@media (min-width: 1200px) {
    .offset-right-xl-0 {
        margin-right: 0
    }

    .offset-right-xl-1 {
        margin-right: 1200%
    }

    .offset-right-xl-2 {
        margin-right: 2400%
    }

    .offset-right-xl-3 {
        margin-right: 3600%
    }

    .offset-right-xl-4 {
        margin-right: 4800%
    }

    .offset-right-xl-5 {
        margin-right: 6000%
    }

    .offset-right-xl-6 {
        margin-right: 7200%
    }

    .offset-right-xl-7 {
        margin-right: 8400%
    }

    .offset-right-xl-8 {
        margin-right: 9600%
    }

    .offset-right-xl-9 {
        margin-right: 10800%
    }

    .offset-right-xl-10 {
        margin-right: 12000%
    }

    .offset-right-xl-11 {
        margin-right: 13200%
    }

    .offset-right-xl-12 {
        margin-right: 14400%
    }
}

@media (min-width: 1400px) {
    .offset-right-xxl-0 {
        margin-right: 0
    }

    .offset-right-xxl-1 {
        margin-right: 1200%
    }

    .offset-right-xxl-2 {
        margin-right: 2400%
    }

    .offset-right-xxl-3 {
        margin-right: 3600%
    }

    .offset-right-xxl-4 {
        margin-right: 4800%
    }

    .offset-right-xxl-5 {
        margin-right: 6000%
    }

    .offset-right-xxl-6 {
        margin-right: 7200%
    }

    .offset-right-xxl-7 {
        margin-right: 8400%
    }

    .offset-right-xxl-8 {
        margin-right: 9600%
    }

    .offset-right-xxl-9 {
        margin-right: 10800%
    }

    .offset-right-xxl-10 {
        margin-right: 12000%
    }

    .offset-right-xxl-11 {
        margin-right: 13200%
    }

    .offset-right-xxl-12 {
        margin-right: 14400%
    }
}

.animate-marquee {
    animation: marquee 50s linear infinite !important
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}

@keyframes marquee-left {
    to {
        transform: translateX(0)
    }
    0% {
        transform: translateX(-50%)
    }
}

@media (min-width: 992px) {
    .offcanvas-collapse {
        background-color: transparent;
        border-right: 0 !important;
        bottom: auto !important;
        display: block;
        height: auto !important;
        left: auto !important;
        position: static;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        visibility: visible;
        width: 100% !important
    }
}

.text-truncate-line-2 {
    max-height: 3.5rem;
    overflow: hidden
    text-overflow: hidden;

}

@keyframes fpFadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.flatpickr-calendar {
    animation: none;
    background: transparent;
    background: var(--Aca-white);
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 0 0 var(--Aca-gray-200), -1px 0 0 var(--Aca-gray-200), 0 1px 0 var(--Aca-gray-200), 0 -1px 0 var(--Aca-gray-200), 0 3px 13px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    direction: ltr;
    display: none;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    touch-action: manipulation;
    visibility: hidden;
    width: 307.875px
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0
}

.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.flatpickr-calendar:before {
    border: 5px solid transparent;
    margin: 0 -5px
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
    content: "";
    display: block;
    height: 0;
    left: 22px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.flatpickr-calendar:after {
    border: 4px solid transparent;
    margin: 0 -4px
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-calendar.open {
    display: inline-block;
    max-height: 640px;
    opacity: 1;
    visibility: visible;
    z-index: 99999
}

.flatpickr-calendar.inline {
    display: block;
    max-height: 640px;
    opacity: 1;
    position: relative;
    top: 2px;
    visibility: visible
}

.flatpickr-calendar.animate.open {
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    display: block;
    z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 var(--Aca-gray-200), 5px 0 0 var(--Aca-gray-200)
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    border-top: 1px solid var(--Aca-gray-200);
    height: 40px
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: var(--Aca-gray-200);
    bottom: 100%
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: var(--Aca-white);
    bottom: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--Aca-gray-200);
    top: 100%
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: var(--Aca-white);
    top: 100%
}

.flatpickr-wrapper {
    display: inline-block;
    position: relative
}

.flatpickr-months {
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: var(--Aca-gray-100);
    fill: rgba(0, 0, 0, .9);
    flex: 1;
    height: 34px;
    line-height: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.flatpickr-months .flatpickr-prev-month {
    color: var(--Aca-gray-100);
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3;
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month:hover {
    color: var(--Aca-gray-300)
}

.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: var(--Aca-primary)
}

.flatpickr-months .flatpickr-prev-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.flatpickr-months .flatpickr-next-month {
    color: var(--Aca-gray-100);
    cursor: pointer;
    height: 34px;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 3;
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month:hover {
    color: var(--Aca-gray-300)
}

.flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--Aca-primary)
}

.flatpickr-months .flatpickr-next-month svg {
    height: 14px;
    width: 14px
}

.flatpickr-months .flatpickr-next-month svg path {
    transition: fill .1s;
    fill: inherit
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.numInputWrapper {
    height: auto;
    position: relative
}

.numInputWrapper input {
    display: inline-block;
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.numInputWrapper span {
    border: 1px solid rgba(57, 57, 57, .15);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    padding: 0 4px 0 2px;
    position: absolute;
    right: 0;
    width: 14px
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    content: "";
    display: block;
    position: absolute
}

.numInputWrapper span svg {
    height: auto;
    width: inherit
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper span.arrowUp {
    border-bottom: 0;
    top: 0
}

.numInputWrapper span.arrowUp:after {
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    color: var(--Aca-gray-600);
    display: inline-block;
    font-size: 100%;
    font-weight: 300;
    height: 34px;
    left: 12.5%;
    line-height: inherit;
    line-height: 1;
    padding: 16px 0 0;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    width: 75%
}

.flatpickr-current-month span.cur-month {
    color: var(--Aca-gray-600);
    display: inline-block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    display: inline-block;
    width: 6ch;
    width: 7ch \0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--Aca-gray-100)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: var(--Aca-gray-100)
}

.flatpickr-current-month input.cur-year {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: var(--Aca-gray-600);
    cursor: text;
    display: inline-block;
    font-family: Inter, sans-serif;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0 0 0 .5ch;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    background: transparent;
    color: var(--Aca-gray-400);
    font-size: 100%;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: var(--Aca-gray-600);
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    align-items: center;
    background: transparent;
    display: flex;
    overflow: hidden;
    padding: 18px 0;
    text-align: center;
    width: 100%
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1
}

span.flatpickr-weekday {
    background: transparent;
    color: var(--Aca-gray-900);
    cursor: default;
    display: block;
    flex: 1;
    font-size: 90%;
    font-weight: bolder;
    line-height: 1;
    margin: 0;
    text-align: center
}

.dayContainer {
    box-sizing: border-box;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-around;
    max-width: 307.875px;
    min-width: 307.875px;
    opacity: 1;
    outline: 0;
    padding: 0;
    text-align: left;
    transform: translateZ(0);
    width: 307.875px
}

.dayContainer + .dayContainer {
    box-shadow: -1px 0 0 var(--Aca-gray-200)
}

.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--Aca-gray-800);
    cursor: pointer;
    display: inline-block;
    flex-basis: 14.2857143%;
    font-weight: 400;
    height: 39px;
    justify-content: center;
    line-height: 38px;
    margin: 0;
    max-width: 39px;
    position: relative;
    text-align: center;
    width: 14.2857143%
}

.flatpickr-day.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    background: var(--Aca-gray-200);
    border-color: var(--Aca-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 var(--Aca-gray-200), 5px 0 0 var(--Aca-gray-200)
}

.flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.today.inRange {
    background: var(--Aca-gray-200);
    border-color: var(--Aca-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--Aca-gray-600);
    cursor: default
}

.flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover {
    background: var(--Aca-gray-200);
    border-color: var(--Aca-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.nextMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--Aca-gray-300);
    cursor: default
}

.flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover {
    background: var(--Aca-gray-200);
    border-color: var(--Aca-gray-200);
    cursor: pointer;
    outline: 0
}

.flatpickr-day.today {
    background-color: var(--Aca-primary);
    border-color: var(--Aca-primary);
    color: var(--Aca-white)
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
    background: var(--Aca-gray-300);
    border-color: var(--Aca-gray-300);
    color: var(--Aca-white)
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: var(--Aca-primary);
    border-color: var(--Aca-primary);
    box-shadow: none;
    color: var(--Aca-white)
}

.flatpickr-day.selected.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--Aca-primary)
}

.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--Aca-primary)
}

.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 var(--Aca-primary)
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    background: transparent;
    border-color: transparent;
    color: var(--Aca-gray-600);
    cursor: default;
    cursor: not-allowed
}

.flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--Aca-gray-600);
    cursor: default
}

.flatpickr-day.notAllowed.nextMonthDay {
    background: transparent;
    border-color: transparent;
    color: var(--Aca-gray-200);
    cursor: default
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 var(--Aca-primary), 5px 0 0 var(--Aca-primary)
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    box-shadow: 1px 0 0 var(--Aca-gray-200);
    padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    line-height: 28px;
    width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    background: transparent;
    border: none;
    color: var(--Aca-gray-600);
    cursor: default;
    display: block;
    max-width: none;
    width: 100%
}

.flatpickr-innerContainer {
    box-sizing: border-box;
    display: block;
    display: flex;
    overflow: hidden
}

.flatpickr-rContainer {
    box-sizing: border-box;
    display: inline-block;
    padding: 0
}

.flatpickr-time {
    box-sizing: border-box;
    display: block;
    display: flex;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    outline: 0;
    overflow: hidden;
    text-align: center
}

.flatpickr-time:after {
    clear: both;
    content: "";
    display: table
}

.flatpickr-time .numInputWrapper {
    flex: 1;
    float: left;
    height: 40px;
    width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: var(--Aca-gray-300)
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: var(--Aca-gray-300)
}

.flatpickr-time input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--Aca-gray-300);
    font-size: 14px;
    height: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center
}

.flatpickr-time input:focus {
    border: 0;
    outline: 0
}

.flatpickr-time input:focus, .flatpickr-time input:hover {
    background: var(--Aca-gray-200)
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
    align-self: center;
    color: var(--Aca-gray-300);
    float: left;
    font-weight: 700;
    height: inherit;
    line-height: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 2%
}

.flatpickr-time .flatpickr-am-pm {
    cursor: pointer;
    font-weight: 400;
    outline: 0;
    text-align: center;
    width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover {
    background: var(--Aca-gray-200)
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-input[readonly] {
    background-color: var(--Aca-white);
    cursor: pointer
}

.ql-container {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-size: 13px;
    height: auto;
    margin: 0;
    position: relative
}

.ql-editor {
    box-sizing: border-box;
    height: 100%;
    line-height: 2;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0 0 35px
}

.ql-editor > * {
    cursor: text
}

.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=true] > li * {
    pointer-events: all
}

.ql-editor ul[data-checked=true] > li:before {
    color: var(--Aca-gray-600);
    content: "☑";
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=false] {
    pointer-events: none
}

.ql-editor ul[data-checked=false] > li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false] > li:before {
    color: var(--Aca-gray-600);
    content: "☐";
    cursor: pointer;
    pointer-events: all
}

.ql-editor .ql-bg-black {
    background-color: var(--Aca-dark)
}

.ql-editor .ql-bg-orange, .ql-editor .ql-bg-red, .ql-editor .ql-bg-yellow {
    background-color: var(--Aca-danger)
}

.ql-editor .ql-bg-green {
    background-color: var(--Aca-success)
}

.ql-editor .ql-bg-blue {
    background-color: var(--Aca-primary)
}

.ql-editor .ql-bg-purple {
    background-color: var(--Aca-secondary)
}

.ql-editor .ql-color-white {
    color: var(--Aca-white)
}

.ql-editor .ql-color-red {
    color: var(--Aca-danger)
}

.ql-editor .ql-color-orange {
    color: #fd7e14
}

.ql-editor .ql-color-yellow {
    color: var(--Aca-warning)
}

.ql-editor .ql-color-green {
    color: var(--Aca-success)
}

.ql-editor .ql-color-blue {
    color: var(--Aca-primary)
}

.ql-editor .ql-color-purple {
    color: var(--Aca-secondary)
}

.ql-editor .ql-font-serif {
    font-family: Inter, sans-serif
}

.ql-editor.ql-blank:before {
    color: var(--Aca-dark)
}

.ql-snow.ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow.ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar button:hover {
    color: var(--Aca-primary)
}

.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow.ql-toolbar button:focus {
    color: var(--Aca-primary)
}

.ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow.ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar button.ql-active {
    color: var(--Aca-primary)
}

.ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-label:hover {
    color: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active {
    color: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-item:hover {
    color: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected {
    color: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow {
    box-sizing: border-box
}

.ql-snow .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow .ql-toolbar button:hover {
    color: var(--Aca-primary)
}

.ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow .ql-toolbar button:focus {
    color: var(--Aca-primary)
}

.ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow .ql-toolbar button.ql-active {
    color: var(--Aca-primary)
}

.ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-label:hover {
    color: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-label.ql-active {
    color: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-item:hover {
    color: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: var(--Aca-primary)
}

.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: var(--Aca-primary)
}

.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    background-color: var(--Aca-white);
    border: 1px solid var(--Aca-gray-400);
    box-shadow: 0 0 5px var(--Aca-gray-300);
    color: var(--Aca-gray-600);
    padding: 5px 12px;
    position: absolute;
    transform: translateY(10px);
    white-space: nowrap
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    line-height: 26px;
    text-decoration: none
}

.ql-snow .ql-tooltip:before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    border: 1px solid var(--Aca-gray-200);
    display: none;
    font-size: 13px;
    height: 26px;
    margin: 0;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action:after {
    border-right: 1px solid var(--Aca-gray-200);
    content: "Edit";
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove:before {
    content: "Remove";
    margin-left: 8px
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: var(--Aca-gray-700);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: var(--Aca-gray-700);
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
    fill: var(--Aca-gray-700)
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid var(--Aca-gray-200)
}

.ql-snow .ql-editor code, .ql-snow .ql-editor pre {
    background-color: var(--Aca-light)
}

.ql-snow .ql-editor pre {
    border-radius: 3px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: var(--Aca-dark);
    color: var(--Aca-gray-300);
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: var(--Aca-gray-600);
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker-options {
    background-color: var(--Aca-white);
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: var(--Aca-gray-200);
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: var(--Aca-gray-200)
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: var(--Aca-gray-200)
}

.ql-snow .ql-color-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: var(--Aca-white)
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: var(--Aca-dark)
}

.ql-snow a {
    color: var(--Aca-primary)
}

.ql-toolbar.ql-snow {
    background-color: var(--Aca-white);
    border: 1px solid var(--Aca-border-color);
    border-radius: .5rem .5rem 0 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: var(--Aca-gray-200)
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: var(--Aca-dark)
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0
}

.ql-container.ql-snow {
    border: 1px solid var(--Aca-border-color);
    border-radius: 0 0 .5rem .5rem
}

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active) {
        color: var(--Aca-gray-600)
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: var(--Aca-gray-700)
    }

    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: var(--Aca-gray-700)
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: var(--Aca-gray-600)
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: var(--Aca-gray-700)
    }

    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: var(--Aca-gray-700)
    }
}

.custom-file-container {
    box-sizing: border-box;
    display: block;
    position: relative
}

.custom-file-container * {
    box-sizing: border-box
}

.custom-file-container .label-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px
}

.custom-file-container .clear-button {
    color: var(--Aca-gray-700);
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    transition: color .2s ease-in-out
}

.custom-file-container .clear-button:hover {
    color: var(--Aca-gray-300)
}

.custom-file-container .input-container {
    display: inline-block;
    height: 40px;
    margin-bottom: 8px;
    position: relative;
    width: 100%
}

.custom-file-container .input-container:hover {
    cursor: pointer
}

.custom-file-container .input-hidden {
    height: 40px;
    margin: 0;
    max-width: 100%;
    min-width: 300px;
    opacity: 0
}

.custom-file-container .input-visible {
    background-clip: padding-box;
    background-color: var(--Aca-input-bg);
    border: 1px solid var(--Aca-border-color);
    border-radius: 4px;
    color: var(--Aca-gray-700);
    height: 40px;
    left: 0;
    line-height: 1.5;
    overflow: hidden;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 5
}

.custom-file-container .browse-button {
    background-color: var(--Aca-gray-200);
    border-left: 1px solid var(--Aca-border-color);
    color: var(--Aca-gray-700);
    display: block;
    height: 38px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6
}

.custom-file-container .image-preview {
    background-color: var(--Aca-gray-200);
    height: 250px;
    overflow: auto;
    padding: 4px;
    transition: background .2s ease-in-out;
    width: 100%
}

.custom-file-container .image-preview, .custom-file-container .image-preview-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px
}

.custom-file-container .image-preview-item {
    box-shadow: 0 4px 10px 0 rgba(var(--Aca-gray-700), .25);
    float: left;
    height: 90px;
    margin: 1.858736059%;
    position: relative;
    transition: background .2s ease-in-out, opacity .2s ease-in-out;
    width: 29.615861214%
}

.custom-file-container .image-preview-item.multi-item-clear-animation {
    opacity: 0
}

.custom-file-container .image-preview-item-clear {
    background: var(--Aca-gray-200);
    border-radius: 50%;
    box-shadow: 0 4px 10px 0 rgba(var(--Aca-gray-700), .25);
    height: 20px;
    left: -6px;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    transition: background .2s ease-in-out, color .2s ease-in-out;
    width: 20px
}

.custom-file-container .image-preview-item-clear:hover {
    background: var(--Aca-gray-300);
    cursor: pointer
}

.custom-file-container .image-preview-item-clear-icon {
    color: var(--Aca-gray-700);
    display: block;
    margin-top: -2px
}

pre[class*=language-] {
    border-radius: .5rem !important;
    height: 420px;
    margin-bottom: 0;
    overflow: auto;
    padding: 1em
}

:not(pre) > code[class*=language-], pre[class*=language-] {
    background: var(--Aca-gray-900)
}

div.code-toolbar {
    position: relative
}

div.code-toolbar > .toolbar {
    opacity: 0;
    position: absolute;
    right: .2em;
    top: .3em;
    transition: opacity .3s ease-in-out
}

div.code-toolbar:focus-within > .toolbar, div.code-toolbar:hover > .toolbar {
    opacity: 1
}

div.code-toolbar > .toolbar > .toolbar-item {
    display: inline-block
}

div.code-toolbar > .toolbar > .toolbar-item > a {
    cursor: pointer
}

div.code-toolbar > .toolbar > .toolbar-item > button {
    background: none;
    border: 0;
    color: var(--Aca-gray-900);
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0
}

div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
    background: var(--Aca-gray-300);
    border-radius: .25rem;
    color: var(--Aca-gray-900);
    font-size: .75rem;
    font-weight: 600;
    padding: .25rem .5rem
}

div.code-toolbar > .toolbar > .toolbar-item > a:focus, div.code-toolbar > .toolbar > .toolbar-item > a:hover, div.code-toolbar > .toolbar > .toolbar-item > button:focus, div.code-toolbar > .toolbar > .toolbar-item > button:hover {
    color: var(--Aca-gray-900);
    text-decoration: none
}

div.code-toolbar > .toolbar > .toolbar-item > span:focus, div.code-toolbar > .toolbar > .toolbar-item > span:hover {
    color: inherit;
    text-decoration: none
}

.bs-stepper .step-trigger {
    color: var(--Aca-gray-700);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0
}

.bs-stepper .step-trigger:focus {
    color: var(--Aca-primary);
    outline: none
}

.bs-stepper .step-trigger:hover {
    background-color: transparent;
    color: var(--Aca-primary);
    text-decoration: none
}

.bs-stepper .line {
    background-color: var(--Aca-border-color)
}

.bs-stepper .bs-stepper-content {
    padding: 0
}

.bs-stepper-header {
    align-items: center;
    background-color: var(--Aca-white);
    border-radius: 0 0 .5rem .5rem;
    display: flex;
    padding: 16px
}

.bs-stepper-line {
    background-color: var(--Aca-border-color);
    flex: 1 0 32px;
    margin: auto;
    min-height: 1px;
    min-width: 1px
}

.bs-stepper-circle {
    align-items: center;
    background-color: var(--Aca-gray-300);
    border-radius: 50%;
    color: var(--Aca-gray-600);
    display: inline-flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    line-height: 1.3;
    margin: .25rem;
    width: 40px
}

.active .bs-stepper-circle {
    background-color: var(--Aca-primary);
    color: var(--Aca-white)
}

@media (max-width: 520px) {
    .bs-stepper-header {
        overflow: scroll
    }
}

@media (max-width: 400px) {
    .bs-stepper .line, .bs-stepper-line {
        flex-basis: 20px
    }
}

.apexcharts-tooltip {
    border-radius: .5rem !important;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09) !important
}

.apexcharts-tooltip .apexcharts-tooltip-series-group {
    align-items: center;
    background: var(--Aca-white) !important;
    color: var(--Aca-dark);
    display: none;
    justify-content: left;
    line-height: 1 !important;
    padding: 3px 16px 6px !important;
    text-align: left
}

.apexcharts-tooltip-marker {
    border-radius: 50%;
    height: 8px !important;
    margin-right: 6px !important;
    position: relative;
    top: 0;
    width: 8px !important
}

.apexcharts-tooltip.apexcharts-theme-light {
    background-color: var(--Aca-gray-100) !important;
    background: var(--Aca-white) !important;
    border: 1px solid var(--Aca-gray-200) !important
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: var(--Aca-white) !important;
    border-bottom: 1px solid var(--Aca-gray-200) !important
}

.apexcharts-tooltip-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 4px;
    padding: 8px 16px !important
}

.apexcharts-xaxis-label {
    fill: var(--Aca-gray-500)
}

.tagify {
    background-color: var(--Aca-white) !important;
    border-color: var(--Aca-tagify-border-color) !important;
    border-radius: .25rem;
    line-height: 1.5;
    --tag-bg: var(--Aca-gray-300) !important;
    --tag-hover: var(--Aca-light-primary) !important;
    --tag-invalid-color: var(--Aca-light-danger) !important;
    --tag-text-color: var(--Aca-dark) !important;
    --tags-focus-border-color: var(--Aca-primary) !important;
    --tag-pad: 0.6em 0.5em
}

.tagify__tag:hover:not([readonly]) div:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.tagify--focus {
    border-color: var(--Aca-primary) !important;
    box-shadow: var(--Aca-input-focus-box-shadow)
}

.tagify__tag {
    background-color: var(--Aca-gray-300);
    border-radius: .25rem;
    color: var(--Aca-white)
}

.tagify__tag__removeBtn:hover {
    background: var(--Aca-light-danger) !important;
    color: var(--Aca-danger) !important
}

.controls {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%
}

@media (max-width: 768px) {
    .controls {
        bottom: -50px;
        justify-content: center;
        position: absolute;
        top: inherit
    }
}

.controls:focus {
    outline: none
}

.controls li {
    cursor: pointer
}

.controls li.prev {
    background-color: var(--Aca-white);
    border: 1px solid var(--Aca-border-color);
    border-radius: 50%;
    color: var(--Aca-gray-400);
    height: 40px;
    line-height: 40px;
    margin-left: -50px;
    position: relative;
    text-align: center;
    transition: .2s ease-in;
    width: 40px
}

@media (max-width: 768px) {
    .controls li.prev {
        margin-right: 5px
    }
}

.controls li.prev:hover {
    background-color: var(--Aca-primary);
    border-color: var(--Aca-primary);
    color: var(--Aca-white)
}

.controls li.next {
    background-color: var(--Aca-white);
    border: 1px solid var(--Aca-border-color);
    border-radius: 50%;
    color: var(--Aca-gray-400);
    height: 40px;
    line-height: 40px;
    margin-right: -50px;
    position: relative;
    text-align: center;
    transition: .2s ease-in;
    width: 40px
}

@media (max-width: 768px) {
    .controls li.next {
        margin-left: 5px
    }
}

.controls li.next:hover {
    background-color: var(--Aca-primary);
    border-color: var(--Aca-primary);
    color: var(--Aca-white)
}

.controls-testimonial {
    bottom: -100px;
    justify-content: center;
    position: absolute;
    top: inherit
}

@media (max-width: 990px) {
    .controls-testimonial {
        bottom: -50px
    }
}

.product-tools {
    position: relative
}

.product-tools .thumbnails {
    margin: 10px 0;
    text-align: center
}

.product-tools img {
    border-radius: 6px;
    max-width: 100%
}

.product .tns-item img {
    border-radius: 6px;
    width: 100%
}

.thumbnails li img {
    height: auto
}

.thumbnails .tns-nav-active .thumbnails-img {
    background: none;
    border: 2px solid var(--Aca-primary);
    border-radius: .5rem
}

.tns-nav {
    margin: 28px 0 0;
    text-align: center
}

.tns-nav > [aria-controls] {
    background: var(--Aca-gray-200);
    border: 0;
    border-radius: 50%;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    width: 12px
}

.tns-nav > .tns-nav-active {
    background: var(--Aca-primary)
}

.tippy-box[data-animation=scale][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=scale][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=scale][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=scale][data-state=hidden] {
    opacity: 0;
    transform: scale(.5)
}

.tippy-box[data-theme~=light] {
    background-color: var(--Aca-dark);
    box-shadow: 0 0 20px 4px rgba(42, 44, 46, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
    color: var(--Aca-white)
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
    border-top-color: var(--Aca-dark)
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: var(--Aca-dark)
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
    border-left-color: var(--Aca-dark)
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
    border-right-color: var(--Aca-dark)
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
    background-color: var(--Aca-dark)
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
    fill: var(--Aca-dark)
}

.tippy-box[data-theme~=lightPurple] {
    background-color: var(--Aca-light-primary);
    color: var(--Aca-dark-primary)
}

.tippy-box[data-theme~=lightPurple][data-placement^=right] > .tippy-arrow:before {
    border-right-color: var(--Aca-light-primary)
}

.jvm-region.jvm-element {
    fill: var(--Aca-gray-200)
}

svg {
    touch-action: none
}

.jvm-zoomin, .jvm-zoomout, image, text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.jvm-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    touch-action: none;
    width: 100%
}

.jvm-tooltip {
    background-color: var(--Aca-white);
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    color: #fff;
    display: none;
    font-family: Inter, "sans-serif";
    font-size: .82075rem;
    padding: 3px 5px;
    position: absolute;
    white-space: nowrap
}

.jvm-tooltip.active {
    display: block
}

.jvm-zoom-btn {
    background-color: var(--Aca-gray-400);
    border-radius: 3px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    height: 15px;
    left: 10px;
    line-height: 7px;
    padding: 3px;
    position: absolute;
    width: 15px
}

.jvm-zoom-btn.jvm-zoomout {
    top: 30px
}

.jvm-zoom-btn.jvm-zoomin {
    top: 10px
}

.jvm-series-container {
    position: absolute;
    right: 15px
}

.jvm-series-container.jvm-series-h {
    bottom: 15px
}

.jvm-series-container.jvm-series-v {
    top: 15px
}

.jvm-series-container .jvm-legend {
    background-color: var(--Aca-white);
    border: 1px solid var(--Aca-border-color);
    border-color: var(--Aca-border-color);
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(17, 24, 39, .09);
    float: left;
    margin-left: .75rem;
    padding: .6rem
}

.jvm-series-container .jvm-legend .jvm-legend-title {
    border-bottom: 1px solid var(--Aca-border-color);
    line-height: 1;
    margin-bottom: .575rem;
    padding-bottom: .5rem;
    text-align: left
}

.jvm-series-container .jvm-legend .jvm-legend-inner {
    overflow: hidden
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
    min-width: 40px;
    overflow: hidden
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
    margin-top: .575rem
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
    border-radius: 4px;
    float: left;
    height: 16px;
    margin-right: .65rem;
    width: 16px
}

.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
    float: left;
    font-size: 12px;
    text-align: center
}

.jvm-line[animation=true] {
    animation: jvm-line-animation 10s linear infinite forwards
}

@keyframes jvm-line-animation {
    0% {
        stroke-dashoffset: 250
    }
}

table.dataTable {
    border-collapse: separate !important;
    clear: both;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    max-width: none !important
}

table.dataTable td, table.dataTable th {
    box-sizing: content-box
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap td, table.dataTable.nowrap th {
    white-space: nowrap
}

table.dataTable.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent
}

div.dataTables_wrapper div.dataTables_length {
    padding: 16px 24px
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    display: inline-block;
    width: 80px
}

div.dataTables_wrapper div.dataTables_filter {
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 400;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    margin-left: .5em;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding: 1rem !important;
    padding-left: 1.5rem;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    padding: .75rem;
    text-align: right;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 12px 24px;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-item {
    margin-left: .25rem
}

div.dataTables_wrapper div.dataTables_processing {
    left: 50%;
    margin-left: -100px;
    margin-top: -26px;
    padding: 1em 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 200px
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody > table {
    border-top: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody > table > tbody > tr:first-child > td, div.dataTables_scrollBody > table > tbody > tr:first-child > th {
    border-top: none
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    border-top: none;
    margin-top: 0 !important
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }
}

table.dataTable.table-condensed > thead > tr > th {
    padding-right: 20px
}

table.table-bordered.dataTable {
    border-right-width: 0
}

table.table-bordered.dataTable td, table.table-bordered.dataTable th {
    border-left-width: 0
}

table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable th:last-child {
    border-right-width: 1px
}

div.dataTables_scrollHead table.table-bordered, table.table-bordered.dataTable tbody td, table.table-bordered.dataTable tbody th {
    border-bottom-width: 0
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
    padding-right: 0
}

div.dt-buttons {
    display: block;
    position: static
}

div.dt-buttons .btn {
    border-radius: .375rem !important
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        flex-wrap: nowrap !important;
        float: none;
        margin-bottom: .5em;
        overflow-x: auto;
        text-align: center;
        width: 100%
    }
}

table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px #f1f5f9
}

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fc {
    display: flex;
    flex-direction: column;
    font-size: 1em
}

.fc, .fc *, .fc :after, .fc :before {
    box-sizing: border-box
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    border-left: none !important;
    border-right: none !important;
    text-align: center
}

.fc td, .fc th {
    padding: 0;
    vertical-align: top
}

.fc a[data-navlink] {
    color: var(--Aca-gray-900);
    cursor: pointer
}

.fc a[data-navlink]:hover {
    text-decoration: underline
}

.fc-direction-ltr {
    direction: ltr;
    text-align: left
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid var(--Aca-border-color)
}

.fc-liquid-hack td, .fc-liquid-hack th {
    position: relative
}

@font-face {
    font-family: fcicons;
    font-style: normal;
    font-weight: 400;

    src: url("data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=");
}

.fc-icon {
    display: inline-block;
    font-family: fcicons !important;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1em;
    speak: none;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
    content: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

.fc .fc-button {
    -webkit-appearance: button;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    border-radius: .25em;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-size: .875rem;
    font-weight: 500;
    line-height: inherit;
    line-height: 1.9;
    margin: 0;
    overflow: visible;
    padding: .25em .65em;
    text-align: center;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.fc .fc-button:not(:disabled) {
    cursor: pointer
}

.fc .fc-button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.fc .fc-button:hover {
    text-decoration: none
}

.fc .fc-button:focus {
    box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25);
    outline: 0
}

.fc .fc-button:disabled {
    opacity: .65
}

.fc .fc-button-primary {
    background-color: transparent;
    border-color: var(--Aca-border-color);
    color: var(--Aca-gray-700)
}

.fc .fc-button-primary:disabled, .fc .fc-button-primary:hover {
    background-color: var(--Aca-gray-300);
    border-color: var(--Aca-border-color);
    color: var(--Aca-gray-700)
}

.fc .fc-button-primary:focus {
    box-shadow: none
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: var(--Aca-primary);
    border-color: var(--Aca-primary);
    color: var(--Aca-white)
}

.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none
}

.fc .fc-button .fc-icon {
    font-size: .875rem;
    vertical-align: middle
}

.fc .fc-button-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.fc .fc-button-group > .fc-button {
    flex: 1 1 auto;
    position: relative
}

.fc .fc-button-group > .fc-button.fc-button-active, .fc .fc-button-group > .fc-button:active, .fc .fc-button-group > .fc-button:focus, .fc .fc-button-group > .fc-button:hover {
    z-index: 1
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fc .fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.fc .fc-toolbar.fc-header-toolbar {
    padding: 1.5rem
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em
}

.fc-direction-rtl .fc-toolbar-ltr {
    flex-direction: row-reverse
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative
}

.fc .fc-scroller-liquid {
    height: 100%
}

.fc .fc-scroller-liquid-absolute {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-scroller-harness {
    direction: ltr;
    overflow: hidden;
    position: relative
}

.fc .fc-scroller-harness-liquid {
    height: 100%
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
    direction: rtl
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid var(--Aca-border-color)
}

.fc .fc-scrollgrid {
    border-bottom-width: 0;
    border-collapse: separate;
    border-right-width: 0;
    table-layout: fixed;
    width: 100%
}

.fc .fc-scrollgrid table {
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    table-layout: fixed;
    width: 100%
}

.fc .fc-scrollgrid-liquid {
    height: 100%
}

.fc .fc-scrollgrid-section, .fc .fc-scrollgrid-section table, .fc .fc-scrollgrid-section > td {
    height: 1px
}

.fc .fc-scrollgrid-section-liquid > td {
    height: 100%
}

.fc .fc-scrollgrid-section > * {
    border-left-width: 0;
    border-top-width: 0
}

.fc .fc-scrollgrid-section-footer > *, .fc .fc-scrollgrid-section-header > * {
    border-bottom-width: 0
}

.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden
}

.fc .fc-scrollgrid-section-sticky > * {
    background: var(--Aca-white);
    position: sticky;
    z-index: 3
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0
}

.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px
}

.fc-sticky {
    position: sticky
}

.fc .fc-view-harness {
    flex-grow: 1;
    position: relative
}

.fc .fc-view-harness-active > .fc-view {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-col-header-cell-cushion {
    color: var(--Aca-gray-900);
    display: inline-block;
    padding: 2px 4px
}

.fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-non-business {
    background: var(--Aca-gray-200)
}

.fc .fc-bg-event {
    background: #8fdf82;
    opacity: .3
}

.fc .fc-bg-event .fc-event-title {
    font-size: .85em;
    font-style: italic;
    font-weight: 500;
    margin: .5em
}

.fc .fc-highlight {
    background: var(--Aca-light-info)
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
    background: var(--Aca-gray-500)
}

a.fc-event, a.fc-event:hover {
    text-decoration: none
}

.fc-event.fc-event-draggable, .fc-event[href] {
    cursor: pointer
}

.fc-event .fc-event-main {
    position: relative;
    z-index: 2
}

.fc-event-dragging:not(.fc-event-selected) {
    opacity: .75
}

.fc-event-dragging.fc-event-selected {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4
}

.fc-event:hover .fc-event-resizer {
    display: block
}

.fc-event-selected {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event-selected .fc-event-resizer {
    background: var(--Aca-white);
    border: 1px solid;
    border-color: inherit;
    border-radius: 4px;
    display: block;
    height: 8px;
    width: 8px
}

.fc-event-selected .fc-event-resizer:before {
    bottom: -20px;
    content: "";
    left: -20px;
    position: absolute;
    right: -20px;
    top: -20px
}

.fc-event:focus {
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08)
}

.fc-event-selected:before, .fc-event:focus:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.fc-event-selected:after, .fc-event:focus:after {
    background: rgba(0, 0, 0, .25);
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1
}

.fc-h-event {
    background-color: var(--Aca-primary);
    border: 1px solid var(--Aca-primary);
    display: block
}

.fc-h-event .fc-event-main {
    color: var(--Aca-white)
}

.fc-h-event .fc-event-main-frame {
    display: flex
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: hidden
}

.fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0
}

.fc-h-event .fc-event-title {
    display: inline-block;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    vertical-align: top
}

.fc-h-event.fc-event-selected:before {
    bottom: -10px;
    top: -10px
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-bottom-left-radius: 0;
    border-left-width: 0;
    border-top-left-radius: 0
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-bottom-right-radius: 0;
    border-right-width: 0;
    border-top-right-radius: 0
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    bottom: 0;
    top: 0;
    width: 8px
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px
}

.fc-h-event.fc-event-selected .fc-event-resizer {
    margin-top: -4px;
    top: 50%
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px
}

.fc .fc-popover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 9999
}

.fc .fc-popover-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 4px
}

.fc .fc-popover-title {
    margin: 0 2px
}

.fc .fc-popover-close {
    cursor: pointer;
    font-size: 1.1em;
    opacity: .65
}

.fc-theme-standard .fc-popover {
    background: var(--Aca-white);
    border: 0;
    border-radius: .25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 20, .08), 0 1px 2px rgba(0, 0, 20, .08)
}

.fc-theme-standard .fc-popover-header {
    background: var(--Aca-gray-200);
    border-start-end-radius: .25rem;
    border-start-start-radius: .25rem
}

.fc-daygrid-day-events:after, .fc-daygrid-day-events:before, .fc-daygrid-day-frame:after, .fc-daygrid-day-frame:before, .fc-daygrid-event-harness:after, .fc-daygrid-event-harness:before {
    clear: both;
    content: "";
    display: table
}

.fc .fc-daygrid-body {
    position: relative;
    z-index: 1
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: var(--Aca-light-warning)
}

.fc .fc-daygrid-day-frame {
    min-height: 100%;
    position: relative
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: .3
}

.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4
}

.fc .fc-daygrid-day-events {
    margin-top: 1px
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    left: 0;
    position: absolute;
    right: 0
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 2em;
    position: relative
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em
}

.fc .fc-daygrid-event-harness {
    position: relative
}

.fc .fc-daygrid-event-harness-abs {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-daygrid-bg-harness {
    bottom: 0;
    position: absolute;
    top: 0
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3
}

.fc .fc-daygrid-event {
    margin-top: 1px;
    z-index: 6
}

.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7
}

.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
}

.fc .fc-daygrid-day-bottom:before {
    clear: both;
    content: "";
    display: table
}

.fc .fc-daygrid-more-link {
    cursor: pointer;
    position: relative;
    z-index: 4
}

.fc .fc-daygrid-week-number {
    background-color: var(--Aca-gray-100);
    color: var(--Aca-gray-700);
    min-width: 1.5em;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 5
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px
}

.fc-direction-ltr .fc-daygrid-week-number {
    border-radius: 0 0 3px 0;
    left: 0
}

.fc-direction-rtl .fc-daygrid-week-number {
    border-radius: 0 0 0 3px;
    right: 0
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static
}

.fc-daygrid-event {
    border-radius: 3px;
    font-size: .85em;
    position: relative;
    white-space: nowrap
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: 700;
    padding: 1px
}

.fc-daygrid-block-event .fc-event-title {
    font-weight: 500;
    line-height: 1;
    padding: 4px 6px
}

.fc-daygrid-dot-event {
    align-items: center;
    background-color: var(--Aca-light-primary);
    display: flex;
    padding: 2px 4px
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    font-weight: 700;
    min-width: 0;
    overflow: hidden
}

.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {
    background-color: var(--Aca-light-primary)
}

.fc-daygrid-dot-event.fc-event-selected:before {
    bottom: -10px;
    top: -10px
}

.fc-daygrid-event-dot {
    border: 4px solid var(--Aca-dark-primary);
    border-radius: 4px;
    box-sizing: content-box;
    height: 0;
    margin: 0 4px;
    width: 0
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px
}

.fc-v-event {
    background-color: var(--Aca-primary);
    border: 1px solid var(--Aca-primary);
    display: block
}

.fc-v-event .fc-event-main {
    color: var(--Aca-white);
    height: 100%
}

.fc-v-event .fc-event-main-frame {
    display: flex;
    flex-direction: column;
    height: 100%
}

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0
}

.fc-v-event .fc-event-title {
    bottom: 0;
    max-height: 100%;
    overflow: hidden;
    top: 0
}

.fc-v-event:not(.fc-event-start) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0
}

.fc-v-event:not(.fc-event-end) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0
}

.fc-v-event.fc-event-selected:before {
    left: -10px;
    right: -10px
}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize
}

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    left: 0;
    right: 0
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px
}

.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px
}

.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px
}

.fc .fc-timegrid-body {
    min-height: 100%;
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-axis-chunk {
    position: relative
}

.fc .fc-timegrid-axis-chunk > table, .fc .fc-timegrid-slots {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-slot {
    border-bottom: 0;
    height: 1.5em
}

.fc .fc-timegrid-slot:empty:before {
    content: " "
}

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap
}

.fc .fc-timegrid-slot-label {
    vertical-align: middle
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%
}

.fc .fc-timegrid-axis-frame {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    overflow: hidden
}

.fc .fc-timegrid-axis-cushion {
    flex-shrink: 0;
    max-width: 60px
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: var(--Aca-light-warning)
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative
}

.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
    bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-media-screen .fc-timegrid-cols {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-media-screen .fc-timegrid-cols > table {
    height: 100%
}

.fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container {
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc .fc-timegrid-col-bg {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1
}

.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-highlight {
    z-index: 3
}

.fc .fc-timegrid-bg-harness {
    left: 0;
    position: absolute;
    right: 0
}

.fc .fc-timegrid-col-events {
    z-index: 3
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%
}

.fc-timegrid-event-harness {
    position: absolute
}

.fc-timegrid-event-harness > .fc-timegrid-event {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    box-shadow: 0 0 0 1px var(--Aca-white)
}

.fc-timegrid-event, .fc-timegrid-more-link {
    border-radius: 3px;
    font-size: .85em
}

.fc-timegrid-event {
    margin-bottom: 1px
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0
}

.fc-timegrid-event .fc-event-time {
    font-size: .85em;
    margin-bottom: 1px;
    white-space: nowrap
}

.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden
}

.fc-timegrid-event-short .fc-event-time:after {
    content: " - "
}

.fc-timegrid-event-short .fc-event-title {
    font-size: .85em
}

.fc-timegrid-more-link {
    background: var(--Aca-gray-100);
    color: inherit;
    cursor: pointer;
    margin-bottom: 1px;
    position: absolute;
    z-index: 9999
}

.fc-timegrid-more-link-inner {
    padding: 3px 2px;
    top: 0
}

.fc-direction-ltr .fc-timegrid-more-link {
    right: 0
}

.fc-direction-rtl .fc-timegrid-more-link {
    left: 0
}

.fc .fc-timegrid-now-indicator-line {
    border-color: var(--Aca-danger);
    border-style: solid;
    border-width: 1px 0 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 4
}

.fc .fc-timegrid-now-indicator-arrow {
    border-color: var(--Aca-danger);
    border-style: solid;
    margin-top: -5px;
    position: absolute;
    z-index: 4
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-width: 5px 0 5px 6px;
    left: 0
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-width: 5px 6px 5px 0;
    right: 0
}

.fc-theme-standard .fc-list {
    border: 1px solid var(--Aca-border-color)
}

.fc .fc-list-empty {
    align-items: center;
    background-color: var(--Aca-gray-200);
    display: flex;
    height: 100%;
    justify-content: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    border-style: hidden;
    width: 100%
}

.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0
}

.fc .fc-list-sticky .fc-list-day > * {
    background: var(--Aca-white);
    position: sticky;
    top: 0
}

.fc .fc-list-table thead {
    left: -10000px;
    position: absolute
}

.fc .fc-list-table tbody > tr:first-child th {
    border-top: 0
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
    padding: 8px 14px
}

.fc .fc-list-day-cushion:after {
    clear: both;
    content: "";
    display: table
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: var(--Aca-gray-100)
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
    float: right
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: var(--Aca-gray-100)
}

.fc .fc-list-event-graphic, .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    border: 5px solid var(--Aca-primary);
    border-radius: 5px;
    box-sizing: content-box;
    display: inline-block;
    height: 0;
    width: 0
}

.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit
}

@media (max-width: 768px) {
    .fc .fc-header-toolbar {
        align-items: flex-start;
        flex-direction: column
    }

    .fc .fc-toolbar-chunk:first-child, .fc .fc-toolbar-chunk:nth-child(2) {
        margin-bottom: .5rem
    }
}

.noUi-target {
    background-color: var(--Aca-gray-200);
    border: none;
    border-radius: .5rem;
    box-shadow: 0 6px 8px 0 rgba(17, 24, 39, .08), 0 0 0 1px rgba(17, 24, 39, .04)
}

.noUi-horizontal {
    height: 8px
}

.noUi-handle {
    background: var(--Aca-white);
    border: 1px solid var(--Aca-gray-400);
    border-radius: 100%;
    box-shadow: 0 6px 8px 0 rgba(17, 24, 39, .08), 0 0 0 1px rgba(17, 24, 39, .04);
    cursor: default
}

.noUi-handle:focus {
    outline: none
}

.noUi-horizontal .noUi-handle {
    height: 18px;
    right: -13px;
    top: -6px;
    width: 18px
}

.noUi-handle:after, .noUi-handle:before {
    display: none
}

.noUi-connects {
    border-radius: 6px
}

.noUi-connect {
    background: var(--Aca-primary)
}

.noUi-tooltip {
    background-color: transparent;
    background-color: var(--Aca-primary);
    border: none;
    color: var(--Aca-white);
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px
}

.gslide-image img {
    border-radius: .5rem
}

.simplebar-scrollbar:before {
    background-color: var(--Aca-gray-700)
}

.dropzone {
    background: var(--Aca-white) !important
}

@media (max-width: 990px) {
    #sidebar .sidebar__inner {
        transform: none !important
    }
}

[data-choices] {
    opacity: 0;
    transition: opacity .2s ease
}

.choices__inner {
    opacity: 1
}

.choices {
    font-size: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-open {
    overflow: visible
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: var(--Aca-gray-200);
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none !important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    background-color: #fff;
    border-bottom: 1px solid var(--Aca-gray-300);
    display: block;
    margin: 0;
    padding: 10px;
    width: 100%
}

.choices[data-type*=select-one] .choices__button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0yLjU5Mi4wNDQgMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NCAxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    background-size: 8px;
    border-radius: 10em;
    height: 20px;
    margin-right: 25px;
    margin-top: -10px;
    opacity: .25;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px var(--Aca-primary)
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none
}

.choices[data-type*=select-one]:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 13px 16px;
    content: "";
    height: 8px;
    margin-top: -2.5px;
    pointer-events: none;
    position: absolute;
    right: 2.5px;
    top: 50%;
    width: 30px
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent var(--Aca-gray-800) transparent
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Im0yLjU5Mi4wNDQgMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NCAxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
    background-size: 8px;
    border-left: 1px solid var(--Aca-gray-200);
    border-radius: 0;
    display: inline-block;
    line-height: 1;
    margin: 0 -4px 0 8px;
    opacity: .75;
    padding-left: 16px;
    position: relative;
    width: 8px
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    background-color: var(--Aca-white);
    border: 1px solid var(--Aca-gray-300);
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding: .5rem 3rem .5rem 1rem;
    vertical-align: top;
    width: 100%
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: var(--Aca-primary)
}

.is-open .choices__inner {
    border-radius: 6px 6px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 6px 6px
}

.choices__list {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.choices__list--single {
    display: inline-block;
    padding: 0;
    width: 100%
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    background-color: var(--Aca-primary);
    border: 1px solid var(--Aca-primary);
    border-radius: 20px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3.75px;
    margin-right: 3.75px;
    padding: 4px 10px;
    vertical-align: middle;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: var(--Aca-primary-subtle);
    border: 1px solid var(--Aca-primary-subtle)
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: var(--Aca-gray-300);
    border: 1px solid var(--Aca-gray-300)
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    background-color: var(--Aca-white);
    border: 1px solid var(--Aca-gray-300);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    will-change: visibility;
    word-break: break-all;
    z-index: 1
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
    visibility: visible
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
    border-color: var(--Aca-gray-300)
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
    border-radius: .25rem .25rem 0 0;
    bottom: 100%;
    margin-bottom: -1px;
    margin-top: 0;
    top: auto
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    max-height: 300px;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    font-size: 14px;
    padding: 4px 10px;
    position: relative
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable:after, .choices__list[aria-expanded] .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: var(--Aca-gray-200)
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.choices__heading {
    border-bottom: 1px solid var(--Aca-gray-200);
    color: var(--Aca-gray-600);
    font-size: 12px;
    font-weight: 600;
    padding: 10px
}

.choices__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    text-indent: -9999px
}

.choices__button:focus {
    outline: none
}

.choices__input {
    background-color: var(--Aca-white);
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    vertical-align: baseline
}

.choices__input:focus {
    outline: 0
}

.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
    display: none
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

.choices__placeholder {
    opacity: .75
}

.profile-dashboard .card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 1.5rem;
}

.sidebar .nav-link i {
    margin-right: 0.5rem;
    width: 1rem;
}

.course-thumbnail {
    object-fit: cover;
    border-radius: 0rem;
}

.grid-view .filters input,
.grid-view .filters select {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.badge {
    font-size: 0.75em;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .grid-view .table-responsive {
        font-size: 0.875rem;
    }

    .grid-view .table td,
    .grid-view .table th {
        padding: 0.5rem 0.25rem;
    }
}

.curriculum-content {
    max-width: 1000px;
    margin: 0 auto;
}

.section-item {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.section-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-item.sortable-drag {
    transform: rotate(5deg);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.lesson-item {
    transition: all 0.2s ease;
    background: #fff;
}

.lesson-item:hover {
    background: #f8f9fa;
}

.lesson-item.sortable-drag {
    background: #e3f2fd;
    transform: rotate(2deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.section-drag-handle,
.lesson-drag-handle {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.section-drag-handle:hover,
.lesson-drag-handle:hover {
    opacity: 1;
}

.sortable-ghost {
    opacity: 0.4;
}

.sortable-chosen {
    background: #f0f9ff;
}

.empty-state {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 3rem;
}

.empty-lessons {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.lesson-description {
    font-size: 0.875rem;
}

/* Content type icons */
.lesson-icon i {
    font-size: 1.25rem;
}

/* Section actions */
.section-actions .btn {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lesson-actions .btn {
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Modal enhancements */
.modal-lg {
    max-width: 800px;
}

/* Form enhancements */
.curriculum-form .form-group {
    margin-bottom: 1rem;
}

.curriculum-form .form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Progress indicators */
.section-progress {
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    overflow: hidden;
}

.section-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    transition: width 0.3s ease;
}

/* Responsive design */
@media (max-width: 768px) {
    .curriculum-content {
        padding: 0 1rem;
    }

    .section-actions {
        flex-direction: column;
        gap: 0.25rem;
    }

    .lesson-actions {
        flex-direction: column;
        gap: 0.25rem;
    }

    .lesson-item .d-flex {
        flex-wrap: wrap;
    }

    .lesson-description {
        display: none;
    }
}

/* Animation enhancements */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-item {
    animation: slideIn 0.3s ease;
}

/* Drag feedback */
.curriculum-content.drag-active {
    background: linear-gradient(45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(-45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f8f9fa 75%),
    linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.course-index .card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.course-form .card {
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.char-counter {
    display: block;
    margin-top: 0.25rem;
}

.table th {
    border-top: none;
    font-weight: 600;
    background-color: #f8f9fa;
}

.btn-group-sm > .btn, .btn-sm {
    margin-right: 0.25rem;
}

.course-view .detail-view th {
    width: 30%;
    background-color: #f8f9fa;
    font-weight: 600;
}

.course-curriculum-index {
    padding: 20px 0;
}

.section-item {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.section-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-drag-handle,
.lesson-drag-handle {
    cursor: move;
    padding: 5px;
}

.section-drag-handle:hover,
.lesson-drag-handle:hover {
    background-color: #f8f9fa;
    border-radius: 3px;
}

.lessons-sortable {
    min-height: 50px;
}

.lesson-item {
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.lesson-item:hover {
    background-color: #f8f9fa !important;
    transform: translateX(5px);
}

.lesson-item.sortable-chosen {
    opacity: 0.5;
}

.lesson-item.sortable-ghost {
    opacity: 0.3;
    background-color: #e3f2fd;
}

.empty-state {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 10px;
    margin: 20px 0;
}

.empty-lessons {
    border: 1px dashed #dee2e6;
    border-radius: 5px;
    background-color: #fafafa;
}

.section-actions,
.lesson-actions {
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.section-item:hover .section-actions,
.lesson-item:hover .lesson-actions {
    opacity: 1;
}

.lesson-icon {
    font-size: 1.1em;
}

/* Modal adjustments */
.modal-body {
    padding: 1.5rem;
}

.form-actions {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-actions .btn-group,
    .lesson-actions .btn-group {
        flex-direction: column;
    }

    .section-actions .btn,
    .lesson-actions .btn {
        margin-bottom: 5px;
    }
}

/* Animation for adding/removing items */
.curriculum-item-enter {
    opacity: 0;
    transform: translateY(-20px);
}

.curriculum-item-enter-active {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.curriculum-item-exit {
    opacity: 1;
    transform: translateY(0);
}

.curriculum-item-exit-active {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

/* Status badges */
.badge {
    font-size: 0.75em;
}

/* Sortable placeholder */
.sortable-placeholder {
    background-color: #e3f2fd;
    border: 2px dashed #2196f3;
    margin: 5px 0;
    border-radius: 5px;
    height: 60px;
    opacity: 0.5;
}

.curriculum-content {
    min-height: 400px;
}

.section-item {
    position: relative;
    transition: all 0.3s ease;
}

.section-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-drag-handle:hover,
.lesson-drag-handle:hover {
    color: #007bff !important;
}

.lesson-item {
    transition: all 0.2s ease;
    margin-bottom: 8px;
}

.lesson-item:hover {
    background-color: #f8f9fa !important;
}

.empty-state {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    margin: 2rem 0;
}

.empty-lessons {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
}

.curriculum-form .form-label {
    font-weight: 600;
    color: #495057;
}

.modal-lg {
    max-width: 800px;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

.lesson-actions .btn {
    border: none;
    background: transparent;
    color: #6c757d;
    padding: 0.25rem 0.5rem;
}

.lesson-actions .btn:hover {
    color: #495057;
    background-color: #e9ecef;
}

.section-actions .btn-group {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quiz-questions-preview,
.question-form-section {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.quiz-questions-preview.hiding {
    opacity: 0;
    transform: translateY(-10px);
}

.question-form-section.showing {
    opacity: 1;
    transform: translateY(0);
}

.list-group .h5 {
    font-family: "Open Sans", sans-serif;
}

.navbar .search-container {
    flex: 1;
    /*margin: 0 20px;*/
}

.search-dropdown {
    margin-top: 5px;
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.search-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px);
}

.course-thumbnail {
    transition: transform 0.2s;
}

.search-item:hover .course-thumbnail {
    transform: scale(1.05);
}

/* Responsive search */
@media (max-width: 991.98px) {
    .navbar .search-container {
        order: 3;
        width: 100%;
        margin: 10px 0 0 0;
    }
}

.footer.bg-dark-stable .dropdown-item {
    color: #fff;
}

#courseAccordion a {
    color: #222;
}


.card-hover {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

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

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-lb-tab .nav-link {
    color: #6c757d;
    border-bottom: 2px solid transparent;
    /*padding: 1rem 1.5rem;*/
    font-weight: 500;
    white-space: nowrap;
}

.nav-lb-tab .nav-link.active,
.nav-lb-tab .nav-link:hover {
    color: #0d6efd;
    border-bottom-color: #0d6efd;
    background-color: transparent;
}

.empty-state {
    padding: 4rem 2rem;
    text-align: center;
    background: white;
    border-radius: 0.5rem;
    border: 2px dashed #dee2e6;
}

.empty-state-icon {
    margin-bottom: 1.5rem;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;
}

.icon-md {
    width: 3rem;
    height: 3rem;
}

.bg-light-primary {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-light-info {
    background-color: rgba(13, 202, 240, 0.1) !important;
}

.progress-ring {
    width: 50px;
    height: 50px;
}

.circular-progress {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: conic-gradient(#0d6efd 0deg, #e9ecef 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.circular-progress::before {
    content: '';
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: white;
    position: absolute;
}

.circular-progress .percentage {
    position: relative;
    z-index: 1;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-scroller .nav {
        overflow-x: scroll;
    }

    .card-hover:hover {
        transform: none;
    }

    .learning-page .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 576px) {
    .course-thumbnail {
        height: 160px;
    }

    .nav-lb-tab .nav-link {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
}

/* Progress Bar Animations */
.progress-bar {
    transition: width 0.6s ease;
}

/* Card Animation */
@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.card {
    animation: slideInUp 0.5s ease forwards;
}

/* Loading States */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

course-list-item .card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.course-list-item .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #dee2e6;
}

.course-list-item .card-body {
    min-height: 200px;
}

.course-list-item .img-fluid {
    transition: transform 0.3s ease;
}

.course-list-item:hover .img-fluid {
    transform: scale(1.05);
}

.btn-group-actions {
    display: flex;
    align-items: center;
}

.course-list-item .progress {
    border-radius: 3px;
}

.course-list-item .badge {
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .course-list-item .card-body {
        min-height: auto;
        padding: 1rem;
    }

    .course-list-item .img-fluid {
        height: 150px !important;
    }
}

.list-section {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 2rem;
}

.list-section:last-child {
    border-bottom: none;
}

.empty-list-state .border {
    border-color: #dee2e6 !important;
    background-color: #f8f9fa;
}

.course-card {
    transition: all 0.3s ease;
}

.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.courses-container {
    min-height: 200px;
}

.form-check img {
    border: 1px solid #dee2e6;
}

#courseAccordion .list-group-item {
    padding: 0rem !important;
    border-color: #d1d2e0;
}

#courseAccordion .list-group-item .lesson-link {
    padding: .5rem .85rem !important;
    display: block;
    font-size: .85rem;
    margin-bottom: 0 !important;
}

#courseAccordion .list-group-item .lesson-link:hover {
    background: #dedfec;
}

.sec-head {
    background-color: #f6f7f9;
    padding: .85rem !important;
}

.course-overview .nav-lb-tab .nav-item .nav-link {
    padding: 10px 0 !important;
}

.course-detail .h1,
.course-detail .h2,
.course-detail .h3,
.course-detail .h4,
.course-detail .h5,
.course-detail .h6,
.course-detail h1,
.course-detail h2,
.course-detail h3,
.course-detail h4,
.course-detail h5,
.course-detail h6 {
    font-family: 'Open Sans', sans-serif;
}

.learning-page .nav-lb-tab .nav-link.active,
.learning-page .nav-lb-tab .nav-link:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.learning-page .nav-lb-tab .nav-link {
    color: #d1d2e0;
    border-width: 4px;
}

.nested-lists-container {
    background: #f8f9fa;
    border-radius: 0.375rem;
    margin-top: 0.5rem;
    padding: 0.25rem;
    border: 1px solid #dee2e6;
}

.nested-lists-container .dropdown-item {
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 0.125rem;
}

.nested-lists-container .dropdown-item:hover {
    background-color: #e9ecef;
}

.my-lists-btn:hover {
    background-color: var(--bs-dropdown-link-hover-bg);
}

.my-lists-btn .bi-chevron-right {
    transition: transform 0.2s ease;
}

.my-lists-btn.expanded .bi-chevron-right {
    transform: rotate(90deg);
}

.course-results .course-item p {
    margin-bottom: 0;
    line-height: normal;
}

.card.h-100 .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user-manage-profile .nav-pills .nav-link {
    width: 100%;
    text-align: left;
    border: 0;
    padding: .35rem 1rem;
    background-color: white;
    border-radius: 0;
    margin-bottom: 1px;
    color: var(--Aca-heading-color);
}

.user-manage-profile .nav-pills .nav-link.active {
    background-color: #9194ac;
    color: white;
}

.warning-text {
    color: #dc3545;
    font-weight: bold;
}

.affiliate-api-title {
    color: #333;
}

.affiliate-api-text {
    color: #555;
}

.affiliate-api-link {
    color: #6f42c1;
    text-decoration: none;
}

.affiliate-api-link:hover {
    text-decoration: underline;
}


.affiliate-api-info-box {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 10px 15px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.affiliate-api-info-icon {
    background-color: #6f42c1;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 12px;
}

.custom-toggle .custom-control-label::before {
    background-color: #6c757d;
}

.custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #6f42c1;
    border-color: #6f42c1;
}

.custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}

.saved-methods-box {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    border: 1px dashed #ccc;
    text-align: center;
    color: #6c757d;
}

.image-preview {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    margin-bottom: 1rem;
}

.image-preview img {
    max-height: 100%;
    max-width: 100%;
}

.border-bottom,
.user-manage-profile .border {
    border-color: #d1d2e0 !important;
}

.user-manage-profile .form-group {
    margin-bottom: 1.15rem !important;
}

.user-manage-profile .bg-light {
    background: #f6f7f9 !important;
}

.navbar-default {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1025;
}

.course-pre-main {
    position: fixed;
    top: 70px;
    left: 300px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
}

.video-lesson-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.course-container .video-player-wrapper {
    height: 60vh;
}

.course-container .video-player-wrapper video,
.course-container .video-player-wrapper iframe {
    width: 100%;
    height: 100%;
    background: #ddd;
}

.all-sections-con {
    flex-grow: 1;
    overflow-y: auto;
}

/* Sidebar styles */
.navbar-vertical {
    position: fixed;
    top: 70px;
    left: 0;
    width: 300px;
    height: calc(100vh - 70px);
    background: white;
    border-right: 1px solid #dee2e6;
    transition: transform 0.3s ease;
    z-index: 1020;
    overflow-y: auto;
}

/* When sidebar is hidden */
#db-wrapper.toggled .course-pre-main {
    left: 0;
}

#db-wrapper.toggled .navbar-vertical {
    transform: translateX(-100%);
}

/* Course Content Button - Bottom Left Position */
.course-content-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1030;
    background: #1a63eb;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(164, 53, 240, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.course-content-btn:hover {
    background: #8710d8;
    transform: translateY(0) scale(1.05);
    box-shadow: 0 6px 16px rgba(164, 53, 240, 0.4);
}

.course-content-btn i {
    font-size: 16px;
}

/* Show button when sidebar is hidden */
#db-wrapper.toggled .course-content-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Close button styling */
#closeSidebar {
    background: transparent;
    border: none;
    color: #6c757d;
    font-size: 24px;
    font-weight: 300;
    padding: 5px;
    line-height: 1;
    transition: color 0.2s ease;
}

#closeSidebar:hover {
    color: #495057;
    background: transparent;
}

/* Responsive design */
@media (max-width: 768px) {
    .course-detail .navbar-vertical{
        top: 0;
    }
    .course-pre-main {
        left: 0;
    }

    .navbar-vertical {
        width: 100%;
        transform: translateX(-100%);
    }

    #db-wrapper.toggled .navbar-vertical {
        transform: translateX(0);
    }

    .course-content-btn {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        bottom: 15px;
        left: 15px;
        padding: 10px 16px;
        font-size: 13px;
    }

    .course-content-btn:hover {
        transform: translateY(0) scale(1.02);
    }
}

/* Ensure button doesn't interfere with other bottom elements */
@media (max-width: 480px) {
    .course-content-btn {
        bottom: 10px;
        left: 10px;
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 20px;
    }
}

.item .card {
    height: 100%;
    text-decoration: none !important;
    transition: .3s all;
    border-radius: 0;
    overflow: hidden;
    border-color: #d1d2e0;
    box-shadow: none;
}

.item .card-img {
    height: 185px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}

.item .card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 0;
}

#tns1 > .tns-item {
    padding-right: 12px !important;
}

.item .card-body {
    padding: .5rem .65rem;
}

.item .card-footer {
    padding: .5rem .65rem;
}

.item .card-body h3 {
    line-height: normal;
    font-size: .95rem;
}

.item .card:hover img {
    transform: scale(1.05);

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0 0.375rem 0.375rem 0.375rem;
}

@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        animation: slideIn 0.2s ease-in-out;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Mobile responsive dropdown */
@media (max-width: 991.98px) {
    .dropdown-submenu .dropdown-menu {
        position: static !important;
        left: 0 !important;
        box-shadow: none !important;
        border: none !important;
        background: transparent !important;
        margin-left: 1rem;
    }

    .dropdown-submenu > .dropdown-item::after {
        content: "\e92e"; /* Feather down arrow */
    }
}

/* Course count styling in dropdown */
.dropdown-item .text-muted {
    font-size: 0.8rem;
    font-weight: normal;
}

.navbar .dropdown-menu .dropdown-item {
    padding-left: .5rem;
    padding-right: .5rem;
}

.navbar .dropdown-menu .dropdown-item i {
    margin-right: .5rem;
}

.item .card-body h3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.all-sections-con {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Full screen height */
}

.course-container {
    flex: 7;
    overflow-y: auto; /* Scroll if content overflows */
    height: 65vh;
}

.course-overview {
    flex: 3;
    overflow-y: auto;
}

.impact-section {
    background-color: #1a63eb;
    color: #ffffff;
    padding: 70px 0;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.impact-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.impact-section p {
   font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 50px auto;
    color: #e5e0ff;
    font-weight: normal;
}

.impact-section .row {
    justify-content: center;
    margin-bottom: 40px;
}

.impact-section .col-md-3,
.impact-section .col-md-6 {
    margin-bottom: 20px;
}

.impact-section h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 5px;
}

.impact-section .col-md-3 p,
.impact-section .col-md-6 p {
    font-size: 1rem;
    color: #f3f3f3;
    font-weight: 500;
    margin: 0;
}

.impact-section .btn {
    margin-top: 30px;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    background-color: #ffffff;
    color: #4f21c2;
    transition: all 0.3s ease;
}

.impact-section .btn:hover {
    background-color: #e5e0fa;
    color: #2e0d83;
}

/* Optional Responsive Enhancements */
@media (max-width: 768px) {
    .impact-section h2 {
        font-size: 2rem;
    }

    .impact-section h3 {
        font-size: 1.8rem;
    }
}

.hero-section {
    background-color: #6a0dad;
    color: #fff;
    padding: 100px 0;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.impact-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.impact-section h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.testimonials-section .col-md-4 {
    padding: 20px;
}

.clients-section {
    text-align: center;
}


.language-selector select {
    padding: 5px;
    width: 100%;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .impact-section h3 {
        font-size: 2rem;
    }
}

.cta__item {
    margin-right: 2rem !important;
    padding: 1rem 0 0;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}


.cta-section .cta__item h3.cta-title {
    color: #000;
}

@media (max-width: 768px) {
    .cta-section .cta__item h3.cta-title {
        margin: 0 0 .8rem
    }
}

@media (max-width: 1000px) {
    .cta-section .cta__item h3.cta-title {
        font-size: 24px
    }
}

.cta-section .cta__item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.cta-section .cta__item .cta-container--top {
    margin-bottom: 20px
}


.cta-section .cta__item:first-of-type {
    border-top: 9px solid #1a63eb
}

.cta-section .cta__item:first-of-type a.cta-link {
    color: #1a63eb
}

.cta-section .cta__item:first-of-type a.cta-link:after {
    background-image: var(--wpr-bg-ebf9d2dc-e997-45cd-bc82-2d736a8e1ac2)
}

.cta-section .cta__item:nth-of-type(2) {
    border-top: 9px solid #5624d0
}

.cta-section .cta__item:nth-of-type(2) a.cta-link {
    color: #5624d0
}

.cta-section .cta__item:nth-of-type(2) a.cta-link:after {
    background-image: var(--wpr-bg-3d26c4e3-62e9-41b7-a5dc-3e69cafe3ade)
}

.cta-section .cta__item:nth-of-type(3) {
    border-top: 9px solid #199fa3
}

.cta-section .cta__item:nth-of-type(3) a.cta-link {
    color: #199fa3
}

.cta-section .cta__item:nth-of-type(3) a.cta-link:after {
    background-image: var(--wpr-bg-2ded186e-94b2-4886-9cc3-8bae3c712437)
}

.cta-section .cta__item a.cta-link {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cta-section .cta__item a.cta-link:after {
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    background-size: 11px 11px;
    background-image: var(--wpr-bg-e2919f96-26a1-430a-8e1b-a9c0ae69bb18);
    background-repeat: no-repeat;
    margin-left: 10px
}

@media (max-width: 768px) {
    .cta-section .cta__item {
        margin-bottom: 4.8rem;
    }
}

footer.bg-dark-stable .logo {
    width: 200px;
    filter: invert(1)
}

.course-progress-container {
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.course-progress-bar, .header-progress-bar {
    background: linear-gradient(90deg, #0d6efd, #6610f2);
    transition: width 0.6s ease;
    border-radius: 4px;
}

.course-header-progress {
    animation: slideInDown 0.5s ease;
}

@keyframes slideInDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.lesson-completed {
    background-color: #f8f9fa;
    border-left: 3px solid #198754;
}

.lesson-completed .lesson-title {
    color: #6c757d;
}

.show-placeholder a{
    display:none;
}

.lesson-checkbox {
    margin-right: 0.5rem;
}

.lesson-icon {
    width: 20px;
    text-align: center;
}

.lesson-status {
    display: flex;
    align-items: center;
}


/* Progress animation */
.progress-bar {
    transition: width 0.6s ease;
}

/* Notification positioning */
.alert.position-fixed {
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 300px;
}

.skills-section  img{
    width: 100%;
  height: 400px;
  object-fit: cover;
}
/* Hide the percentage by default */
.progress-popover {
    max-width: 260px;
    font-size: 0.875rem;
    border-radius: 0.5rem;
}

.progress-popover .popover-body {
    padding: 0.75rem 1rem;
}
@media (max-width: 768px) {
    .popover {
        z-index: 9999 !important;
        max-width: 90vw;
    }

    .theme-toggle-dropdown {
        z-index: 9998 !important;
    }

    /* Ensure buttons are large enough for touch */
    .btn-sm {
        min-height: 44px;
        min-width: 44px;
    }

    /* Fix for theme button positioning */
    .dropdown-menu {
        position: fixed !important;
        transform: none !important;
        right: 10px !important;
        left: auto !important;
    }
}