.account-card {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 0px 30px 30px;
    background: #fff
}

.account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8
}

.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #119744
}

.account-title h4 {
    text-transform: capitalize
}

.account-title button,
.account-title a {
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #119744;
    background: #ddffd5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.account-title button:hover,
.account-title a:hover {
    color: #fff;
    background: #119744
}

@media (max-width: 575px) {
    .account-card {
        padding: 0px 15px 15px
    }
}

.my-wallet {
    margin-bottom: 30px
}

.my-wallet p {
    text-transform: capitalize;
    margin-bottom: 5px
}

.my-wallet h3 {
    font-size: 35px;
    color: #119744
}

.wallet-card-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wallet-card {
    padding: 25px;
    border-radius: 8px;
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.wallet-card:hover {
    background: #119744
}

.wallet-card:hover p,
.wallet-card:hover h3 {
    color: #fff
}

.wallet-card p {
    text-transform: capitalize;
    margin-bottom: 5px
}

.wallet-card p,
.wallet-card h3 {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.add-wallet p {
    margin-bottom: 10px
}

.wallet-form input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 6px;
    background: #f5f5f5;
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.wallet-form input:focus-within {
    border-color: #119744
}

.wallet-form button {
    margin-top: 17px;
    border: 0px;
    text-transform: uppercase;
}

.wallet-suggest {
    margin-top: 15px;
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.wallet-suggest h6 {
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
    text-transform: uppercase
}

.wallet-suggest ul li {
    margin-right: 10px;
    margin-bottom: 18px;
    display: inline-block
}

.wallet-suggest ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 12px;
    line-height: 22px;
    border-radius: 4px;
    color: #555555;
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.wallet-suggest ul li a:hover {
    color: #fff;
    background: #119744
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--border)
}

.table thead tr {
    background: #f5f5f5
}

.table thead th {
    font-size: 15px;
    line-height: 32px;
    color: var(--heading)
}

.table tbody tr th,
.table tbody tr td {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    text-align: center;
    text-transform: capitalize
}

.table tbody tr th {
    border-right: 1px solid var(--border)
}

.table .fw-bold {
    font-weight: 500 !important
}

.bottom-paginate {
    border-top: none
}

@media (max-width: 991px) {
    .table {
        width: 900px;
        overflow-x: scroll
    }
}

@media (max-width: 575px) {
    .wallet-suggest {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wallet-suggest h6 {
        margin: 0px 0px 10px
    }
}

.top-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px
}

.filter-short {
    width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-show {
    width: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-label {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px 0px -0px;
    white-space: nowrap;
    text-transform: uppercase
}

.filter-select {
    height: 40px;
    background-color: transparent
}

.filter-select:focus-within {
    border-color: #ced4da
}

.filter-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.filter-action a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #555555;
    background: transparent
}

.filter-action a i:hover {
    color: #119744
}

.filter-action .active i {
    color: #fff;
    background: #119744
}

.filter-action .active i:hover {
    color: #fff
}

@media (max-width: 575px) {

    .filter-label,
    .filter-action {
        display: none
    }

    .filter-show {
        width: 80px
    }

    .filter-short {
        width: 130px
    }
}

.bottom-paginate {
    padding-top: 25px;
    border-top: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-info {
    font-weight: 400;
    color: #555555
}

@media (max-width: 575px) {
    .bottom-paginate {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-info {
        margin-bottom: 15px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .bottom-paginate {
        margin-bottom: 30px
    }
}

.profile-card {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    position: relative;
    cursor: pointer
}

.profile-card:hover ul {
    visibility: visible;
    opacity: 1
}

.profile-card h6 {
    margin-bottom: 8px;
    text-transform: capitalize
}

.profile-card p {
    text-transform: capitalize
}

.profile-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-card ul li {
    margin: 5px 0px
}

.profile-card ul li button {
    width: 34px;
    height: 32px;
    line-height: 27px;
    font-size: 20px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-card ul .edit {
    color: #11b76b
}

.profile-card ul .edit:hover {
    color: #fff;
    background: #11b76b
}

.profile-card ul .trash {
    color: #ff3838
}

.profile-card ul .trash:hover {
    color: #fff;
    background: #ff3838
}

.profile-card.active {
    background: #ddffd5;
    border-color: #119744
}

.payment-card {
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    position: relative;
    cursor: pointer
}

.payment-card:hover button {
    visibility: visible;
    opacity: 1
}

.payment-card img {
    margin-bottom: 18px
}

.payment-card h4 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.payment-card p {
    margin-bottom: 5px
}

.payment-card p span {
    font-size: 20px;
    margin-right: 15px;
    letter-spacing: 2px
}

.payment-card p sup {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px
}

.payment-card h5 {
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

.payment-card button {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    width: 34px;
    font-size: 20px;
    height: 32px;
    line-height: 27px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.payment-card .trash {
    color: #ff3838
}

.payment-card .trash:hover {
    color: #fff;
    background: #ff3838
}

.payment-card.active {
    background: #ddffd5;
    border-color: #119744
}

@media (max-width: 575px) {
    .payment-card p span {
        margin-right: 8px
    }
}

.contact-card {
    text-align: center;
    border-radius: 8px;
    margin: 0px 2.5px 30px;
    padding: 60px 15px 55px;
    background: #fff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card:hover {
    background: #119744
}

.contact-card:hover i {
    color: #119744;
    background: #fff
}

.contact-card:hover h4,
.contact-card:hover p,
.contact-card:hover a {
    color: #fff
}

.contact-card i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #119744;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card h4 {
    margin-bottom: 18px;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card p {
    width: 250px;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card p a {
    font-size: 18px;
    line-height: 30px;
    display: block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.contact-card.active {
    background: #119744
}

.contact-card.active i {
    color: #119744;
    background: #fff
}

.contact-card.active h4,
.contact-card.active p,
.contact-card.active a {
    color: #fff
}

.branch-card {
    margin: 0px 2.5px 30px;
    position: relative
}

.branch-card:hover::before {
    background: rgba(17, 151, 68, 0.85)
}

.branch-card:hover .branch-overlay {
    top: 50%
}

.branch-card:hover .branch-overlay p {
    opacity: 1
}

.branch-card::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.45);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.branch-card img {
    width: 100%;
    border-radius: 8px
}

.branch-overlay {
    position: absolute;
    top: 60%;
    left: 0px;
    width: 100%;
    padding: 0px 15px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.branch-overlay h3 {
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.branch-overlay p {
    width: 200px;
    margin: 0 auto;
    letter-spacing: 0.3px;
    color: #fff;
    opacity: 0;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-image {
    text-align: center
}

.profile-btn {
    width: 100%;
    height: 45px;
    margin-top: 33px;
    padding: 15px 20px;
    line-height: 107px;
    border-radius: 8px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #119744;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.profile-btn:hover {
    background: #11b76b;
    color: #fff;
}

@media (max-width: 991px) {
    .profile-btn {
        margin-top: 5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .profile-image {
        margin-bottom: 20px
    }
}

.alert {
    border: none;
    margin: 0px;
    padding: 0px 15px;
    border-radius: 0px;
}

.modal-dialog {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.modal-content {
    border: none;
    background: none;
    border-radius: 0px
}

.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.modal-close:hover {
    color: #fff;
    background: #119744
}

.modal-form {
    max-width: 800px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 400px) {

    .modal-form,
    .modal-dialog {
        width: 100%;
        max-width: inherit
    }
}

@media (max-width: 1100px) {
    .modal-dialog {
        margin: 80px auto 50px
    }

    .modal-close {
        right: 50%;
        top: -45px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.form-group .form-control {
    height: 60px !important;
    border-radius: 15px;
}

.btn-normal {
    text-transform: capitalize;
    border: 0px;
}

.order-track {
    margin-bottom: 25px
}

.order-track-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 25px;
    border-radius: 8px;
    background: #f5f5f5;
    border: 1px solid #119744;
}

.order-track-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.order-track-item::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    width: 100%;
    height: 5px;
    z-index: -1;
    background: #fff
}

.order-track-item:first-child::before {
    border-radius: 50px 0px 0px 50px
}

.order-track-item:last-child::before {
    border-radius: 0px 50px 50px 0px
}

.order-track-item i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    color: #119744;
    background: #fff;
    border: 2px dotted #119744
}

.order-track-item span {
    font-weight: 600;
    line-height: 20px;
    white-space: nowrap;
    color: var(--heading);
    text-transform: capitalize
}

.order-track-item.active::before {
    background: #119744
}

.order-track-item.active i {
    color: #fff;
    background: #119744
}

.order-track-item.active span {
    color: #119744
}

@media (max-width: 575px) {
    .order-track {
        overflow-x: scroll
    }

    .order-track-list {
        width: 575px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .order-track-item span {
        white-space: inherit
    }
}

.orderlist-filter {
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--border);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.orderlist-filter h5 {
    text-transform: capitalize
}

.filter-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-short .form-label {
    font-size: 18px;
    margin: 0px 8px 0px 0px;
    color: var(--heading)
}

.filter-short .form-select {
    width: 150px;
    background: #f5f5f5
}

.orderlist {
    padding: 0px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.orderlist-head {
    padding: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.orderlist-head h5 {
    color: #119744;
    text-transform: capitalize
}

.orderlist-details {
    padding: 25px;
    border-radius: 8px;
    background: #f5f5f5;
    margin-bottom: 25px;
    border: 1px solid #119744;
}

.orderlist-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.orderlist-details li:last-child {
    margin-bottom: 0px
}

.orderlist-details li h6 {
    line-height: 26px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 600;
}

.orderlist-details li h6 small {
    font-size: 14px;
    font-weight: 400;
    margin-left: 3px
}

.orderlist-details li p {
    width: 250px;
    text-align: right
}

.orderlist-deliver {
    height: 215px;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px solid #119744;
}

.orderlist-deliver h6 {
    margin-bottom: 15px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 600;
}

.orderlist-deliver p {
    text-transform: capitalize
}

.table-list {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #f5f5f5
}

@media (max-width: 575px) {
    .orderlist-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .orderlist-filter h5 {
        margin-bottom: 15px
    }

    .orderlist {
        padding: 0px 15px
    }

    .orderlist-head {
        padding: 15px 0px
    }
}