.right-aligned-cell {
    text-align: right;
}

a {
    color: #ff8900;
    text-decoration: none;
}

    a:hover {
        color: #ff8900;
        text-decoration: none;
    }

.bg-primary {
    background-color: #ff8900 !important;
}

body .page-content {
    padding: calc(60px + 24px) calc(24px / 2) 60px calc(24px / 2);
}

.navbar-brand-box {
    padding: 0 15px;
    text-align: center;
    width: 250px;
}

body .card {
    margin: 12.5px 0;
}

.card-body {
    padding: 20px;
}

.table-responsive {
    border: none !important;
}

button#vertical-menu-btn {
    color: #ff8900;
}

.page-title-box {
    padding-top: 0px;
    padding-bottom: 0px;
}

.noti-icon .badge {
    background-color: #f1f1f1;
}

.mini-stats-wid .mini-stat-icon:after, .mini-stats-wid .mini-stat-icon:before {
    display: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff8900;
}

.btn-primary {
    color: #fff;
    background-color: #ff8900;
    border-color: #ff8900;
    margin-bottom: 0px !important;
}

    .btn-primary:hover, .btn-primary:focus {
        color: #fff;
        background-color: #df7a04;
        border-color: #df7a04;
        outline: 0 !important;
        box-shadow: none;
    }

.btn-link {
    color: #ff8900;
}

    .btn-link:hover {
        color: #fff;
        background-color: #ff8900;
    }

.verti-timeline .event-list.active .event-timeline-dot {
    color: #ff8900;
}

body .text-primary {
    color: #ff8900 !important;
}



.nav-pills > li > a, .nav-tabs > li > a {
    color: #444444;
}

.nav-link:focus, .nav-link:hover {
    color: #444444;
    text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ff8900;
    background-color: #f7e7d4;
}

.main-content {
    background-color: transparent;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    background: #ff8900;
    color: #fff;
}


/*.auth-full-bg .bg-overlay {
    background: url(../images/login_banner.jpg);
}
.auth-full-page-content label.form-label {
    color: #fff;
}
body .auth-full-page-content .text-muted {
    color: #d0d0d0 !important;
}
.auth-full-page-content .form-check{
     color: #d0d0d0;
}*/
.login-logo {
    margin-bottom: 90px;
}

tr.total-row {
    background-color: #e7d6c3 !important;
    color: #000 !important;
    font-weight: 700;
}

    tr.total-row:hover td {
        background-color: #e7d6c3 !important;
        --bs-table-accent-bg: #e7d6c3 !important;
    }

/*.table tfoot {
    color: #ff8900;
}
*/
.table thead {
    color: #ffffff;
    border-color: #242937;
    background-color: #242937;
}

    .table thead tr th {
        color: #ffffff;
        background-color: #242937;
    }

