﻿.card-group-control .card-title > a {
    display: inline-block;
}

    .card-group-control .card-title > a:after {
        content: "\ee88";
        font-family: "icomoon";
        /*position: absolute;*/
        /*top: 50%;
        margin-top: -0.5rem;*/
        font-size: 1rem;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-left: 10px;
        font-size: 20px;
        color:teal;
    }

    .card-group-control .card-title > a.collapsed:after {
        content: "\ee89";
    }

.card-group-control-left .card-title > a {
    padding-left: 1rem;
}

    .card-group-control-left .card-title > a:after {
        left: 0;
    }

.card-group-control-right .card-title > a {
    padding-right: 1rem;
}

    .card-group-control-right .card-title > a:after {
        right: 0;
    }

.text-black {
    color: #000 !important;
}

.text-White {
    color: #fff !important;
}

.custom-btn {
    /*background-color: white;
    border: 1px solid #9CA3AF !important;
    color: #9CA3AF !important;
    */
    background-color: white;
    border: 1px solid teal !important;
    color: teal !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}
    .custom-btn:hover {
        color: white !important;
        background-color: rgb(38,166,154) !important;
    }


.custom-btn-warning {
    background-color: white;
    border: 1px solid rgb(245, 134, 70) !important;
    color: rgb(245, 134, 70) !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}

.custom-btn-warning:hover {
    color: white !important;
    background-color: rgb(245, 134, 70) !important;
}
.border-blue {
    border: 1px solid #9CA3AF;
}

.border-top-blue {
    border-top: 1px solid #9CA3AF;
}

.border-left-right-blue {
    border-left: 1px solid #9CA3AF;
    border-right: 1px solid #9CA3AF;
}

.border-radius-0 {
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}

.border-radius-none {
    border-radius: 0 !important;
}

.table-border-custom {
    border: 1px solid #9CA3AF !important;
    border-bottom: none !important;
    border-top: none !important;
    /*border-left: 1px solid #DF0024 !important;
    border-top: 1px solid #DF0024 !important;
    border-right: 1px solid #DF0024 !important;*/
}

.table-border-footer-custom {
    /*border-left: 1px solid #DF0024 !important;
    border-bottom: 1px solid #DF0024 !important;
    border-right: 1px solid #DF0024 !important;*/
    border: 1px solid #9CA3AF !important;
    border-radius: 0 !important;
}

.form-control,

.select2-search--dropdown .select2-search__field,
.input-group-text,
.accordion-item {
    border-radius: 0px !important;
}
.select2-selection--single {
    border-radius: 5px !important;
}
.select2-results__option[aria-selected=true] {
    background-color: rgb(38,166,154) !important;
    color: #fff !important;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:focus,
.dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    background-color: #9CA3AF !important;
}

textarea:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

input {
    font-size: 0.875rem !important;
}

.fontsizeinput {
    font-size: 0.875rem !important;
}

input[type=number]:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

input[type=text]:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

input[type=checkbox]:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

input[type=image]:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

input[type=password]:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

input[type=file]:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

button:focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

