@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");
body {
    background-color: #e4e6e9;
    min-height: 100%;
    padding-bottom: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    max-width: 100%;
    overflow-x: hidden;
}
b, strong {
    font-weight: 600;
}
*::-webkit-scrollbar {
    width: 4px; /* for vertical scrollbars */
    height: 4px; /* for horizontal scrollbars */
    /*background-color: #F5F5F5;*/
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

*:hover::-webkit-scrollbar {
    width: 4px; /* for vertical scrollbars */
    height: 9px; /* for horizontal scrollbars */
    cursor: pointer;
}

*::-webkit-scrollbar-track {
    border-radius: 0px;
    /*background: rgba(0,0,0,0.05);*/
    position: relative;
    bottom: 4px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(212, 212, 212, 0.6);
    background: #2c84ad;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

::-webkit-scrollbar-thumb:hover {
    background: #2c84ad !important;
}
.row {
    margin-left: -12px;
    margin-right: -12px;
}
.row:not(.no_flex) {
    display: flex;
    flex-flow: row;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

#navbar {
    width: calc(100% - 250px) !important;
    float: right;
    height: 68px;
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid #f8f9fa !important;
    position: relative;
    z-index: 999;
}

#sidebar {
    width:250px !important;
}

.sidebar_logo {
    text-align: center;
    color: #fff !important;
    line-height: 1.2;
    border-bottom: 1px solid rgba(255, 2552, 55, 0.1);
    padding: 10px;
    margin-bottom: 10px;
    outline: none !important;
}
    .sidebar_logo .title {
        font-size: 34px;
        color: #fff !important;
        font-weight: 600;
        line-height: 1.1;
        display: block;
        text-decoration:none !important;
    }
    .sidebar_logo .dec {
        font-size: 13px;
    }

.common-searchbox {
    position: relative;
}

    .common-searchbox .search-field {
        display: block;
        height: 34px !important;
        font-weight: 400;
        padding: 0px 10px 0px 40px;
        text-indent: 0px;
        line-height: 1;
        border-radius: 8px;
    }

    .common-searchbox svg {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 13px;
        top: 9px;
    }

        .common-searchbox svg * {
            fill: #90a1b9;
        }

.frm-textbox {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 13px;
    border: 1px solid transparent;
    background: #f1f5f9;
    border-radius: 8px;
    width: 100%;
    outline: none !important;
}
    .frm-textbox:focus {
        border-color: #2c84ad;
    }

#navbar .common-searchbox {
    width: 440px;
}

#navbar .user_info {
    color: #314158;
    text-align: right;
    white-space: nowrap;
    line-height: 1.2;
    position: relative;
    padding-right: 50px;
    padding-left: 15px;
    border-left: 1px solid #e2e8f0;
    float: right;
}
#navbar .user_info .photo {
    width: 40px;
    height: 40px;
    border: 4px solid #f1f5f9;
    border-radius: 40px;
    background: #cad5e2;
    position:absolute;
    right:0px;
    top:0px;
}
    #navbar .user_info .photo svg {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        padding:5px;
    }
    #navbar .user_info .title {
        font-size: 14px;
        font-weight: 600;
        overflow: hidden;
        padding-top: 2px;
    }
    #navbar .user_info .dec {
        font-size: 13px;
        overflow: hidden;
    }

.navbar-option-menu {
    float:right;
    padding-top:10px;
    margin-right:25px;
}
    .navbar-option-menu .navbar-option-btn {
        position: relative;
        cursor:pointer;
    }
    .navbar-option-menu .navbar-option-btn svg {
        width: 18px;
        height: 18px;
    }
.navbar-option-btn svg * {
    fill: #62748e;
}
.navbar-option-status {
    position: absolute;
    left: calc(100% - 3px);
    bottom: calc(100% - 3px);
    width: 8px !important;
    height: 8px !important;
}
    .navbar-option-status * {
        fill: #ff2056 !important;
    }
