.group__radio-hear {
    padding: 10px 10px;
    margin: 20px 0;
    font-weight: 500;
    color: #fff;
    background-color: #dc3545;
}

.custom-radio {
    font: 1.5rem;
    padding: 10px 30px;
    margin-bottom: 10px;
    border: 1px solid #3de208;
    border-radius: 5px;
    background-color: #ebf5e5;
}

.custom-radio label {
    display: block;
    cursor: pointer;
}

.titlecenter {
    position: absolute;
    margin-top: -15px;
    background: white;
    margin-left: 3px;
    padding: 0px 12px;
    font-weight: 600;
}

.content-wrapper > .content {
    padding-bottom: 50px;
}

.activetopmn {
    background-color: #1e9684;
    color: white !important;
}

.activetopmn a {
    color: white !important;
}

.tophd {
    border-right: 1px solid rgb(0 0 0 / 10%);
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    text-align: center;
    list-style: none;
    height: 25px;
}

.height40 {
    height: 25px;
    margin-bottom: -8px !important;
}

.tophd ul li:hover {
    border: 1px solid #f8f9fa;
    padding-top: -3px;
}

.tophd ul li a {
    height: 25px !important;
}

.footerfix {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    font-size: 12px;
}

.tophd .row {
    margin-right: 0px !important;
}

.padding-bor {
    padding: 2px 38px !important;
    border-radius: 11px;
    font-size: 14px;
    cursor: pointer;
}

.sales_card_bodyt .nts {
    grid-template-columns: repeat(1, 1fr) !important;
}

.sales_card_bodyif {
    background: #fff;
    border-radius: 15px;
    display: grid;
    row-gap: 8px;
    padding: 37px 10px 9px 15px;
    position: relative;
    margin: -7px 15px 0px 15px;
    bottom: 10px;
    border: 1px dashed;
}

.imgif {
    position: absolute;
    top: -28px;
    left: -12px;
}

.single_salesif {
    font-size: 12px;
    padding-bottom: 8px;
}

.single_salesif span {
    font-style: italic;
    font-weight: bold;
    color: #6c757d;
}

.COD .uploadFileContainer {
    min-height: 200px !important;
}

.labelSum {
    font-size: 12px;
    padding-top: 2px;
    color: red;
}

.valueSum {
    border: 1px solid #29a745;
    padding: 1px;
}

/* home */
.b-b-default {
    border-bottom: 1px solid #d6d6d6;
    margin-left: 0px;
    margin-right: 0px;
}

.w-500 {
    width: 500px !important;
}

.w-100 {
    width: 120px !important;
}

.homepagett .react-datetimerange-picker__wrapper {
    border: none !important;
}

.b-r-default {
    border-right: 1px solid #d6d6d6;
}

.p-b-20 {
    padding-bottom: 10px !important;
}

.p-t-20 {
    padding-top: 10px !important;
}

.text-c-green {
    color: #11c15b;
}

.f-24 {
    font-size: 24px;
}

.f-title {
    font-weight: bolder;
    font-size: 12px;
    color: #444d53;
}

.f-title-change {
    font-weight: bolder;
    font-size: 15px;
    color: green;
}

.text-muted {
    color: #78909c !important;
    font-size: 13px;
    font-family: 'Font Awesome 5 Free';
}

.m-b-0 {
    margin-bottom: 0px;
}

.homepage .card .card-block p {
    line-height: 1.4;
}

.homepage .text-c-blue {
    color: #448aff;
}

.homepage .text-c-red {
    color: #ff5252;
}

.homepage .text-c-purple {
    color: #536dfe;
}

.homepage .proj-progress-card .progress {
    height: 6px;
    overflow: visible;
    margin-bottom: 10px;
}

.homepage .progress {
    height: 10px !important;
}

.homepage .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px !important;
    margin-top: 5px !important;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.homepage .proj-progress-card .progress .progress-bar {
    position: relative;
}

.homepage .progress .progress-bar {
    height: 100% !important;
}

.homepage .bg-c-green {
    background: #11c15b;
}

.homepage .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.homepage .proj-progress-card .progress .progress-bar.bg-c-green:after {
    border: 3px solid #11c15b;
    -webkit-box-shadow:
        0 0 0 5px rgb(17 193 91 / 50%),
        0 10px 7px 0 rgb(62 57 107 / 18%);
    box-shadow:
        0 0 0 5px rgb(17 193 91 / 50%),
        0 10px 7px 0 rgb(62 57 107 / 18%);
}

.homepage .proj-progress-card .progress {
    height: 6px;
    overflow: visible;
    margin-bottom: 10px;
}