.nav-pills .nav-link:not(.active):focus,
.nav-pills .nav-link:not(.active):hover {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

.select2 .select2-container .select2-container--default .select2-container--focus {
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
    border: 0.0625rem solid rgba(00, 43, 73, 1) !important;
}

.custom-checkbox-input .form-check-input[type=checkbox] {
    border-radius: 0px !important;
}

.custom-checkbox-input .form-check-input:checked {
    background-color: white !important;
    border-color: #9CA3AF !important;
}

.custom-checkbox-input .form-check-input {
    border-color: #9CA3AF !important;
}

.custom-checkbox-input .form-check-border-white {
    border-color: #fff !important;
}

    .custom-checkbox-input .form-check-border-white:checked {
        border-color: #fff !important;
    }

.ml-11 {
    margin-left: 11px !important;
}

.w-1 {
    width: 1% !important;
}

.w-17 {
    width: 17% !important;
}


.card-header:first-child {
    border-radius: 0px !important;
}

.success-bg {
    background-color: #67A344 !important;
    border: 1px solid #67A344 !important;
}

.error-bg {
    background-color: #E90024 !important;
    border: 1px solid #E90024 !important;
}

.nav-tabs-highlight,
.nav-tabs-overline,
.nav-tabs-underline {
    --nav-tabs-underline-size: 2px;
    --nav-tabs-underline-color: #00CCFF !important;
}

.text-red {
    color: #DF0024;
}

.text-dark-blue {
    color: #9CA3AF;
}

@media (max-width: 480px) {
    .display-label {
        text-align: left !important;
    }
}


/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Picker base
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
* ---------------------------------------------------------------------------- */
.picker {
    width: 100%;
    text-align: left;
    position: absolute;
    margin-top: -1px;
    z-index: 1070;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.picker__input {
    cursor: default;
}

.picker__holder {
    width: 100%;
    overflow: none;
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-width: 0;
    border-bottom-width: 0;
    min-width: 18rem;
    max-width: 20rem;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}

.picker--opened .picker__holder {
    max-height: 480px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    display: block;
}

/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Date picker
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
* ---------------------------------------------------------------------------- */
.picker__box {
    padding: 0.9375rem;
}

.picker__header {
    text-align: center;
    position: relative;
    font-size: 0.9375rem;
    line-height: 1;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.picker__year {
    color: #999;
    font-size: 0.75rem;
    font-weight: normal;
}

.picker__select--month,
.picker__select--year {
    border: 1px solid #ddd;
    padding: 0.4375rem 0.875rem;
    font-size: 0.8125rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
    outline: 0;
    white-space: nowrap;
}

.picker__nav--prev,
.picker__nav--next {
    position: absolute;
    padding: 0.5rem;
    top: 50%;
    margin-top: -1rem;
    line-height: 1;
    border-radius: 0.1875rem;
    transition: all ease-in-out 0.15s;
}

@media (prefers-reduced-motion: reduce) {

    .picker__nav--prev,
    .picker__nav--next {
        transition: none;
    }
}

.picker__nav--prev:before,
.picker__nav--next:before {
    font-family: "icomoon";
    display: block;
    font-size: 1rem;
    width: 1rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
    cursor: pointer;
    color: #333;
    background-color: #f5f5f5;
}

.picker__nav--prev {
    left: 0;
}

    .picker__nav--prev:before {
        content: "";
    }

.picker__nav--next {
    right: 0;
}

    .picker__nav--next:before {
        content: "";
    }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
    cursor: default;
    background-color: transparent;
}

.picker__table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-bottom: 0.9375rem;
}

    .picker__table td {
        margin: 0;
        padding: 0;
    }

.picker__weekday {
    width: 14.285714286%;
    text-align: center;
    padding-bottom: 0.46875rem;
    padding-top: 0.9375rem;
    color: #999;
    font-weight: 400;
}

.picker__day {
    padding: 0.4375rem;
    min-width: 2.12503rem;
    border-radius: 0.1875rem;
}

.picker__day--today {
    position: relative;
    background-color: #f5f5f5;
}

    .picker__day--today:before {
        content: "";
        position: absolute;
        top: 0.125rem;
        right: 0.125rem;
        width: 0;
        height: 0;
        border-top: 0.375rem solid #002747;
        border-left: 0.375rem solid transparent;
    }

.picker__day--outfocus {
    color: #ccc;
}

.picker__day--infocus,
.picker__day--outfocus {
    transition: all ease-in-out 0.15s;
}

@media (prefers-reduced-motion: reduce) {

    .picker__day--infocus,
    .picker__day--outfocus {
        transition: none;
    }
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #333;
    background-color: #f5f5f5;
}

.picker__day--highlighted:before {
    border-top-color: #fff;
}

.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    cursor: pointer;
    color: #fff;
    background-color: #26A69A;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
    background-color: #26A69A;
    color: #fff;
}

.picker__day--disabled,
.picker__day--disabled:hover {
    background-color: transparent;
    color: #999;
    cursor: default;
}

    .picker__day--disabled:before {
        border-top-color: #999;
    }

.picker__day--highlighted .picker__day--disabled,
.picker__day--highlighted .picker__day--disabled:hover {
    background-color: transparent;
}

.picker__footer {
    text-align: center;
}

    .picker__footer button {
        border: 0;
        padding: 0.4375rem 0.875rem;
        font-weight: 500;
        cursor: pointer;
        background-color: #fafafa;
        border: 1px solid #ddd;
        color: #333;
        display: inline-block;
        margin: 0.3125rem;
        border-radius: 0.1875rem;
        transition: all ease-in-out 0.15s;
    }

@media (prefers-reduced-motion: reduce) {
    .picker__footer button {
        transition: none;
    }
}

