.green {
    color: #48b348
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.font_bold {
    font-weight: 600;
    font-size: 14px
}

.font_bolder {
    font-weight: 700;
    font-size: 16px
}

.nowrap {
    white-space: nowrap !important
}

.mandatory {
    color: red;
    margin-left: .3rem
}

a:hover {
    text-decoration: none
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.05rem + 2px) !important
}

.common_heading {
    font-weight: 700;
    font-size: 16px;
    padding: 1rem 0;
    margin: 0
}

.btn {
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: .9em;
    font-weight: 600;
    text-transform: none;
    background: #004ea2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.btn:hover {
    background: #003a79;
    transition: all .3s ease;
    color: #fff;
}

.btn:active {
    background: #001123
}

.btn:focus {
    box-shadow: none
}

.btn-purple {
    background: #004ea2;
    padding: 10px 25px;
    box-shadow: 0 0 30px rgba(192, 0, 255, .231372549)
}

.btn-purple:hover {
    background: #003a79;
    transition: all .3s ease;
    color: #fff
}

.btn-purple:active {
    background: #001123
}

.btn-purple:focus {
    box-shadow: none
}

.btn-orange {
    background: #ff8831
}

.btn-orange:hover {
    background: #ff7008;
    transition: all .3s ease;
    color: #fff
}

.btn-orange:active {
    background: #b14b00
}

.btn-orange:focus {
    box-shadow: none
}

.btnSmall {
    padding: 0 1em;
    background: #fff;
    height: 35px;
    color: #2c2e38;
    border: 1px solid #dae1e1;
    line-height: 25px;
    font-weight: 400
}

.btnSmall:hover {
    background: #ebebeb;
    transition: all .3s ease;
    color: #fff
}

.btnSmall:active {
    background: #bfbfbf
}

.btnSmall:focus {
    box-shadow: none
}

.btnSmall:hover {
    background: #f2f2f2;
    color: #2c2e38
}

.btn-white {
    background: #fff;
    border: 1px solid #dae1e1;
    border-radius: .3em;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: #2c2e38;
    padding: .3em 1em;
    overflow: hidden
}

.btn-white .icon {
    margin: 0;
    background: #f7f9f9;
    width: 3em;
    border: none;
    border-radius: 0
}

.btn-search {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .4rem !important;
    border-bottom-right-radius: .4rem !important
}

.btn-search:focus {
    background: #004ea2
}

body {
    background: #f3f3f3;
    font-family: "Roboto", sans-serif
}

.header {
    background: #fff;
    box-shadow: 1px 1px 1rem .1rem #f2f2f2;
    padding: 0 .2rem;
    margin-bottom: 10px;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom: 1px solid #e5e4e4;
    /* transition: 1s */
}

.header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px
}

.header__nav .brand_logo {
    width: 150px;
    height: 80px !important;
    object-fit: contain;
    object-position: left;
    /* width: 100%;
    height: 45px !important;
    margin-top: 0 */
}

.header__nav .brand_name {
    white-space: nowrap;
    padding: .25em 0 0 1.5em;
    font-size: 1.3em;
    font-weight: 700
}

@media(max-width: 540px) {
    .header__nav .brand_name {
        display: none
    }
}

.header__user {
    color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.header__user a {
    color: #000;
    padding: .2em .4em;
    margin: 0 .3em;
    border-radius: 100px;
    cursor: pointer;
    font-weight: 500;
    /* transition: all .3s ease-in-out; */
    white-space: nowrap;
    text-decoration: none
}

.header__user a i {
    color: #838080;
    display: inline
}

.header__user a:last-child {
    margin: 0
}

.header__user .user_description {
    font-size: 1em;
    padding: 0 1em 0 1em
}

.header__user .user_description .user_name {
    font-weight: 600
}

@media(max-width: 840px) {
    .header__user .user_description {
        display: block
    }
}

.header__user .svg_icon {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 3px;
    cursor: pointer;
    /* transition: all .3s ease-in-out */
}

.header__user .divider {
    display: inline-block;
    padding: .3em 0 .5em 0;
    opacity: .45;
    width: 2px;
    height: 5px;
    background: #000
}

.header .menu_icon {
    margin-right: .5em;
    margin-left: .85em;
    margin-top: 0;
    cursor: pointer;
    font-size: 1.25em;
    color: #2c2e38
}

.header .menu_icon i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    /* transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s */
}

