#main-help-section-div ol li {
    list-style-type: auto;
}

#main-help-section-div {
    z-index: 9992;
    color: #596882;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    height: auto;
    justify-content: center;
    transition: all 0.2s;
}

#main-help-section-div .resize-r-sidebar-body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid rgba(72, 94, 144, 0.16) !important;
}

#main-help-section-div .resize-r-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f4f5f8 !important;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16) !important;
}

#main-help-section-div .resize-r-sidebar-open {
    color: #0168fa;
    font-size: 20px;
    cursor: pointer;
}

#resize-r-sidebar-close {
    color: #dc3545;
    font-size: 20px;
    cursor: pointer;
}

#resize-r-sidebar-close:hover {
    transform: scale(1.2);
}

#main-help-section-div .ui-resizable-w::before {
    color: #838383;
    font-family: 'Material Design Icons', serif;
    content: "\F01DD";
    font-size: 20px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: -5px;
}

.ui-resizable-resizing .ui-resizable-handle.ui-resizable-w::before {
    color: #1eaf6b;
}

.ui-resizable.ui-resizable-resizing {
    border-left: 1px solid #1eaf6b !important;
}

#main-help-section-div .resize-r-sidebar-content {
    padding: 20px;
    height: calc(100dvh - 43px);
    overflow: auto;
}

#main-help-section-div .resize-r-sidebar-content img {
    width: 100% !important;
    height: auto !important;
}

#help-menu-div-data ul li {
    margin-bottom: 15px;
    line-height: normal;
}

#help-menu-div-data ul li:last-child {
    margin-bottom: 0;
}

.help-not-found {
    padding: 32px 16px;
    text-align: center;
}

.help-not-found-card {
    display: inline-block;
    padding: 24px 32px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 8px;
    max-width: 500px;
}

.help-not-found-icon {
    font-size: 48px;
    color: #856404;
}

.help-not-found-title {
    color: #856404;
    margin-top: 16px;
}

.help-not-found-msg {
    color: #856404;
    font-size: 16px;
    margin-top: 8px;
}

.help-not-found-submsg {
    color: #856404;
    font-size: 14px;
    margin-top: 12px;
}

.help-img-wrapper {
    position: relative;
    display: inline-block;
}
