 /* Here you can add other styles */
#root{
    height: 100%;
}

.app-header .dropdown-menu{
    padding: 0;
}

.ant-modal-close {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
}

.ant-form-item-label{
    line-height: 1!important;
}

.navbar{
    padding: 0 1rem!important;
}

.sidebar .nav-link.active{
    /* color: #449ddc; */
    border-left: 4px solid;
    border-right: 0px none;
}

/* RDraftEditor global style */

.rdw-root .rdw-wrapper {
    height: 100%;
}

.rdw-root .rdw-editor-main {
    border : 1px solid rgba(0, 0, 0, 0.2);
    height : 300px;
    padding: 1em;
}

.rdw-root .rdw-wrapper .rdw-embedded-modal{
    height: auto;
}
