.order-received {
max-width: 1140px;
height: 100%;
margin: auto;
padding: 4em;
}
.order-received>.order-received_body {
display: flex;
flex-direction: column;
align-items: center;
}
.order-received>.order-received_body h2 {
font-size: 24px;
margin-bottom: 4px;
height: 100%;
}
.container_xx {
max-width: 1140px;
margin: auto;
}
.wrap_profil {
margin: 2em 0em;
padding: 40px;
border: 1px solid #ededed;
border-radius: 14px;
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
.wrap_profil>.detail-profil {
color: #1c175c;
display: flex;
align-items: center;
margin-bottom: 40px;
}
.wrap_profil>.detail-profil>.foto-profil {
border-radius: 99px;
}
.wrap_profil>.detail-profil>.nama-profil {
margin-left: 20px;
}
.wrap_profil>.detail-profil>.nama-profil h4 {
font-size: 18px;
font-weight: 700;
line-height: 21px;
margin-bottom: 4px;
}
.wrap_profil>.order-summary {
color: #1c175c;
}
.wrap_profil>.order-summary>h3 {
font-size: 20px;
font-weight: 700;
line-height: 21px;
margin-bottom: 20px;
}
.wrap_profil>.order-summary>.card-order-summary {
display: flex;
justify-content: space-between;
padding: 14px 24px;
border-radius: 14px;
background: #f3faff;
border: 1px solid #d9e0ff;
margin-bottom: 14px;
align-items: center;
}
.wrap_profil>.order-summary>.card-order-summary.order-unpaid {
display: flex;
justify-content: space-between;
padding: 14px 24px;
border-radius: 14px;
background: #fff9f9;
border: 1px solid #ffe0e0;
margin-bottom: 14px;
align-items: center;
}
.wrap_profil>.order-summary>.card-order-summary>.card-row.d {
width: 15%;
margin-right: 40px;
}
.wrap_profil>.order-summary>.card-order-summary>.card-row.lg {
width: 30%;
margin-right: 40px;
}
.wrap_profil>.order-summary>.card-order-summary>.card-row h4 {
font-size: 16px;
font-weight: 600;
line-height: 21px;
margin-bottom: 4px;
}
.card-row>.bt-invoice.order-unpaid {
background: red;
color: #fff;
}
.card-row>.bt-invoice {
font-size: 14px;
font-weight: 500;
padding: 8px 12px;
border: 1px solid transparent;
border-radius: 99px;
background: #4FA095;
}
.card-row>.bt-invoice:hover,
.bt-invoice.order-unpaid:hover {
background: #3B3486;
color: #fff !important;
}
.order-received>.order-received_body>.bt-orders {
margin: 14px 0px 40px 0px;
font-size: 14px;
font-weight: 500;
color: #ffff;
border: 1px solid #ffff;
border-radius: 99px;
background: #38319e;
}