.top-row-btns {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

table a {
    color: #ff8900;
    font-weight: 600;
}

.show-rows {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 15px;
}

.filter-col {
    display: flex;
    align-items: center;
}

.show-rows select {
    margin-left: 5px;
}

.about-contact .ico-bx {
    padding: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.contact-actions {
    text-align: center;
}

.about-contact p {
    margin: 5px 0 0;
}

.accordion-button:not(.collapsed) {
    background-color: #f1f1f1;
    color: #495057;
}

.abt-client-bx {
    padding: 8px 1.25rem;
}

.abt-clnt-wrap .accordion-collapse {
    padding: 10px 0;
}

table.contactInfoWrap td {
    white-space: normal;
}

.companyAttribute {
    width: 100%;
    display: flex;
    margin-top: 13px;
}

    .companyAttribute button {
        border-radius: 0;
    }

        .companyAttribute button.btn {
            width: calc(100% - 40px);
            background-color: #e7fff7;
            border: 2px solid #c6f1e3;
            text-align: left;
            color: #1f7556;
            font-weight: 600;
        }

.companyAttributeBody ul {
    padding-left: 0;
}

    .companyAttributeBody ul li {
        display: block;
        position: relative;
        padding: 5px 40px 5px 0;
    }

        .companyAttributeBody ul li span {
            position: absolute;
            top: 5px;
            right: 2px;
            cursor: pointer
        }

            .companyAttributeBody ul li span:hover {
                color: #f00;
            }

button.add_attr {
    border: 0;
    background-color: #1f7556;
    width: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.companyAttribute2 button.btn {
    background-color: #fcd2d2;
    border-color: #ffc2c2;
    color: #924040;
}

.companyAttribute2 .add_attr {
    background-color: #924040;
}

.companyAttribute3 button.btn {
    background-color: #ebf2f8;
    border-color: #d0e3f4;
    color: #306391
}

.companyAttribute3 .add_attr {
    background-color: #306391;
}

.abt-clnt-wrap .accordion-button:not(.collapsed) {
    background-color: #242937;
    color: #ffffff;
}

.abt-clnt-wrap .accordion-button::after {
    display: none;
}

.abt-clnt-wrap .accordion-flush .accordion-item .accordion-button i {
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    position: absolute;
    right: 24px;
}

.abt-clnt-wrap .accordion-button:not(.collapsed) i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-contact .edit-profile .ico-bx {
    border: 1px solid #ff8900;
    background-color: #ff8900;
    color: #fff;
}

.nav-tabs-custom .nav-item .nav-link.active {
    color: #ff8900;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: #ff8900;
}

.tab-pane h2.title {
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 0px;
}

.read-more-wrap {
    display: none;
}

.read-btn {
    color: #ff8900;
    cursor: pointer;
}

.collapse-row {
    width: 370px;
    white-space: normal !important;
}

.table-nowrap td {
    white-space: nowrap;
}

.activity-stats {
    margin-top: 25px;
}

    .activity-stats td, .activity-stats th {
        text-align: center;
    }

.activities-wrap {
    margin-top: 5px;
}

td.check, td.check i {
    color: #18ab76;
}

td.times, td.times i {
    color: #f00;
}

.edit-activity button {
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 14px;
    padding: 3px;
    border-radius: 50%;
    color: #666;
    border: 1px solid #d1d1d1;
    margin: 0 4px;
    display: grid;
    place-content: center;
}

.edit-activity .edit {
    background-color: #d8ffd8;
    border-color: #d8ffd8;
    color: #04a506;
}

.edit-activity .history {
    background-color: #dbecf7;
    border-color: #dbecf7;
    color: #09f;
}

.edit-activity .delete {
    background-color: #ffd6d6;
    border-color: #ffbebe;
    color: #f00;
}

.edit-activity button:focus {
    box-shadow: none;
    outline: 0;
}

.activity-cards .card {
    box-shadow: 0 0 1.5rem rgb(18 38 63 / 9%);
}

ul.survey-list {
    padding-left: 0;
}

    ul.survey-list li {
        padding-left: 20px;
        position: relative;
        display: block;
    }

        ul.survey-list li:after {
            content: "\f101";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 0;
            color: #ff8900;
        }

p.que {
    margin-bottom: 2px;
    color: #444;
    font-weight: 600;
}

.survey-content-modal .modal-header {
    align-items: flex-start;
}

    .survey-content-modal .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: 0;
    }

p.survey-date {
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 13px;
}

.survey-content-modal .modal-title {
    color: #ff8900;
}

.card-btn-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-btns button {
    margin-right: 15px;
}

    .footer-btns button:last-child {
        margin-right: 0;
    }

button.btn.btn-right {
    display: flex;
    margin-right: 0;
    margin-left: auto;
    align-items: center;
}

    button.btn.btn-right i {
        margin-right: 2px;
    }

.form-error {
    color: #ff0000;
    background-color: #f5d5d5;
    display: block;
    padding: 4px 10px;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}

    .form-error::before {
        content: "";
        position: absolute;
        left: 10px;
        bottom: 100%;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #f5d5d5;
    }

.card-hover-effect {
    transition: 0.4s;
}

    .card-hover-effect:hover {
        box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 20%);
    }


.ico-top.edit-profile button {
    margin-left: 5px;
}

.account-detail-tabs-wrap .nav-tabs-custom .nav-item {
    width: 100%;
    flex-basis: unset;
    text-align: left;
}

.card.account-detail-tabs-wrap {
    background-color: transparent !important;
    box-shadow: none !important;
    margin: 0px !important;
}

.account-detail-tabs-wrap .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    align-items: flex-start;
    justify-content: space-between;
}

