.leftblocks #leftmod {
    background: #f5f9fb;
}

.leftblocks #leftmod ul {
    padding-left: 0;
    list-style: none;
}

.leftblocks #leftmod ul ul {
    background: #f0f4f6;
    margin-left: -15px;
    margin-right: -40px;
    margin-bottom: -10px;
    width: calc(100% + 55px);
    padding: 10px 0;
}

.leftblocks #leftmod ul li {
    padding: 10px 15px;
}

.leftblocks #leftmod ul li ul li {
    padding: 7px 15px;
}

.leftblocks #leftmod .moduletable_menu > ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 40px;
    position: relative;
}

.leftblocks #leftmod ul li a {
    font-weight: 600;
    font-size: 13px;
    color: #292929;
    text-transform: uppercase;
}

.leftblocks #leftmod ul li ul a {
    font-size: 13px;
    color: #1e6596;
    text-transform: capitalize;
    font-weight: 500;
}

.leftblocks #leftmod ul li ul {
    margin-top: 15px;
    display: none;
}

.leftblocks #leftmod ul li .expand,
.leftblocks #leftmod ul li .impand {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 11px;
    right: 11px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1e6596;
    cursor: pointer;
}

.leftblocks #leftmod ul li .impand {
    display: none;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}