.picker__footer button:hover,
.picker__footer button:focus {
    outline: 0;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.picker__footer button:before {
    height: 0;
}

.picker__footer button:disabled,
.picker__footer button:disabled:hover,
.picker__footer button:disabled:focus {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.picker__button--today:before {
    content: '';
    margin-right: 0.625rem;
    position: relative;
    display: inline-block;
    top: -0.0625rem;
    width: 0;
    border-top: 0.375rem solid #9CA3AF;
    border-left: 0.375rem solid transparent;
}

.picker__button--close:before {
    content: '\D7';
    display: inline-block;
    position: relative;
    margin-right: 0.625rem;
    top: 0.0625rem;
    line-height: 1;
    font-size: 1rem;
}

.picker__button--clear:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.1875rem;
    width: 0.5rem;
    margin-right: 0.625rem;
    border-top: 0.125rem solid #F44336;
}

/* ------------------------------------------------------------------------------
*
*  # Pick-a-date - Time picker
*
*  The mobile-friendly, responsive, and lightweight jQuery date & time input picker
*
* ---------------------------------------------------------------------------- */
.picker--time {
    min-width: 16rem;
    max-width: 20rem;
}

    .picker--time .picker__box {
        padding: 0;
    }

.picker__list {
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    max-height: 250px;
    overflow-y: auto;
}

.picker__list-item {
    position: relative;
    padding: 0.5rem 1rem;
    transition: all ease-in-out 0.15s;
}

@media (prefers-reduced-motion: reduce) {
    .picker__list-item {
        transition: none;
    }
}

.picker__list-item:hover,
.picker__list-item:focus {
    cursor: pointer;
    color: #333;
    background-color: #f5f5f5;
    z-index: 10;
}

.picker--time .picker__button--clear {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.4375rem 0.875rem;
    background-color: #fafafa;
    color: #333;
    outline: 0;
    border: 0;
    border-top: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    margin-bottom: -0.5rem;
    margin-top: 0.5rem;
    transition: all ease-in-out 0.15s;
}

@media (prefers-reduced-motion: reduce) {
    .picker--time .picker__button--clear {
        transition: none;
    }
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
    background-color: #f5f5f5;
    color: #333;
}

.picker__list-item--highlighted {
    z-index: 10;
}

    .picker__list-item--highlighted,
    .picker__list-item--highlighted:hover,
    .picker--focused .picker__list-item--highlighted {
        cursor: pointer;
        color: #333;
        background-color: #f5f5f5;
    }

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
    color: #fff;
    background-color: #9CA3AF;
    z-index: 10;
}

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
    color: #999;
    background-color: transparent;
    cursor: default;
    z-index: auto;
}

.pt-1 {
    padding-top: 1px !important;
}

.sidebar {
    --sidebar-width: 12rem;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: rgba(00, 43, 73, 1);
    box-shadow: 0 0 0 0.0625rem rgba(00, 43, 73, 1) inset !important;
}


.imgPraposnate {
    position: relative;
    height: 150px;
    width: 150px;
}
.imguPraposnate {
    position: relative;
    height: 230px;
    width: 180px;
}

    .imgPraposnate:hover .overlay {
        opacity: 1;
    }

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: #9CA3AF;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 10px;
    padding: 7px;
    text-align: center;
}

.show-color-sqaure {
    height: 15px;
    width: 15px;
}

.table > tfoot > * > * {
    border-top-color: inherit !important;
}

.table > thead > * > * {
    border-bottom: none !important;
}

#CategoryTableContainer .dataTable thead .sorting:before {
    left: 0 !important;
}

.radio-checked:checked {
    background-color: #9CA3AF !important;
    border-color: #9CA3AF !important;
}

.width15 {
    width: 15%;
}

.width35 {
    width: 35%;
}

.width100px {
    width: 100px;
}

.select2-selection__choice {
    background-color: #9CA3AF !important;
    color: white !important;
    border-radius: 0px !important;
}

.select2-container {
    --s2-border-radius: 0px !important;
    font-size:12px;
}
.select2-selection--single .select2-selection__rendered {
    font-size: 12px;
}
.select2-selection--single .select2-selection__arrow {
    font-size: 12px;
}
    .modal-dialog {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: -34px;
    margin-bottom: 0;
}

.bg-white {
    --bg-opacity: 1;
    background-color: #ffffff;
}

.bg-lightgray {
    --bg-opacity: 1;
    background-color: #d3d3d3;
}