.homepage .progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.homepage .proj-progress-card .progress .progress-bar:after {
    content: '';
    background: #fff;
    position: absolute;
    right: -6px;
    top: -4px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.homepage .f-w-700 {
    font-weight: 700;
}

.homepage .m-b-30 {
    margin-bottom: 30px;
}

.homepage .text-c-green {
    color: #11c15b;
}

.homepage .m-l-10 {
    margin-left: 10px;
}

.homepage .proj-progress-card .progress .progress-bar {
    position: relative;
}

.homepage .progress .progress-bar {
    height: 100% !important;
}

.homepage .bg-c-red {
    background: #ff5252;
}

.homepage .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.homepage .proj-progress-card .progress .progress-bar .bg-c-green:after {
    border: 3px solid #11c15b !important;
    -webkit-box-shadow:
        0 0 0 5px rgb(17 193 91 / 50%),
        0 10px 7px 0 rgb(62 57 107 / 18%) !important;
    box-shadow:
        0 0 0 5px rgb(17 193 91 / 50%),
        0 10px 7px 0 rgb(62 57 107 / 18%) !important;
}

.homepage .proj-progress-card .progress .progress-bar:after {
    content: '';
    background: #fff !important;
    position: absolute !important;
    right: -6px !important;
    top: -4px !important;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important;
}

.homepage .proj-progress-card .card-block {
    padding: 16px;
}

.homepagechart h6 {
    font-size: 12px !important;
    margin-top: 9px;
    margin-left: 10px;
    color: green;
}

.homepagechart .card-header {
    height: 26px;
}

.homepagechart .btn-tool {
    margin-bottom: 12px;
}

.content-wrapper {
    background-color: rgb(255 255 255 / 0%) !important;
}

.chartgc {
    color: red;
    font-size: 12px;
    margin-left: 10px;
}

.chartgcnd {
    font-size: 9px;
    margin-left: 20px;
    font-weight: bold;
    font-style: italic;
}

.homepage a:hover {
    text-decoration: none !important;
}

.homepage .dedcription-btn {
    width: 160px;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #001f3f;
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
    transition: all 0.3s;
    padding-right: 40px;
    margin: -15px -5px;
}

.homepage .dedcription-btn .btn-icon {
    width: 87px;
    height: 30px;
    float: right;
    position: absolute;
    border-radius: 39px 4px 4px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}

.homepage .name-descripeion {
    position: relative;
    z-index: 9999;
}

.homepage .btn-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid #fcfcfc;
    border-right: 40px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}

.homepage .dedcription-btn:hover .btn-icon {
    width: 100%;
    border-radius: 30px;
}

.homepage .dedcription-btn:hover .btn-icon::after {
    display: none;
    opacity: 0.1;
}

.homepage .btn-icon i {
    position: absolute;
    right: 23px;
    top: 6px;
    color: #fff;
}

.homepage .dedcription-btn:hover {
    color: #fff !important;
}

.homepage .heart {
    background-color: #ff586b !important;
}

.homepage .book {
    background-color: #00b7c4 !important;
}

.homepage .brain {
    background-color: #28a745 !important;
}

