
.content-box {
    background-color: #fff;
    box-shadow: rgb(0 0 0 /10%) 0 0 10px 0;
    padding: 20px ;
    margin-bottom: 20px;
    border-radius: 5px;
}
.panel-menu ul li {
    padding: 0 20px;
    white-space: nowrap;
}


.panel-menu ul li:not(:last-child) {
    border-left: 1px solid #ddd;
}
.panel-menu ul li a {
    color: #333;
    white-space: nowrap;
}
.panel-menu ul li.active a {
    color: #66bb6a;
}

.panel-menu ul li a {
    text-align: center;
}

.panel-menu ul li a i {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
}
.section-title-title {
    position: relative;
    padding-right: 50px;
}

.section-title-title h2.h1{
    color: #164B60;
    font-weight: 900;
    font-size: 2.5rem;
}
.section-title-title h2.h1{
    font-size: calc(1.375rem + 1.5vw);
}
.section-title-title h2 span{
    color: #66bb6a;
}

.section-title-title .Dottedsquare {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: radial-gradient(#164B60 1px, transparent 2px);
    -webkit-background-size: 20px 20px;
    background-size: 10px 10px;
    border-radius: 0px;
    z-index: -1;
}
.slider-parent {
    position: relative;
}
.steps .step {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1
}

.steps .step .step-icon-wrap::before {
    left: 0;
}

.steps .step .step-icon-wrap::after {
    right: 0;
}

.steps .step .step-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #e1e7ec;
    border-radius: 0;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 38px;
    line-height: 81px;
    z-index: 5
}

.steps .step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500
}


.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
    background-color: #66bb6a;
}

.steps .step.completed .step-icon {
    border-color: #66bb6a;
    background-color: #66bb6a;
    color: #fff
}


.table-order {
    margin-bottom: 0;
}

.table-order thead {
    background-color: #ccc;
    color: #000;
}

.table-order td,
.table-order th {
    text-align: center;
    vertical-align: middle;
}

.table-order thead th {
    border: 0;
}

.table-order td.details-link{
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.table-order td.details-link a{
    padding: 10px;
    display: inline-block;
    color: #666;

}
.table-order td.details-link a i{
    display: inline;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.table-order td.details-link:hover {
    background-color: #e5e5e5;
}
.table-order td.details-link:hover a{
    color: #66bb6a;
}



.table-order-details td {
    border: 1px solid #ededed;
}

.table-order-details .details-product-area {
    display: flex;
    align-items: center;
}

.table-order-details img.thumbnail-product {
    width: 60px;
    margin-left: 10px;
    border-radius: 3px;
}

.table-order-details .details-product {
    font-size: 13px;
    line-height: 2;
    letter-spacing: -.7px;
    text-align: right;
    text-overflow: ellipsis;
    width: 160px;
    overflow: hidden;
    position: relative;
}
.table-order-details .details-product-area .checkout-variant {
    font-size: 11px;
    line-height: 1.692;
    margin:  0;
    text-align: right;
    color: #555;
}

.table-order-details .details-product-area .checkout-variant-value {
    position: relative;
    margin-right: 8px;
}

.table-order-details .details-product-area .checkout-variant--color .checkout-variant-value {
    padding-left: 25px;
}

.table-order-details .details-product-area .checkout-variant--color .checkout-variant-shape {
    width: 12px;
    height: 12px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 3px;
}


.table-order-details .details-product span {
    display: block;
    font-size: 12px;
    line-height: 1.833;
    color: #555;
    letter-spacing: 0;
}
.orders {
    padding: 10px 0;
}

.order-item-detail {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.order-item-detail:last-child {
    padding-bottom: 0;
    border-color: transparent;
}

.order-item-status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 15px 0;
}

.order-item-status-item p {
    font-weight: bold;
}

.order-item-status-item i {
    font-size: 25px;
    color: #009500;
}


.order-item-status-item span {
    margin-right: 5px;
}

.order-item-detail {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.order-item-detail ul li {
    margin-left: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

.order-item-detail ul li:nth-last-child(1) {
    padding-bottom: 0;
}

.order-item-detail ul li span {
    margin-left: 7px;
}
.profile-sidebar-header .profile-avatar img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-block;
}
.profile-sidebar-header .profile-header-content span i {
    color: #66bb6a ;
}
.profile-sidebar-header .profile-header-content .profile-username {
    font-size: 18px;
    font-weight: bold;
}

.profile-sidebar-header .profile-header-content .profile-phone {
    color: #747474;
    font-size: 15px;
}

.profile-sidebar-header .profile-point {
    border-bottom: 1px solid #ededed;
}

.profile-sidebar-header .profile-point .label-profile-point {
    color: #3abaf4;
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar-header .profile-point .value-profile-point {
    color: #b9b9b9;
    font-weight: bold;
}

.profile-sidebar-header .profile-link a {
    display: block;
    width: 100%;
    height: 100%;
    color: #7b7b7b;
}

.profile-sidebar-header .profile-link a:hover {
    color: #66bb6a;
}

.profile-sidebar .profile-menu-section .label-profile-menu {
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar .profile-menu-section .profile-menu ul li {
    list-style: none;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a {
    display: block;
    padding: 10px 5px;
    color: #7b7b7b;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a.active,
.profile-sidebar .profile-menu-section .profile-menu ul li a:hover {
    color: #66bb6a;
    background-color: #f6ffff;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a i {
    float: right;
    font-size: 19px;
    margin: -3px 4px;
}