.form-floatingScroll {
    height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.w-98px {
    width: 98% !important
}

a.text-body[aria-expanded=true],
a.text-body[data-bs-toggle=collapse]:not(.collapsed) {
    color: #9CA3AF !important;
}

margin-bottom-1 {
    margin-bottom: 1px !important
}

a.text-body:hover {
    color: #9CA3AF !important;
}

.readonly {
    background-color: #dddddd !important;
    pointer-events: none !important;
}

.icon-color {
    color: white;
    font-size: 1.5rem !important;
}

    .icon-color i {
        color: white;
        font-size: 1.5rem !important;
    }

    .icon-color a {
        color: white;
        font-size: 1.5rem !important;
    }

    .icon-color:hover {
        color: white;
        font-size: 1.5rem !important;
    }

    .icon-color a:hover {
        color: white;
        font-size: 1.5rem !important;
    }

.bg-second-header-color {
    background-color: #d3d3d3
}

.wizard-form .actions {
    padding: 0px !important;
    margin-top: 5px !important;
}



.green {
    background-color: #04694a !important;
    color: #fff
}

    .green i {
        color: #fff
    }

.color-square-assessment {
    height: 20px;
    width: 20px;
    /*margin: 0 auto;*/
}

.wizard-form .actions {
    background-color: #9CA3AF !important;
}

    .wizard-form .actions ul {
        text-align: start;
        padding: 10px !important;
    }

.wizard > .actions > ul > li + li {
    margin-left: 5px !important;
}


.wizard > .steps > ul > li.current .number:after {
    color: #9CA3AF !important;
}

.wizard > .steps > ul > li:before {
    background-color: #9CA3AF !important;
}

.wizard > .steps > ul > li:after {
    background-color: #9CA3AF !important;
}

.wizard > .steps > ul > li.current > a {
    color: #9CA3AF !important;
}

.wizard > .steps > ul > li.done .number {
    background-color: #9CA3AF !important;
    border-color: #9CA3AF !important;
}

.wizard > .steps > ul > li.current .number {
    border-color: #9CA3AF !important;
    color: #9CA3AF !important;
}

.wizard > .steps > ul > li.current:after,
.wizard > .steps > ul > li.current ~ li:after,
.wizard > .steps > ul > li.current ~ li:before {
    background-color: var(--wizard-step-line-color) !important;
}

.horizontal-scroll-table {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
}

.parimary-text-color {
    color: #9CA3AF !important
}

.padding1rem {
    padding: .1rem !important;
}

.bg-Lightgrey-dark-header {
    background-color: #d3d3d3;
    color: #000 !important;
}

.cursor-text {
    cursor: text !important;
}

.RobinViewLableWidth {
    width: 15%;
}

.RobinViewValueWidth {
    width: 85%;
}

.bg-Lightblue-dark-header .dtfc-fixed-left {
    z-index: 1;
    background-color: #9CA3AF !important;
    color: #fff !important;
}

.dataTables_scrollBody thead {
    display: grid;
}

.dataTables_scroll .dataTables_scrollHead th {
    white-space: inherit !important;
}

.widthfitcontent {
    width: fit-content;
}

.DashbaordCardHeight {
    height: 160px;
}

.mb3px {
    margin-bottom: 3px;
}

.Customer {
    min-width: 60px;
    width: 100px !important;
}



/*Fixed table Css*/

.tableFixHead {
    overflow: auto;
    height: 100%;
    max-height: 500px;
    width: 100%;
}

    .tableFixHead table {
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
    }

    .tableFixHead th,
    .tableFixHead td {
        padding: 8px 16px;
    }

    .tableFixHead tbody td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background-color: white !important;
    }

    .tableFixHead th:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
    }

    .tableFixHead tbody td:nth-child(2) {
        position: sticky;
        left: 34px;
        z-index: 1;
        background-color: white !important;
    }

    .tableFixHead th:nth-child(2) {
        position: sticky;
        left: 34px;
        z-index: 3;
        background-color: #9CA3AF !important;
    }


    .tableFixHead tbody td:nth-child(3) {
        position: sticky;
        left: 66px;
        z-index: 1;
        background-color: white !important;
    }

    .tableFixHead th:nth-child(3) {
        position: sticky;
        left: 66px;
        z-index: 3;
        background-color: #9CA3AF !important;
    }

    .tableFixHead tbody td:nth-child(4) {
        position: sticky;
        left: 196px;
        z-index: 1;
        background-color: white !important;
    }

    .tableFixHead th:nth-child(4) {
        position: sticky;
        left: 196px;
        z-index: 3;
        background-color: #9CA3AF !important;
    }

    .tableFixHead th {
        position: sticky;
        top: 0;
        background: #9CA3AF !important;
        z-index: 2;
    }

        .tableFixHead th:first-child, th:nth-child(2) {
            z-index: 3
        }

.border-danger {
    border-color: red !important;
}