.homepage .hover-box {
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.Closedtchart .dedcription-btn {
    width: 160px;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #001f3f;
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
    transition: all 0.3s;
    padding-right: 40px;
    margin: 1px -160px;
}

.chartdtinfor .ReactTable {
    font-size: 12px;
}

.chartdtinforshow {
    position: fixed;
    width: 87%;
    background: rgb(255 255 255);
    height: 97%;
    z-index: 9999999999999;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 20px;
    overflow-y: scroll;
    box-shadow:
        0 0 1px rgb(0 0 0 / 13%),
        0 1px 3px rgb(0 0 0 / 20%);
}

.chartkg .apexcharts-legend {
    position: absolute;
    left: auto;
    top: 24px;
    right: 5px;
    min-height: 190px !important;
}

.chartkvare .apexcharts-legend {
    padding-top: 37px !important;
}

.chartser .apexcharts-legend {
    padding-top: 18px !important;
}

.chartserinter .apexcharts-legend {
    padding-top: 13px !important;
}

.chartsmall .apexcharts-legend {
    padding-top: 25px !important;
}

.pad20 {
    padding: 10px;
}

.dedcription-btn {
    cursor: pointer;
}

.kg .labelSum {
    font-size: 10px !important;
}

.chartdoule .dedcription-btn {
    width: 130px !important;
    position: absolute;
    display: inline-block;
    border-radius: 30px;
    background-color: #fcfcfc;
    color: #001f3f;
    text-align: center;
    font-size: 14px;
    padding: 4px 0;
    transition: all 0.3s;
    padding-right: 38px;
    margin: -20px -39px;
}

.chartdoule .dedcription-btn .btn-icon {
    width: 72px;
    height: 30px;
    float: right;
    position: absolute;
    border-radius: 39px 4px 4px 0;
    right: 0px;
    top: 0px;
    transition: all 0.3s;
}

.chartkg svg {
    width: 100%;
}

.areadiv {
    width: 500px;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.chartkvare .martop20xs {
    margin-top: 20px !important;
}

.martop20xs {
    margin-top: 0px;
}

.chartkvare .apexcharts-legend {
    position: absolute;
    left: auto;
    top: 0px !important;
    right: 5px;
    right: 0px !important;
    max-height: 151px;
    min-width: 152px;
    text-align: Left;
}

.chartdtinforshow .fixrow {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.cusch .apexcharts-legend-text {
    font-size: 10px;
}

.margin-left-15s {
    margin-left: -15px;
}

.Hidden-xs-tb {
    display: none !important;
}

.Hidden-lg-tb {
    display: block !important;
}

.mt-5sx {
    margin-top: -5px;
}

.mt-5lg {
    margin-top: 0px;
}

.pd-0 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pd-0-xs {
    padding-left: 0px;
    padding-right: 0px;
}

.mb-20sx {
    margin-bottom: 20px;
}

.pd-r-0xs {
    padding-right: 5px;
}

.pd-l-10md {
    padding-left: 10px;
}

.mg-t-2-md {
    margin-top: -2px;
}

.color-green-md {
    color: #008000ad;
}

.color-red-md {
    color: #db3447;
}

.color-yellow-md {
    color: #febf32;
}

.color-blue-md {
    color: #17a2b8;
}

.pd-l-0md {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (max-width: 768px) {
    .fixtotal {
        padding-top: 19px;
        position: unset !important;
        margin-left: 0 !important;
    }
    .headfixed_2 {
        position: sticky;
        z-index: 5;
        top: 53px !important;
        background: white;
        padding-bottom: 10px;
    }
    .inforconfirm_3 {
        position: fixed;
        width: 90%;
        background: white;
        height: 500px !important;
        z-index: 9999999999999;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border-radius: 20px;
        /*  overflow-y: scroll; */
    }
    .scrollx-mb {
        overflow-y: scroll;
        height: 400px !important;
        overflow-x: hidden;
    }

    .mg-t-2-md {
        margin-top: 0px !important;
    }

    .pd-0-xs {
        padding-left: 0px !important;
        padding-right: 5px !important;
    }

    .mg-r-5-xs {
        margin-right: 5px !important;
    }

    .pd-r-0xs {
        padding-right: 5px !important;
        padding-left: 0px;
    }

    .pd-l-0xs {
        padding-left: 5px !important;
        padding-right: 0px !important;
    }

    .fix-pd-xs-12 {
        padding-right: 7px !important;
    }

    .ml-15xs {
        margin-left: 5px !important;
    }

    .titlelock3 {
        text-align: center;
        font-size: 12px !important;
        background: aliceblue;
        padding: 5px;
        color: #607d8b;
        margin-bottom: 5px;
    }

    .labelchanel {
        position: absolute;
        background: #009688;
        padding: 4px 15px;
        color: white;
        left: -8px !important;
        top: -21px !important;
        /* z-index: 999999; */
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 15px;
        height: 30px;
    }

    .frame1 {
        width: 380px !important;
        height: 485px !important;
        border: 1px solid rgb(255, 255, 255);
        overflow: hidden !important;
        max-width: 715px;
        max-height: 500px;
        border-radius: 5px;
        box-shadow: rgb(16 17 17 / 24%) 2px 4px 10px;
        margin-bottom: 20px;
        background-image: url(../../img/loading.gif);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100px;
        margin-left: -10px;
    }

    .containerCam .responsive-iframe #canvas {
        width: 324px !important;
        height: 171px !important;
    }

    .responsive-iframe {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 130% !important;
        border: none;
        margin-top: 20px;
    }

    /* .content-wrapper { Vương ẩn vì lỗi ở phần tạo vận đơn nếu mở lại hỏi Vương trước
        min-height: 102ch !important;
        margin-left: 2px !important;
        margin-right: 3px !important;
        overflow: hidden !important;
    } */

    .content-wrapper > .content {
        padding: 0px !important;
    }

    .mt-5lg {
        margin-top: 5px;
    }

    .mt-5sx {
        margin-top: 0px;
    }

    .Hidden-xs-tb {
        display: block !important;
    }

    .Hidden-lg-tb {
        display: none !important;
    }

    .Hiddenxs-nolg {
        display: none !important;
    }

    .chartkvare .apexcharts-legend {
        position: absolute;
        left: auto;
        top: 134px !important;
        right: 5px !important;
        right: 101px !important;
        max-height: 151px;
        min-width: 152px;
        text-align: -webkit-right;
    }

    .martop20xs {
        margin-top: 20px;
    }

    .chartdtinforshow {
        position: fixed;
        width: 87%;
        background: rgb(255 255 255);
        height: 97%;
        z-index: 9999999999999;
        margin: auto;
        left: 0;
        right: 0;
        /* bottom: 100px; */
        top: 0;
        padding-bottom: 200px;
        border-radius: 20px;
        overflow-y: scroll;
        box-shadow:
            0 0 1px rgb(0 0 0 / 13%),
            0 1px 3px rgb(0 0 0 / 20%);
    }

    .chartkg .apexcharts-canvas {
        width: 420px;
        height: 317.7px;
        margin-left: -45px;
    }

    .chartdoule .dedcription-btn {
        width: 130px !important;
        position: absolute;
        display: inline-block;
        border-radius: 30px;
        background-color: #fcfcfc;
        color: #001f3f;
        text-align: center;
        font-size: 14px;
        padding: 4px 0;
        transition: all 0.3s;
        padding-right: 38px;
        margin: -20px 236px !important;
    }

    .homepage .dedcription-btn {
        width: 160px;
        position: absolute;
        display: inline-block;
        border-radius: 30px;
        background-color: #fcfcfc;
        color: #001f3f;
        text-align: center;
        font-size: 14px;
        padding: 4px 0;
        transition: all 0.3s;
        padding-right: 40px;
        margin: 3px 3px 12px 214px;
    }

    .dtbt .dedcription-btn {
        width: 160px;
        position: absolute;
        display: inline-block;
        border-radius: 30px;
        background-color: #fcfcfc;
        color: #001f3f;
        text-align: center;
        font-size: 14px;
        padding: 4px 0;
        transition: all 0.3s;
        padding-right: 40px;
        margin: 1px -160px !important;
    }

    .homepage .Closedtchart .dedcription-btn {
        width: 160px;
        position: absolute;
        display: inline-block;
        border-radius: 30px;
        background-color: #fcfcfc;
        color: #001f3f;
        text-align: center;
        font-size: 14px;
        padding: 4px 0;
        transition: all 0.3s;
        padding-right: 40px;
    }

    .chartdtinforshow {
        position: fixed;
        width: 87%;
        background: rgb(255 255 255);
        height: 97%;
        z-index: 9999999999999;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        border-radius: 20px;
        overflow-y: scroll;
        box-shadow:
            0 0 1px rgb(0 0 0 / 13%),
            0 1px 3px rgb(0 0 0 / 20%);
    }

    .content-wrapper {
        /*  height: 552px; */
        /*  overflow: scroll; */
        margin-top: 0px;
        min-height: 679px;
        /*  margin-bottom: 130px; */
    }

    .chartdtinforshow h6 {
        margin-top: 50px;
    }
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__navigation-icon::before {
    border-color: #ccc;
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: block;
    height: 9px;
    position: absolute;
    top: 6px;
    width: 9px;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
    margin-left: -4px;
    position: absolute;
    width: 0;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::after,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px;
    content: '';
    z-index: -1;
    border-width: 8px;
    left: -8px;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
    border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
    top: 0;
    margin-top: -8px;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
    border-top: none;
    border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
    top: 0;
}

.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae;
}

.border {
    border: 1px solid #e3dbdb;
    border-radius: 5px;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle {
    bottom: 0;
    margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::after {
    border-bottom: none;
    border-top-color: #fff;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::after {
    bottom: 0;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle::before {
    bottom: -1px;
    border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
    display: inline-block;
    padding: 0;
    border: 0;
    width: 100%;
}

.react-datepicker {
    font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
    font-size: 0.8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    display: inline-block;
    position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
    left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
    border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
    position: absolute;
    left: 50px;
}

.react-datepicker-popper {
    z-index: 1;
}

.react-datepicker-popper[data-placement^='bottom'] {
    padding-top: 10px;
}

.react-datepicker-popper[data-placement='bottom-end'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement='top-end'] .react-datepicker__triangle {
    left: auto;
    right: 50px;
}

.react-datepicker-popper[data-placement^='top'] {
    padding-bottom: 10px;
}

.react-datepicker-popper[data-placement^='right'] {
    padding-left: 8px;
}

.react-datepicker-popper[data-placement^='right'] .react-datepicker__triangle {
    left: auto;
    right: 42px;
}

.react-datepicker-popper[data-placement^='left'] {
    padding-right: 8px;
}

.react-datepicker-popper[data-placement^='left'] .react-datepicker__triangle {
    left: 42px;
    right: auto;
}

.react-datepicker__header {
    text-align: center;
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    border-top-left-radius: 0.3rem;
    padding: 8px 0;
    position: relative;
}

.react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
}

.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
    border-top-left-radius: 0;
}

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
    border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
    display: inline-block;
    margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
    margin-top: 0;
    color: #000;
    font-weight: bold;
    font-size: 0.944rem;
}

.react-datepicker-time__header {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.react-datepicker__navigation {
    align-items: center;
    background: none;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 2px;
    padding: 0;
    border: none;
    z-index: 1;
    height: 32px;
    width: 32px;
    text-indent: -999em;
    overflow: hidden;
}

.react-datepicker__navigation--previous {
    left: 2px;
}

.react-datepicker__navigation--next {
    right: 2px;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
    right: 85px;
}

.react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.react-datepicker__navigation--years-previous {
    top: 4px;
}

.react-datepicker__navigation--years-upcoming {
    top: -4px;
}

.react-datepicker__navigation:hover *::before {
    border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
    position: relative;
    top: -1px;
    font-size: 20px;
    width: 0;
}

.react-datepicker__navigation-icon--next {
    left: -2px;
}

.react-datepicker__navigation-icon--next::before {
    transform: rotate(45deg);
    left: -7px;
}

.react-datepicker__navigation-icon--previous {
    right: -2px;
}

.react-datepicker__navigation-icon--previous::before {
    transform: rotate(225deg);
    right: -7px;
}

.react-datepicker__month-container {
    float: left;
}

.react-datepicker__year {
    margin: 0.4rem;
    text-align: center;
}

.react-datepicker__year-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 180px;
}

.react-datepicker__year .react-datepicker__year-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
}

.react-datepicker__month {
    margin: 0.4rem;
    text-align: center;
}

.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
}

.react-datepicker__input-time-container {
    clear: both;
    width: 100%;
    float: left;
    margin: 5px 0 10px 15px;
    text-align: left;
}

.react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
    display: inline-block;
    margin-left: 10px;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
    width: auto;
}

