@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Ford Antenna' !important;
}

p {
    font-size: 1rem;
    color: #212529;
    font-family: 'Ford Antenna';
}

:root {
    --text-dark: #666666;
    --dark: #212529;
}

h1:focus {
    outline: none;
}

h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.bg-gray-wrapper {
    background: #f0f0f0;
}

.controlregion.bg-gray-wrapper.h-100 h1 {
    font-size: 2rem;
    font-weight: 600;
}

.category-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .category-lists .e-checkbox-wrapper.e-wrapper {
        width: 40%;
        margin-bottom: 1rem;
    }

        .category-lists .e-checkbox-wrapper.e-wrapper .e-label {
            font-size: 1rem;
            font-family: 'Ford Antenna';
        }

.carbon-card {
    border-radius: 10px;
    border: none;
}

    .carbon-card h3 {
        font-weight: 600;
    }

    .carbon-card p {
        color: #32c795;
    }

.company-details {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    border: 1px dashed #666666;
    padding: 1.8rem;
    border-radius: 10px;
}

    .company-details .w-100 {
        display: flex;
        flex-wrap: wrap;
    }

    .company-details .e-btn {
        position: absolute;
        right: 1.4rem;
    }

.page {
    flex-direction: row;
    position: relative;
    display: flex;
}

main.pb-1 {
    flex: 1;
    padding-bottom: 0 !important;
}

.left-aligned-image {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
}

.login-content-section.register-content .container {
    max-width: 1660px;
    position: relative;
    padding: 0 3rem;
}

.register-wrapper .form-floating .form-control {
    background: none;
    padding-top: 15px;
    color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

    .register-wrapper .form-floating .form-control:focus {
        box-shadow: none;
    }

.register-wrapper .form-floating .form-label {
    position: relative;
    padding: 0;
    color: #AFAFAF;
    margin-bottom: 0;
}

.address-wrapper .form-select {
    width: 100%;
    background: none;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px !important;
    color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 40px !important;
}

.register-second-step input {
    height: 44px !important;
}

.progress {
    border-radius: 30px;
}

.address-wrapper .form-control {
    height: 40px !important;
    padding-bottom: 10px;
    padding-top: 10px !important;
    padding-left: 0;
    padding-right: 0;
}

.register-wrapper .form-select:focus {
    box-shadow: none;
}

.register-wrapper .form-select {
    width: 100%;
    background: none;
    padding-top: 15px;
    color: #AFAFAF;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: url(images/dwn.svg) no-repeat;
    background-position: center right;
}

    .register-wrapper .form-select option {
        color: #000000;
    }

.register-wrapper .checkbox .form-check-input {
    height: 20px !important;
    width: 20px;
    margin-top: 0;
}

.register-wrapper .btn-black {
    border-radius: 30px !important;
}

    .register-wrapper .btn-black img {
        filter: invert(1);
        margin-right: 0.6rem;
        max-width: 24px;
    }

.form-check-input:checked {
    background-color: #32C896;
    border-color: #32C896;
}

.headquarter {
    margin-right: 1%;
    width: 49%;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;
}

    .headquarter:last-child {
        border-bottom: none;
    }

    .headquarter span {
        color: var(--text-dark);
        display: block;
        margin-bottom: 0.6rem;
    }

    .headquarter p {
        font-weight: 600;
    }

.main-landing-wrap {
    height: 100%;
}

.assesment-year-wrapper {
    justify-content: flex-end;
}

    .assesment-year-wrapper select {
        max-width: 200px;
        margin-left: 1rem;
        height: 52px;
        border-radius: 8px;
    }

.top-row, article.main-landing-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.e-float-input, .e-float-input.e-control-wrapper {
    margin-top: 0 !important;
}

.e-dropdown-btn, .e-dropdown-btn.e-btn {
    text-transform: none;
    white-space: normal;
    background: none;
    margin-left: auto;
    border: none;
    padding: 0 !important;
}

    .e-dropdown-btn, .e-dropdown-btn.e-btn:hover {
        background: none !important;
    }

        .e-dropdown-btn:focus, .e-dropdown-btn.e-btn:focus {
            box-shadow: none !important;
        }

.text-sm {
    font-size: 14px;
    color: #666666;
    text-transform: capitalize;
}

.three-dots {
    background-image: url('images/three-dots.png');
    width: 24px !important;
    height: 24px;
}

.e-input {
    border-radius: 5px !important;
    padding: 0 1rem !important;
}

.controlregion.editor-wrapper {
    display: flex;
}

    .controlregion.editor-wrapper a.e-btn.e-primary {
        height: 40px;
        font-size: 14px;
    }

.new-branch {
    border: 1px solid #BDEADB;
    border-radius: 7px;
    overflow: hidden;
}

.e-dialog .e-dlg-header {
    font-size: 20px !important;
}

.e-dialog .e-dlg-header-content {
    border-bottom: none !important;
}

.e-dialog .e-footer-content .e-btn {
    margin-left: 0 !important;
    margin-right: 8px;
    height: 40px;
    font-size: 14px !important;
}

.e-dialog .e-footer-content {
    border-top: none !important;
}

.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
    top: 0px !important;
    left: 0px !important;
}

.e-dialog {
    max-width: 500px !important;
    width: 100% !important;
    position: absolute;
}

.purchase-products {
    background: #f6f6f6;
    padding: 2rem;
    border-radius: 8px;
}

    .purchase-products .e-btn {
        height: 40px;
        padding: 10px 24px !important;
        font-size: 14px !important;
    }

    .purchase-products p {
        margin-bottom: 0;
    }

    .purchase-products tr td {
        padding: 1rem 0.5rem;
        vertical-align: middle;
    }

.vertical-middle {
    vertical-align: middle;
}

.e-input-group, .e-input-group.e-control-wrapper {
    font-family: 'Ford Antenna' !important;
}

.thank-you-message {
    border-radius: 16px;
    padding: 3rem;
    background: #e7ffea;
    max-width: 600px;
    margin: auto;
    margin-top: 6%;
}

.link-expires {
    border-radius: 16px;
    padding: 3rem;
    background: #ffebe9;
    max-width: 600px;
    margin: auto;
    margin-top: 6%;
    color: #c50000;
}

    .link-expires p {
        color: #c50000;
    }

button.btn.btn-secondary.me-2.left-btn {
    padding: 0;
    background: #1c1c43 !important;
    border: 1px solid #1c1c43 !important;
}

    button.btn.btn-secondary.me-2.left-btn img {
        filter: invert(1);
    }

.pagination-container .btn-primary {
    color: #1c1c43 !important;
    background: #ececec !important;
    border: 1px solid #cfcfcf !important;
}

button.btn.btn-secondary.ms-2.rgt-btn {
    padding: 0;
    background: #1c1c43 !important;
    border: 1px solid #1c1c43 !important;
}

    button.btn.btn-secondary.ms-2.rgt-btn img {
        filter: invert(1);
    }

.invalid-url {
    border-radius: 16px;
    padding: 3rem;
    background: #ffebe9;
    max-width: 600px;
    margin: auto;
    margin-top: 6%;
    color: #c50000;
}

    .invalid-url p {
        color: #c50000;
    }