.header .menu_icon i:hover {
    background: #f2f2f2
}

.header .mobile_menu {
    display: none
}

.header .mobo_version a {
    display: inline-block;
    padding: .3em;
    text-align: center
}

.header .mobo_version a:last-child {
    margin-left: .2em
}

@media(max-width: 1024px) {
    .header .mobo_version {
        display: none
    }

    .header .mobile_menu {
        display: block;
        padding: .2em .8em
    }

    .header .show_menu {
        display: none !important;
        display: flex;
        flex-direction: column;
        background: #fff;
        width: 50px;
        position: absolute;
        z-index: 100;
        top: 100%;
        right: 24px
    }

    .header .dropmenu_show {
        display: block !important
    }
}

.main_wrapper {
    background: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding: 0
}

.main_wrapper .title_head {
    font-size: 1.6em;
    font-weight: 600;
    color: #2c2e38
}

.main_wrapper .verticle_space {
    margin: 1em 0
}

.main_wrapper a {
    text-decoration: none
}

.main_wrapper .cardbody {
    display: block;
    text-align: center;
    height: 100%;
    box-shadow: 1px 1px 1rem .1rem #f2f2f2;
    border-radius: 10px;
    padding: 1.5em 1em 1em;
    background: #fff
}

.main_wrapper .cardbody h3 {
    font-size: 1.25em;
    font-weight: 700;
    color: #2c2e38
}

.main_wrapper .cardbody .sub_heading {
    padding: 0
}

.main_wrapper .cardbody .text_muted {
    color: #5b5b5c
}

@media(max-width: 992px) {
    .main_wrapper .cardbody {
        margin-bottom: 1.2em;
        height: auto
    }
}

.b_rounded {
    border-radius: 15px
}

.rounded_title {
    border-radius: 50px;
    background: #a3a3a3;
    box-shadow: 0 0 30px rgba(192, 0, 255, .231372549);
    width: 251px;
    text-align: center;
    padding: .8rem;
    font-size: 1.25em;
    border-radius: 100px;
    color: #fff;
    font-weight: 700
}

.y-2 {
    margin: 1rem 0
}

.y-3 {
    margin: 2rem 0
}

.add_section {
    background: rgba(0, 0, 0, 0);
    padding: 0.85em 0 1em 0
}

.add_section .add_banner {
    background: #fff;
    box-shadow: 1px 1px 1rem .1rem #f2f2f2;
    padding: 3em;
    margin-top: 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.add_section .add_banner h2 {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 50px
}

.add_section .add_banner .description {
    font-size: 1em;
    color: #5b5b5c;
    padding-right: 2em
}

@media(max-width: 992px) {
    .add_section .add_banner .btn {
        margin-bottom: 1.5em
    }
}

.add_section .img_fluid {
    width: 100%;
    margin: 0 auto
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    margin: 0 auto;
    padding: 0 0 15px 15px;
    font-size: 14px
}

@media(max-width: 1200px) {
    .footer {
        width: 950px
    }
}

@media(max-width: 992px) {
    .footer {
        width: 700px
    }
}

@media(max-width: 768px) {
    .footer {
        width: 530px
    }
}

@media(max-width: 540px) {
    .footer {
        width: 100%
    }
}

.footer .card_footer_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.footer .card_footer_flex a {
    text-decoration: none;
    color: inherit
}

.footer .divider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
    width: 1px;
    background: #2c2e38
}

.footer .copywright {
    font-weight: 500
}

.footer .privacy_text {
    font-weight: 400;
    color: #2c2e38
}

.footer .privacy_text a {
    color: #2c2e38
}

.footer_fluid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin: 1rem .2rem
}

.footer_fluid .card_footer_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.footer_fluid .card_footer_flex a {
    text-decoration: none;
    color: inherit
}

.footer_fluid .divider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
    width: 1px;
    background: #2c2e38
}

.w-258 {
    width: 258px !important
}

.svg_size {
    width: 95px
}