.react-datepicker__input-time-container
    .react-datepicker-time__input-container
    .react-datepicker-time__input
    input[type='time']::-webkit-inner-spin-button,
.react-datepicker__input-time-container
    .react-datepicker-time__input-container
    .react-datepicker-time__input
    input[type='time']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.react-datepicker__input-time-container
    .react-datepicker-time__input-container
    .react-datepicker-time__input
    input[type='time'] {
    -moz-appearance: textfield;
}

.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
    margin-left: 5px;
    display: inline-block;
}

.react-datepicker__time-container {
    float: right;
    border-left: 1px solid #aeaeae;
    width: 85px;
}

.react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -87px;
    top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
    width: 85px;
    overflow-x: hidden;
    margin: 0 auto;
    text-align: center;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    list-style: none;
    margin: 0;
    height: calc(195px + (1.7rem / 2));
    overflow-y: scroll;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    box-sizing: content-box;
}

.react-datepicker__time-container
    .react-datepicker__time
    .react-datepicker__time-box
    ul.react-datepicker__time-list
    li.react-datepicker__time-list-item {
    height: 30px;
    padding: 5px 10px;
    white-space: nowrap;
}

.react-datepicker__time-container
    .react-datepicker__time
    .react-datepicker__time-box
    ul.react-datepicker__time-list
    li.react-datepicker__time-list-item:hover {
    cursor: pointer;
    background-color: #f0f0f0;
}

.react-datepicker__time-container
    .react-datepicker__time
    .react-datepicker__time-box
    ul.react-datepicker__time-list
    li.react-datepicker__time-list-item--selected {
    background-color: #216ba5;
    color: white;
    font-weight: bold;
}

.react-datepicker__time-container
    .react-datepicker__time
    .react-datepicker__time-box
    ul.react-datepicker__time-list
    li.react-datepicker__time-list-item--selected:hover {
    background-color: #216ba5;
}

.react-datepicker__time-container
    .react-datepicker__time
    .react-datepicker__time-box
    ul.react-datepicker__time-list
    li.react-datepicker__time-list-item--disabled {
    color: #ccc;
}

.react-datepicker__time-container
    .react-datepicker__time
    .react-datepicker__time-box
    ul.react-datepicker__time-list
    li.react-datepicker__time-list-item--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__week-number {
    color: #ccc;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
    white-space: nowrap;
}

