/*================================================================================
	Developed by: Pradeepan, Sandy, VP
	Version: 1.0
	Author: W3Rider Global Sdn Bhd  
	Author URL: https://www.w3rider.my
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.checkbox-margin-top {
    /* VP - 20/05/2022 */
    margin-top: -10px;
}

.page-offset {
    /* VP - 20/05/2022 */
    display: inline-flex;
    align-items: center;
}

.note-modal-footer {
    /* VP - 10/06/2022 */
    height: 56px !important;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ededef !important;
}

.note-editor.note-frame .note-editing-area .note-editable {
    background: #fff !important;
}

.upload_image {
    /* Pradeepan - 10/06/2022 */
    border: 1px dashed #18bece;
}

.header-navbar .navbar-container ul.navbar-nav li.active>a.nav-link {
    color: #1260CB !important;
    border-bottom: 1px solid #1260CB !important;
    font-weight: 600 !important;
}