.wrap-user {
    width: 100%;
    max-width: 600px;
    padding: 20px 50px 10px;
    margin: auto;
    background: #EFEFF1;
    background-color: #2a2b38;
    /* background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg); */
}

.col-users-right .wrap-user {
    max-width: 100%;
}

.col-users-right .wrap-user,
.wrap-user.wrap-user-dk {}

.title-user {
    padding: 10px 10px 15px;
    text-align: center;
}

.title-user span {
    font: 30px Arial;
    color: #c4c3ca;
    text-transform: capitalize;
}

.title-user a {
    color: #0056b3;
    font-size: 12px;
}

.form-user {}

.input-user {
    margin-bottom: 1.25rem;
    width: 100%;
}

.input-user input.form-control {
    padding: 13px 20px;
    padding-left: 55px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #c4c3ca;
    background-color: #1f2029 !important;
    border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgb(21 21 21 / 20%);
}

.button-user {
    margin-bottom: 1.2rem;
    text-align: center;
}

.button-user input {
    border-radius: 4px;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 0 30px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #ffeba7;
    color: #102770;
    box-shadow: 0 8px 24px 0 rgb(255 235 167 / 20%);
    width: auto !important;
}

.button-user input:hover,
.button-user input:focus {
    outline: 0;
    background: #d9aa0a;
    color: #fff;
}

.checkbox-user,
.radio-user {
    /* cursor:pointer; */
}

.checkbox-user input {
    top: calc(50% - 1.25rem/2);
    height: auto;
}

.checkbox-user label {
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

.checkbox-user label::before,
.checkbox-user label::after {
    top: calc(50% - 1rem/2);
}

.radio-user {
    margin-right: 1rem;
}

.radio-user:last-child {
    margin-right: 0px;
}

.radio-user label::before,
.radio-user label::after {
    top: calc(50% - 1rem/2);
}

.note-user {
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 0.9rem 0 2.9rem;
    text-align: center;
    color: #c3c3c3;
}

.note-user a {
    color: #ffeba7;
}

.input-group.input-user i {
    position: absolute;
    top: 0;
    left: 18px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #ffeba7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 9;
}

.flex_row.row_gioitinh_ngaysinh {
    align-items: flex-start;
    justify-content: space-between;
}

.col_gtns {
    width: calc(50% - 10px);
}

.col_gtns label {
    color: #ffeba7;
}

.button-user.button-userleft {
    text-align: left;
}

.col_gtns.flex_row {
    justify-content: flex-end;
}

.col_gtns.flex_row a {
    width: 100%;
    text-align: right;
    color: #eddda4;
}

.menu-user {
    background: #2a2b38;
    background-size: 100% 100%;
    padding: 20px 20px;
}

.menu-user .name-account {
    text-align: center;
    text-transform: capitalize;
    font: 25px Arial;
    color: #ffeba7;
}

.info-account {}

.info-account>li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.info-account>li a {
    color: #eee;
    font: 14px Arial;
    padding: 14px 15px;
    display: block;
}

.info-account>li a.ahere i {
    color: #ffeba7;
}

.info-account>li a:hover {
    background: rgb(250 250 250 / 10%);
}

.info-account>li i {
    padding: 0 5px 0 0;
    font-size: 14px;
}

.flex_row.row-users {
    align-items: flex-start;
    justify-content: space-between;
}

.col-users-left {
    width: 25%;
    position: sticky;
    top: 45px;
}

.col-users-right {
    width: calc(75% - 15px);
}

.flex_row.thongkedonhang {
    align-items: center;
    justify-content: space-between;
}

.thongkedonhang>div {
    box-shadow: 2px 2px 2px 2px #2a2b38;
    border-radius: 5px!important;
    background-color: #ffead1;
    width: calc(50% - 10px);
    font: 16px Arial;
    text-transform: capitalize;
    font-weight: 600;
    color: #2a2b38;
    text-align: center;
    padding: 15px 10px;
}

.thongkedonhang>div>span {
    display: block;
    font: 20px Arial;
    color: var(--colormainhv);
    padding: 10px 0 0;
}

.danhsachdonhang {
    background: #Fff;
    padding: 15px 15px 5px;
    border-radius: 10px;
    margin: 0px 0 20px 0;
    box-shadow: 2px 2px 2px 2px #2a2b38;
}

.title_lichsu.flex_row {
    background: #2a2b38;
    color: #fff;
    font: 15px Arial;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
}

.title_lichsu.flex_row i {
    cursor: pointer;
    margin: 0 0 0 15px;
}

.title_lichsu.flex_row i:hover {
    color: yellow;
}

.infodonhang {
    padding: 1rem 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .09);
}