.dissabled_card {
    background: #fff !important;
    border: 4px solid #fff;
    opacity: .95;
    cursor: not-allowed
}

.l_flex {
    display: flex;
    align-items: center
}

.r_flex {
    display: flex;
    align-items: center
}

.sidenav {
    width: 270px;
    height: 100%
}

.main {
    transition: none !important
}

.expand {
    margin-left: 0 !important
}

.active-cont {
    margin-left: 270px !important
}

.c-chart-wrapper {
    position: relative;
    height: 240px
}

.chart-wrapper {
    height: auto
}

.analytics_section .col-lg-12 {
    margin-bottom: 0
}

.analytics_section .col-lg-12:nth-of-type(3) {
    margin-bottom: 0
}

.datePickerSection {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px
}

.datePickerSection .fromDate {
    display: flex;
    width: 100%;
    /*width: 400px;*/
    white-space: nowrap;
    align-items: center;
    gap: 6px
}

.datePickerSection .toDate {
    display: flex;
    width: 100%;
    /* width: 400px; */
    white-space: nowrap;
    align-items: center;
    gap: 6px
}

.datePickerSection .searchButton {
    border: 1px solid #fff
}

.custom_legend {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: row;
    flex-wrap: wrap
}

.custom_legend .custom_legend_row {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    color: #838080;
    background: rgba(241, 241, 241, .3803921569);
    border: 1px solid #efefef;
    padding: 0 10px 0 5px;
    margin: 10px 2px 0 2px;
    border-radius: 2px
}

.legendBox {
    display: block;
    width: 12px;
    height: 12px
}

.status_complete {
    background: #54c5e3
}

.status_01 {
    background: #979797
}

.status_02 {
    background: #f7ba00
}

.status_03 {
    background: #e60013
}

.status_04 {
    background: #f0a224
}

.status_05 {
    background: #288d8d
}

.status_06 {
    background: #1b81bc
}

.status_07 {
    background: #36c
}

.status_08 {
    background: #548705
}

.status_09 {
    background: #f1c45f
}

.status_10 {
    background: #9f0000
}

.status_11 {
    background: #ea7f1b
}

.line_status_01 {
    background: #979797
}

.line_status_02 {
    background: #548705
}

.line_status_03 {
    background: #e60013
}

.line_status_04 {
    background: #f0a224
}

.line_status_05 {
    background: #288d8d
}

.line_status_06 {
    background: #1b81bc
}

.line_status_07 {
    background: #36c
}

.line_status_08 {
    background: #548705
}

.area_status_01 {
    background: #40e0d0
}

.area_status_02 {
    background: #f7ba00
}

.area_status_03 {
    background: #e60013
}

.area_status_04 {
    background: #9400d3
}

.area_status_05 {
    background: red
}

.area_status_06 {
    background: #f994ec
}

.area_status_07 {
    background: #36c
}

.approved {
    background: #40e0d0
}

.pending {
    background: #f7ba00
}

.sendback {
    background: #e60013
}

.forward {
    background: #9400d3
}

.rejected {
    background: red
}

.inactive {
    background: #f994ec
}

.newproposal {
    background: #36c
}

.legendValue {
    font-weight: 500;
    color: #000
}


.analytics_section .card {
    margin-bottom: 12px !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.row-flex .card {
    height: 100%;
}

@media(max-width:992px) {
    .row.row-flex>[class*="col-"] {
        margin-bottom: 12px !important;
        padding-right: 12px !important
    }

    .row.row-flex>[class*="col-"]:last-child {
        margin-bottom: 0 !important;
    }

    .datePickerSection {
        justify-content: center !important;
    }

    .row-flex .card .selectBoxA {
        width: 50% !important;
    }
}

/* .row.row-flex[class*="col-"] {
    margin-top: 12px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
} */

.row-flex .card .selectBoxA {
    width: 100%;
}

.row-flex .card .card-body .c-chart-wrapper {
    height: 240px;
}

.card .containerBox {
    padding: 10px 10px 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.colGutter [class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

@media(max-width:1299px) {

    .containerBox .searchButton button::after {
        content: "Search";
        padding-left: 6px;
    }
}

/*# sourceMappingURL=dashboard.css.map */