.new_page_content {
    width: 100%;
    background-color: #FFFFFF;
    /* padding-left: 15px; */
    display: flex;
}

.new_page_sub1 {
    width: 100%;
}

.exp-steps {
    box-sizing: border-box;
    background: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    min-height: 140px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.new_page_sub2 {
    width: 40%;
    min-height: 600px;
}

.guidance_sub {
    box-sizing: border-box;
    background: #FFFFFF;
    border-bottom: 1px solid #DEDEDE;
    min-height: 140px;
    margin-left: 45px;
    margin-right: 25px;
}

.guidance_lbl {
    height: 21px;
    font-weight: 600;
    line-height: 21px;
    color: #333333;
    padding: 65px 0px 0px 15px;
}

.new_page_content .p-checkbox {
    margin-right: 1em;
}

.new_page_content .btnEnable {
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 10px;
    width: 147px;
    height: 33px;
    background: #448782;
    border-radius: 3px;
    font-size: 12px;
}

p-checkbox .p-checkbox-label.p-checkbox-label-active {
    color: #448782 !important;
    font-weight: 500;
}

.chkbackgroundHighlight {
    background: #F1F8F3 !important;
    border-radius: 3px !important;
}

.greybtn {
    color: #666666 !important;
    background: #FFFFFF !important;
    font-weight: 500 !important;
}

.greybtn.p-button.p-component {
    font-style: normal;
    font-size: 14px;
    color: #666666 !important;
    background: #FFFFFF !important;
    border-radius: 5px;
    border: none !important;
    margin-right: 15px;
    font-weight: 500 !important;

    &.deleteBtn {
        color: #FF3366 !important;
    }
}

.greybtn.p-button.p-component:hover {
    background-color: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #666666 !important;
    opacity: 1;
    font-weight: 500 !important;
    border: 0 !important;
}

.greybtn.disabled {
    opacity: 0.35 !important;
}

.deleteBtn.p-button.p-component:hover {
    color: #FF3366 !important;
}

.p-dropdown-trigger {
    font-size: 10px !important;
    color: #333333;
}

.p-dropdown .p-dropdown-trigger {
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
    width: 1.5em;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 .25em;
}

.p-multiselect .p-multiselect-trigger {
    font-size: 10px !important;
    color: #333333;
}

.bordertop {
    border-top: 0.5px solid #DEDEDE !important;
}

#newTableDesign .p-datatable-scrollable-header.p-component-header {
    border: none;
    background-color: #FFFFFF;
    color: #666666;
    font-weight: 600;
    font-size: 12px;
}

/* 
#newTableDesign .p-component.p-treetable>.p-treetable-wrapper .p-treetable-tbody>tr:not(.no-hover):not(.p-state-highlight):not(.ui-contextmenu-selected):hover {
    background-color: inherit !important
} */

#newTableDesign .p-component.p-datatable,
#newTableDesign .p-component.p-treetable {
    box-shadow: none;
    border-radius: 0px;
    border: 0;
}

#newTableDesign .p-treetable .p-treetable-thead>tr>th,
#newTableDesign.p-treetable .p-treetable-tfoot>tr>td {
    background-color: transparent !important;
    border: none !important;
}

#newTableDesign .p-treetable .p-treetable-tbody>tr>td {
    border: none !important;
}

#newTableDesign .p-component.p-datatable>.p-datatable-wrapper .p-datatable-thead>tr>th,
#newTableDesign .p-component.p-datatable>.p-datatable-scrollable-wrapper .p-datatable-thead>tr>th {
    background-color: #FFFFFF !important;
    color: #333333 !important;
    font-weight: 600;
    line-height: 13.55px;
    font-size: 11.2px;
}

.p-datatable-thead>tr>th {
    padding: 0.25em 0.5em;
    font-size: 14px;
}

#tenantTable .p-datatable-thead>tr>th {
    white-space: inherit;
}

.p-datatable-scrollable-table>.p-datatable-thead {
    position: sticky !important;
}

#newTableDesign .p-datatable-scrollable-body {
    border-radius: 5px 5px 0px 0px;
}

#newTableDesign .p-datatable .p-datatable-tbody>tr {
    background-color: #F1F8F3;
    font-size: 12px;
    font-weight: 400;
}

