body {
    background: #f5f6fa;
}

.off-canvas {
    background: #004B8D;
    z-index: 0;
}

.off-canvas-content {
    min-height: 100%;
    background: transparent;
}

.off-canvas-wrapper .sidebar {
    background: #004B8D;
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    padding: 20px 0;
    transition: all 0.5s ease;
}

.off-canvas-wrapper .sidebar .profile {
    margin-bottom: 30px;
    text-align: center;
}

.off-canvas-wrapper .sidebar .profile img {
    display: block;
    margin: 0 17px auto;
}

.off-canvas-wrapper .sidebar .profile h3 {
    color: #ffffff;
    margin: 10px 0 5px;
}

.off-canvas-wrapper .sidebar .profile p {
    color: rgb(206, 240, 253);
    font-size: 14px;
}

.off-canvas-wrapper .sidebar ul li a {
    display: block;
    padding: 13px 16px;
    border-bottom: 1px solid #10558d;
    color: rgb(241, 237, 237);
    font-size: 14px;
    position: relative;
}

.off-canvas-wrapper .sidebar ul li a .icon {
    color: #dee4ec;
    width: 30px;
    display: inline-block;
}

.off-canvas-wrapper .sidebar ul li a:hover {
    background: #00337F;
    border-right: 2px solid rgb(5, 68, 104);
}


.off-canvas-wrapper .sidebar ul li a:hover:before,
.off-canvas-wrapper .sidebar ul li a.active:before {
    display: block;
}

.off-canvas-wrapper .section {
    width: calc(100% - 225px);
    margin-left: 225px;
    transition: all 0.5s ease;
}

.off-canvas-wrapper .section .top_navbar {
    background: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 30px;

}

.off-canvas-wrapper .section .top_navbar .hamburger a {
    font-size: 28px;
    color: #004B8D;
}

.off-canvas-wrapper .section .top_navbar .hamburger a:hover {
    color: #00337F;
}


body.active .off-canvas-wrapper .sidebar {
    left: -225px;
}

body.active .off-canvas-wrapper .section {
    margin-left: 0;
    width: 100%;
}

.callout.primary {
    background-color: transparent;
}

.callout {
    padding: 0rem;
    border: 0px solid rgba(10, 10, 10, .25);

}

.top-bar {
    padding: 0 !important;
}

.top-bar,
.top-bar ul {
    background-color: #fff !important;
}

.title-bar {
    background: #004B8D;

}

.js-off-canvas-exit {
    background: transparent;
}

.button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .25s ease-out;
    border: 1px solid transparent;
    padding: 0.65em 1em;
    margin: 0 1rem 1rem 0;
    font-size: .9rem;
    color: #fff;
    display: flex;
    flex-direction: row;
    background: #004B8D;
    border-radius: 4px;
}

.sidebar ul {
    margin-left: 0rem;
    list-style-type: unset;
}

.is-off-canvas-open {
    overflow: initial;
}

/*home page css */

.home_notification {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;

    margin-top: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

span.number {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #004B8D;
}

.notification {
    padding: 2rem;
    height: 34.5rem;
}

div#example_wrapper {
    margin: 17px;
}

/*uploadexcel page css */
.uploadexcel {
    background: #ffffff;
    /* margin: 30px 10px; */
    margin: 0px 10px;
    border: 1px solid #E8E8E8;
    padding: 32px;
}

.callout.primary {
    color: #0a0a0a;
    box-sizing: border-box;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    background: #FFFFFF;
    border: 0;
    border-bottom: 1px solid #E8E8E8;
}

table thead th,
td {
    border: 1px solid #f1f1f1;
    font-size: 14px;
}

table tbody tr:nth-child(even) {
    background-color: #fff !important;
}


.menu-text {
    font-size: 13px;
}

.topleft>a>button {
    font-size: 13px;
}

.topbar.username {
    font-size: 14px;
}

.username {
    margin-right: 20px;
    margin-top: 18px;
    font-size: 15px;
    text-transform: uppercase;
}


table {
    width: 100%;
    min-width: 1056px;
    max-width: 1190px;
}

table tbody td,
table tbody th {
    padding: 0px 15px !important;
}

.table-scroll table {
    width: 100% !important;
}

.pagination-page-info {
    margin: 0 0 5.5em !important;
    font-size: 14px !important;
}

.off-canvas.position-left {
    width: 222px !important;
}

@media print,
screen and (min-width: 64em) {
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 222px !important;
    }
}

.pagination-page-info {
    font-size: 14px !important;
    float: right;
    padding-top: 10px;
}