.react-datepicker__day-names {
    margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
    color: #000;
    display: inline-block;
    width: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    margin: 0.166rem;
}

.react-datepicker__month--selected,
.react-datepicker__month--in-selecting-range,
.react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff;
}

.react-datepicker__month--selected:hover,
.react-datepicker__month--in-selecting-range:hover,
.react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
    background-color: #1d5d90;
}

.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
    color: #ccc;
    pointer-events: none;
}

.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
    cursor: default;
    background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
    cursor: pointer;
}

.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0;
}

.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
    font-weight: bold;
}

.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff;
}

.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
    background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
    color: magenta;
}

.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
    color: green;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff;
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
    background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2579ba;
    color: #fff;
}

.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
    background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(
        .react-datepicker__day--in-range,
        .react-datepicker__month-text--in-range,
        .react-datepicker__quarter-text--in-range,
        .react-datepicker__year-text--in-range
    ),
.react-datepicker__month-text--in-selecting-range:not(
        .react-datepicker__day--in-range,
        .react-datepicker__month-text--in-range,
        .react-datepicker__quarter-text--in-range,
        .react-datepicker__year-text--in-range
    ),
.react-datepicker__quarter-text--in-selecting-range:not(
        .react-datepicker__day--in-range,
        .react-datepicker__month-text--in-range,
        .react-datepicker__quarter-text--in-range,
        .react-datepicker__year-text--in-range
    ),
.react-datepicker__year-text--in-selecting-range:not(
        .react-datepicker__day--in-range,
        .react-datepicker__month-text--in-range,
        .react-datepicker__quarter-text--in-range,
        .react-datepicker__year-text--in-range
    ) {
    background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range
    .react-datepicker__day--in-range:not(
        .react-datepicker__day--in-selecting-range,
        .react-datepicker__month-text--in-selecting-range,
        .react-datepicker__quarter-text--in-selecting-range,
        .react-datepicker__year-text--in-selecting-range
    ),
.react-datepicker__month--selecting-range
    .react-datepicker__month-text--in-range:not(
        .react-datepicker__day--in-selecting-range,
        .react-datepicker__month-text--in-selecting-range,
        .react-datepicker__quarter-text--in-selecting-range,
        .react-datepicker__year-text--in-selecting-range
    ),
.react-datepicker__month--selecting-range
    .react-datepicker__quarter-text--in-range:not(
        .react-datepicker__day--in-selecting-range,
        .react-datepicker__month-text--in-selecting-range,
        .react-datepicker__quarter-text--in-selecting-range,
        .react-datepicker__year-text--in-selecting-range
    ),
.react-datepicker__month--selecting-range
    .react-datepicker__year-text--in-range:not(
        .react-datepicker__day--in-selecting-range,
        .react-datepicker__month-text--in-selecting-range,
        .react-datepicker__quarter-text--in-selecting-range,
        .react-datepicker__year-text--in-selecting-range
    ) {
    background-color: #f0f0f0;
    color: #000;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
    cursor: default;
    color: #ccc;
}

.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
    background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover,
.react-datepicker__month-text.react-datepicker__month--in-range:hover,
.react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
    background-color: #216ba5;
}

.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
    background-color: #f0f0f0;
}

.react-datepicker__input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
    border: 1px solid transparent;
    border-radius: 0.3rem;
    position: relative;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
    cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
    border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
    transform: rotate(135deg);
    right: -16px;
    top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
    background-color: #f0f0f0;
    position: absolute;
    width: 50%;
    left: 25%;
    top: 30px;
    z-index: 1;
    text-align: center;
    border-radius: 0.3rem;
    border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
    cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
    line-height: 20px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
    background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
    border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
    border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px;
}

.react-datepicker__close-icon {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0 6px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    content: '×';
}

.react-datepicker__today-button {
    background: #f0f0f0;
    border-top: 1px solid #aeaeae;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    clear: left;
}

.react-datepicker__portal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
        width: 2rem;
        line-height: 2rem;
    }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem;
}

.react-datepicker__children-container {
    width: 13.8rem;
    margin: 0.4rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    height: auto;
}

.chartloading {
    padding-top: 40px;
    text-align: center;
}

.chartloading2 {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.changestable tr td > svg {
    width: 30vh;
    height: 40px;
}

.Cont {
    position: absolute;
    width: 100%;
    z-index: 99999999999;
    margin-left: -75px;
}

.bor-top-xs {
    padding: 10px;
    border-top: 1px solid #28a745;
}

.bor-bot-xs {
    padding: 10px;
    border-bottom: 1px solid #28a745;
}

.status-xs {
    padding: 5px 15px;
    border-radius: 16px;
}

.tt-text-xs {
    font-size: 12px;
    font-weight: bold;
}

.AnalyticHomePage .info-box {
    box-shadow:
        0 0 1px rgb(0 0 0 / 13%),
        0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px !important;
    min-height: 60px !important;
    padding: 5px !important;
    position: relative;
    width: 100%;
}

.AnalyticHomePage .info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px !important;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 35px !important;
    height: 35px !important;
}

.AnalyticHomePage .progress {
    display: -ms-flexbox;
    display: flex;
    height: 10px !important;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    margin-bottom: 8px !important;
    border-radius: 0.25rem;
    box-shadow: inset 0 0.1rem 0.1rem rgb(0 0 0 / 10%);
}

/* 
.AnalyticHomePage #Chart2555 .apexcharts-legend-series:nth-child(3) ,
.AnalyticHomePage #Chart3 .apexcharts-legend-series:nth-child(3),
.AnalyticHomePage #Chart4 .apexcharts-legend-series:nth-child(3),
.AnalyticHomePage  #Chart5 .apexcharts-legend-series:nth-child(3){
  display: none;
} */
.AnalyticHomePage #Chart2555 .apexcharts-legend-series:nth-child(4),
.AnalyticHomePage #Chart3 .apexcharts-legend-series:nth-child(4),
.AnalyticHomePage #Chart4 .apexcharts-legend-series:nth-child(4),
.AnalyticHomePage #Chart5 .apexcharts-legend-series:nth-child(4) {
    display: none;
}