.account-detail-tabs-wrap .nav-tabs-custom {
    width: 200px;
    background-color: #fff;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border-radius: 0.25rem;
    padding: 10px;
    border: none;
}

.account-detail-tabs-wrap .tab-content {
    width: calc(100% - 225px);
    background-color: #fff;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    border-radius: 0.25rem;
    padding: 10px !important;
}

.account-detail-tabs-wrap .nav-tabs-custom .nav-item .nav-link {
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.table-outer {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 .75rem 1.5remrgba(18,38,63,.03);
    border-radius: 0.25rem;
    background-color: #fff;
}

    .table-outer td {
        padding: 10px;
        width: 33.3%;
        border: 1px solid #f1f1f1;
    }

        .table-outer td label {
            font-weight: 600;
            margin-bottom: 3px;
        }

        .table-outer td p {
            margin: 0px;
        }

    .table-outer .table-responsive {
        display: block;
    }

.acc-outer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.acc-wrapper {
    width: 33%;
}

.account-detail-tabs-wrap .activity-cards .card-body {
    padding: 1.25rem 1.25rem;
}

.activity-paragraph {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

body .email-rightbar {
    margin-left: 0px;
}

.modal-dialog.modal-xl {
    margin: 0px !important;
}

.filter-start {
    display: flex;
    align-items: center;
}

.filter-new-col {
    margin-right: 20px;
}

.dashboard-main-class {
    justify-content: flex-start !important;
}

.dashboard-select {
    margin-left: 20px;
}

.dashboard-color:hover {
    color: #ff8900;
}

.dashboard-dropdown-color span:hover {
    color: #ff8900 !important;
}

.modal-dialog.modal-xl.account-form {
    margin: 1rem auto !important;
    width: 100%;
    max-width: 1024px !important;
}

.select-dashboard select.form-select {
    min-width: 150px;
}

.select-dashboard {
    margin-left: 20px;
}

    .select-dashboard label {
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        white-space: nowrap;
        margin-right: 14px;
    }

    .select-dashboard button.btn {
        height: 40px;
        width: 180px;
        background-color: #fff;
        text-align: left;
        border-radius: 4px;
    }

.dataTables_wrapper .dataTables_paginate {
    display: none;
}

.activity-cards .card .card-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

div#datatable-buttons_wrapper .col-sm-12.col-md-6:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#datatable-buttons_wrapper .row {
    align-items: center;
}

    #datatable-buttons_wrapper .row label {
        margin-bottom: 0px !important;
    }

button.btn-edit {
    border: none;
    background-color: transparent;
    width: auto;
    padding: 0;
    margin: 2px;
}

.add-srcdata {
    display: block;
    cursor: pointer;
}

.avatar-sm, .avatar-md {
    overflow: hidden;
}

.card-hover-effect p {
    margin: 0px;
    font-size: 14px;
}


.logo-lg img {
    height: 40px;
}

.bottom-footer {
    text-align: right;
}

    .bottom-footer span {
        margin: 0 10px;
    }

.line-box {
    border: 1px solid #c3cbe4;
    padding: 15px;
}

    .line-box ul {
        padding: 0px;
        list-style: none;
        margin: 0px;
    }

    .line-box p {
        margin-bottom: 5px;
    }

.table-nowrap tr:last-child {
    border-color: transparent;
}

/*.fa-download {
    color: #7c7c7c;
    font-size: 16px;
}*/
.text-right {
    text-align: right;
}

.orange-box {
    background-color: #f89320;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    max-width: 110px;
    margin: 12.5px auto;
}

    .orange-box span {
        padding: 10px;
        display: inline-block;
        width: 50%;
        text-align: center;
    }

        .orange-box span:first-child {
            border-right: 1px solid #fff;
        }

.vendor-data {
    position: relative;
}
/*.vendor-data:before {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 32px;
    content: '';
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}*/
/*.left.vendor-data:before {
    right: -17px;
    background-image: url(../images/white-arrow.png);
}
.right.vendor-data:before {
    left: -17px;
    background-image: url(../images/white-arrow-right.png);
}*/
.card-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.card-outer {
    width: 45%;
    padding: 0 15px;
    margin: 12.5px 0;
}

.orange-box-outer {
    width: 10%;
    padding: 0 15px;
    margin: 12.5px 0;
}

