 li.nav-item.active {
     box-shadow: inset 0 -5px 0 #d64000;
     border-color: #d64000;
     border-bottom-color: rgb(214, 64, 0);
     border-bottom: 2px solid #d64000;
 }

 .border-top-black {
     border-top: 1px solid #212223;
 }

 .myaccount-sidebar {
     background-color: #f8eadd;
     padding: 45px 45px 0 45px;
     border-radius: 22px;
 }

 .sb-sub-heading {
     list-style-type: none;
     padding-left: 0;
     margin: 0px;
 }

 .sb-sub-heading li {
     margin-bottom: 33px;
 }

 .sb-sub-heading li a {
     text-decoration: none;
     color: #000;
     font-weight: bold;
 }

 .sb-sub-heading li a:hover {
     text-decoration: underline;
 }

 .sb-sub-menu {
     list-style-type: none;
     padding-left: 10px;
     margin-top: 5px;
 }

 .sb-sub-menu li {
     margin-bottom: 5px;
 }

 .sb-sub-menu li a {
     text-decoration: none;
     color: #000;
     font-weight: normal;
 }

 .sb-sub-menu li a:hover {
     text-decoration: underline;
 }

 .my-account-table {
     border-collapse: separate !important;
     border-block-end-color: #fff;
 }

 .table thead th {
     background-color: #e2f3ed;
     color: #000;
     font-weight: bold;
 }

 table td:first-child,
 table th:first-child {
     font-weight: bold;
 }

 table td:nth-child(2),
 table th:nth-child(2) {
     font-weight: bold;
 }

 .my-account-table tbody td:nth-child(2) {
     text-align: left !important;
 }

 /* Remove Bootstrap interference */
 .my-account-table {
     --bs-table-bg: transparent !important;
     --bs-table-striped-bg: transparent !important;
     --bs-table-hover-bg: transparent !important;
 }

 .my-account-table tbody tr:nth-child(odd) {
     background-color: #ffffff;
     /* 1st, 3rd, 5th... */
 }

 .my-account-table tbody tr:nth-child(even) {
     background-color: #e4e4e4;
     /* 2nd, 4th, 6th... */
 }

 .my-account-table td {
     padding: 22px 10px !important;
     /* top/bottom 15, left/right 20 */
 }


 .table>thead {
     vertical-align: middle;
 }

 .grey-row {
     background-color: #e4e4e4;
 }

 .btn-myAccount-Custom {
     font-weight: bold;
     background-color: #ffffff;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     height: auto;
     padding: 8px 16px;
     text-decoration: none;
     text-align: center;
     font-size: 16px;
     line-height: 24px;
     font-weight: 600;
     font-style: normal;
     border-radius: 4px;
 }

 .btn-myAccount-Custom:hover {
     outline: 2px solid #d64000;
     outline-offset: -2px;
     color: #1f1f1f;
     background-color: #f8eadd;
 }

 .btn-logout:hover {
    background-color: white !important;
}

 .btn-black-outline {


    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 8px 16px !important;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    border-radius: 4px;
    background-color: #112c1f;

 }
 ul.sb-sub-heading .btn-black-outline {
    margin-top: 7px;
}
  .btn-blue-outline {


    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    border-radius: 4px;
    background-color: #0874E3;
    width: 100%;

 }
 .btn-blue-outline:hover {
    outline: 2px solid #d64000;
    outline-offset: -2px;
    color: #1f1f1f;
    background-color: #f8eadd;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

 .btn-black-outline:hover {
     outline: 2px solid #d64000;
     outline-offset: -2px;
     color: #1f1f1f;
     background-color: #f8eadd;
     font-size: 16px;
     line-height: 24px;
     font-weight: 600;
 }

 .text-style-italic {
     font-style: italic;
     font-weight: normal;
 }

 .custom-col-width {
     width: 51% !important;
 }

 p.color-red {
     color: #d64000;
     font-weight: normal;
 }



 /* ============================= */
 /*         MOBILE (<576px)       */
 /* ============================= */
 @media (max-width: 575.98px) {

     /* mobile-specific overrides */
     .myaccount-sidebar {
         padding: 25px;
     }

     .btn-myAccount-Custom {
         margin-top: 10px;
     }

     .myaccount-sidebar {
         margin-bottom: 45px;
         margin-top: 20px;
     }
 }

 /* ============================= */
 /*    TABLET (576px–991px)       */
 /* ============================= */
 @media (min-width: 576px) and (max-width: 991.98px) {

     /* tablet-specific overrides */
     .myaccount-sidebar {
         padding: 25px;
     }

     .btn-myAccount-Custom {
         margin-top: 10px;
     }
 }