#newTableDesign .p-datatable-scrollable-footer.p-component-header {
    border: none;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    background-color: #F1F8F3;
}

.bordertop {
    border-top: 0.5px solid #DEDEDE !important;
}

#newTableDesign .p-datatable .p-datatable-tfoot>tr>td {
    height: 35px;
    background-color: #F3F3F3;
    border: none;
    padding-bottom: 3px;
    font-size: 12px;
    font-weight: 600;
}

#newTableDesign .p-component.p-datatable>.p-datatable-wrapper .p-datatable-thead>tr>th.ui-sortable-column .ui-sortable-column-icon,
.p-component.p-datatable>.p-datatable-scrollable-wrapper .p-datatable-thead>tr>th.ui-sortable-column .ui-sortable-column-icon {
    color: #666666 !important;
    font-size: 11px;
}

.campTbl .p-datatable-scrollable-footer.p-component-header {
    border: none !important;
}

.new_page_content input[type="checkbox"] {
    background-color: #448782 !important;
    min-height: 830px;
}

.new_page_content input[type="checkbox"]:checked {
    background-color: #448782 !important;
    color: white;
}

.p-inputtext {
    color: #333 !important;
    font-weight: 500;
    font-size: 14px;
}

.disableOpacity {
    opacity: 0.5;
}

.p-component.p-radiobutton-box.p-highlight {
    border-color: #448782 !important;
}

.p-radiobutton-icon.ui-clickable.pi.pi-circle-on,
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
    font-size: 9px;
    background-color: #448782;
    width: 1em;
    height: 1em;
}

.p-radiobutton-label.ui-label-active {
    color: #448782;
}

.p-radiobutton .p-radiobutton-box {
    border: 2px solid #ced4da;
    background: #f6f6f6;
    width: 15px;
    height: 15px;
    color: #495057;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-multiselect-panel {
    .p-component.p-checkbox {
        margin-right: 10px;
    }

    .p-multiselect-label {
        color: #333333 !important;
        font-size: 14px;
        font-weight: 500;
    }
}

.control-label1 {
    font-size: 12px;
    color: #333333;
    padding-top: 8%;
    padding-left: 20%;
    width: 70%;
}

.control-label2 {
    font-size: 12px;
    color: #333;
    padding-top: 10%;
    padding-left: 20%;
}

.label-heightlight {
    color: #333 !important;
}

.label-bold {
    font-weight: 500 !important;
    color: #333 !important;
}

.scroll-y {
    overflow-y: scroll !important;
}

#geotargeSets .p-radiobutton-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 270px;
    vertical-align: bottom;
}

.semicheck .p-checkbox .ui-state-default {
    border: 1px solid #dddddd;
    background-color: transparent;
    background: linear-gradient(-45deg, #ffffff 0% 50%, #448782 50% 100%) !important;
    color: #0073ea;
}

.normal {
    font-weight: normal !important;
}

#proposedDate .ui-calendar.ui-calendar-w-btn input {
    width: 310px !important;
}

.p-checkbox .p-highlight span {
    color: white;
    font-size: 10px;
    padding-top: 1px;
}

.bold {
    font-weight: bold;
}

.forecastTooltip {
    margin-left: 3px;
}

.forecastTooltip .p-tooltip-text {
    font-size: 11.2px !important;
    font-weight: 500 !important;
    padding: 3px;
}

.forecastTooltip1 {
    max-width: 500px !important;
}

.forecastTooltip1 .p-tooltip-text {
    font-size: 11.2px !important;
    font-weight: 500 !important;
    padding: 5px;
}

.expCampTooltip {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none;
}

.expCampTooltip .p-tooltip-arrow {
    display: none;
}

.expCampTooltip .p-tooltip-text {
    border: none !important;
    background-color: transparent !important;
    height: 35px;
    width: 415px !important;
    box-shadow: none;
}

.toggle {
    cursor: pointer;
}

.togglecusalign {
    float: right;
    /* margin-right: 7%; */
    margin-top: 1.3%;
}

.togglecusalign1 {
    float: right;
    margin-top: 5.3%;
}

.toggle input {
    display: none;
}

.toggle label {
    display: block;
    width: 26px;
    height: 14px;
    background-color: #e1e1e1;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.toggle label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    transition: all 0.4s ease;
    opacity: 0.6;
    background-color: #797979;
}