.card-outer .card {
    height: 100%;
    margin: 0px;
}

.auth-full-bg .bg-overlay {
    background-image: url(../images/SolutionBuilderLandingPage.jpg);
    opacity: 0.4;
}

.auth-full-bg h4, .auth-full-bg p {
    color: #fff;
}

.auth-full-bg {
    background-color: #000;
}

.auth-lgo img {
    max-width: 100%;
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ff8900;
}

.auth-review-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: rgb(255 137 0 / 32%);
}

.custom #datatable_length {
    display: none;
}

.dtr-control:before {
    background-color: #ff8900 !important;
}

.popup-form-outer {
    display: flex;
    align-items: center;
}

    .popup-form-outer .popup-form {
        font-size: 22px;
        line-height: 22px;
        color: #555b6d;
        padding: .47rem .75rem;
    }

.custom-filter .row:first-child {
    padding-right: 200px;
}

.custom-filter .btn-toolbar {
    position: absolute;
    right: 0;
    top: -5px;
}

.custom-filter .table-wrapper {
    position: relative;
}

.custom-filter .btn-toolbar .btn-group.focus-btn-group {
    display: none;
}

.custom-filter.table-rep-plugin .btn-group .btn-default.btn-primary {
    background-color: #ff8900;
    border-color: #ff8900;
    color: #fff;
    box-shadow: none;
}

.custom-filter.table-rep-plugin .btn-group .btn-default {
    box-shadow: none;
}

.custom-filter.table-rep-plugin .fixed-solution .sticky-table-header {
    background-color: #ff8900;
}

.custom-filter.table-rep-plugin .sticky-table-header, .custom-filter.table-rep-plugin table.focus-on tbody tr.focused td, .custom-filter.table-rep-plugin table.focus-on tbody tr.focused th {
    background: #ff8900;
    border-color: #ff8900;
}

.detail-email-modal .modal-body {
    border: 1px solid #eff2f7;
    width: 96%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 0px;
}

.detail-email-modal .border-box {
    margin: 0px;
}

.detail-email-modal .row.border-box:first-child .col-lg-6 {
    border: none;
}

.detail-email-modal .border-box .col-lg-6, .detail-email-modal .border-box .col-lg-12 {
    border-top: 1px solid #eff2f7;
}

.detail-email-modal .border-box-last {
    margin: 0px;
    padding: 0 2px;
    border-top: 1px solid #eff2f7;
}