.user_info_dropdown {
    position:absolute;
    left:0px;
    top:100%;
    width:100%;
    height:16px;
}
    .user_info_dropdown .ace-nav {
        padding: 10px;
        height: auto !important;
        background: #fff;
        border-radius: 0px 0px 8px 8px;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
    }

#main-container .footer {
    display: none;
}
.box1 {
    padding: 18px 20px;
    height: auto !important;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.035);
    border: 1px solid #e9eef4;
    border-radius: 10px;
}
    .box1 h4.gray_bg {
        padding: 23px 20px;
        background: #fbfcfd;
        margin: -18px -20px 20px -20px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.035);
    }
    .box1 h4 {
        font-size: 18px;
        font-weight: 600;
        color: #1d293d !important;
        padding: 5px 0 0 0;
        margin: 0px 0px 20px 0px;
    }
        .box1 h4 .ace-icon {
            color: #155dfc !important;
            background: #dbeafe;
            padding: 5px;
            width: 36px;
            height: 35px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            float: left;
            vertical-align: top;
            margin: -5px 10px 0px 0px;
        }
            .box1 h4 .ace-icon.blue1 {
                color: #4f39f6 !important;
                background: #e0e7ff;
            }
            .box1 h4 .ace-icon.green {
                color: #009966 !important;
                background: #d0fae5;
            }
            .box1 h4 .ace-icon.red {
                color: #ec003f !important;
                background: #ffe4e6;
            }
    .box1 h4:after {
        content:"";
        display:block;
        width:100%;
        height:0px;
        line-height:0px;
        clear:both;
    }

.box2 {
    padding: 18px 20px;
    height: auto !important;
    background: #fbfcfd;
    border: 1px solid #f0f3f7;
    border-radius: 10px;
}
.box3 {
    padding: 13px 15px;
    height: auto !important;
    background: #fef2f2;
    border: 1px solid #ffe2e2;
    border-radius: 10px;
}
.box4 {
    padding: 13px 15px;
    height: auto !important;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 10px;
}

@media(max-width:1400px){
    .box1,
    .box2 {
        padding: 13px 15px;
    }

    .box3,
    .box4 {
        padding: 8px 10px;
    }
}

.page_title {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
    .page_title .title {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 600;
    }
    .page_title .sub_title {
        font-size: 15px;
    }

.grid_5 {
    margin-left:-12px;
    margin-right:-12px;
}
.grid_5 .gridbox {
    width: 20%;
    padding: 0px 10px;
    float: left;
}
    .grid_5 .gridbox.width10 {
        width: 10%;
    }
    .grid_5 .gridbox.width20 {
        width: 20%;
    }
    .grid_5 .gridbox.width30 {
        width: 30%;
    }
    .grid_5 .gridbox.width40 {
        width: 40%;
    }
    .grid_5 .gridbox.width50 {
        width: 50%;
    }
    .grid_5 .gridbox.width60 {
        width: 60%;
    }
    .grid_5 .gridbox.width70 {
        width: 70%;
    }
    .grid_5 .gridbox.width80 {
        width: 80%;
    }
    .grid_5 .gridbox.width90 {
        width: 90%;
    }
    .grid_5 .gridbox.width100 {
        width: 100%;
    }
.grid_5 .gridbox:nth-child(5n+1) {
    clear:both;
}
.dashboard_box .iconbox {
    width: 30px;
    height: 30px;
    background: #ddd;
    padding: 5px;
    border-radius: 8px;
    margin-bottom:5px;
}
    .dashboard_box .iconbox.blue {
        color: #155dfc !important;
        background: #dbeafe !important;
    }
    .dashboard_box .iconbox.green {
        color: #00a63e !important;
        background: #dcfce7 !important;
    }
    .dashboard_box .iconbox.pink {
        color: #9810fa !important;
        background: #f3e8ff !important;
    }
    .dashboard_box .iconbox.yellow {
        color: #d08700 !important;
        background: #fef9c2 !important;
    }
    .dashboard_box .iconbox.green2 {
        color: #009689 !important;
        background: #cbfbf1 !important;
    }
    .dashboard_box .iconbox.red {
        color: #e7000b !important;
        background: #ffe2e2 !important;
    }
    .dashboard_box .iconbox.red2 {
        color: #e60076 !important;
        background: #fce7f3 !important;
    }
    .dashboard_box .iconbox.green3 {
        color: #0092b8 !important;
        background: #cefafe !important;
    } 
.dashboard_box .iconbox svg {
    width: 20px;
    height: 20px;
}
.dashboard_box .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}