.custom-add-btn {
    border-radius: 50rem !important;
}

.text-light-blue {
    color: #00CCFF !important;
}

.font2125rem {
    font-size: 2.500rem !important;
}


.tableFixHeadOfferAndOrderTotalPPC th {
    position: sticky;
    top: 0;
    background: #9CA3AF !important;
    z-index: 2;
}

.tableFixHeadOfferAndOrderTotalPPC {
    overflow: auto;
    height: 100%;
    max-height: 500px;
    width: 100%;
}

.tableFixHeadOfferAndOrderTotalPPC table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.tableFixHeadOfferAndOrderTotalPPC th,
.tableFixHeadOfferAndOrderTotalPPC td {
    padding: 8px 16px;
}

.tableFixHeadOfferAndOrderTotalPPC tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white !important;
}

.tableFixHeadOfferAndOrderTotalPPC th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
}

.tableFixHeadOfferAndOrderTotalPPC tbody td:nth-child(2) {
    position: sticky;
    left: 60px;
    z-index: 1;
    background-color: white !important;
}

    .tableFixHeadOfferAndOrderTotalPPC th:nth-child(2) {
        position: sticky;
        left: 60px;
        z-index: 3;
        background-color: #9CA3AF !important;
    }



.tableFixHeadOfferAndOrderTotalVariablePPC th {
    position: sticky;
    top: 0;
    background: #9CA3AF !important;
    z-index: 2;
}

.tableFixHeadOfferAndOrderTotalVariablePPC {
    overflow: auto;
    height: 100%;
    max-height: 500px;
    width: 100%;
}

    .tableFixHeadOfferAndOrderTotalVariablePPC table {
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
    }

    .tableFixHeadOfferAndOrderTotalVariablePPC th,
    .tableFixHeadOfferAndOrderTotalVariablePPC td {
        padding: 8px 16px;
    }

    .tableFixHeadOfferAndOrderTotalVariablePPC tbody td:first-child {
        position: sticky;
        left: 0;
        z-index: 1;
        background-color: white !important;
    }

    .tableFixHeadOfferAndOrderTotalVariablePPC th:first-child {
        position: sticky;
        left: 0;
        z-index: 3;
    }

    .tableFixHeadOfferAndOrderTotalVariablePPC tbody td:nth-child(2) {
        position: sticky;
        left: 60px;
        z-index: 1;
        background-color: white !important;
    }

    .tableFixHeadOfferAndOrderTotalVariablePPC th:nth-child(2) {
        position: sticky;
        left: 60px;
        z-index: 3;
        background-color: #9CA3AF !important;
    }



.inputWidthAndMargin {
    width: 100px;
    margin-right: 10px;
}

.inputWidthAndMarginTwo {
    width: 130px;
    margin-right: 10px;
}

.margin-right-12px {
    margin-right: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.font10 {
    font-size: 10px !important;
}

.font9 {
    font-size: 9px !important;
}

.font-wight-bold {
    font-weight: 500 !important;
}

.maxwidthLineCard {
    max-width: 95px !important;
}

.font11 {
    font-size: 11px !important;
}

.font2rem {
    font-size: 2rem !important;
}
.border-radius {
    border-radius: 0.2rem !important;
}
.border-left-1 {
    border-left: 1px solid #e0e6f1 !important;
}
.table-header-custom {
    background-color: #34a69a;
    color: white;
}
.w-40 {
    width:40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-42 {
    width: 42% !important;
}
.w-30 {
    width: 30% !important;
}
.w-20 {
    width: 20% !important;
}
.w-35 {
    width: 35% !important;
}
.w-15 {
    width: 15% !important;
}
.w-5 {
    width: 5% !important;
}
.w-7 {
    width: 7% !important;
}
.w-8 {
    width: 8% !important;
}
.w-10 {
    width: 10% !important;
}
.w-3 {
    width: 3% !important;
}
.w-33 {
    width: 33% !important;
}
.text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-overflow-ellipsis-2line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mrl-2 {
    margin-right: 0.625rem !important;
    margin-left: 0 !important;
}
.pl-27px {
    padding-left: 26px !important;
}
.span-Sidebar {
    font-size: 13px !important;
    font-weight: normal !important;
    white-space: nowrap !important;
}
.w-200px {
    min-width:200px !important;
    max-width:200px !important
}
.h-200px {
    min-height: 200px !important;
    max-height: 200px !important
}
.disabledInputColor {
    background-color: #f0f3f7 !important;
}
.card-body-fixHeight-57px {
    min-height: 56px !important;
    max-height: 56px !important;
}