@charset "utf-8";
.account-inner-buttons .inner {
    /*border: 1px solid #ededed;*/
    border-radius: 10px;
    text-align: center;
    padding-top:1rem;
    padding-bottom:1rem;
    height: 100%;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    cursor: pointer;
    background-color: #e4f6e8;
    color:#fff;
}

.account-inner-buttons .item:hover .inner {
    box-shadow: 0 10px 24px 1px rgb(0 0 0 / 20%);
}
.account-inner-buttons .item:hover a {
    color:#018031;
}
.account-main-wrapper, .account-base-info-wrapper {
    border-radius: 10px;
}
.account-module .fa {
    width: 16px;
}

.order-list-table .img-thumbnail {
    margin-right:8px;
}