.right-wrapper .card {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

.main-wrapper label {
    margin-bottom: 0px;
    padding: 8px 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-wrapper a {
    display: inline-flex;
}

.main-wrapper label:last-child {
    padding: 4px 8px 4px 8px;
}


.mrp-icon {
    border-radius: 0px 5px 5px 0px;
    padding: 8px 12px;
    margin-right: 0px;
    border-left: 0px !important;
}

.mrp-monthdisplay {
    display: inline-block !important;
    padding: 8px 15px 8px 15px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    margin-right: -5px;
}

.mrp-lowerMonth, .mrp-upperMonth {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.mrp-to {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 3px 5px 3px;
}

.mpr-calendar {
    display: inline-block;
    padding: 0;
    border-right: 1px;
    width: 100%;
    margin: 0px;
}

    .mpr-calendar::last-child {
        border-right: none;
    }

.mpr-month {
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mpr-calendar h5 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0px;
}

.mpr-selected {
    background: rgb(255 137 0 / 70%);
    color: #fff;
}

.mpr-month:hover {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor: pointer;
}

.mpr-selected.mpr-month:hover {
    border-radius: 0px;
    box-shadow: none;
}

.mpr-calendarholder .col-xs-6 {
    max-width: 250px;
    min-width: 250px;
}

.mpr-calendarholder .col-xs-1 {
    max-width: 150px;
    min-width: 150px;
}

.mpr-calendarholder .btn-info {
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px 0px;
}

.mpr-quickset {
    text-transform: uppercase;
    text-align: center;
}

.mpr-yeardown, .mpr-yearup {
    margin-left: 5px;
    cursor: pointer;
}

.mpr-yeardown {
    float: left;
    margin: 0px;
}

.mpr-monthsContainer {
    padding: 0px;
}

.mpr-MonthsWrapper {
    display: flex;
    flex-wrap: wrap;
}

.mpr-yearup {
    float: right;
    margin: 0px;
}

    .mpr-yeardown:hover, .mpr-yearup:hover {
        color: #ff8900;
    }

.mpr-calendar:first .mpr-selected:first {
    background-color: #ff8900;
}

.mpr-calendar:last .mpr-selected:last {
    background-color: #ff8900;
}

.popover {
    max-width: 1920px !important;
}

.dataTables_wrapper .dt-buttons .btn {
    margin-top: 5px;
}

div.dt-button-collection {
    left: 0 !important;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus {
    color: #fff;
    background-color: #ff8900;
    border-color: #ff8900;
    box-shadow: none;
    outline: none;
}

    .btn-warning i {
        vertical-align: middle;
        margin-left: 3px;
    }

.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background: #ff8900 !important;
}

.irs--square .irs-handle {
    border-color: #ff8900 !important;
}

.form-check-input {
    width: 18px !important;
    height: 18px !important;
    margin: 0px;
}

    .form-check-input:checked {
        background-color: #ff8900 !important;
        border-color: #ff8900 !important;
    }

    .form-check-input:focus {
        border-color: #ff8900 !important;
        box-shadow: 0 0 0 0.15rem #ff890042 !important;
    }

.guru-table td, .guru-table th {
    vertical-align: middle;
}

.font-size-28 {
    font-size: 28px;
}

.h-400 {
    height: 400px;
}

.irs--square .irs-min, .irs--square .irs-max {
    color: unset !important;
}

.table-wrapper .btn-toolbar {
    display: none;
}

.avatar-xss {
    height: 1.5rem;
    width: 1.5rem;
}

.custom-form-filed .btn {
    position: absolute;
    padding-left: 25px;
    padding-right: 25px;
    right: 12px;
}

.custom-form-filed input {
    padding-right: 87px;
}

.aside-bar th:last-child {
    text-align: right;
}

.duplicate-table th {
    background-color: #242937;
    --bs-table-accent-bg: #242937 !important;
    width: 17%;
}

.custom-form-check .form-check-input {
    left: 0px;
}

.offcanvas-end.offcanvas-end {
    width: 500px;
}

.duplicate-table th, .duplicate-table td {
    white-space: unset !important;
}

.table-minimized th, .table-minimized td {
    padding: 5px 10px;
}

.wizard .steps > ul > li a {
    background-color: #fff6ec;
}

.wizard .steps .number {
    color: #ff8900;
    border-color: #ff8900;
}

.wizard .steps .current a, .wizard .steps .current a:active, .wizard .steps .current a:hover {
    background-color: #f8e6d1;
}

    .wizard .steps .current a .number, .wizard .steps .current a:active .number, .wizard .steps .current a:hover .number {
        background-color: #ff8900;
    }

.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover, .wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
    background-color: #ff8900;
}

.vendor-count {
    width: 100%;
    max-width: 300px;
    background-color: #fff6ec;
}

/* Loader */
.process-loading {
    text-align: center;
}

    .process-loading h4 {
        font-size: 16px;
        margin-top: 20px;
        font-weight: normal;
    }

.loader-wrapp {
    display: flex;
    justify-content: center;
    text-align: center;
}

.loader {
    position: fixed;
    display: flex;
    z-index: 999999;
    left: 50%;
    top: 50%;
}

.process-loading label {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-left-color: #5cb85c;
    animation: rotate 1.2s linear infinite;
}

@keyframes rotate {
    50% {
        border-left-color: #9b59b6;
    }

    75% {
        border-left-color: #e67e22;
    }

    100% {
        transform: rotate(360deg);
    }
}

.process-loading label .check-icon {
    display: none;
}

    .process-loading label .check-icon:after, .process-loading label .crosss-icon:before {
        position: absolute;
        content: "";
        top: 51%;
        left: 17px;
        transform: scaleX(-1) rotate(135deg);
        height: 40px;
        width: 20px;
        border-top: 4px solid #5cb85c;
        border-right: 4px solid #5cb85c;
        transform-origin: left top;
        animation: check-icon 0.8s ease;
    }

.process-loading label .crosss-icon {
}

    .process-loading label .crosss-icon:after, .process-loading label .crosss-icon:before {
        width: 4px;
        height: 40px;
        top: 53px;
        left: 24px;
        border-color: #ff0000;
        animation: crosss-icon 0.5s ease;
        transform: scaleX(-1) rotate(140deg);
    }

    .process-loading label .crosss-icon:before {
        transform: scaleX(-1) rotate(226deg);
        left: 51px;
        top: 54px;
    }

@keyframes crosss-icon {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        height: 40px;
        width: 4px;
        opacity: 1;
    }
}

@keyframes check-icon {
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 20px;
        opacity: 1;
    }

    40% {
        height: 40px;
        width: 20px;
        opacity: 1;
    }

    100% {
        height: 40px;
        width: 20px;
        opacity: 1;
    }
}

