@import url("https://cdnjs.cloudflare.com/ajax/libs/line-awesome/1.3.0/line-awesome/css/line-awesome.min.css");

body {
    background-color: #eff4f7;
    color: #777;
}



.content-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    padding-left: 90px;
}

.left-fixedmenus {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    min-height: 100vh;
    background: #fff;
    box-shadow: 0px 1px 22px -12px #607d8b;
    max-height: 100vh;
    overflow: auto;
}

    .left-fixedmenus::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        background-color: #fff;
    }

    .left-fixedmenus::-webkit-scrollbar {
        width: 0px;
        background-color: #fff;
    }

    .left-fixedmenus::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 0px;
    }

    .left-fixedmenus ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .left-fixedmenus ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            font-size: 12px;
            text-decoration: none;
            color: #000;
        }

            .left-fixedmenus ul li a b {
                font-weight: 500;
                padding: 0 14px;
                float: left;
                white-space: pre-line;
                word-break: break-all;
                text-align: center;
            }

            .left-fixedmenus ul li a span {
                background: #90c8f3;
                width: 25px;
                height: 25px;
                border-radius: 50px;
                font-size: 18px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
            }

        .left-fixedmenus ul li {
            border-bottom: 1px solid #eee;
            padding-bottom: 5px;
            margin-top: 10px;
        }

.box.banana_map {
    color: #fff;
    background: #eff4f7;
    padding: 0;
    box-shadow: none;
}

    .box.banana_map .title {
        padding-top: 40px;
        padding-left: 25px;
        font-size: 16px;
    }

    .box.banana_map .subtitle {
        font-weight: 700;
        padding-top: 10px;
        padding-left: 25px;
        font-size: 22px;
    }

.box {
    max-height: 444px;
}


.box {
    box-shadow: 0px 1px 22px -12px #607D8B;
    background-color: #fff;
    padding: 25px 35px 25px 30px;
    height: 100%;
}

#monthly-earnings-chart #apexcharts-canvas {
    position: relative;
}

    #monthly-earnings-chart #apexcharts-canvas:after {
        content: "";
        position: absolute;
        left: 0;
        right: 58%;
        top: 0;
        bottom: 0;
        background: #24bdd3;
        opacity: 0.65;
    }

#monthly-earnings-chart #apexcharts-title-text {
    font-weight: 600;
}

#monthly-earnings-chart #apexcharts-subtitle-text {
    font-weight: 700;
}

.monthly-earnings-text {
    position: absolute;
    left: 70px;
    top: 187px;
    color: #fff;
    z-index: 10;
}

    .monthly-earnings-text h6 {
        font-size: 16px;
    }

.chart-title h5 {
    font-size: 18px;
    color: rgba(51,51,51,1);
    margin-bottom: 38px;
}


.sparkboxes .box {
    padding: 3px 0 0 0;
    position: relative;
}

#spark1, #spark2, #spark3, #spark4 {
    position: relative;
    padding-top: 15px;
}


/* overrides */
.sparkboxes #apexcharts-subtitle-text {
    fill: #8799a2 !important;
}


.spinner-border {
    display: none;
}

.navigation_banr.openmenu .collapse:not(.show) {
    display: block;
}

.card-flex-bxd-summary {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    float: left;
    background: #fff;
    width: 100%;
}

    .card-flex-bxd-summary .avatar-sm {
        height: 3rem;
        width: 3rem;
    }

    .card-flex-bxd-summary .avatar-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #eee;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 500;
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        font-size: 1.53125rem !important;
    }

    .card-flex-bxd-summary p {
        margin-bottom: 2px;
        font-size: 14px;
        color: #6c757d !important;
    }

    .card-flex-bxd-summary .flex-grow-1.ms-3 {
        padding-left: 10px;
    }

    .card-flex-bxd-summary h4 {
        font-size: 18px;
    }

.content-area .main {
    background: #f8f8f8;
    padding: 0px 0 50px;
}

/* fffffffffffffffffffffffff */
.profit-and-lose-calculation {
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-width: 0;
    transition: all .2s;
    background: #fff;
    margin-bottom: 10px;
}

.card-header-profit {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: #fff;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .card-header-profit h3 {
        font-size: 16px;
        margin: 0;
    }

.view-more-btn {
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    border: 1px solid #444054;
    color: #444054;
}

    .view-more-btn:hover {
        color: #fff;
        background-color: #444054;
        border-color: #444054;
    }

.widgettext-left-outer {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding: 10px 15px;
    border-right: 1px solid #eee;
}

.icon-wrapper-wdjt {
    min-width: 54px;
    margin: 0 1rem 0 0;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #f7b924;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.widget-chart-content-nw {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-left: 10px;
}

    .widget-chart-content-nw h6 {
        color: #495057;
        opacity: .6;
        font-size: 14px;
    }

    .widget-chart-content-nw h2 {
        color: #495057;
        font-weight: bold;
        font-size: 2rem;
        display: block;
        line-height: 1;
        margin: 0 0;
    }

    .widget-chart-content-nw p {
        color: #495057;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 10px;
    }

