/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.edit-chapter-type-modal #downloadsa,
.edit-chapter-type-modal #downloads2a,
.edit-chapter-type-modal #downloads3a,
.edit-chapter-type-modal #downloads4a,
.edit-chapter-type-modal #downloads5a
{
	margin-left: 10px!important;
	font-weight: 700!important;
}

.alert {
    font-weight: 500!important;
    border: none!important;
    padding: 15px !important;
}

.horizontal-menu .header-navbar {
    background: #131d3b!important;
    z-index: 999 !important;
    line-height: 1!important;
    min-height: auto!important;
}

.horizontal-menu .header-navbar.navbar-brand-center .navbar-header {
    position: absolute!important;
    left: calc(10% - 56px)!important;
    padding: 0!important;
    z-index: 1000!important;
}




.btn-outline-primary {
    border: 1px solid #fe541d !important!important;
    background-color: #fe541d!important;
    color: #fff!important;
    font-size: 15px!important;
    padding: 13px 14px!important;
    margin-top: 7px!important;
}

.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a {
    background: linear-gradient(118deg, #fe541d, rgba(254, 84, 29, 0.7))!important;
    box-shadow: 0px 0px 6px 1px rgb(254 84 29 / 60%)!important;
    color: #fff!important;
    border-radius: 4px!important;
}

.horizontal-menu footer {
    position: static!important;
    background-color: #131d3b!important;
    color: #fff !important;
    padding: 20px 82px!important;
     margin-top: 40px!important;
}
.btn-outline-primary {
    border: 1px solid #fe541d !important;
    background-color: transparent;
    color: #fe541d;
}
.main-menu.menu-light {
    /* color: #6e6b7b; */
    background: #131d3b!important;
}

.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, #fe541d, rgba(254, 84, 29, 0.7))!important;
    box-shadow: 0px 0px 6px 1px rgb(254 84 29 / 60%)!important;
    color: #fff!important;
    font-weight: 400!important;
    border-radius: 4px!important;
}
.main-menu.menu-light .navigation {
	background: #131d3b!important;
    color: #fff !important;
}
.main-menu.menu-light .navigation li a {
    color: #fff !important;
    }
.btn-primary {
    border-color: #fe541d !important;
    background-color: #fe541d !important;
    color: #fff !important;
}
.btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #fe541d !important;
}
.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a
{
	background:none !important;
}
.horizontal-menu .header-navbar.navbar-horizontal.floating-nav
{
	background:#fff !important;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fe541d;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fe541d;
    text-decoration: none;
    background-color: rgba(115, 103, 240, 0.12);
}
.my-course .card-header
{
    border-bottom: 1px solid #dae1e7!important;background-color:transparent;padding: 1rem 1rem!important;
}
.my-course .card-body
{
    padding: 1.5rem !important;
}
.my-course .card-footer
{
    padding: 1rem 1rem !important;
}