@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Ford Antenna';
}

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;
}

.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;
}

    .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;
    }

        .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;
}

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: #1c1c43 !important;
}

.confirmation-dialog .dialog-header {
    font-size: 20px;
}

.supplier-name .sup-hd {
    font-size: 1.125rem;
    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;
}

.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: 52px;
    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;
}

.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-btn.d-flex {
    margin-left: 2rem;
}

.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: 30px;
}
    .left-menu-wrapper .category-height {
        max-height:600px;
        overflow-y:auto;
    }
.controlregion {
    padding: 2.1875rem;
}

.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: #ededed;
    position: sticky;
    top: 0;
    z-index: 10;
}

    .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;
}

.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 .top-row {
    background-color: rgba(0,0,0,0.4);
    border-bottom: 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;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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-600 {
    max-width: 600px;
}

.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;
}

.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';
}
.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;
}

@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;
        }

    input {
        height: 40px !important;
    }

    .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: 1rem;
    }

    .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: 280px !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: 1500px;
    }
}
.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;
}