.stepsliderform {
    background: #F4FCF9;
    border: 1px solid #D9D9D9;
    padding: 3rem;
    border-radius: 10px;
}

    .stepsliderform .label-head {
        margin-bottom: 1rem;
    }

    .stepsliderform .form-check {
        margin-bottom: 0.6rem;
    }

        .stepsliderform .form-check label {
            font-weight: 300;
        }

    .stepsliderform hr {
        background-color: #D9D9D9;
        opacity: 1;
    }

    .stepsliderform p {
        color: #666666;
        line-height: 28px;
    }

    .stepsliderform label {
        margin-bottom: 0.4rem;
        display: block;
        font-weight: 600;
    }

    .stepsliderform .e-btn {
        padding: 0.6rem 1.8rem !important;
        height: 46px;
    }

.progressbar {
    counter-reset: step;
    padding-left: 0;
    max-width: 830px;
    margin: auto;
    margin-bottom: 2rem;
    text-align: center;
}

    .progressbar li {
        list-style: none;
        display: inline-block;
        /*width: 19.33%;*/
        width: 16%;
        position: relative;
        text-align: center;
        cursor: pointer;
    }

        .progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ddd;
            border-radius: 100%;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            background-color: #fff;
        }

        .progressbar li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #ddd;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: green;
        }

            .progressbar li.active:before {
                border-color: #32C896;
                background: #32C896;
                color: #fff;
            }

            .progressbar li.active + li:after {
                background-color: #32C896;
            }

.drag-upload {
    border: 1px dashed #32C896;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 7px;
}

    .drag-upload p {
        color: #212529;
    }

.add-supplier {
    border: 1px dashed #666666;
    padding: 1.8rem;
    border-radius: 10px;
}

    .add-supplier .head {
        color: #212529;
        width: 100%;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        font-weight: 600;
    }

        .add-supplier .head span {
            font-size: 0.875rem;
            color: #666666;
            display: block;
            font-weight: 400;
        }

    .add-supplier .add-supplier-left {
        margin-left: 1rem;
    }

.supplier-name {
    display: flex;
    align-items: center;
}

    .supplier-name img {
        margin-right: 0.8rem;
    }

.supplier-list-wrapper {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    padding-left: 0;
}

    .supplier-list-wrapper thead th {
        padding-bottom: 1rem;
    }

    .supplier-list-wrapper tr {
        border-bottom: 1px solid #D9D9D9;
    }

    .supplier-list-wrapper table tbody tr:last-child {
        border-bottom: none;
    }

    .supplier-list-wrapper td {
        vertical-align: middle;
        max-width: 250px;
        line-break: anywhere;
    }

        .supplier-list-wrapper td .e-btn {
            height: 40px;
            padding: 10px 24px !important;
            font-size: 14px !important;
        }

    .supplier-list-wrapper .nm {
        display: block;
        width: 100%;
        color: #666666;
        font-size: 14px;
    }

.supplier-name .nm {
    display: block;
    width: 100%;
    color: #666666;
    font-size: 14px;
    margin-bottom: 2px;
}

    .supplier-name .nm strong {
        color: #000000;
    }

form.d-flex.search {
    min-width: 230px;
}

.e-switch-wrapper.e-wrapper {
    width: 40px;
}

.e-switch-wrapper .e-switch-inner.e-switch-active {
    background-color: #32c896 !important;
    border-color: #32c896 !important;
}

.e-switch-wrapper .e-switch-on {
    background-color: #32c896 !important;
}

.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-icon {
    font-size: 18px !important;
    height: 26px;
    font-weight: 700;
    color: #32c896 !important;
}

.confirmation-dialog .dialog-header {
    font-size: 20px;
}

.supplier-name .sup-hd {
    font-size: 1rem;
    font-weight: 600;
}

    .supplier-name .sup-hd a {
        color: var(--dark);
    }

.supplier-list-wrapper table.table.table-borderless {
    margin-bottom: 0;
}

.supplier-name p {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    margin-bottom: 0;
}

.supplier-list-wrapper p {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    margin-bottom: 0;
}

main {
    width: calc(100% - 342px);
}

.pending {
    color: #D55F5A !important;
}

.text-green {
    color: #32C896 !important;
}

.supplier-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1.5rem;
}

.new-branch .head {
    background: #32C896;
    color: #fff;
    width: 100%;
    display: block;
    padding: 1rem 2rem;
    text-transform: capitalize;
    font-weight: 600;
}

.new-branch .content-wrapper {
    padding: 2.1875rem;
}

.green-bg {
    background: #32c896;
    padding: 1rem;
    border-radius: 8px;
    height: 100%;
}

    .green-bg span {
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        display: block;
        margin-bottom: 0.4rem;
    }

    .green-bg p {
        font-size: 1.25rem;
        color: #fff;
        font-weight: 600;
        margin-bottom: 0;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none !important;
}

.nav-item form button {
    padding: 1rem 0rem;
}

.currency-icon .input-group-text {
    height: 100%;
    background: #f1f1f1;
    border-radius: 6px 0px 0 6px;
    font-size: 22px;
    color: #000000;
}

.red-bg.pending {
    background: #f3edff;
}

    .red-bg.pending p {
        color: #956cde;
    }

.green-bg.in-process {
    background: #ffeacc !important;
}

    .green-bg.in-process span {
        color: #515151 !important;
    }

    .green-bg.in-process p {
        color: #f59200 !important;
    }

.red-bg {
    background: #ffebea;
    padding: 1rem;
    border-radius: 8px;
    height: 100%;
}

    .red-bg span {
        font-size: 14px;
        color: #666666;
        text-transform: capitalize;
        display: block;
        margin-bottom: 0.4rem;
    }

    .red-bg p {
        font-size: 1.25rem;
        color: #D55F5A;
        font-weight: 600;
        margin-bottom: 0;
    }

.card-gray {
    background: #F6F6F6;
    padding: 1rem;
    border-radius: 8px;
    height: 100%;
}

    .card-gray span {
        font-size: 14px;
        color: #666666;
        text-transform: capitalize;
        display: block;
        margin-bottom: 0.4rem;
    }

    .card-gray p {
        font-size: 1.25rem;
        color: #212529;
        font-weight: 600;
        margin-bottom: 0;
    }

.add-your-branch {
    height: 100%;
    width: 100%;
    border: 1px dashed #666666;
    border-radius: 8px;
}

    .add-your-branch a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        height: 100%;
        text-decoration: none;
        font-size: 1.125rem;
    }

    .add-your-branch label {
        width: 100%;
        text-align: center;
        margin-bottom: 0.4rem;
        color: #212529;
    }

    .add-your-branch img {
        margin-bottom: 1rem;
    }

.branch-table table tr th {
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
}

.branch-table table tr td {
    font-weight: 600;
    color: #212529;
}

.e-btn {
    padding: 0.6rem 1rem !important;
    font-family: 'Ford Antenna' !important;
    border-radius: 7px !important;
    height: 46px;
    font-size: 1rem !important;
    display: flex !important;
    align-items: center;
}

.e-dropdownbase .e-list-item.e-active {
    background-color: #32c896 !important;
}

.btn-primary {
    color: #32C896 !important;
    background: #fff !important;
    border: 1px solid #32C896 !important;
}

.e-primary {
    color: #32C896 !important;
    background: #fff !important;
    border: 1px solid #32C896 !important;
}

.dialog-footer .btn {
    padding: 6px 20px;
}

.btn-white {
    background: #fff !important;
    color: #050505 !important;
    border: 1px solid #050505 !important;
}

.btn-black {
    background: #050505 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.btn-cancel {
    background: #fff !important;
    color: #666666 !important;
    border: 1px solid #D9D9D9 !important;
}

.btn-secondary {
    background: #32C896 !important;
    color: #fff !important;
    border: 1px solid #32C896 !important;
}

