.navbar {
    max-height: none;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto; 
}

.ce-carousel-inner {
    width       : 83%;
    margin-top  : 60px;
    margin-left : auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .ce-carousel-inner {
        width       : 100%;
        margin-top  : 59px;
        margin-left : auto;
        margin-right: auto;
    }
}

.ce-menu-right {
    right: 0;
    left : auto;
}

:target {
    padding-top: 0 !important;
    margin-top : 0 !important;
}

.link {
    font-weight: initial;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight  : 500;
    line-height  : 1.2;
}

.section-ul-margin {
    margin-left: 0;
}

@media (min-width: 769px) {
    .section-ul-margin {
        margin-left: 60px;
    }
}

/* asus for course completion icon*/
li>span>span .icon,
li>div>a>span .icon,
li>a>span>form>div>button .icon {
    width : 22px;
    height: 22px;
}

header.pc .show>.lang-menu.icon-item-r.dropdown-menu-right {
    margin-top: 13px;
}

header.pc .show>.user-menu.icon-item-r.dropdown-menu-right {
    margin-top: 5px;
    display: flex;
    padding: 3px 0px;
    flex-direction: column;
    align-items: flex-start;
}

.show>.user-menu.icon-item-r.dropdown-menu-right {
    margin-top: 9px;
}

.usertext.ce {
    line-height: 35px;
}

.navbarlink {
    color          : var(--font-color);
    text-decoration: none;
}

.navbarlink:hover {
    color: var(--main-color);
}

.editor_atto_content_wrap {
    background-color: white;
    color           : #333;
}

.editor_atto_content {
    padding : 4px;
    resize  : vertical;
    overflow: auto;
}

.editor_atto_content_wrap,
.editor_atto+textarea {
    width  : 100%;
    padding: 0;
}

.editor_atto+textarea {
    border-radius: 0;
    resize       : vertical;
    margin-top   : -1px;
}

div.editor_atto_toolbar {
    display   : block;
    background: #f2f2f2;
    min-height: 35px;
    border    : 1px solid #8f959e;
    width     : 100%;
    padding   : 0 0 9px 0;
}

div.editor_atto_toolbar button {
    padding      : 4px 9px;
    background   : none;
    border       : 0;
    margin       : 0;
    border-radius: 0;
    cursor       : pointer;
}

div.editor_atto_toolbar button+button {
    border-left: 1px solid #ccc;
}

div.editor_atto_toolbar button[disabled] {
    opacity   : .45;
    background: none;
    cursor    : default;
}

.editor_atto_toolbar button:hover {
    background-image: radial-gradient(ellipse at center, #fff 60%, #dfdfdf 100%);
    background-color: #ebebeb;
}

.editor_atto_toolbar button:active,
.editor_atto_toolbar button.highlight {
    background-image: radial-gradient(ellipse at center, #fff 40%, #dfdfdf 100%);
    background-color: #dfdfdf;
}

/* Make firefox button sizes match other browsers */
div.editor_atto_toolbar button::-moz-focus-inner {
    border : 0;
    padding: 0;
}

div.editor_atto_toolbar button .icon {
    padding: 0;
    margin : 2px 0;
}

div.editor_atto_toolbar div.atto_group {
    display      : inline-block;
    border       : 1px solid #ccc;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 4px;
    margin       : 9px 0 0 9px;
    background   : #fff;
}