@media(max-width:1400px) {
    .dashboard_box .dec {
        font-size: 12px;
    }
}
.dashboard_box .txt {
    overflow:hidden;
    padding-left:15px;
    margin-top:-5px;
}
    .dashboard_box .txt .title {
        font-weight: 600;
        margin-bottom: 0px;
    }
    .dashboard_box .txt .dec {
        margin-bottom: 5px;
    }

.dashboard_box .table > tbody > tr > td,
.dashboard_box .table > tbody > tr > th {
    padding-top: 17px !important;
    padding-bottom: 16px !important;
}

.canvasjs-chart-credit {
    display: none !important;
}
.chart_wrapper {
    position:relative;
    overflow:hidden;
}
    .chart_wrapper .chartbox {
        margin-bottom: -14px;
    }

.short_name {
    color: #155dfc;
    font-weight:600;
    display: flex;
    width: 32px;
    height: 32px;
    background: #dbeafe;
    border-radius:50%;
    align-items:center;
    justify-content:center;
    line-height:1.2;
}
.progress_tag_btn {
    font-size: 12px;
    color: #030213 !important;
    font-weight: 600;
    line-height: 1.339;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0);
}
    .progress_tag_btn.gray {
        background: #eceef2;
    }
    .progress_tag_btn.black {
        color: #fff !important;
        background: #030213;
    }
    .progress_tag_btn.white {
        color: #030213 !important;
        border-color: #e6e6e6;
    }
    .progress_tag_btn.blue1 {
        color: #1447e6 !important;
        border-color: #e0edfe;
        background: #eff6ff;
    }
    .progress_tag_btn.green {
        color: #007a55 !important;
        border-color: #d0fae5;
        background: #ecfdf5;
    }
    .progress_tag_btn.orange {
        color: #bf580f !important;
        border-color: #fee685;
        background: #fffbeb;
    }
    .progress_tag_btn.red {
        color: #c70036 !important;
        border-color: #ffd2d8;
        background: #ffe4e6;
    }

.legend-box {
    font-size: 12px;
    vertical-align: top;
    display:flex;
    gap:15px;
    justify-content:end;
}
    .legend-box .legend-item-label,
    .legend-box .legend-item {
        vertical-align:top;
        color:#000000 !important;
    }
@media (max-width:1400px) {
    .legend-box .legend-item span {
        display:block;
    }
}
        .legend-box .legend-item svg {
            width: 11px;
            height: 11px;
            vertical-align: top;
            position:relative;
            top:3px;
            margin-right:3px;
        }
.legend-item.green svg * {
    fill: #00bc7d;
}
.legend-item.green2 svg * {
    fill: #7ccf00;
}
.legend-item.orange svg * {
    fill: #fe9a00;
}
.legend-item.orange2 svg * {
    fill: #ff6900;
}
.legend-item.red svg * {
    fill: #fb2c36;
}

.progressbar_wrapper {
    font-size:12px;
    font-weight:600;
}
    .progressbar_wrapper.green {
        color: #00bc7d !important;
    }

    .progressbar_wrapper.green2 {
        color: #7ccf00 !important;
    }

    .progressbar_wrapper.orange {
        color: #fe9a00 !important;
    }

    .progressbar_wrapper.orange2 {
        color: #ff6900 !important;
    }

    .progressbar_wrapper.red {
        color: #fb2c36 !important;
    }
    .progressbar_wrapper .value {
        margin-bottom: 3px;
    }
    .progressbar_wrapper .progressbar {
        width: 100%;
        height: 7px;
        border-radius: 7px;
        overflow: hidden;
        background: #f3f4f6;
    }
        .progressbar .progress {
            width: 0%;
            height: 7px;
            border-radius: 7px;
            background: #f3f4f6;
        }