.e-float-input, .e-float-input.e-control-wrapper {
    margin-top: 0;
}

.stepsliderform table td {
    border: none;
}

.stepsliderform h3 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
}

.stepsliderform table tr th {
    border: none;
}

.stepsliderform table td .category {
    height: 50px;
    border: 1px solid #D9D9D9;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 5px;
    padding: 0 16px;
    font-size: 15px;
    background: #ffffff;
}

.stepsliderform table td input {
    height: 50px !important;
}

.postion-sticky-wrapper {
    position: sticky;
    top: 30px;
}

input {
    height: 53px !important;
    font-size: 15px !important;
}

    input.form-check-input {
        height: 15px !important;
    }

.nav-pills .nav-link.active {
    background-color: #fafafa;
    border-bottom: 2px solid #32c795;
    color: #32c795;
}

.nav-pills .nav-link img {
    width: 20px;
}

ul#pills-tab {
    border-bottom: 1px solid #dcdcdc;
}

.nav-pills .nav-link {
    color: #212529;
    padding: 0.6rem 3rem;
    border-radius: 0.25rem 0.25rem 0rem 0;
}

.material label {
    font-weight: 600 !important;
    display: block;
    margin-bottom: 0.6rem;
    color: #1C1C43;
    text-transform: capitalize;
}

.branch-single {
    background: #F6F6F6;
    border-radius: 8px;
    border: none;
}

.e-accordion .e-acrdn-item.e-selected.e-select.e-active .e-acrdn-header {
    border-bottom: none !important;
}

.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
    background: #32c896 !important;
    color: #fff;
}

.three-dots .e-dropdown-btn .e-caret, .e-dropdown-btn.e-btn .e-caret {
    display: none;
}

.branch-name {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
}

    .branch-name span {
        display: block;
        width: 100%;
        font-size: 0.875rem;
        color: #666666;
    }

    .branch-name label {
        font-size: 1.125rem;
        font-weight: 600;
    }

.branch-single .label-text span {
    font-size: 12px;
    color: #666666;
}

.branch-single .label-text p {
    font-size: 1rem;
    color: #212529;
}

.home-suppliers h2 {
    margin-bottom: 0;
}

.home-suppliers .controlregion {
    padding: 0;
}

.home-suppliers .search input {
    border-radius: 7px;
}

.home-suppliers .select {
    border-radius: 7px;
}

.add-branch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #666666;
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
}

    .add-branch label {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .add-branch .lft-text {
        display: flex;
        align-items: center;
    }

        .add-branch .lft-text p {
            margin-bottom: 0;
        }

.top-section {
    background: #32C896;
    min-height: 130px;
    display: flex;
    align-items: end;
    padding-left: 13rem;
    position: relative;
}

    .top-section .prfl-left h3 {
        color: #fff;
    }

.profile-pic {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 5px solid #fff;
    margin-right: 1%;
    position: absolute;
    bottom: -50px;
    left: 2rem;
}

    .profile-pic img {
        width: 100%;
        object-fit: cover !important;
    }

.sidebar .top-row {
    background: #fff !important;
    height: 4.2rem !important;
}

.default-aiassistview {
    height: calc(100vh - 50px);
    width: 60vw;
    margin: 0 auto;
    padding-top: 50px;
}

.ai-ssist-wrapper #sendPrompt::before {
    content: none;
}

.e-toolbar .e-toolbar-item .e-tbar-btn:focus {
    background: none !important;
    color: #6c757d !important;
}

.e-aiassistview .e-footer {
    width: max(90%, 425px) !important;
}

.ai-ssist-wrapper .response-header {
    font-weight: 600;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
    padding: 0 !important;
    height: auto;
}

.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, .e-toolbar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0;
}

.e-toolbar .e-toolbar-item .e-tbar-btn:hover {
    background: none !important;
    color: #6c757d !important;
}

    .e-toolbar .e-toolbar-item .e-tbar-btn:hover .e-icons {
        color: #6c757d !important;
    }

.e-toolbar .e-toolbar-item .e-tbar-btn:focus .e-icons {
    color: #6c757d !important;
}

.ai-ssist-wrapper .e-aiassistview {
    border-radius: 16px;
    overflow: hidden;
}

.ai-ssist-wrapper .e-btn.e-primary {
    border: none !important;
}

    .ai-ssist-wrapper .e-btn.e-primary:focus {
        box-shadow: none !important;
    }

.e-aiassistview .e-view-header .e-toolbar-item.e-active::after {
    background-color: #32C896 !important;
}

.e-aiassistview .e-suggestions {
    border-top: none !important;
}

    .e-aiassistview .e-suggestions li {
        color: #212529;
        border: 1px solid #fafafa !important;
        padding: 10px 16px !important;
        background: #eaeaea;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    }

.default-aiassistview .banner-content .e-assistview-icon:before {
    font-size: 35px;
}

.e-aiassistview .e-prompt-text {
    padding: 10px 16px !important;
    background: #f6f6f6 !important;
    border-radius: 10px !important;
}

.default-aiassistview .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 330px;
    text-align: center;
}

@media only screen and (max-width: 750px) {
    .default-aiassistview {
        width: 100%;
    }
}


.custom-footer {
    display: flex;
    gap: 10px;
    padding: 10px;
    background-color: transparent;
}

#promptTextArea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#sendPrompt {
    padding: 5px 15px;
    align-self: flex-end;
}

.ai-ssist-wrapper {
    height: 100%;
    background: #e8e8e8;
}

.sidebar .nav-item a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: #32c896 !important;
}

.left-menu-wrapper {
    position: sticky;
    top: 85px;
}

    .left-menu-wrapper .category-height {
        max-height: 600px;
        overflow-y: auto;
    }

.controlregion {
    padding: 2.1875rem 5.5rem 2.1875rem 2.1875rem;
}

.gray-card {
    background: #F6F6F6;
    padding: 1.8rem;
    border-radius: 8px;
    height: 100%;
}

.plan-one {
    border: 1px solid #D9D9D9;
    padding: 1.8rem;
    border-radius: 8px;
    min-height: 390px;
}

    .plan-one .btn-primary {
        font-size: 15px;
    }

.text-gray {
    color: #666666;
}

.recommended {
    background: #32C896;
    border: 1px solid #32C896;
}

    .recommended label {
        color: #fff;
    }

    .recommended .price, .recommended span, .recommended p {
        color: #fff !important;
    }

.plan-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .plan-one p {
        color: #666666;
        font-weight: 300;
    }

    .plan-one label {
        width: 100%;
        display: block;
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 1rem;
    }

        .plan-one label span {
            background: #fff;
            padding: 2px 14px;
            display: inline-block;
            font-size: 13px !important;
            border-radius: 20px;
            color: #212529 !important;
            margin-left: 6px;
            font-weight: 500;
        }

    .plan-one .price {
        font-size: 44px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 1rem !important;
    }

        .plan-one .price span {
            font-size: 16px;
            color: #666666;
            font-weight: 400;
        }

.progress-bar {
    background: #32C896;
}

.gray-card .btn-primary, .gray-card .btn-secondary {
    font-size: 15px;
}

