#sidebar .theme-brand {
    background-color: #00ab55 !important;
}
.nav-logo {
    background-color: #00ab55 !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover i:not(.badge-icon),
#sidebar
    ul.menu-categories
    li.menu.active
    > .dropdown-toggle
    i:not(.badge-icon) {
    color: #fff !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover,
#sidebar ul.menu-categories li.menu.active > .dropdown-toggle {
    background-color: #00ab55 !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover div span,
#sidebar ul.menu-categories li.menu.active > .dropdown-toggle div span {
    color: #fff !important;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle,
#sidebar ul.menu-categories li.menu > .dropdown-toggle div span {
    color: #525659 !important;
}
#sidebar ul.menu-categories li.menu > .dropdown-toggle i:not(.badge-icon) {
    color: #525659 !important;
}
.title-gray-color {
    color: #6f6e70 !important;
}
.nav-item .tab-link.active {
    background-color: #00ab55 !important;
    color: #fff !important;
    border: 1px solid #00ab55 !important;
}
.nav-item .tab-link {
    width: 120px !important;
    color: #525659 !important;
}
.bg-light-pink {
    background-color: #f8abad !important;
}
.bg-green {
    background-color: #00ab55 !important;
}
.text-green {
    color: #00ab55 !important;
}
.border-green-color {
    border-color: #00ab55 !important;
}
.line {
    background-color: #fac216 !important;
    width: 90% !important;
    height: 3px !important;
}
.navbar
    .navbar-item
    .nav-item.user-profile-dropdown
    .dropdown-menu
    .dropdown-item:hover
    a {
    color: #fff;
    background: #00ab55 !important;
}
.form-check.shipment_method:not(.form-switch)
    .form-check-input:checked[type="checkbox"] {
    background-image: none !important;
    background-color: #00ab55 !important;
    background-size: 60% 60%;
}
.bg-light-green {
    background-color: #cce7d3 !important;
}
.custom-img-fluid {
    width: 100% !important;
    height: 100% !important;
}
.personal-company-nav-pills .nav-link.active,
.personal-company-nav-pills .show > .nav-link {
    border-color: #00ab55 !important;
    color: #000 !important;
    background-color: transparent !important;
}
.w-200p {
    width: 200px !important;
}
/* ###################################################################### */
.border-main {
    border: 1px solid #6a6a6a !important;
    padding: 40px;
    border-radius: 22px;
}
.border-box {
    border: 1px solid #dee2e6;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}
.border-box-last {
    border: 1px solid #8f8f8f;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}
.border-box-bottom {
    border: 1px solid #dee2e6;
    position: relative;
    overflow: hidden;
}
.border-box-custom {
    border: 1px solid #dee2e6;
    padding: 15px;
    min-width: 160px;
    border-radius: 0px;
}
.border-box-name {
    font-size: 20px;
    color: #b1b1b1;
    font-weight: 400;
}
.h3-custom {
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #000000;
}
.p-custom {
    font-size: 16px !important;
    color: #000000;
    font-weight: 500;
}
.first-row {
    min-height: 150px;
}
.first-row p {
    font-size: 14px !important;
    color: #000000;
    line-height: 30px;
    font-weight: 500;
}
.title {
    font-size: 16px !important;
    color: #ffffff;
    position: absolute;
    transform: rotate(270deg);
    text-wrap: nowrap;
    top: 50%;
    bottom: 50%;
    /* left: -20%; */
    left: -45%;
}
.title-bottom {
    font-size: 18px !important;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
.header-section,
.footer-section {
    border-radius: 10px;
}
.table thead th,
.table td {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
    border-color: #8f8f8f;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
    border-color: #8f8f8f;
}
.table-footer {
    background-color: #dbdbdb !important;
    font-weight: 600 !important;
    color: #3c4043 !important;
    font-size: 14px !important;
}
.table-footerwhite {
    background-color: #ffffff !important;
    font-weight: 600 !important;
    color: #3c4043 !important;
    font-size: 14px !important;
}
.bg-green-custom {
    background-color: #00ab55 !important;
    color: #fff;
    font-weight: 400;
    position: relative;
    max-width: 75px !important;
    padding: 0;
}
.signature-box {
    height: 100px;
}
.border-box-last p {
    font-size: 14px !important;
    color: #000000;
    font-weight: 500;
}

/* ####################################################### */
/* .first-h3 {
    font-size: 30px;
    color: #4caf50;
    font-weight: 500;
}
.first-p {
    font-size: 16px;
    color: black;
    font-weight: 600;
    padding-right: 20%;
    margin: 30px 0px;
}
.btn-technical-invoice {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #02bb05;
    --bs-btn-border-color: #02bb05;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #008f02;
    --bs-btn-hover-border-color: #008f02;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #02bb05;
    --bs-btn-active-border-color: #02bb05;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #02bb05;
    --bs-btn-disabled-border-color: #02bb05;
    font-size: 18px;
    padding: 14px 50px;
    text-wrap: nowrap;
    border-radius: 4px;
}
.technical-box {
    background-color: #e7e7e7;
    border: 1px solid rgb(169 169 169);
    padding: 22px 30px;
    min-height: 100%;
}
.text-warning-custom {
    --bs-text-opacity: 1;
    color: rgb(255 85 0) !important;
}
.technical-box p {
    font-size: 20px;
    color: #747474;
    margin-bottom: 0px;
}
.custom-switch .form-check-input {
    height: 20px;
    width: 40px;
}
.card-title-custom {
    font-size: 20px;
    color: #b0b2b4;
    margin-bottom: 26px;
}

.form-switch .form-check-input {
    font-size: 20px;
    background-color: #ffffff;
    border-color: #28a745;
    border-radius: 8px;
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3e%3crect width='6' height='6' fill='%2328a745'/%3e%3c/svg%3e");
    background-position: left center;
    transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 0 8 6'%3e%3crect width='6' height='6' fill='%2328a745'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    font-size: 20px;
    background-color: #ffffff;
    border-color: #28a745;
    border-radius: 8px;
}
.form-check-input:focus {
    font-size: 20px;
    background-color: #ffffff;
    border-color: #28a745;
    border-radius: 8px;
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6'%3e%3crect width='6' height='6' fill='%2328a745'/%3e%3c/svg%3e");
}

.li-custom {
    display: flex;
    justify-content: space-between;
    font-size: 24px !important;
    color: black !important;
    font-weight: 500 !important;
}
.warranty-section .h6-custom {
    color: #4caf50 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 40px;
}
.price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hr-custom {
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 2px solid #a9a9a9 !important;
    opacity: 1 !important;
}
.warranty-section {
    padding: 0px 30px;
}
.warranty-section ul {
    list-style-type: none;
    padding: 0;
}
.warranty-section ul li {
    margin-bottom: 5px;
    color: #4caf50;
    font-size: 16px;
    font-weight: 400;
}
.warranty-section ul li span {
    margin-bottom: 5px;
    color: #ff5e00;
    font-size: 16px;
    font-weight: 400;
}
.warranty-section h6 {
    color: #a4a7a9 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.price-section {
    padding: 0px 30px;
}
.price-section p {
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 5%;
    color: #929699;
    font-size: 16px;
    font-weight: 400 !important;
}
.btn-confirm {
    color: gray !important;
    margin-top: 20px;
    padding: 10px 80px;
    border-radius: 0px;
}
.btn-confirm:hover {
    color: rgb(255, 255, 255) !important;
    margin-top: 20px;
    padding: 10px 80px;
    border-radius: 0px;
}
.btn-secondary-custom {
    --bs-btn-color: #000000;
    --bs-btn-bg: #bdbdbd;
    --bs-btn-border-color: #bdbdbd;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #8d8d8d;
    --bs-btn-hover-border-color: #8d8d8d;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #bdbdbd;
    --bs-btn-active-border-color: #bdbdbd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #bdbdbd;
    --bs-btn-disabled-border-color: #bdbdbd;
    width: 100%;
    padding: 10px 20px;
    text-wrap: nowrap;
    border-radius: 4px;
}
.btn-success-custom {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #02bb05;
    --bs-btn-border-color: #02bb05;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #008f02;
    --bs-btn-hover-border-color: #008f02 !important;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #02bb05;
    --bs-btn-active-border-color: #02bb05;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #02bb05;
    --bs-btn-disabled-border-color: #02bb05;
    width: 100%;
    padding: 10px 20px;
    text-wrap: nowrap;
    border-radius: 4px;
}
.btn-warning-custom {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #daa300;
    --bs-btn-hover-border-color: #daa300 !important;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
    width: 100%;
    padding: 10px 20px;
    text-wrap: nowrap;
    border-radius: 4px;
}
.green-pill {
    display: inline-block;
    position: relative;
    width: 0;
    height: 19px;
}
.green-pill::before,
.green-pill::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 0;
}
.green-pill::before {
    background-color: #ffffff;
    border: 1px solid #28a745;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    left: 0;
}
.green-pill::after {
    background-color: #28a745;
    border: 1px solid #28a745;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    left: 20px;
}

######################### Responsive ############################
@media (min-width: 992px) and (max-width: 1200px) {
    .warranty-section {
        padding: 0px 0px;
    }
    .first-h3 {
        font-size: 26px;
    }
    .btn-technical-invoice {
        font-size: 16px;
        padding: 10px 40px;
    }
    .first-p {
        font-size: 14px;
    }
    .technical-box p {
        font-size: 18px;
    }
    .li-custom {
        font-size: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .warranty-section {
        padding: 0px 0px;
    }
    .first-h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .btn-technical-invoice {
        font-size: 16px;
        padding: 8px 30px;
    }
    .first-p {
        font-size: 14px;
        padding-right: 0%;
        text-align: justify;
        margin: 10px 0px;
    }
    .price-section p {
        margin-right: 0%;
        text-align: justify;
    }
    .card-title-custom {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .warranty-section .h6-custom {
        margin-bottom: 26px;
    }
    .technical-box p {
        font-size: 16px;
    }
    .li-custom {
        font-size: 20px !important;
    }
    .green-pill {
        left: -10%;
    }
    .price-section {
        display: grid;
    }
}

@media (min-width: 426px) and (max-width: 767px) {
    .warranty-section {
        padding: 0px 0px;
    }
    .first-h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .btn-technical-invoice {
        font-size: 16px;
        padding: 8px 30px;
    }
    .first-p {
        font-size: 14px;
        padding-right: 0%;
        margin: 10px 0px;
    }
    .price-section p {
        margin-right: 0%;
        text-align: justify;
    }
    .card-title-custom {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .warranty-section .h6-custom {
        margin-bottom: 26px;
    }
    .technical-box p {
        font-size: 16px;
    }
    .li-custom {
        font-size: 20px !important;
    }
    .green-pill {
        left: -10%;
    }
    .price-section {
        display: grid;
    }
}

@media (min-width: 320px) and (max-width: 429px) {
    .warranty-section {
        padding: 0px 0px;
    }
    .first-h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .btn-technical-invoice {
        font-size: 16px;
        padding: 6px 24px;
    }
    .first-p {
        font-size: 14px;
        padding-right: 0%;
        margin: 10px 0px;
        text-align: justify;
    }
    .warranty-section ul li {
        font-size: 15px;
    }
    .card-title-custom {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .warranty-section .h6-custom {
        margin-bottom: 26px;
    }
    .technical-box p {
        font-size: 16px;
    }
    .li-custom {
        font-size: 18px !important;
    }
    .green-pill {
        left: -12%;
    }
    .price-section {
        display: grid;
        padding: 0px 0px;
    }
    .price-section p {
        margin-right: 0%;
        text-align: justify;
    }
    .img-technical {
        height: 250px;
        width: fit-content;
    }
    .img-software {
        height: 170px;
        width: fit-content;
    }
}

@media (min-width: 320px) and (max-width: 375px) {
    .warranty-section {
        padding: 0px 0px;
    }
    .first-h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .btn-technical-invoice {
        font-size: 16px;
        padding: 6px 24px;
    }
    .first-p {
        font-size: 14px;
        padding-right: 0%;
        margin: 10px 0px;
        text-align: justify;
    }
    .warranty-section ul li {
        font-size: 15px;
    }
    .card-title-custom {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .warranty-section .h6-custom {
        margin-bottom: 26px;
    }
    .technical-box p {
        font-size: 16px;
    }
    .li-custom {
        font-size: 18px !important;
    }
    .green-pill {
        left: -15%;
    }
    .price-section {
        display: grid;
        padding: 0px 0px;
    }
    .price-section p {
        margin-right: 0%;
        text-align: justify;
    }
    .img-technical {
        height: 240px;
        width: fit-content;
    }
    .img-software {
        height: 170px;
        width: fit-content;
    }
}

@media (max-width: 320px) {
    .warranty-section {
        padding: 0px 0px;
    }
    .first-h3 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .btn-technical-invoice {
        font-size: 16px;
        padding: 6px 24px;
    }
    .first-p {
        font-size: 14px;
        padding-right: 0%;
        margin: 10px 0px;
        text-align: justify;
    }
    .warranty-section ul li {
        font-size: 15px;
    }
    .card-title-custom {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .warranty-section .h6-custom {
        margin-bottom: 26px;
    }
    .technical-box p {
        font-size: 16px;
    }
    .li-custom {
        font-size: 18px !important;
    }
    .green-pill {
        left: -16%;
    }
    .price-section {
        display: grid;
        padding: 0px 0px;
    }
    .price-section p {
        margin-right: 0%;
        text-align: justify;
    }
    .img-technical {
        height: 225px;
        width: fit-content;
    }
    .img-software {
        height: 150px;
        width: fit-content;
    }
}*/