.infodonhang-left {
    width: 80%;
}

.infodonhang-right {
    width: 20%;
    text-align: right;
    font-size: 1.2rem;
    font-family: 'MuliRegular';
    color: #0d0d0d;
    padding: 10px;
}

.img-dh {
    width: 50px;
}

.ten-sl-dh {
    width: calc(100% - 50px);
    padding: 0 0 0 10px;
}

.ten-sl-dh h3 {
    font-size: 1.2rem;
    font-family: 'MuliBold';
    color: #333;
    margin: 0 0 0.5rem;
}

.ten-sl-dh span {
    font-size: 1.2rem;
    font-family: 'MuliRegular';
    color: #979797;
}

.flex_row.tinhtiendonhang {
    padding: 15px;
    background: #fbf3e9;
    align-items: flex-end;
}

.tinhtiendonhang-left {
    width: 60%;
}

.tinhtiendonhang-right {
    width: 40%;
    text-align: right;
}

.tinhtiendonhang-right span {
    font-size: 1.5rem;
    font-family: 'Arial';
    color: #fff;
    background: #f04d25;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 1px;
    min-width: 85px;
}

.btn-xemttdh {
    color: #555;
    border: 1px solid rgba(0, 0, 0, .09);
    display: inline-block;
    padding: 4px 10px;
    background: #fff;
    font-size: 1.5rem;
    font-family: 'Arial';
    border-radius: 2px;
    cursor: pointer;
}

.btn-xemttdh i {
    padding: 0 5px 0 0;
}

.btn-xemttdh:hover {
    background-color: #5ebfcf;
    border: 1px solid rgb(0 0 0 / 0%);
    color: #fff;
}

.tinhtiendonhang-left>div {
    font-size: 1.2rem;
    font-family: Arial;
    color: #333;
    margin: 0 0 0.5rem;
}

.tinhtiendonhang-left>div>span {
    font-size: 1.5rem;
    font-family: Arial;
    font-weight: 600;
    color: #f04d25;
    margin: 0 0 0.5rem;
}

.item_dh {
    margin: 0 0 10px 0;
}

.menu-reponsive {
    display: none;
}

.attr-pro-detail {
    padding: 10px 0 0;
}

h3.name_p_cart strong {
    color: #f04d25;
    font-weight: 100;
}

.signup-business-title {
    font: 15px Arial;
    font-weight: 600;
    padding: 15px 0 12px;
}

.btn-huydh {
    color: #555;
    border: 1px solid rgba(0, 0, 0, .09);
    display: inline-block;
    padding: 4px 12px;
    background: #fff;
    font-size: 1.5rem;
    font-family: Arial;
    border-radius: 2px;
    cursor: pointer;
    min-width: 85px;
}

.btn-huydh i {
    padding: 0 5px 0 0;
}

.tinhtiendonhangtt {
    margin: 10px 0;
}

#info-account {
    background: #fff;
    min-width: 230px;
    width: 100%;
    position: absolute;
    top: 29px;
    right: 0px;
    z-index: 9;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

#info-account:before {
    content: '';
    position: absolute;
    top: -6px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #cecece;
    border-left: 1px solid #cecece;
    background: #fff;
    transform: rotate(45deg);
}

#info-account>li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#info-account>li a {
    color: #333;
    font: 14px MuliRegular;
    padding: 14px 15px;
    display: block;
}

#info-account>li a:hover {
    background: rgb(249 91 18 / 10%);
}

#info-account>li i {
    padding: 0 5px 0 0;
    font-size: 14px;
}

.user-header {
    position: relative;
}

.name-account {
    cursor: pointer;
    position: relative;
    padding: 0 20px 0 0;
}

.name-account:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid #828587;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.thongtingiaohang {
    padding: 15px;
    background: #e2eef0;
    display: none;
    margin: 10px 0 0;
}

.title-ttgh {
    font: 18px Arial;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.thongtingiaohang p {
    font: 13px Arial;
    color: #333;
    padding: 2px 0 2px;
}

.thongtingiaohang p span {
    padding: 0 4px 0 0;
    color: #333;
    font-weight: 600;
}

.thongtingiaohang p.text-green {
    color: green;
    text-transform: capitalize;
    font-size: 14px;
}

.thongtingiaohang p.text-red {
    color: #e41102;
}