.toggle input:checked+label {
    opacity: 1;
    background-color: #b7e9e6 !important;
}

.toggle input:checked+label:before {
    left: 13px;
    opacity: 1;
    background-color: #448782 !important;
}

.toggle.hash label {
    width: 40px;
    height: 20px;
    font-size: 11.2px;
    font-weight: 400;
    font-family: "Inter-Medium";
    color: #448782;
}

.toggle.hash label span {
    height: 20px !important;
    width: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle.hash label:before {
    width: 20px;
    height: 20px;
    content: attr(data-text);
    opacity: 1;
    font-size: 11.2px;
    font-weight: 400;
    font-family: "Inter-Medium";
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.toggle.hash input:checked+label:before {
    left: 20px;
    opacity: 1;
}

.progressbarlbl {
    padding-left: 30px;
    font-size: 9px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
}

.progressbar.ng-star-inserted:last-child label {
    padding-top: 20px;
}

@media (min-width:1280px) {
    .matchedMarketArea {
        height: 350px !important;
    }
}

.no-found-label {
    font-size: 9px;
    font-weight: 600;
    color: #BABABA;
    padding-top: 8%;
}

.experiment-progress {
    align-items: center;
}

.experiment-progress .p-progressbar.p-progressbar-determinate {
    background: #F3F3F3;
    border-radius: 2px;
    margin: 7px 0;
}

.experiment-progress .p-progressbar .p-progressbar-value {
    border: 0px !important;
    background-color: #55D89D !important;
}


.experiment-progress p {
    text-align: center;
    font-weight: 600;
    font-size: 9px;
    line-height: 11px;
    color: #666666;
}

.experiment-progress .p-component-content {
    border: 0 !important;
    height: 4px !important;
}

.experiment-progress .p-progressbar-determinate .p-progressbar-label {
    display: none !important;
}

.status-SUCCESS {
    color: #256029
}

.status-FAILED {
    color: #c63737
}

.status-PARTIALLY_FAILED {
    color: #8a5340
}

.status-RUNNING {
    color: #23547b
}

#commanDialog .p-dialog-titlebar {
    display: none;

}

#commanDialog .p-dialog-content {
    padding: 30px 50px !important;
}

#dialogTable .p-datatable-thead>tr>th:first-child,
#dialogTable .p-datatable-thead>tr>th:first-child,
#dialogTable .p-datatable-tbody>tr>td:first-child,
#dialogTable .p-datatable-ttbody>tr>td:first-child {
    padding-left: 0px !important;
}

#dialogTable .p-datatable-scrollable-header.p-component-header {
    border: none;
    background-color: #FFFFFF;
    color: #666666;
    font-weight: 600;
    font-size: 12px;
}

#dialogTable .p-component.p-datatable {
    box-shadow: none;
    border: 0px;
}

#dialogTable .p-component.p-datatable>.p-datatable-wrapper .p-datatable-thead>tr>th,
#dialogTable .p-component.p-datatable>.p-datatable-scrollable-wrapper .p-datatable-thead>tr>th {
    background-color: #FFFFFF !important;
    color: #666666 !important;
}

#dialogTable .p-datatable-scrollable-body {
    border-radius: 5px 5px 0px 0px;
}

#dialogTable .p-datatable .p-datatable-tbody>tr {
    font-size: 12px;
    font-weight: 400;
}

#dialogTable .p-datatable .p-datatable-tbody>tr:hover {
    background-color: transparent;
}

#dialogTable .p-datatable-scrollable-footer.p-component-header {
    border: none;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    background-color: #F1F8F3;
}

#dialogTable .p-datatable .p-datatable-tfoot>tr>td {
    height: 35px;
    background-color: #F1F8F3;
    border: none;
}

#dialogTable .p-component.p-datatable>.p-datatable-wrapper .p-datatable-thead>tr>th.ui-sortable-column .ui-sortable-column-icon,
.p-component.p-datatable>.p-datatable-scrollable-wrapper .p-datatable-thead>tr>th.ui-sortable-column .ui-sortable-column-icon {
    color: #666666 !important;
    font-size: 11px;
}

