/* COLORS */
.learny-black {
    color: #222;
}

/* CATEGORY PREVIEWER */
.learny-thumbnail-image-previewer {
    height: 100px;
    width: 100px;
    border: 1px solid #dedede;
}

/* VERTICALLY CENTERING BUTTON DASHICONS */
button i.dashicons {
    vertical-align: middle;
    font-size: 17px;
}

/* TEXT ALIGN CENTER */
.learny-text-center {
    text-align: center !important;
}


/* CUSTOMIZING TOASTR */
#toast-container>div {
    border-radius: 4px;
}

#toast-container>.toast-success {
    background-image: url(../images/check.png) !important;
    background-size: 20px 20px;
}

/* CURRICULUM SECTION */
.learny-section-area {
    padding: 1.5rem;
    background-color: #e3eaef !important;
    border-radius: 4px;
    width: 70%;
    margin: auto;
    margin-top: 10px !important;
}

.learny-section-action-btn {
    float: right;
    display: none;
}

.learny-section-title {
    min-height: 45px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: .75rem;
    color: #6c757d !important;
}

.learny-lesson-area {
    padding: 18px;
    border-radius: 4px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3eaef;
    border-radius: .25rem;
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}

.learny-lesson-area .learny-lesson-title {
    color: #6c757d !important;
    display: inline-block;
}

.learny-lesson-action-btn {
    float: right;
    display: none;
}

.learny-lesson-action-btn a {
    text-decoration: none;
    padding-inline: 3px;
    box-shadow: none;
}

.learny-lesson-action-btn a:focus {
    color: #2371b1 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* SPINNING DASHICONS */
.dashicons.spin {
    animation: dashicons-spin 1s infinite;
    animation-timing-function: linear;
}

@keyframes dashicons-spin {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* MISC */
.learny-d-none {
    display: none !important;
}

/*LEARNY PANEL*/
.learny-panel {
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    margin: 20px;
    border-radius: 4px;
}

.learny-panel-title {
    padding: 20px;
    border-bottom: 1px solid #ebedf2;
    font-size: 16px;
    font-weight: 500;
    color: #434349;
}

.learny-panel-body {
    padding: 20px;
}

/* LEARNY HELP ICON */
.learny-help-icon {
    text-decoration: none;
    float: right;
}

/* LESSON TYPES MODAL */
.learny-lesson-type-selection {
    text-align: center;
    transition: box-shadow .3s;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 10px;
    border: 1px solid #F5F5F5;
    cursor: pointer;
    box-shadow: 0 0 11px rgb(224, 224, 224, .7);
}

.learny-lesson-type-selection:hover {

    box-shadow: 0 0 11px rgb(187, 222, 251, .7);
    border: 1px solid #90CAF9;
}

.learny-active-lesson-type {
    border: 1px solid #90CAF9;
}

.learny-lesson-type-selection-img {
    border-radius: 50%;
    height: 55px;
    width: 55px;
    margin: auto;
    margin-top: 25px;
    background-color: #E0E2E7;
}

.learny-lesson-type-selection-img img {
    margin-top: 13px;
    height: 30px;
}

.learny-lesson-type-selection h4 {
    font-size: 16px;
    font-weight: 500;
}

.learny-selected-lesson-type span {
    font-weight: 600;
}

.learny-selected-lesson-type a {
    float: right;
    text-decoration: none;
    font-weight: 600;
    box-shadow: none;
}

/* LEARNY ALERTS */
.learny-alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.learny-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.learny-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.learny-attachment-list ul li a {
    text-decoration: none;
    color: #E53935;
    margin-left: 5px;
    box-shadow: none;
}

.learny-attachment-list ul {
    list-style: auto;
    margin: 0px 0px 0px 16px;
}

/* ICON FOR TOP NAV BUTTONS */
.learny-btn-icon {
    font-size: 15px;
    vertical-align: middle;
}

.learny-table-action-btn i {
    vertical-align: text-bottom;
}


@media (max-width: 576px) {}

.learny-settings-upper-margin {
    margin-top: 100px !important;
}

.ly-settings-sidebar {
    min-height: 100vh;
    background: #1d2327;
    border-radius: 4px;
}

.ly-settings-section a {
    text-decoration: none;
}

.ly-settings-item {
    color: white;
    padding: 5px;
}

.ly-settings-item:first-child {
    border-top: 1px solid #223140;
}

.ly-settings-item {
    padding: 16px 20px 16px 20px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}

.ly-settings-item i {
    float: right;
}

.ly-settings-item:hover {
    background-color: #233140;
}

.ly-settings-nav-header {
    padding: 10px 0px;
}

.ly-settings-nav-header img {
    display: block;
    margin: auto auto 0px auto;
    height: 50px;
    position: relative;
}

.ly-settings-item.ly-settings-active {
    background-color: #233140;
}

/* PANEL */

.learny-panel {
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    margin: 20px;
    border-radius: 4px;
}

.learny-panel-title {
    padding: 20px;
    border-bottom: 1px solid #ebedf2;
    font-size: 16px;
    font-weight: 500;
    color: #434349;
}

.learny-panel-body {
    padding: 20px;
}

.learny-page-title-area {
    padding: 20px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #434349;
}

.learny-page-title-area a i {
    font-size: 16px;
    vertical-align: text-top;
}

.learny-title-logo-lg {
    height: 35px;
    border-right: 1px solid #e2e6ed;
    vertical-align: sub;
    margin-right: 15px;
    padding-right: 17px;
}

.learny-title-logo-sm {
    height: 40px;
    border-right: 1px solid #e2e6ed;
    vertical-align: sub;
    margin-right: 15px;
    padding-right: 17px;
    display: none;
}

.learny-page-title {
    vertical-align: super;
}

.learny-settings-page-title {
    margin: 0px 0px 13px 0px !important;
}

.learny-report-daterange-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: auto;
    line-height: 1.5;
}

/* PRO BANNER */
.learny-accent-color {
    color: #3478f7;
}

.learny-pro-banner a {
    color: #fff;
}

.learny-pro-banner a i {
    font-size: 16px;
}

.learny-pro-banner {
    position: relative;
    overflow: auto;
    margin: 16px 0;
    background: #3478f7 url(../images/texture.png) center repeat;
    /* background-size: 500px 500px; */
    background-blend-mode: overlay;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 8px;
    box-shadow: 11px 12px 10px 0px #d3d2d2;
}

.learny-pro-banner .learny-pro-banner-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 15px 10px 24px;
    font-size: 13px;
    line-height: 1.23076923;
    text-decoration: none;
}

.learny-pro-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.learny-pro-banner-header {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
    width: 100%;
    padding: 48px 408px 48px 48px;
}

.learny-pro-banner h2 {
    margin: 0;
    font-size: 37px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
}

.learny-pro-banner-header p {
    margin: .5em 0 0;
    font-size: 20px;
    line-height: 1.4;
}