.gray-card .current-plan {
    display: flex;
}

    .gray-card .current-plan label {
        width: 100%;
        display: block;
        font-size: 15px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .gray-card .current-plan .w-100 {
        display: block;
        margin-bottom: 6px;
    }

    .gray-card .current-plan span {
        font-size: 12px;
        text-transform: capitalize;
        color: #666666;
    }

    .gray-card .current-plan .price {
        font-size: 30px;
        font-weight: 600;
    }

.bottom-section {
    border-bottom: 1px solid #D9D9D9;
    height: 52px;
}

    .bottom-section ul {
        list-style: none;
        display: flex;
        padding-left: 13rem;
        margin-bottom: 0;
        overflow-x: auto;
        white-space: nowrap;
    }

        .bottom-section ul li {
            margin-right: 2rem;
            padding: 0.8rem 0;
        }

            .bottom-section ul li span {
                align-items: center;
                color: #666666;
                margin-right: 0.4rem;
                font-size: 0.75rem;
            }

            .bottom-section ul li b {
                font-size: 0.9375rem;
            }

            .bottom-section ul li span img {
                margin-right: 0.6rem;
                margin-top: -3px;
            }

.breadcrumb-pdg-lft {
    padding-left: 1rem;
    height: 67px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #D9D9D9;
    padding-right: 90px;
}

    .breadcrumb-pdg-lft nav {
        height: 100%;
    }

        .breadcrumb-pdg-lft nav ol {
            height: 100%;
        }

    .breadcrumb-pdg-lft li a {
        padding: 1rem 0 !important;
    }

.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text:focus {
    outline: none;
    border: none !important;
}

.e-breadcrumb .e-breadcrumb-item a.e-breadcrumb-text {
    text-decoration: none !important;
    color: #212529 !important;
    font-weight: 500 !important;
    font-family: 'Ford Antenna';
}

.e-breadcrumb .e-breadcrumb-item .e-breadcrumb-text {
    color: #666666 !important;
    font-weight: 500 !important;
    font-family: 'Ford Antenna';
}

.sidebar h4 {
    color: #32C896;
    font-size: 0.875rem;
    font-weight: 600;
}

.top-row {
    background: #fff !important;
    height: 4.2rem !important;
}

.nav-scrollable {
    display: block;
    height: calc(100vh - 4.2rem) !important;
    overflow-y: auto;
    padding: 2rem 2rem;
}

.sidebar {
    background: #fff !important;
}

a, .btn-link {
    color: #32C896;
    text-decoration: none;
}

.nav-scrollable {
    border-right: 1px solid #D9D9D9;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.branch-lists tr {
    border-bottom: 1px solid #D9D9D9;
}

.add-emission-data {
    max-width: 480px;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.e-acrdn-header-content {
    width: 100%;
}

.e-acrdn-content {
    padding: 3rem 0 !important;
}

.header-flex {
    display: flex;
    justify-content: space-between;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.branch-header .common {
    width: 20%;
    font-size: 1rem;
    color: #212529;
    font-family: 'Ford Antenna';
}

.bg-gray-card {
    background: #F6F6F6;
    padding: 1.4rem;
    border-radius: 8px;
}

    .bg-gray-card .branch-name {
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

.top-row {
    z-index: 10 !important;
}

.bg-gray-card ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.bg-gray-card p {
    margin-bottom: 0;
    color: #212529;
}

.bg-gray-card span {
    font-size: 12px;
    color: #666666;
    display: block;
    margin-bottom: 0.4rem;
    font-family: 'Ford Antenna';
}

.e-acrdn-item.e-select.e-expand-state.e-selected.e-active {
    background: none !important;
}

    .e-acrdn-item.e-select.e-expand-state.e-selected.e-active .common {
        color: #32C896;
    }

.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, .e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
    background: none !important;
}

.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header {
    background: none !important;
}

.e-acrdn-header:hover .header-flex.branch-header .common {
    color: #32C896 !important;
}

.e-accordion {
    border: none !important;
}

    .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus {
        box-shadow: none !important;
    }

    .e-accordion .e-acrdn-item .e-acrdn-header {
        padding: 18px 8px !important;
    }

        .e-accordion .e-acrdn-item .e-acrdn-header:focus {
            box-shadow: none !important;
        }

        .e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon {
            display: table;
            font-size: 13px !important;
            height: 24px !important;
            width: 24px !important;
            border: 1px solid #212529;
            border-radius: 50%;
            min-height: 24px !important;
            min-width: 24px !important;
            position: absolute;
            right: 16px;
            top: 18px !important;
        }

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.branch-emission-data-head .common {
    color: #666666;
}

.branch-header .common.file {
    width: 10%;
}

.branch-header .common.year {
    font-weight: 500;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.sidebar {
    background: #fff !important;
}

.bi-house-door-fill {
    background-image: url('images/home.svg') !important;
}

.bi-profile {
    background-image: url('images/my-profile.svg') !important;
}

.bi-ghg {
    background-image: url('images/ghg-calc.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.bi-sub {
    background-image: url('images/subscriptions-created-outlined.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.bi-reset {
    background-image: url('images/rotate-ccw.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.bi-audit {
    background-image: url('images/file-clock.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.bi-help {
    background-image: url('images/help-icon.svg') !important;
}

.bi-envelope {
    background-image: url('images/mail-log.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}

.pagination-container .btn-primary {
    background: #1c1c43;
    border: 1px solid #1c1c43;
}

.scope-list-wrap {
    list-style: none;
    border: 1px solid #d4d4d4;
    padding: 20px;
    border-radius: 8px;
}

    .scope-list-wrap .card-gray span {
        margin-bottom: 0;
    }

    .scope-list-wrap small.text-muted {
        font-weight: 600;
        color: #212529 !important;
        font-size: 1rem;
    }

    .scope-list-wrap li {
        display: flex;
        justify-content: space-between;
        /*        border-bottom: 1px solid #d9d9d9;*/
        padding: 1rem 0;
    }

        .scope-list-wrap li.card-gray {
            display: flex;
            justify-content: space-between;
            padding: 1rem 10px;
            margin-bottom: 10px;
        }

.sidebar .nav-item a:hover .bi-house-door-fill {
    background-image: url('images/home-hover.svg') !important;
}

.sidebar .nav-item a:hover .bi-profile {
    background-image: url('images/my-profile-color.svg') !important;
}

.sidebar .nav-item a.active .bi-profile {
    background-image: url('images/my-profile-color.svg') !important;
}

.sidebar .nav-item a:hover .bi-ghg {
    background-image: url('images/ghg-calc-color.svg') !important;
}

.sidebar .nav-item a.active .bi-ghg {
    background-image: url('images/ghg-calc-color.svg') !important;
}

.sidebar .nav-item a:hover .bi-sub {
    background-image: url('images/subscriptions-created-g.svg') !important;
}

.sidebar .nav-item a.active .bi-sub {
    background-image: url('images/subscriptions-created-g.svg') !important;
}

.sidebar .nav-item a:hover .bi-help {
    background-image: url('images/help-icon-color.svg') !important;
}

.sidebar .nav-item a:hover .bi-reset {
    background-image: url('images/rotate-ccw-green.svg') !important;
}

.sidebar .nav-item a:hover .bi-audit {
    background-image: url('images/file-clock-green.svg') !important;
}

.sidebar .nav-item a.active .bi-help {
    background-image: url('images/help-icon-color.svg') !important;
}

.sidebar .nav-item a:hover .bi-envelope {
    background-image: url('images/mail-log-green.svg') !important;
}

.sidebar .nav-item a.active .bi-envelope {
    background-image: url('images/mail-log-green.svg') !important;
}

.sidebar .top-row {
    background-color: rgba(0,0,0,0.4);
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.me-2.e-valid-input {
    border-radius: 7px;
    height: 53px;
}

span.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.me-2 {
    border-radius: 7px;
    height: 53px;
}

.sidebar .navbar-brand {
    font-size: 1.1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar .oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.sidebar .nav-item {
    font-size: 0.9rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .sidebar .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .sidebar .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .sidebar .nav-item a {
        color: #212529 !important;
        padding: .5rem 0.6rem;
        border-radius: 4px;
        height: 3rem;
        font-size: 1rem !important;
        display: flex;
        align-items: center;
        line-height: 3rem;
        position: relative;
    }

        .sidebar .nav-item a.active {
            color: white;
        }

            .sidebar .nav-item a.active::before {
                content: '';
                position: absolute;
                width: 6px;
                height: 100%;
                background: #32c896;
                left: -32px;
                border-radius: 0px 10px 10px 0px;
            }

            .sidebar .nav-item a.active .bi-house-door-fill {
                background-image: url('images/home-hover.svg') !important;
            }

        .sidebar .nav-item a:hover {
            color: #32c896 !important;
        }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    /*outline: 1px solid #26b050;*/
    border-bottom: 1px solid #26b050;
}

.invalid {
    /*    outline: 1px solid red;*/
    border-bottom: 1px solid red !important;
}

.validation-message {
    color: red;
    padding: 10px 0 0px 0;
    font-size: 12px;
}
.inline-error-message {
    color: #e51313;
    margin-top: 6px;
    font-size: 0.85rem;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.login-area-wrapper {
    background: #000;
    height: 100vh;
    background-position: bottom left !important;
}

    .login-area-wrapper.register-wrapper {
        min-height: 100vh;
        height: auto;
        /*        padding: 5rem 0 0;*/
    }

.max-500 {
    max-width: 500px;
}

.max-550 {
    max-width: 550px;
}

.max-600 {
    max-width: 600px;
}

.max-700 {
    max-width: 700px;
}

.max-800 {
    max-width: 800px;
}

.login-wrap-btns .e-btn {
    border-radius: 30px !important;
    font-size: 1.125rem;
    padding: 0.4rem 3rem !important;
}

.login-content-section.register-content {
    height: calc(100% - 10px);
}

    .login-content-section.register-content .row {
        align-items: center !important;
        align-content: center;
    }

    .login-content-section.register-content .btn-white {
        border-radius: 30px !important;
        font-weight: 600;
        font-size: 1.125rem;
    }

.login-content-section {
    height: calc(100% - 140px);
}

    .login-content-section .container {
        height: 100%;
    }

        .login-content-section .container .row {
            height: 100%;
            align-items: center;
        }

.login-area-wrapper header {
    padding: 1rem 0;
}

.login-area-wrapper h2 {
    color: #fff;
    font-size: 3.4rem;
    font-weight: 300;
}

.login-area-wrapper span {
    color: #fff;
    font-size: 1.4rem;
}

.login-area-wrapper .text-danger.field-validation-error {
    font-size: 1rem;
    margin-top: 8px;
    display: block;
}

.login-area-wrapper p {
    color: #AFAFAF;
    font-size: 1.125rem;
    font-weight: 300;
}

.register-content label {
    color: #fff;
    font-weight: 200;
}

.register-content .e-input-group.e-control-container.e-control-wrapper {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

    .register-content .e-input-group.e-control-container.e-control-wrapper .e-input {
        padding: 0rem !important;
        color: #fff;
    }

.e-breadcrumb .e-breadcrumb-item.e-icon-item:hover {
    background: none !important;
}

.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    background: #32c896 !important;
    color: #fff !important;
}

.left-menu-wrapper .form-check-input {
    height: 15px !important;
}

.left-menu-wrapper .form-check {
    padding: 0.6rem 1.6rem;
    border-bottom: 1px dashed #ccc;
}

.col-lg-8.control-section.sb-property-border {
    width: 100%;
}

.api-chatui {
    height: calc(100vh - 100px);
    width: 100%;
    margin: 0 auto;
    max-width: 1032px;
}

.e-chat-ui {
    border-radius: 12px;
    overflow: hidden;
    background: #fff !important;
    border-color: #ececec !important;
}

    .e-chat-ui .e-text {
        font-family: 'Ford Antenna';
        padding: 5px 16px;
    }

    .e-chat-ui .e-header {
        font-size: 18px;
    }

    .e-chat-ui .e-chat-content {
        padding: 1rem !important;
    }

    .e-chat-ui .e-timebreak::before, .e-chat-ui .e-timebreak::after {
        background: #e0e0e0 !important;
    }

    .e-chat-ui .e-timestamp {
        background: #f5fcf5 !important;
        color: #495057;
        border-color: #ffffff !important;
    }

.e-multi-line-input.e-auto-width.e-chat-textarea.hide-scrollbar.e-input-group.e-control-container.e-control-wrapper.e-input-focus {
    box-shadow: none;
}

.e-multi-line-input.e-auto-width.e-chat-textarea.hide-scrollbar.e-input-group.e-control-container.e-control-wrapper:active {
    box-shadow: none;
}

.e-multi-line-input.e-auto-width.e-chat-textarea.hide-scrollbar.e-input-group.e-control-container.e-control-wrapper {
    border: none;
    border-radius: 10px;
    background: #f6f6f6;
}

.e-chat-ui .e-chat-send {
    font-size: 24px !important;
    top: 13px;
}

.api-chatui textarea {
    padding: 16px !important;
}

.e-chat-ui .e-chat-header {
    background: #32c896 !important;
    border-color: #32c896 !important;
}

.e-header-text {
    font-weight: 600;
    font-family: 'Ford Antenna';
}

.fileupload .form-control {
    height: auto !important;
    background: #000;
    color: #ccc;
}

.common-table-wrapper {
    background: #fafafa;
    padding: 1rem;
    border: 1px solid #cccc;
    border-radius: 10px;
}

    .common-table-wrapper .table {
        margin-bottom: 0;
    }

        .common-table-wrapper .table thead tr th {
            border-bottom: none;
        }

    .common-table-wrapper tr:last-child td {
        border-bottom: none;
    }


.api-chatui .e-header-icon.chat_header_icon {
    background-image: url("images/chat.png");
    background-color: unset;
    filter: invert(1);
    border-radius: 0;
    background-size: 26px;
}

.chat-property-section .property-panel-content td {
    padding: 10px 0px;
}

.chat-property-section .e-multiselect,
.chat-property-section .e-multi-select-wrapper {
    padding-left: 0;
    padding-top: 0;
}

.revenue-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #32c896 !important;
    margin-bottom: 0 !important;
}

.section-header {
    border-bottom: 1px solid #dedede;
    padding-bottom: 1rem;
}

.common-dropdown {
    border-radius: 7px !important;
}

.form-select {
    width: 200px;
}


.revenue-text span {
    font-size: 1.3rem;
}



/*=================== new style fix sign page start =====================*/


.login-area-wrapper.register-wrapper .ls {
    border-right: 1px solid #cccccc7a;
}

    .login-area-wrapper.register-wrapper .ls .ls-con {
        height: 100vh;
        align-content: center;
    }

        .login-area-wrapper.register-wrapper .ls .ls-con ul li p {
            align-items: center;
            display: inline-flex
        }

            .login-area-wrapper.register-wrapper .ls .ls-con ul li p img {
                margin-right: 13px;
            }

        .login-area-wrapper.register-wrapper .ls .ls-con ul li p {
            color: #fff;
        }

        .login-area-wrapper.register-wrapper .ls .ls-con ul {
            padding-left: 0;
        }

            .login-area-wrapper.register-wrapper .ls .ls-con ul li {
                list-style: none;
            }

.login-area-wrapper.register-wrapper .rs .rs-con {
    height: 100vh;
    align-content: center;
}

    .login-area-wrapper.register-wrapper .rs .rs-con .form-footer p {
        font-size: 1rem;
    }

        .login-area-wrapper.register-wrapper .rs .rs-con .form-footer p a:hover {
            color: #fff;
        }

.login-area-wrapper.register-wrapper .ls .ls-con p a {
    font-size: 1rem;
    height: 52px;
    width: 250px;
    background: #fff;
    color: #050505;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    margin-right: 10px;
}

.login-area-wrapper.register-wrapper .ls .ls-con p span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.fileupload .form-control {
    border-radius: 30px;
}

.sign-in-footer p {
    font-size: 1rem;
}

a:hover {
    color: #fff;
}

.supplier-list-wrapper {
    padding-top: 0;
}

    .supplier-list-wrapper tbody tr:nth-child(even) {
        background: #f5f4f4;
    }


/*=================== new style fix sign page start =====================*/





@media only screen and (max-width: 850px) {
    .api-chatui {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .dashboard-two-wrapper .col-lg-4 {
        width: 30%;
    }

    .dashboard-two-wrapper .col-lg-8 {
        width: 70%;
    }
}

@media (min-width: 1400px) {
    .dashboard-two-wrapper .col-lg-4 {
        width: 25%;
    }

    .dashboard-two-wrapper .col-lg-8 {
        width: 75%;
    }
}

@media (max-width: 1649.98px) {
    .sidebar .nav-item a {
        font-size: 14px !important;
        padding-left: 0;
        height: 2.6rem !important;
    }

    .home-suppliers form.d-flex.search {
        min-width: 100px;
        width: 170px;
    }

    .left-menu-wrapper .form-check label {
        font-size: 14px;
    }

    .assesment-year-wrapper select {
        height: 40px;
        max-width: 150px;
    }

    .h2 {
        font-size: 3rem !important;
    }

    .supplier-detail {
        display: flex;
        align-items: center;
    }

    .left-aligned-image {
        max-width: 70%;
    }

    span.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.me-2 {
        height: 40px;
        max-width: 150px;
    }

    .e-btn {
        height: 40px;
    }

    .assessment-year .e-input-group {
        height: 40px !important;
        max-width: 120px;
    }

    .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.me-2.e-valid-input {
        height: 40px;
    }

        .e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.me-2.e-valid-input input {
            height: 40px;
            max-width: 120px;
        }

    .stepsliderform table td .category {
        font-size: 14px;
    }

    table {
        font-size: 14px;
    }

    .nav-link {
        padding: .5rem 0rem;
    }

    .stepsliderform .e-btn {
        font-size: 14px !important;
    }

    p {
        font-size: 14px;
    }

    .headquarter span {
        font-size: 14px;
    }

    .top-section {
        min-height: 110px;
    }

    .profile-pic {
        width: 110px;
        height: 110px;
    }

    .top-section {
        padding-left: 10rem;
    }

    .breadcrumb-pdg-lft {
        padding-left: 2rem;
    }

    .top-section .prfl-left h3 {
        font-size: 1.4rem;
    }

    .form-select {
        font-size: 15px;
    }

    .e-btn {
        font-size: 15px !important;
    }

    .supplier-name .sup-hd {
        font-size: 14px;
    }

    .stepsliderform {
        padding: 2rem;
    }

    .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
        margin-top: .2rem !important;
    }
}

@media (max-width: 1399.98px) {
    .nav-link {
        padding: 0.5rem 0;
    }
}

@media (max-width: 991.98px) {
    .bottom-section ul {
        padding-left: 1rem;
    }

    .max-600 {
        max-width: 100%;
    }

    .h2 {
        font-size: calc(1.3rem + .6vw);
    }
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .top-section {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-left: 0;
    }

    .prfl-left {
        width: 100%;
        text-align: center;
    }

    .profile-pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 5px solid #fff;
        margin-right: 0;
        position: relative;
        bottom: 0;
        left: 0;
    }

    .top-section .prfl-left h3 {
        color: #fff;
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .breadcrumb-pdg-lft {
        padding-left: 0;
        height: 52px;
        text-align: center;
    }

    .progressbar {
        text-align: center;
    }

        .progressbar li {
            width: 12%;
        }
}

@media (max-width: 640px) {
    main {
        width: 100%;
    }

    .top-row {
        padding: 0 1rem !important;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px !important;
        min-height: 100vh;
        height: auto;
        min-height: 100vh;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 20rem !important;
        padding-right: 1.5rem !important;
        padding-top: 1.1rem;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.e-filemanager .e-fe-popup.e-dialog.e-popup.e-dlg-resizable {
    z-index: 1202 !important;
}

@media (min-width: 1650px) {
    .sidebar {
        width: 342px !important;
    }

    .login-content-section.register-content .container {
        max-width: 1660px;
    }
}

.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
    margin-top: -3em !important;
}

.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
    margin-top: -2.7em !important;
}

.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
    margin-top: 1rem !important;
}

/*****************Cookie Popup****************/

.alert-info {
    color: #000000;
    background-color: #edf1ee !important;
    border-color: unset;
    border: none;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 23px 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
    z-index: 99999;
}

#cookieConsent p {
    margin-bottom: 0;
}

    #cookieConsent p a:hover {
        color: #2a8b79;
    }

#cookieConsent button.accept-policy.close {
    font-size: 1rem;
    background: #fff;
    color: #050505;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    margin-right: 10px;
    padding: 7px 28px;
    border: 1px solid #050505;
}

.breadcrumb-pdg-lft {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*    .breadcrumb-pdg-lft .right-logo {
        margin-right: 2.1875rem;
    }
*/
        .breadcrumb-pdg-lft .right-logo img {
            max-width: 190px;
            display: block;
            margin: auto 0;
            height: 100%;
        }

@media screen and (max-width: 1399.98px) {
    .login-content-section.register-content .container {
        padding: 3rem !important;
    }

    .home-suppliers .search-btn.d-flex {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

/*.material .form-control[type=file] {
    height: unset !important;
}*/

.material .form-control[type=file]::file-selector-button {
    height: 53px !important;
    background: #32c896 !important;
    color: #ffffff !important;
}

.stepslider-review .label-head {
    font-weight: 400;
}

.home-suppliers .search-btn.d-flex {
    flex-wrap: wrap;
    row-gap: 10px;
}

.forgot-confirm h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.forgot-confirm p {
    max-width: 300px;
    margin: auto;
}

.logout-btn {
    padding: 0.5rem 0.5rem !important;
    display: inline-flex;
    align-items: center;
    column-gap: 0.75rem;
    color: #D55F5A !important;
}

@media screen and (max-width: 1649.98px) {
    .logout-btn {
        padding-left: 0 !important;
    }
}

.my-profile {
    padding: 0 20px;
}

    .my-profile h2 {
        margin-bottom: 0;
    }

.company-data h5 {
    font-weight: 600 !important;
}

.supplier-card {
    padding: 1rem;
    background: #F6F6F6;
    border-radius: 7px;
    height: 100%;
}

    .supplier-card h3 {
        font-weight: 600;
        font-size: 24px;
        color: #212529;
    }

    .supplier-card p {
        font-weight: 400;
        font-size: 1rem !important;
        color: #212529;
        margin-bottom: 0;
    }

    .supplier-card.completed h3 {
        color: #32C896;
    }

    .supplier-card.completed p {
        color: #32C896;
    }

    .supplier-card.pending h3 {
        color: #0D6EFD;
    }

    .supplier-card.pending p {
        color: #0D6EFD;
    }

.ghg-token-card {
    display: flex;
    align-items: flex-start;
    padding: 1rem;
    justify-content: space-between;
    background: rgba(50,200,150,0.1);
    border-radius: 7px;
    height: 100%;
}

    .ghg-token-card p {
        margin-bottom: 0;
        color: var(--primary-color);
        font-size: 1rem ;
    }

    .ghg-token-card h3 {
        font-size: 18px;
        font-weight: 600;
        color: var(--primary-color);
    }

    .ghg-token-card .btn.btn-outline-primary {
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
        padding: 9px 24px;
        border-radius: 7px;
    }

        .ghg-token-card .btn.btn-outline-primary:hover {
            background: var(--primary-color);
            color: #ffffff !important;
        }

.selected-bar {
    background: #F6F6F6;
    padding: 13px 0;
    margin-bottom: 24px;
}

    .selected-bar p {
        margin-bottom: 0;
        text-align: center;
    }

    .selected-bar a:hover {
        color: #009362;
    }

.sub-detail-card {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0 0 7px 7px;
    padding: 0 20px;
}

.subscription-details {
    width: unset;
}

.home-suppliers .supplier-list-wrapper thead th {
    font-size: 15px;
    font-weight: 400;
}

.home-suppliers .search input {
    height: 46px !important;
}

.home-suppliers .form-select {
    height: 46px !IMPORTANT;
}

.home-suppliers .e-btn.e-primary {
    height: 46px !important;
}

.badge {
    font-weight: 500;
}

.btn-outline-primary {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

    .btn-outline-primary:hover {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

.register-success-card .alert ul li {
    margin-bottom: 10px;
}

.supplier-check {
    display: inline-flex;
    align-items: center;
    transform: translateY(50%);
}

.supplier-all-check {
    transform: unset !important;
}

    .supplier-check input, .supplier-all-check input {
        margin: 0 !important;
    }

    .supplier-all-check input {
        margin-top: 3px !important;
    }


@media screen and (max-width: 1449.98px) {

    .supplier-list-wrapper thead th {
        font-size: 14px;
    }

    .supplier-list-wrapper td .e-btn {
        padding: 0.6rem 10px !important;
    }

    .supplier-name .sup-hd a {
        font-size: 14px;
    }

    .supplier-list-wrapper p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1399.98px) {
    .supplier-all-check {
        margin-top: 17px !important;
    }
}

@media screen and (max-width: 1299.98px) {
    .supplier-all-check {
        margin-top: 28px !important;
    }

        .supplier-all-check input {
            margin-top: -7px !important;
        }
}

@media screen and (max-width: 767.98px) {
    .controlregion {
        padding: 1rem;
    }

    .stepsliderform {
        padding: 1rem;
    }

    .supplier-detail.emmission-value {
        flex-direction: column;
        align-items: center;
        row-gap: 36px;
    }

    .cm-logo {
        max-width: 160px;
    }

    .company-logo {
        width: 160px;
    }

    .stepsliderform table tr th {
        min-width: 290px !important;
    }
}

.rightBar {
    height: 100%;
    border-left: 1px solid #D9D9D9;
    transition: width 0.3s ease;
    overflow-x: hidden;
    background-color: white;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1049;
}

    .rightBar.expanded {
        width: 200px;
    }

.right-bar-links {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 54px;
}

    .right-bar-links li {
        padding: 15px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #D9D9D9;
        height: 4.2rem !important;
    }


        .right-bar-links li a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #32c795;
            text-decoration: none;
            white-space: nowrap;
            width: 100%;
        }

.link-text {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    white-space: nowrap;
}

body.rightsubBar .rightBar .link-text {
    opacity: 1;
    pointer-events: auto;
}

body.rightsubBar .rightBar {
    /*    width: 180px;*/
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
}

a#toggleRightBar {
    transition: transform 0.3s ease;
    justify-content: flex-start;
}

body.rightsubBar a#toggleRightBar {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    justify-content: flex-end;
}

body.rightsubBar .right-bar-links {
    width: 180px;
}

#rightbar-content {
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease, padding 0.3s ease;
    background: #f3f3f3;
}

/* When content panel is open */
body.rightPanelOpen #rightbar-content {
    width: 450px;
}

/* Optionally hide .link-text when collapsed */
body:not(.rightsubBar) .link-text {
    display: none;
}

#rightbar-content {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
}

.rightbar-panel-inner {
    padding: 20px;
    opacity: 0;
    height: calc(100vh - 76px);
    overflow-y: scroll;
}

.rightPanelOpen .rightbar-panel-inner {
    opacity: 1;
    border-left: 1px solid #D9D9D9;
}

.rightbar-panel-inner .instruction-list {
    padding-left: 18px;
    margin-top: 10px;
}

    .rightbar-panel-inner .instruction-list li {
        margin-bottom: 8px;
    }

.rightbar-panel-inner .btn {
    padding: 8px 16px;
    margin-top: 10px;
    background-color: #32c795;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .rightbar-panel-inner .btn:hover {
        background-color: #28b089;
    }

.rightbar-close-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    z-index: 1001;
}

button.rightbar-close-btn {
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 6px;
    color: #32c795;
}

.audit-log-filters select, .audit-log-filters input {
    height: 53px !important;
}

.audit-log-filters label {
    font-size: 15px;
    font-weight: 600;
}

.audit-log-filters .btn {
    padding: 6px 2rem;
    height: 53px;
}

@media screen and (max-width: 1399.98px) {
    .audit-log-filters .btn {
        padding: 6px 1rem;
    }
}

.audit-log-filters {
    border-radius: 10px;
    border: 1px solid #dedede;
    padding: 0 10px;
    background: #fcfcfc;
}

.supplier-list-wrapper td a:hover {
    color: #32C896;
}

.custom-pagination ul.pagination {
    margin-bottom: 0 !important;
}

.custom-pagination .page-item:first-child .page-link {
    border-radius: 7px 0 0 7px;
}

.custom-pagination .page-link {
    padding: 10px 14px;
    color: #212121;
}

.custom-pagination .page-item:last-child .page-link {
    border-radius: 0 7px 7px 0px;
}

.custom-pagination .page-item.active .page-link {
    background: #32C896;
    border: 1px solid #32C896;
}

.rightbar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* semi-transparent */
    z-index: 1049; /* should be below #rightBar */
    display: none; /* initially hidden */
}

body.rightPanelOpen .rightbar-overlay {
    display: block;
}
/*
.purchase-products thead tr th:first-child, .purchase-products tbody tr td:first-child {
    padding-left: 0;
}*/

.purchase-products tbody tr:nth-child(even) td {
    background: #f5f4f4;
}

.purchase-products button.btn.btn-link {
    font-size: 15px;
}

pre p {
    display: flex;
}


.emmission-modal .label-head {
    margin-bottom: 1rem;
}

.emmission-modal .section-header {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: capitalize;
}

.emmission-modal {
    z-index: 99999;
}

    .emmission-modal .modal-dialog.modal-lg {
        max-width: 1100px;
    }

    .emmission-modal .table tbody td {
        font-size: 14px;
    }

    .emmission-modal .table tbody tr:nth-child(even) {
        background: #f5f4f4;
    }

/*@media screen and (max-width: 1500px) {
    .home-suppliers .search-btn.d-flex {
        margin-left: 2rem;
    }
}*/

.rightbar-header {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 16px 20px;
    align-items: center;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

    .rightbar-header label {
        font-size: 1.25rem;
        font-weight: 600;
    }

body.rightPanelOpen {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.select-custom {
    height: 53px;
}

.stepsliderform .form-switch .form-check-input {
    background-size: 20px;
    height: 22px !important;
    width: 34px;
}

.stepsliderform .category-td {
    max-width: 430px;
}

.stepsliderform .select-custom {
    font-size: 15px;
}

.supplier-header-inputs {
    flex-wrap: wrap;
    row-gap: 1rem;
}

.company_logo-dropdown .dropdown-toggle::after {
    content: none !important;
}

.company_logo-dropdown .dropdown-menu li button {
    padding: 12px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
}

.company_logo-dropdown .dropdown-menu {
    padding: 0;
    top: 22px !important;
}


    .company_logo-dropdown .dropdown-menu li button span {
        display: inline-flex;
        align-items: center;
    }

.company_logo-dropdown .dropdown-item:active, .company_logo-dropdown .dropdown-item:focus {
    background: #32C896;
}

    .company_logo-dropdown .dropdown-item:active span img, .company_logo-dropdown .dropdown-item:focus span img {
        filter: brightness(100);
    }

.e-dialog .e-dlg-header-content {
    border-bottom: 1px solid #dee2e6 !important;
}

.spinner-border {
    color: #fbfbfb;
}
/*
.top-header-right{
    column-gap: 30px;
}*/

.supplier-login-wrapper {
    background: linear-gradient(to right, #ffffff 50%, #32C896 50%) !important;
}

.supplier-login-wrapper p{
    color: #000 !important;
}

.supplier-login-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 70px 0;
}

.supplier-login-wrapper .register-wrapper .form-floating .form-control {
    background: #F3F3F3;
    border: 1px solid #ffffff;
    padding: 30px 15px !important;
    border-radius: 6px;
    color: #121212 !important;
}

.supplier-login-wrapper .register-wrapper .form-floating .form-control::placeholder{
    color: #121212;
}

.supplier-login-wrapper .forgot-pword a{
    color: #ffffff; 
    font-size: 1rem;
    font-weight: 200;
}

.supplier-login-wrapper .register-wrapper .checkbox .form-check-input{
    border: 1px solid #ffffff;
}

.supplier-login-wrapper #login-submit {
    border-radius: 6px !important;
    border: 1px solid #ffffff !important;
    height: 62px !important;
}

    .supplier-login-wrapper #login-submit:hover {
        background: transparent !important;
        color: #ffffff !important;
    }

/*.emmission-dboard-header {
    position: relative;
}

    .emmission-dboard-header .company_logo-dropdown {
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
    }
*/
.custom-badge {
    padding: 7px;
    font-size: 11px;
    BORDER-RADIUS: 30px;
}

.bg-success.custom-badge {
    background: #28ac80 !important;
}

.emmission-supplier-form-wrapper input {
    height: 53px !important;
}

.thank-you-message a:hover {
    color: #2ad352;
}

button.e-control.e-btn.e-lib.btn-danger.btn-custom-red {
    background: #bb2d3b;
    border: 1px solid #bb2d3b;
}

.control-reg-custom-padding{
    padding-right: 54px !important;
}

.custom-email-content pre p {
    display: block;
}

.forgot-signin-p a.forgot-signin {
    color: #ffffff !important;
    margin-left: 2px;
    /* font-weight: 600; */
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.forgot-signin-p.d-block {
    color: #ffffff !important;
}

button.e-control.e-btn.e-lib.btn-green.btn.btn-primary.modal-btn {
    padding: .375rem .75rem !important;
    height: unset;
    border-radius: 4px !important;
}

.forgot-confirm .password-reset-login {
    color: #ffffff !important;
}

    .password-reset-login a {
        font-weight: 600;
        color: #ffffff !important;
    }

.d-flex.align-items-center.top-header-right {
    margin-right: 2rem;
}

.custom-email-content pre a {
    color: #32C896 !important;
}


.e-toast.e-toast-container {
    z-index: 9999 !important;
}

button.btn.btn-secondary.btn-sm, button.btn.btn-primary.btn-sm{
    border-radius: 7px !important;
}

.stepsliderform .supplier-name span.badge.alert.alert-danger {
    border: 1px solid #ff0000;
    background: #ffffff !important;
    border-radius: 7px !important;
    color: #ff0000;
}

.stepsliderform .supplier-name span.badge.alert.alert-danger {
    border: 1px solid #ed0000;
    background: #ffffff !important;
    border-radius: 7px !important;
    font-size: 1rem;
    color: #ed0000;
    margin-bottom: 0;
}

.stepsliderform .select-custom {
    position: relative;
    background: url(/images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 18px;
    background-color: #ffffff;
}

.supplier-login-wrapper .register-wrapper .form-floating .form-control::placeholder {
    color: #897878;
}

.audit-custom-modal .modal-dialog{
    position: relative;
}

.audit-custom-modal .modal-footer{
    position: sticky;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 100%;
}

.agreement-check label{
    font-weight: 600 !important;
}

.login-area-wrapper .text-danger.field-validation-error span {
    color: #d10026;
}

.register-wrapper .form-floating .form-control.input-validation-error {
    border-bottom: 1px solid #d10026 !important;
}

.rightbar-link svg {
    stroke: #212529;
}

.custom-left-para {
    max-width: 550px;
}

button.btn.btn-danger.btn-sm.custom-reject {
    border-radius: 7px;
}

.validation-summary-errors {
    color: #d10026 !important;
}

.supplier-name-edit svg {
    width: 20px;
    height: 20px;
    color: #32c896;
    stroke-width: 2px;
}

.supplier-name-edit {
    padding: 0;
}

@media screen and (max-width: 1649.98px) {
    .nav-scrollable{
        padding: 1rem;
    }
    .controlregion {
        padding: 2.1875rem 4.5rem 2.1875rem 1.1875rem;
    }
    .home-suppliers .form-select, .home-suppliers .search input, .home-suppliers .e-btn.e-primary {
        height: 40px !important;
        font-size: 14px !important;
    }
    .home-suppliers .supplier-list-wrapper thead th{
        font-size: 14px !important;
    }
    .supplier-list-wrapper p, .stepsliderform .supplier-name span.badge.alert.alert-danger {
        font-size: 14px;
    }
    .supplier-list-wrapper td .e-btn, .purchase-products .e-btn {
        padding: 10px 12px !important;
    }
    .card-gray p, .green-bg p {
        font-size: 1rem;
    }
    .purchase-products button.btn.btn-link{
        font-size: 14px; 
    }
    .purchase-products{
        padding: 1.4rem;
    }
    .home-suppliers .col-md-6.col-lg-3, .home-suppliers .col-lg-4 {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2);
    }
    input, .stepsliderform .select-custom {
        font-size: 14px !important;
    }
    .assessment-year .common-dropdown{
        width: 100px;
    }
    .audit-log-filters select, .audit-log-filters input, .audit-log-filters .btn {
        height: 40px !important;
    }
    .logout-btn{
        font-size: 14px !important;
    }
    .assesment-year-wrapper label {
        font-size: 14px;
    }
    h1{
        font-size: 2rem !important;
    }
}


@media screen and (max-width: 1439.98px) {
    .common-dropdown.year-selector {
        width: 90px;
    }
    .common-dropdown.status-selector {
        width: 140px;
    }
}

@media screen and (max-width: 1280px) {
    .common-dropdown.category-selector {
        width: 160px;
    }
}