.progressbar_wrapper.green .progressbar .progress {
    background: #00bc7d !important;
}

.progressbar_wrapper.green2 .progressbar .progress {
    background: #7ccf00 !important;
}

.progressbar_wrapper.orange .progressbar .progress {
    background: #fe9a00 !important;
}

.progressbar_wrapper.orange2 .progressbar .progress {
    background: #ff6900 !important;
}

.progressbar_wrapper.red .progressbar .progress {
    background: #fb2c36 !important;
}


.table_scrollbar {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.table_scrollbar .sticky {
    position:sticky;
    left:0px;
    background:#ffffff;
    z-index:99;
}
    .table_scrollbar th.sticky {
        background: #f8fafc;
    }

.flyout {
    position: fixed;
    right: 0px;
    top: 68px;
    z-index: 999999;
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    display: none;
    opacity: 0;
    padding: 0px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
    .flyout.show {
        display: block;
        opacity: 1;
    }
.flyout.show:before {
    display: block;
}
.flyout_inner {
    position: relative;
    z-index: 9;
    background: #ffffff;
    border-left: 1px solid #e5e7eb;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    height: calc(100vh - 68px);
}
.flyout_title {
    font-size: 17px;
    font-weight: 600;
    color: #1d293d !important;
    line-height:1.3;
    height: 55px;
    padding: 15px 15px 15px 45px;
    border-bottom: 1px solid #f6f7f8;
}
    .flyout_title > svg {
        width: 18px;
        height: 18px;
        position:absolute;
        left:15px;
        top:17px;
    }
        .flyout_title > svg * {
            fill: #62748e;
        }
.flyout_title.no_icon {
    padding-left: 15px;
}

.flyout_mask {
    content: "";
    display: none;
    left: 250px;
    top: 68px;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 68px);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(1px);
}
body.flyout_open .flyout_mask {
    display: block;
}
.flyout_actionbar {
    position:absolute;
    right:10px;
    top:15px;
}
.flyout_actionbar:before {
    content:"";
    display:block;
    font-size:0px;
    line-height:0px;
    clear:both;
}
    .flyout_actionbar a {
        display: block;
        height: 26px;
        float: left;
        padding: 5px;
        margin-left: 10px;
    }
    .flyout_actionbar a svg {
        width: 16px;
        height: 16px;
        vertical-align: top;
    }
.flyout_content {
    padding: 15px;
    height: calc(100vh - 123px);
    overflow: auto;
}

.tag {
    font-size: 12px;
    color: #1447e6 !important;
    font-weight: 600;
    line-height: 1.339;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
    background: #dbeafe;
    margin-left: 5px;
}

h5 {
    font-size: 12px;
    color: #6a7282;
    text-transform:uppercase;
    font-weight: 600;
    letter-spacing:1px;
    padding:0px 0px 0px 20px;
    position:relative;
    margin:0px 0px 10px 0px;
}
h5 > svg {
    position: absolute;
    left:0px;
    top:0px;
    width:13px;
    height:13px;
}


.actionbtns a {
    font-size: 12px;
    color: #030213 !important;
    font-weight: 600;
    line-height: 1.339;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0);
    text-decoration:none !important;
    outline:none !important;
}
    .actionbtns a.red {
        color: #c10007 !important;
        background: #ffffff;
        border-color: #ffd3d3;
    }
    .actionbtns a.red_nobg {
        color: #c10007 !important;
    }
    .actionbtns a:hover {
        color: #000000 !important;
        background: #dbeafe;
        border-color: #2c84ad40 !important;
    }

