.img-fluid {
    max-width: 50% !important;
}

a.disabled-link {
    pointer-events: none;
    color: grey; 
    text-decoration: none; 
}

.login-block {
    background-color: #2C3249
}

.ck.ck-content ul,
.ck.ck-content ul li{
    list-style-type: inherit;
}
.ck.ck-content ol,
.ck.ck-content ol li{
    list-style-type: decimal;
}

.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable), .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
/* Default user agent stylesheet, you can change it to your needs. */
    padding: 1em 1.5em;
}
.ck.ck-content ul {
/* Default user agent stylesheet, you can change it to your needs. */
    padding-left: 24px;
}
.ck.ck-content ol {
/* Default user agent stylesheet, you can change it to your needs. */
    padding-left: 24px;
}

.ck-editor__editable {
    min-height: 500px;
}

.custom-btn{
    background-color: rgb(207, 38, 41) !important;
    border-color: rgb(207, 38, 41) !important;
    color: #fff;
    display: block;
}

.nk-menu-sub .active > .nk-menu-link {
    color: #F42A41;
}

.nk-menu-sub .nk-menu-link:hover {
    color: #F42A41;
}

.text-custom {
 color: #F42A41;
}

.nk-sidebar.is-dark {
    background: #2C3249;
    border-right-color: #2C3249;
}

.nk-menu-link {
    color: #B8C7FF;
}

.is-dark .nk-sidebar-head {
    border-bottom: 1px solid #282d3e;
}