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

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

.login-block {
    margin: 0 auto;
    background: url('../images/Login-Banner.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

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

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

@media only screen and (max-width: 576px) {
  .nk-tnx-type-icon{
    display: none !important;
  }
}