.margin-right-5p {
    margin-right: 10px;
}

.activeinterval {
    color: green !important;
    /*   font-weight: 100 !important; */
    font-size: 17px !important;
}

.AnalyticHomePage .card-title {
    font-size: 12px !important;
    margin-top: -3px !important;
}

.pd-l-10 {
    padding-left: 7.5px;
}

.pd-r-5md {
    padding-right: 5px;
    padding-left: 0px;
}

.mb-displaynone {
    display: -webkit-inline-box;
}

.mt-4-sx {
    margin-top: -4px;
}

.mr-4-xs {
    margin-right: 4px;
}

.fix-pd-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pd-l-5-md {
    padding-left: 5px;
}

.pd-l-3-md {
    padding-left: 3px;
}

@media screen and (max-width: 768px) {
    .pd-l-5-md {
        padding-left: 0px !important;
    }

    .mg-r-7xs {
        margin-right: 7px !important;
    }

    .fix-pd-0 {
        padding-left: 6px;
        padding-right: 0px !important;
    }

    .f-header-m {
        display: inline-block !important;
    }

    .Fixblock_one {
        padding-left: 9px;
        margin-top: -6px;
        margin-left: 8px;
        margin-right: 17px;
    }

    .Fixblock_two {
        padding-right: 0.2rem !important;
    }

    .Fixblock_one_2 {
        padding-left: 9px;
        margin-top: -6px;
        margin-left: 8px;
        margin-right: 17px;
    }

    .mrt-5-mb {
        margin-top: -5px;
    }

    .mrt-10-mb {
        margin-top: -14px;
    }

    .mr-10-mb {
        margin-right: 10px;
    }

    .mr-0-mb {
        margin-right: 0px !important;
    }

    .ml-10-mb {
        margin-left: 10px !important;
    }

    .ml-5-xs {
        margin-left: 5px !important;
    }

    .fixinfo_box {
        padding: 0 4px !important;
    }

    .mt-30-mb {
        margin-top: -30px;
    }

    .pl-15-mb {
        padding-left: 15px;
    }

    .pr-3-mb {
        padding-right: 3px;
    }

    .ml-8-mb {
        margin-left: 3px !important;
    }

    .padding-fix-mb {
        padding-right: 0px !important;
        padding-left: 5px !important;
    }

    .padding-fix_first-mb {
        padding-right: 6px !important;
        padding-left: 4px !important;
    }

    .fz9-mb {
        font-size: 10px;
    }

    .height66px-mb {
        height: 68px;
    }

    .height130-mb {
        height: 130px;
    }

    .height150-mb {
        height: 150px;
    }

    /*   .margin-right-5p {
     margin-right: 0px;
} */
    /* .Fixblock_one{
  padding-right: 3px !important;
    margin-left: -8px !important;
} */
    .Fixblockchart {
        margin-right: 5px;
        margin-left: 10px;
    }

    .mb-displaynone {
        display: none;
    }

    .fa-expand-arrows-alt {
        display: none;
    }

    .AnalyticHomePage {
        height: 100% !important;
    }

    .info-box .info-box-number {
        display: block;
        margin-top: 0.25rem;
        font-weight: 700;
        font-size: 13px;
    }

    .info-box-number {
        font-size: 12px;
    }
}

.chatfunc {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    margin-top: -5px;
    border-radius: 50% !important;
    align-items: center;
    justify-content: center;
}

/* show camera */
.cardscmr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardscmr .card {
    height: 220px;
    background: #fff;
    border-radius: 4px;
    /*  box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.1); */
    box-shadow:
        0 0 1px rgba(0, 0, 0, 0.125),
        0 1px 3px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    margin: 0 5px;
}