.process-loading input:checked ~ label .check-icon {
    display: inline-block;
}

.process-loading input:checked ~ label {
    animation: none;
    border-color: #5cb85c;
    transition: border 0.5s ease-out;
}


/* Loader */

/*-- Invoice details page 28July23 --*/

.invoice-tabs .nav-link {
    border-radius: 0;
    font-size: 14px;
    padding: 12px 20px;
    background-color: #fff6ec;
}

    .invoice-tabs .nav-link.active {
        background-color: #ff8900;
        color: #fff;
    }

.invoice-tabs .tab-content .card-body {
    padding: 15px;
}

    .invoice-tabs .tab-content .card-body h4 {
        font-size: 15px;
    }

.link-blue {
    color: #1b4d85;
}
/*-- Invoice details page 28July23 --*/

@media(min-width: 1200px) {
    /*.auth-full-page-content {
        background-color: #595959;
    }*/
    .modal-xl {
        max-width: 100% !important;
    }
}

@media(max-width: 1399px) {
    .orange-box-outer {
        width: 15%;
    }

    .card-outer {
        width: 42.5%;
    }
}

@media(max-width: 1024px) {
    .modal-dialog.modal-xl.account-form {
        margin: 0.5rem !important;
        width: unset !important;
        max-width: unset !important;
    }
}


@media(max-width: 767px) {

    .acc-wrapper {
        width: 100%;
    }

    .account-detail-tabs-wrap .nav-tabs-custom {
        width: 100%;
    }

    .account-detail-tabs-wrap .tab-content {
        width: 100%;
    }

    .recovery-wrap {
        flex-wrap: wrap;
    }

        .recovery-wrap .edit-profile {
            margin-top: 10px;
        }

    .account-detail-tabs-wrap .nav-link .d-none {
        display: block !important;
    }

    .activity-cards .card .card-title {
        display: block;
    }
    /*    .left.vendor-data:before {
        bottom: -24px;
        top: unset;
        transform: rotate(90deg);
    }
    .right.vendor-data:before {
        transform: rotate(90deg);
        top: -24px;
    }
    .vendor-data:before{
        right: 0 !important;
        left: 0 !important;
        margin: 0 auto;
    }*/
    .orange-box-outer {
        width: 100%;
        margin: 0px;
    }

    .card-outer {
        width: 100%;
    }

    .custom-filter .btn-toolbar {
        position: unset;
    }

    .custom-filter #datatables_wrapper .row:first-child {
        padding-right: 0px;
    }

    .custom-filter.table-rep-plugin .btn-group.pull-right {
        float: none;
        margin: 0 auto;
        max-width: 165px;
        width: 100%;
        display: block;
    }

    .right-wrapper {
        margin-top: 10px;
        text-align: center;
    }

        .right-wrapper button {
            margin-top: 5px;
            width: 100%;
            max-width: 100px;
            display: inline-block;
        }

    div#datatable-buttons_wrapper .col-sm-12.col-md-6:first-child {
        flex-wrap: wrap;
    }

    .h-400 {
        height: 200px;
    }

    .duplicate-table th {
        width: auto;
    }

    .footer {
        text-align: center;
    }

    .bottom-footer {
        text-align: center;
    }

    .custom-form-check label {
        font-size: 15px !important;
    }
}


@media(max-width: 479px) {
    .right-wrapper button {
        max-width: 100%;
    }

    .claim-text {
        flex-wrap: wrap;
    }

        .claim-text button {
            width: 100%;
            margin-right: 0px !important;
        }
}