#dialogTable .p-datatable-scrollable-header-box {
    padding-right: 19px !important;
}

#dialogTable .p-datatable-scrollable-footer-box {
    padding-right: 19px !important;
}

.chart .highcharts-axis-line,
.chart .highcharts-tick,
.chart .highcharts-legend,
.chart .highcharts-credits {
    display: none !important;
}

.chart .highcharts-background {
    fill: transparent !important;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    color: #3f3f3f;
    height: 2rem;
    min-width: 600px;
    width: 100%;
    min-width: 840px;
}

.steps>.step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6D6875;
    width: 150px;
}

.steps>.step:before {
    content: attr(data-step);
    display: block;
    margin: 0 0 10px 50px;
    background: #ffffff;
    border: 1px solid #939393;
    color: #BABABA;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    padding-top: 5px;
}

.steps>.step:after {
    content: "";
    position: absolute;
    display: block;
    background: #f3f3f3;
    width: 100%;
    height: 2px;
    top: 15px;
    left: 27%;
}

.steps>.step:last-child:after {
    display: none;
}

.steps>.step.is-complete {
    color: #6D6875;
}

.steps>.step.is-complete:before {
    content: "✓";
}

.steps>.step.is-active:before {
    color: #448782;
    border: 2px solid #448782;
    font-weight: 600;
}

.showerrmsg {
    text-align: center;
    color: #E680A4;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

.showsuccessmsg {
    text-align: center;
    color: #448782;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px !important;
}

li.step.is-active span {
    font-weight: 600;
    color: #607d8a;
    font-size: 13px;
}

#subscribe label.p-checkbox-label {
    margin-left: 10px;
}

span.p-checkbox-icon.ui-clickable.pi.pi-check {
    vertical-align: super;
}

.rotate {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.positive span.p-slider-range {
    background-color: #448782 !important;
}

.negative span.p-slider-range.p-slider-range-min.p-component-header.ui-corner-all.ng-star-inserted {
    background-color: #D85564;
}

.negative span.p-slider-range {
    background-color: white !important;
}

span.p-slider-handle.ui-state-default.ui-corner-all.ui-clickable.ng-star-inserted {
    width: 1px;
    margin: 0;
    background-color: white;
    height: 6px;
    top: 0px;
    border: inherit;
}

.positive .p-component-content,
.negative .p-component-content {
    border: 0.1px solid #eeeeee;
}

#expTypeSelect .p-component.ui-card,
p-card .p-card-body {
    border-radius: 0px !important;
}

.dataIngested p-checkbox .p-checkbox .p-component {
    font-size: 10px;
    margin-right: 10px;
}

.spend-slider-container span.p-slider-handle.ui-state-default.ui-corner-all.ui-clickable.ng-star-inserted {
    width: 8px;
    margin: 0;
    background-color: white;
    height: 8px;
    top: -3px;
    border: 1px solid #D85564;
    border-radius: 15px;
}

.mangeTable .p-datatable .p-datatable-tbody>tr:nth-child(even) {
    background-color: orange;
}

#newTableDesign .mangeTable .p-datatable .p-datatable-tbody>tr {
    background-color: #f3f3f3 !important;
}

.no-recordsfound-msg {
    padding-top: 15%;
    display: grid;
    grid-gap: 20px;
    justify-content: center;
    justify-items: center;
}

.no-recordsfound-note {
    display: flex;
    gap: 2px;
    font-size: 11.2px;
    line-height: 14px;
    color: #666666;

    &-textl {
        font-weight: 400;
    }

    &-textr {
        font-weight: 650;
    }
}

.no-recordsfound-add-button {
    border: none;
    color: #3e92cc;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;

    &-action {
        margin-right: 5px;
    }
}

.no-data-container {
    .no-table-data {
        .no-data-classified {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 30px 0 30px 0;

            .msg {
                padding-bottom: 15px;
            }

            .icons {
                color: #3E92CC;
                font-weight: 600;
                width: 100%;

                .icon {
                    margin-right: 10px;
                    font-size: 14px;

                    img {
                        vertical-align: baseline;
                    }
                }
            }

        }
    }
}

.fontweight600 {
    font-weight: 600 !important;
}

.p-paginator-right-content {
    display: none;
}

.moduleHeader {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    min-height: 55px;
}