.cardscmr .card:before {
    height: 60px;
    width: calc(100% + 100px);
    content: '';
    position: absolute;
    /*  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%); */
    background-image: linear-gradient(to top, #08463c 0%, #4caf50 100%);
    border-radius: 4px 4px 100% 100%;
    transition: all 0.4s ease-out;
    top: 0;
}

.cardscmr .card .close {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background-image: url('https://rafaelalvucas.github.io/assets/icons/misc/cross.svg');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    margin: 10px;
    padding: 5px;
    transition: all 0.2s ease;
}

.cardscmr .card .close:hover {
    background-size: 100%;
    opacity: 0.8;
}

.cardscmr .card .arrow {
    display: none;
}

.cardscmr .card article {
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.cardscmr .card article h2 {
    color: white;
    margin: 0;
    padding: 10px 18px 10px 18px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.cardscmr .card article .title {
    color: white;
    padding: 10px 20px;
    letter-spacing: 0.8px;
    transition: all 0.4s ease;
    font-size: 12px;
}

.fz-12 {
    font-size: 12px;
}

.ft-bold {
    font-weight: bolder;
}

.cardscmr .Totalno {
    box-shadow:
        0 0 1px rgba(0, 0, 0, 0.125),
        0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

.cardscmr .Total {
    margin-left: 10px;
    box-shadow:
        0 0 1px rgba(0, 0, 0, 0.125),
        0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    margin-right: 10px;
}

.cardscmr .TotalLeft {
    margin-left: 10px;
    box-shadow:
        0 0 1px rgba(0, 0, 0, 0.125),
        0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    font-style: italic;
}

.cardscmr .TotalRight {
    margin-right: 10px;
    box-shadow:
        0 0 1px rgba(0, 0, 0, 0.125),
        0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
    font-style: italic;
}

.cardscmr .card article .desc {
    /*  padding: 10px 30px; */
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #666;
    height: 90px;
    transition: all 0.4s ease-out;
    width: 100%;
}

.cardscmr .card article .pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    /* margin: 20px 0; */
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.3);
    transition: all 0.6s ease;
}

.cardscmr .card article .pic img {
    width: 100%;
    /*  -webkit-filter: grayscale(100%);
	 filter: grayscale(100%); */
}

.cardscmr .card .actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: white;
    z-index: 1;
}

.cardscmr .card .actions .btn {
    border: 0;
    background-color: transparent;
    box-sizing: border-box;
    width: calc(50% - 1px);
    height: 36px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    /* color: #4481eb; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.5px;
    background: rgba(68, 129, 235, 0.08);
}

.cardscmr .card .actions .btn span {
    z-index: 1;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.cardscmr .card .actions .btn .icon {
    width: 10px;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease-in-out;
}

.cardscmr .card .actions .btn:before {
    content: '';
    width: 100%;
    height: 0%;
    position: absolute;
    background: #4481eb;
    transition: all 0.4s ease;
    bottom: 0;
    opacity: 0.2;
}

.cardscmr .card .actions .btn:focus {
    outline: 0;
}

.cardscmr .card .actions .btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.cardscmr .card .actions .btn:hover span {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.cardscmr .card .actions .btn:hover .icon {
    width: 22px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.cardscmr .card .actions .btn:hover:nth-child(3) .icon {
    width: 18px;
}

.cardscmr .card .actions .btn:hover:before {
    height: 100%;
}

.cardscmr .card .actions .btn.clicked span {
    display: none;
}

.cardscmr .card .actions .btn.clicked .icon {
    width: 22px;
    opacity: 1;
    animation: icon 0.5s ease forwards;
}

@keyframes icon {
    0% {
        width: 22px;
    }

    50% {
        width: 40px;
    }

    100% {
        width: 22px;
    }
}

.cardscmr .card .actions .btn.clicked:before {
    opacity: 0.3;
    height: 100%;
}

.cardscmr .card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

.cardscmr .card:hover:before {
    height: 100%;
    border-radius: 4px;
}

.cardscmr .card:hover .desc {
    color: white;
}

.cardscmr .card:hover .pic {
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
}

.cardscmr .card:hover .pic img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.cardscmr .card.closed {
    min-width: 120px;
    max-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.6s ease;
    cursor: pointer;
}

.cardscmr .card.closed .title,
.cardscmr .card.closed .desc,
.cardscmr .card.closed .actions,
.cardscmr .card.closed .close {
    display: none;
}

.cardscmr .card.closed h2 {
    padding: 0;
    height: 100%;
    transform: rotate(-90deg);
    width: 440px;
    z-index: 2;
    transition: all 0.6s ease;
}

.cardscmr .card.closed .pic {
    border-radius: 100%;
    height: 400px;
    width: 400px;
    position: absolute;
    top: -20px;
    margin: 0;
    box-shadow: 0;
    transition: all 0.6s ease;
}

.cardscmr .card.closed .pic img {
    object-fit: cover;
    height: 100%;
    transform: translateY(20px);
}

.cardscmr .card.closed .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
    transition: all 0.4s ease;
    transform: translateY(20px);
}

.cardscmr .card.closed:before {
    height: 100%;
    border-radius: 4px;
}

.cardscmr .card.closed .arrow {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    bottom: 15px;
    padding: 5px;
    display: flex;
    justify-content: center;
    background-image: url('https://rafaelavlucas.github.io/assets/icons/misc/expand.svg');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease;
}

.cardscmr .card.closed:hover .arrow {
    background-size: 100%;
    opacity: 0.6;
}

.containerCam {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin-top: 20px;
}

.labelchanel {
    position: absolute;
    background: #009688;
    padding: 4px 15px;
    color: white;
    left: 39px;
    top: -21px;
    /* z-index: 999999; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 15px;
    height: 30px;
}

#canvas {
    width: 800px !important;
}

.display-inline {
    display: flex !important;
}

.MuiCardHeader-title {
    font-weight: 500;
    font-size: 1.25rem;
    font-family:
        Inter,
        sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol';
}

.css-4shjzb {
    margin: 0;
    font-family:
        Inter,
        sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol';
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 1.235;
    letter-spacing: 0.25px;
    color: rgba(58, 53, 65, 0.87);
    font-weight: 600;
    font-size: 2.125rem !important;
}

.pd-30 {
    padding: 30px;
}

.pd-20 {
    padding: 20px;
}

.f-15 {
    font-size: 15px;
}

.MuiCard-icon {
    background: rgba(58, 53, 65, 0.04);
    padding: 11px;
    border: 1px solid #e3dbdb;
    border-radius: 5px;
}

.MuiCard-color-blue {
    color: rgb(65 157 255) !important;
}

.MuiCard-color-warning {
    color: #ffc107 !important;
}

.MuiCard-color-dager {
    color: #e91e63 !important;
}

.MuiCard-color-success {
    color: #8bc34a !important;
}

.MuiCard-Name {
    font-size: 13px;
    font-weight: 600;
}

.MuiCard-Raito {
    font-size: 12px;
    font-weight: 600;
    padding-top: 1px;
}

.MuiCard-data {
    color: #837b7b;
    font-weight: 500;
    font-size: 12px;
}

.MuiCard .progress {
    display: flex;
    height: 6px !important;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    margin-top: 12px;
    background-color: #bfcacb9e !important;
}

.progressdanger {
    background: #f44336 !important;
}

.progresswarning {
    background: #ffeb3b !important;
}

.progressSuccess {
    background: #4caf50 !important;
}

.hoverclick:hover {
    cursor: pointer;
    background-color: #607d8b12 !important;
}

.mt-20 {
    margin-top: 20px;
}

.fz-14 {
    font-size: 14px !important;
}

.fixtextlong {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 280px;
}

.block_one .info-box {
    box-shadow:
        0 0 1px rgba(0, 0, 0, 0.125),
        0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0px !important;
    position: relative;
    width: 100%;
}

.block_one .info-box .info-box-icon {
    border-radius: 0.25rem !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 1.875rem !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center !important;
    width: 70px !important;
    margin-top: 10px;
}

.block_one .info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8 !important;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.block_one .info-box .progress {
    background-color: rgba(0, 0, 0, 0.125);
    height: 2px !important;
    margin: 3px 0 !important;
}

.block_one .progress {
    box-shadow: none !important;
    border-radius: 1px !important;
}

.block_one .progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem !important;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem !important;
    background-color: #e9ecef;
    border-radius: 0.25rem !important;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.block_one .progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    color: #fff !important;
}

.block_one .info-box .info-box-number {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
    font-size: 13px !important;
}

.text-muted_2 {
    color: #78909c !important;
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
}

.descblock_one {
    font-size: 26px;
    color: red;
    margin-top: -10px;
    background: #ff00002b;
    width: 30px;

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.asccblock_one {
    font-size: 26px;
    color: #4caf50;
    margin-top: -10px;
    background: #8bc34a7a;
    width: 30px;

    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.rt45 {
    transform: rotate(45deg);
}

.titlelock3 {
    text-align: center;
    font-size: 14px;
    background: aliceblue;
    padding: 5px;
    color: #607d8b;
    margin-bottom: 5px;
}

.titlelock3_m {
    font-size: 13px;
    background: #00968838;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 2px;
    color: #009688;
}

.fz-12 {
    font-size: 12px;
}

.w47 {
    width: 47px;
    margin-bottom: 0px !important;
}

.ml-15xs {
    margin-left: 23px;
}

.hovers:hover {
    cursor: pointer;
}

#RouterNameModal .modal-content {
    margin-left: -30% !important;
}

/* 11 */
.btn-11 {
    border: none;
    background: #4caf50 !important;
    background: linear-gradient(0deg, #8bc34a 0%, rgb(139 195 74 / 65%) 100%);
    color: #fff !important;
    overflow: hidden;
    padding: 5px 8px 5px 20px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
    opacity: 0.7;
}

.btn-11:active {
    box-shadow:
        4px 4px 6px 0 rgba(255, 255, 255, 0.3),
        -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

/* 12 */
.btn-12 {
    position: relative;
    right: 20px;
    bottom: 20px;
    border: none;
    box-shadow: none;
    width: 130px;
    height: 40px;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
    padding-left: 28px;
}

.btn-12:focus {
    border: none;
}

.btn-12 span {
    color: black;
    background: #4caf50;
    background: linear-gradient(0deg, #4caf50 0%, #4caf50 100%);
    display: block;
    position: absolute;
    width: 228px;
    height: 40px;
    box-shadow:
        inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1),
        4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-12 span:nth-child(1) {
    box-shadow:
        -7px -7px 20px 0px #fff9,
        -4px -4px 5px 0px #fff9,
        7px 7px 20px 0px #0002,
        4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
    box-shadow:
        inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1),
        4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    cursor: pointer;
}

.btn-12:hover span:nth-child(2) {
    box-shadow:
        inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1),
        4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    cursor: pointer;
}

#mySidenavR .react-datetimerange-picker__wrapper {
    border: none !important;
}

.bg-ali {
    background: aliceblue;
}

.co-wh {
    color: white;
}

.react-datetime-picker__calendar {
    z-index: 9 !important;
}

.plans .table-scrollable {
    border: none !important;
}

.TitleReview {
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.ContentReview {
    font-size: 13px;
    color: grey;
    margin-bottom: 5px;
}

.bor-top-lg {
    border-top: 1px solid #9e9e9e5c;
}

.reviewcomment {
    font-weight: bolder;
    color: #3b505b;
}

.mt-30px {
    margin-top: 30px;
}
.mt-40px {
    margin-top: 40px;
}
.ml-20px {
    margin-left: 20px;
}

.Titlese {
    font-size: 14px;
    font-weight: bolder;
}

.mar-bot-10px {
    margin-bottom: 10px;
}

.scrollx-mb {
    overflow-y: scroll;
    height: 600px;
    overflow-x: hidden;
}

.inforconfirm_3 {
    position: fixed;
    width: 90%;
    background: white;
    height: 700px;
    z-index: 9999999999999;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 20px;
    /*  overflow-y: scroll; */
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.99;
}

.headfixed {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 4;
}

.headfixed_2 {
    position: sticky;
    z-index: 5;
    top: 40px;
    background: white;
    padding-bottom: 10px;
}
.borb {
    border-bottom: 1px solid gainsboro;
}

.table-scrollable_3 {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #dddddd;
    margin: 0px 0 !important;
}

.scrollermyscan_3 {
    overflow: auto;
    max-height: 260px;
    font-size: 12px;
}
.fixtotal {
    padding-top: 20px;
    position: absolute;
    margin-left: 2.1px;
}
.sales_card_bodyeluvation {
    background: #fff;
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 8px;
    padding: 37px 16px 10px 10px;
    position: relative;
    margin: -7px 15px 0px 15px;
    bottom: 10px;
    min-height: 200px;
    border: 1px dashed;
}

.export_btneluvation {
    background: #4caf50;
    font-size: 14px;
    font-weight: 400;
    color: white;
    border-radius: 4px;
    padding: 10px 15px;
    display: inline-block;
    border: 0;
    z-index: 2;
    position: relative;
}