.justy-space-btwn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    position: relative;
    border-right: 1px solid #eee;
    padding-right: 20px;
}

    .justy-space-btwn.n-brd {
        border: 0;
        padding-right: 0;
    }

.clr-1 .icon-wrapper-wdjt {
    background: #8c87de;
}

.clr-2 .icon-wrapper-wdjt {
    background: #ff9800;
}

.clr-3 .icon-wrapper-wdjt {
    background: #3ac47d;
}

.clr-4 .icon-wrapper-wdjt {
    background: #f000b9;
}


.ttl-order-md {
    display: flex;
    flex-direction: column;
}

    .ttl-order-md span {
        font-size: 16px;
        font-weight: 500;
        color: #495057;
    }

.justy-space-btwn h3 {
    font-size: 40px;
    margin: 10px 0;
    font-weight: 700;
}

.text-clr1 {
    color: #6caadd !important;
}

.text-clr2 {
    color: #4993d0 !important;
}

.text-clr3 {
    color: #0f6fa2 !important;
}

.gr1 {
    background: -webkit-linear-gradient(to right, #d66d75, #e29587); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #d66d75, #e29587);
}

.gr2 {
    background: -webkit-linear-gradient(to right, #20002c, #cbb4d4); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #20002c, #cbb4d4);
}

.gr3 {
    background: -webkit-linear-gradient(to right, #be93c5, #7bc6cc); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #be93c5, #7bc6cc);
}

.three-grp-outer {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px;
}

    .three-grp-outer h3 {
        font-size: 20px;
        color: #495057;
        margin: 0;
    }

    .three-grp-outer small {
        margin-bottom: 10px;
    }

    .three-grp-outer .col-md-4 {
        padding: 0px 5px;
    }

    .three-grp-outer .box {
        position: relative;
        border-radius: 2px;
    }

.mrt-btm {
    margin-bottom: 10px;
}

.mbg-3 {
    margin: 10px 0 30px;
}

.btn-focus {
    color: #fff;
    background-color: #444054;
    border-color: #444054;
    box-shadow: 0 0.125rem 0.625rem rgb(68 64 84 / 40%), 0 0.0625rem 0.125rem rgb(68 64 84 / 50%);
}

    .btn-focus:hover {
        color: #fff;
        background-color: #444054;
    }

.widget-color-fl-style {
    position: relative;
    width: 100%;
    padding: 10px;
    background: #eee;
    min-height: 150px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.top-sld-icns i {
    background-color: hsla(0,0%,100%,.9);
    font-size: 40px;
    padding: 5px;
    border-radius: 5px;
    color: #f00;
}

.widget-color-fl-style h5 {
    font-size: 15px;
    margin: 10px 0 20px;
    color: #fff;
}

.widget-color-fl-style h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

    .widget-color-fl-style h3 span {
        font-size: 16px;
        font-weight: 500;
    }

.widget-color-fl-style small {
    font-size: 11px;
    opacity: .6;
    color: #fff;
}

.bg-col-gdjt1 {
    background-color: #0f6fa2;
}

.bg-col-gdjt2 {
    background-color: #6caadd;
}

.bg-col-gdjt3 {
    background-color: #106ea3;
    margin-bottom: 0;
}

.bg-col-gdjt4 {
    background-color: #6caadd;
    margin-bottom: 0;
}

.bg-col-gdjt1 .top-sld-icns i {
    color: #8c87de;
}

.bg-col-gdjt2 .top-sld-icns i {
    color: #ff9800;
}

.bg-col-gdjt3 .top-sld-icns i {
    color: #f000b9;
}

.bg-col-gdjt4 .top-sld-icns i {
    color: #0ee954;
}

h3.box-head {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10PX;
    POSITION: RELATIVE;
    margin-top: -14px;
    font-weight: 600;
}

.graph-analysistb {
    display: flex;
    justify-content: space-between;
}

.sf-flx-dg {
    display: flex;
    flex-direction: column;
}

.graph-analysistb h6 {
    color: #a5abcc;
    font-size: 14px;
    margin-bottom: 3px;
}

.graph-analysistb span {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.pading-less-typ {
    border-top: 1px solid #eee;
    padding-top: 0;
}

.pdd-btm-nm {
    padding-bottom: 0;
}

.sales-grp-mkt {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    background: #fff;
}

    .sales-grp-mkt h6 {
        margin-bottom: 10px;
        font-size: 14px;
        opacity: .5;
        color: #000;
    }

    .sales-grp-mkt h2 {
        margin-bottom: 0px;
        font-size: 30px;
        display: flex;
        flex-direction: column;
        font-weight: 500;
        color: #000000;
    }

        .sales-grp-mkt h2 span {
            font-size: 15px;
            margin-bottom: 5px;
            opacity: .5;
            color: #000;
        }

.grap-right-linsd {
    margin-top: 8px;
    padding: 10px;
}

.box-table-cards {
    box-shadow: 0px 1px 22px -12px #607d8b;
    background-color: #fff;
    padding: 0px;
    height: 100%;
    max-height: 60vh;
    overflow: auto;
}

    .box-table-cards table thead th {
        padding: 7px 5px;
        color: #000;
        font-size: 15px;
    }

    .box-table-cards table tbody td {
        padding: 7px 5px;
    }

.card-bdy-nog {
    padding: 15px;
}

.tbd-th-hdr {
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
}

    .tbd-th-hdr h4 {
        margin: 0;
        font-size: 18px;
    }

.box-table-cards .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.03);
}

.box-table-cards::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

.box-table-cards::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.box-table-cards::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #a8abae;
}

.innerpage-application {
    position: relative;
    width: 100%;
    border: 0;
    background-color: #eff4f7;
}

/*.card-header {
    background: #fff;
    border: 0;
    margin-bottom: 5px;
}*/

.innerpage-application .card-body {
    padding: 0;
}

.card.bx-f-grp.leftreport {
    border: 0;
    width: 100%;
    min-height: 90vh;
    background: #fff;
}

    .card.bx-f-grp.leftreport .card-headersd {
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        background: #7099ba;
        padding: 4px 10px;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        text-align: left;
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }

.card-headersd-dtls {
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    background: #7099ba;
    padding: 6px 10px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

    .card-headersd-dtls span {
        padding-left: 20px;
        font-size: 13px;
        opacity: .7;
    }

.card.bx-f-grp.leftreport .card-headersd svg {
    overflow: hidden;
    vertical-align: middle;
    width: 25px;
}

.card.bx-f-grp.leftreport ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card.bx-f-grp.leftreport li {
    list-style: none;
    font-size: 13px;
    padding: 9px 10px 4px 30px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

    .card.bx-f-grp.leftreport li label {
        cursor: pointer;
        width: 100%;
    }

    .card.bx-f-grp.leftreport li:hover {
        background: #f0ebfa;
    }

    .card.bx-f-grp.leftreport li:after {
        color: #d3bbe1;
        content: "\f054";
        position: absolute;
        left: 10px;
        width: 10px;
        height: 10px;
        font-size: 16px;
        font-family: 'Line Awesome Free';
        font-weight: 900;
        top: 6.8px;
    }

.content-area .main.inner-outer-sctn {
    background: #f8f8f8;
    padding: 0px 0 0px;
}

.card.bx-f-grp.report-dtls-scn {
    border: 0;
}



.form-sld-sections {
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-width: 0;
    transition: all .2s;
    background: #fff;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 20px 10px 10px;
}

.innerpage-application .card.bx-f-grp.report-dtls-scn .card-body {
    padding: 10px;
    margin: 0;
    box-shadow: none;
    flex: inherit;
}


.form-sld-sections .form-control {
    border-radius: 2px;
    font-size: 13px;
}

.posn-rlv {
    position: relative;
    margin-top: 5px;
}

label.frt-frm {
    position: absolute;
    top: -10px;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 8px;
    left: 6px;
}

.submit-nsd-btn {
    background: #a67be1;
    border: 0;
    border-radius: 50px;
    padding: 6px 30px 9px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit-nsd-btn-clear {
    background: #f0f0f0;
    border: 0;
    border-radius: 50px;
    padding: 6px 30px 9px;
    color: #7a7676;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.text-right.text-just-right.fl-right-fx {
    display: flex;
    justify-content: flex-end;
}

.icn-dnload-pdf {
    display: flex;
    justify-content: flex-end;
    margin: 2px 0;
}

    .icn-dnload-pdf button {
        background: #f0f0f0;
        border: 0;
        border-radius: 50px;
        outline: 0;
        color: #7a7676;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 5px;
        width: 30px;
        height: 30px;
    }

        .icn-dnload-pdf button svg {
            color: #a67be1;
        }

.box-table-cards.dtlstbl-mmain-scn table thead th {
    padding: 1px 5px;
    color: #000;
    font-size: 13px;
    vertical-align: middle;
    background: #f5eeee;
    line-height: 17px;
}

.box-table-cards.dtlstbl-mmain-scn {
    padding: 5px;
    box-shadow: -3px 7px 22px -12px #607d8b;
}

@media (min-width: 992px) {
    .innerpage-application .col-lg-3 {
        -ms-flex: 0 0 23%;
        flex: 1 0 23%;
        max-width: 23%;
        padding-right: 0;
    }

    .innerpage-application .col-lg-9 {
        -ms-flex: 0 0 77%;
        flex: 0 0 77%;
        max-width: 77%;
    }
}