.progress_line {
    float: left;
    width: 5px;
    height: 33px;
    background: #ff8904;
    border-radius: 5px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.sb_news {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 20px;
    flex-flow: column;
}
.sb_news > li {
    padding: 0px 0px 0px 35px;
    position:relative;
    margin: 0px;
}
    .sb_news .ace-icon {
        width: 24px;
        height: calc(100% - 7px);
        background: #ddd;
        padding: 5px;
        border-radius: 24px;
        position: absolute;
        left: 0px;
        top:4px;
    }
    .sb_news .ace-icon.blue {
        color: #155dfc !important;
        background: #dbeafe !important;
    }
    .sb_news .ace-icon.green {
        color: #00a63e !important;
        background: #dcfce7 !important;
    }
    .sb_news .ace-icon.pink {
        color: #9810fa !important;
        background: #f3e8ff !important;
    }
    .sb_news .ace-icon.yellow {
        color: #d08700 !important;
        background: #fef9c2 !important;
    }
    .sb_news .ace-icon.green2 {
        color: #009689 !important;
        background: #cbfbf1 !important;
    }
    .sb_news .ace-icon.red {
        color: #e7000b !important;
        background: #ffe2e2 !important;
    }
    .sb_news .ace-icon.red2 {
        color: #e60076 !important;
        background: #fce7f3 !important;
    }
    .sb_news .ace-icon.green3 {
        color: #0092b8 !important;
        background: #cefafe !important;
    }
        .sb_news .ace-icon svg {
            width: 14px;
            height: 14px;
        }

/* Responsive CSS *
*************************************/
@media(min-width:1024px) and (max-width:1400px) {
    .grid_5 .gridbox.md_width10 {
            width: 10%;
        }

        .grid_5 .gridbox.md_width20 {
            width: 20%;
        }

        .grid_5 .gridbox.md_width30 {
            width: 30%;
        }

        .grid_5 .gridbox.md_width40 {
            width: 40%;
        }

        .grid_5 .gridbox.md_width50 {
            width: 50%;
        }

        .grid_5 .gridbox.md_width60 {
            width: 60%;
        }

        .grid_5 .gridbox.md_width70 {
            width: 70%;
        }

        .grid_5 .gridbox.md_width80 {
            width: 80%;
        }

        .grid_5 .gridbox.md_width90 {
            width: 90%;
        }

        .grid_5 .gridbox.md_width100 {
            width: 100%;
        }
    }

    @media(min-width:980px) and (max-width:1023px) {
        .grid_5 .gridbox.sd_width10 {
            width: 10%;
        }

        .grid_5 .gridbox.sd_width20 {
            width: 20%;
        }

        .grid_5 .gridbox.sd_width30 {
            width: 30%;
        }

        .grid_5 .gridbox.sd_width40 {
            width: 40%;
        }

        .grid_5 .gridbox.sd_width50 {
            width: 50%;
        }

        .grid_5 .gridbox.sd_width60 {
            width: 60%;
        }

        .grid_5 .gridbox.sd_width70 {
            width: 70%;
        }

        .grid_5 .gridbox.sd_width80 {
            width: 80%;
        }

        .grid_5 .gridbox.sd_width90 {
            width: 90%;
        }

        .grid_5 .gridbox.sd_width100 {
            width: 100%;
        }
    }

    @media(max-width:979px) {
        .mob-mrg20-B {
            margin-bottom:20px !important;
        }

        .grid_5 .gridbox.mob_width10 {
            width: 10%;
        }

        .grid_5 .gridbox.mob_width20 {
            width: 20%;
        }

        .grid_5 .gridbox.mob_width30 {
            width: 30%;
        }

        .grid_5 .gridbox.mob_width40 {
            width: 40%;
        }

        .grid_5 .gridbox.mob_width50 {
            width: 50%;
        }

        .grid_5 .gridbox.mob_width60 {
            width: 60%;
        }

        .grid_5 .gridbox.mob_width70 {
            width: 70%;
        }

        .grid_5 .gridbox.mob_width80 {
            width: 80%;
        }

        .grid_5 .gridbox.mob_width90 {
            width: 90%;
        }

        .grid_5 .gridbox.mob_width100 {
            width: 100%;
        }
    }