.bglogin{height: 100%;min-height: 100vh;position: relative;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;background: var(--bgbtntienich);}
.bglogin img.bglogin-img{
    
position: absolute;
    
top: 0;
    
left: 0;
    
width: 100%;
    
height: 100%;
    
-o-object-fit: cover;
    
object-fit: cover;
}
.wrap-user {
    width: 100%;
    max-width: 380px;
    padding: 15px;
    margin: auto;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 3px #D9D9D9;
}

.col-users-right .wrap-user {
    max-width: 100%;
}

.col-users-right .wrap-user,
.wrap-user.wrap-user-dk {}

.title-user {
    padding: 0px 10px 15px;
    text-align: center;
}

.title-user span {
    font: 30px Arial;
    color: var(--colormainhv);
    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: 5px 5px 5px 0;
    padding-left: 55px;
    height: 40px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #b9eaf5;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.button-user {
    margin-bottom: 1.2rem;
    text-align: center;
}

.button-user input {
    border-radius: 5px;
    height: 40px;
    font-family: var(--fontB);
    font-size: 14px;
    line-height: 40px;
    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: var(--bgmain);
    color: #fff;
    box-shadow: 0 8px 24px 0 rgb(255 235 167 / 20%);
    width: 100%;
}

.button-user input:hover,
.button-user input:focus {
    outline: 0;
    background: var(--bgmainhv);
    color: #fff;
}

.checkbox-user,
.radio-user {
    /* cursor:pointer; */
}

.checkbox-user input {
    top: calc(50% - 1.25rem/2);
    height: auto;
}

.checkbox-user label {
    cursor: pointer;
    font: 13px var(--font);
}

.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: 10px 0 0;
    text-align: center;
    color: #7d7c7c;
    margin: 10px 0 0;
}

.note-user a {
    color: var(--colormainhv);
}

.input-group.input-user i {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    color: var(--bgmain);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #ababab33;
}

.flex_row.row_gioitinh_ngaysinh {
    align-items: flex-start;
    justify-content: space-between;
}

.col_gtns {
    width: calc(50% - 10px);
}

.col_gtns label {
    color: #4b4b4b;
    font-weight: unset;
    font-family: var(--font);
    font-size: 14px;
}

.button-user.button-userleft {
    text-align: left;
    margin: 5px 0;
}

.col_gtns.flex_row {
    justify-content: flex-end;
}

.col_gtns.flex_row a {
    width: 100%;
    text-align: right;
    color: var(--colormainhv);
}

.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: 99;
    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);
    padding: 0;
}

#info-account>li a {
    color: #333;
    font: 14px var(--font);
    padding: 14px 15px;
    display: block;
    text-align: left;
}

#info-account>li a:hover {
    background: var(--bgmainhv);
    color: #fff;
}

#info-account>li i {
    padding: 0 5px 0 0;
    font-size: 14px;
}

.user-header {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.user-header a{
    color: #fff;
    font: 14px var(--font);
    padding: 0 10px;
}
.user-header a:last-child{
    padding-right:0;
}
.user-header a i{
    padding: 0 4px 0 0;
}
.name-account {
    cursor: pointer;
    position: relative;
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgb(255 255 255 / 30%);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
/* 
.name-account:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid #ffffff;
    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;
}
.logo-acount{
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
}
.logo-acount img{max-height: 120px;}
.logo-acount p{
    
padding: 5px 0 0;
    
font: 14px var(--fontB);
}
.bgwhite{
    background: #fff;
    position: relative;
}
.p10{
    padding: 10px;
    border-radius: 10px;
}
.title-personal{
    font: 22px var(--fontB);
    color: #000;
    margin: 20px 0 20px 0;
}
.btn-a-personal{
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: flex-start;
align-items: center;
margin: 0 0 20px 0;
}
.btn-a-personal a{
    display: inline-block;
    border: 1px solid var(--bgmainhv);
    border-radius: 5px;
    color: var(--colormainhv);
    background: #fff;
    font: 13px var(----font);
    padding: 5px 10px;
    margin: 0 5px 0 0;
    transition: 0.3s all;
}
.btn-a-personal a i{
    padding: 0 5px 0 0;
}
.btn-a-personal a:hover{
    color: #fff;
    background: var(--bgmain);
}
.flex-star{
    
align-items: flex-start;
    
align-content: flex-start;
    
padding: 20px 0;
}
.avt-personal{
    width: 20%;
}
.avt-personal img{

width: 200px;
}
.info-small-personal{flex-grow: 1;padding: 0 0 0 20px;}
.info-small-personal h3{
    font: 18px var(--fontB);
    color: var(--colormainhv);
}
.info-small-personal p{
    font: 13px var(--font);
    margin: 8px 0;
}
.info-small-personal p i{
    color: var(--colormainhv);
    padding:  0 5px 0 0;
}
.choose_tindang{

}
.choose_tindang span{position: relative;margin: 0 10px 0 0;padding: 0 0 12px;font: 13px var(--font);cursor: pointer;transition: 0.3s all;}

.choose_tindang span:hover,
.choose_tindang span.active{
    font-family:var(--fontB)
}
.choose_tindang span:after{
    position:absolute;
    content:'';
    left:0;
    right:0;
    bottom: 5px;
    margin: 0 auto;
    width: 20px;
    height:2px;
    background:transparent;
    transition: 0.3s all;
}
.choose_tindang span:hover:after,
.choose_tindang span.active:after{
    background:var(--bgmainhv);
}
.result-tindang{

}
.note{
    font: 12px var(--font);
}
.vi-tiem{
    position: relative;
    text-align: center;
    padding: 5rem 10px;
    background: #007BFF;
    color: #fff;
    border-radius: 5px;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.vi-tiem:before{
    position: absolute;
    content: '\f155';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    bottom: -53%;
    right: 0;
    font-size: 140px;
    opacity: 0.3;
}
.vi-tiem-2{background: #39994f;}
.vi-tiem-3{background: #17A2B8;}
.vi-tiem-2:before{content: '\f02c';right: -20%;bottom: -60%;}
.vi-tiem-3:before{
    content: '\f03a';
    right: -8%;
    bottom: -23%;
    font-size: 108px;
}
.vi-text {
    
}
.vi-text h5{
    font: 16px var(--font);
}
.vi-text p{
    font: 25px var(--fontB);
}
.vi-tiem-giaodich{
     padding: 2rem 15px;
     background: #E6E7E7;
     color: #000;
     text-align: left;
}
.vi-tiem-giaodich:before{
    content: '\f06a';
    right: -8%;
    bottom: -40%;
    font-size: 120px;
    opacity: 0.2;
}
.giaodich-text{
    
}
.ma-giaodich{
    font: 13px var(--font);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.ma-giaodich span{
    
}
.giaodich-text p.adminrecharge{
    margin: 20px 0;
    font: 13px var(--font);
}
.giaodich-text p.status{
    display: inline-block;
    padding: 5px 10px;
    background: green;
    color: #fff;
    border-radius: 5px;
    font: 10px var(--font);
}
.titledangtin{
    font: 20px var(--fontB);
    text-transform:capitalize;
    text-align:center;
    margin: 20px 0;
}
.ul-step-dangtin{
    width:100%;
    max-width:840px;
    margin: 0 auto;
    margin-bottom: 20px;
    display:flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ul-step-dangtin li {
    position:relative;
    flex-grow: 1;
    text-align: center;
}
.ul-step-dangtin li .step-number{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 5px solid #fff;
        font-weight: 700;
        background: #ececec;
        color: #fff;
        text-align: center;
        margin: 0 auto;
        line-height: 28px;
        cursor: pointer;
}
.ul-step-dangtin li .step-number.active{
    background: var(--bgmainhv);
}
.ul-step-dangtin li .step-number:before{
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    min-width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}
.ul-step-dangtin li:nth-child(3) .step-number:before{
    display:none;
}
.step-text{
    font: 13px var(--font);
}
.thongtintaikhoan-dangtin{
    margin: 0 0 20px 0;
}
.h3-thongtintaikhoan-dangtin{
    font: 17px var(--font);
    margin: 0 0 20px 0;
}
.thongtintaikhoan-dangtin p{
    font: 13px var(--font);
    margin: 5px 0;
}
.thongtintaikhoan-dangtin span{
    color:var(--colormainhv);
}
.content-moibanbe{
    margin: 0 0 20px 0;
}
.share-link-register{
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.share-link-register input{
    flex-grow: 1;
    height: 40px;
    border: 1px solid #8fcfe3;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    background: #E9ECEF;
    color: #0c7b9f;
}
.share-link-register button{
    border:0;
    background: var(--bgmainhv);
    color:#fff;
    height: 40px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
}
.share-link-register button i{
    padding: 0 4px 0 0;
}
.info-small-personal .form-user{
    max-width: 415px;
}
.input-user-2{
    width: calc(100% / 3);
    padding: 0 8px;
    margin: 10px 0;
}
.textarea-user-2{
    width: 100%;
}
.input-user-2 label{
    font: 13px var(--font);
}
.input-user-2 label span{
    color:red;
}
.input-user-2 input{
    border-radius: 3px !important;
    color: #212529;
    font: 14px var(--font);
    box-shadow: none;
}
.input-user-2 textarea{
    resize: none;
    height: 80px;
    box-shadow: none;
    border-radius: 5px !important;
}
.input-user-2 .invalid-feedback{
    
}
.wrap-user-big{
    max-width:100%;
}
.row-input-user-2{
    margin:  0 -8px;
}
.avtar-user-change{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}
.avtar-user-change  .custom-file{
    height:37px;
}
.avtar-user-change .custom-file-input {
    display: none; /* Hides the default file input */
}

.avtar-user-change .custom-file-label {
    cursor: pointer;
    padding: 8px 5px;
    background-color: green;
    color: white;
    text-align: center;
    display: block;
    border-radius: 5px;
    margin: 0;
    box-shadow: none;
    height: initial;
    line-height: initial;
    bottom: 0;
    top: initial;
    font-family: var(--font);
}

.avtar-user-change #preview-avt-user {
    /* border-radius: 50%; */
    object-fit: cover;
}
.button-user-2{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.button-user-2  a{
    display: inline-block;
    padding: 9px 10px;
    background: #818181cc;
    color: #fff;
    border-radius: 5px;
    margin-right: 4px;
    min-width: 95px;
}
.button-user-2.button-user input{
    width: initial;
    padding: 0px 10px;
}


.input-dangtin-2{
    color: #212529;
    margin: 5px 0;
}

.checkbox-dangtin-2{
    
}
.checkbox-dangtin-2 label{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.input-dangtin-2.checkbox-dangtin-2 label span{
    color:#000;
}
.input-dangtin-2 label{
    font: 12px var(--font);
    font-weight: unset;
    margin: 0;
    cursor: pointer;
}
.input-dangtin-2 label span{
    color:red;
}
.input-dangtin-2 input,
.input-dangtin-2 textarea,
.input-dangtin-2 select
{
    font: 12px var(--font);
    height: 32px;
}
.input-dangtin-2 input.input-error,
.input-dangtin-2 textarea.input-error,
.input-dangtin-2 select.input-error
{
    box-shadow: 2px 2px red;
}
.input-dangtin-2 input.input-error.not-empty,
.input-dangtin-2 textarea.input-error.not-empty,
.input-dangtin-2 select.input-error.not-empty
{
    box-shadow: none;
}
.input-dangtin-2 input[type="radio"],.input-dangtin-2 input[type="checkbox"]{
    height: 14px;
    margin: 0 5px 0  0;
}
.input-dangtin-2  textarea{resize: none;height: unset;}
.input-dangtin-2 select{
}
.title-form-dangtin{
    font: 15px var(--font);
    border-bottom: 1px solid #ecf0f1;
    margin: 10px 0 10px;
    padding: 0 0 5px;
}
.checkbox-dangtin-2 .input-dangtin-2 label{
    font: 13px var(--font);
    font-weight: unset;
    margin: 0;
}
.noteuploadimage{
    color:#8D8D8D;
    font: 10px var(--font);
    margin: 0px 0 20px 0;
}
.box-create-tin{
    margin-bottom: 40px;
}
.box-create-tin:last-child{
    margin-bottom:0;
}
.ul-tabs-create-tin{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    /* border-bottom: 1px solid #ccc; */
}
.ul-tabs-create-tin li {
    padding: 10px 20px;
    background: #e1e1e1;
    margin-right: 1px;
    font: 14px var(--font);
    cursor: pointer;
}
.ul-tabs-create-tin li.active{
    background: var(--bgmain);
    color: #fff;
}
.content-tabs-create-tin{
    display: none;
}
.content-tabs-create-tin.active{
    display: block;
}
.box-content-tabs{
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 40px;
}
.form-group-filer-gallery{
    position: relative;
    width: 100%;
    max-width: 260px;
    height: 200px;
}
.form-group-filer-gallery input[type="file"]{
    position: absolute;
    opacity: 0;
}
.form-group-filer-gallery label{
     border: 2px dashed #e5e5e5;
     width: 100%;
     float: left;
     cursor: pointer;
     height: 200px;
     display: flex;
     flex-wrap: wrap;
     align-content: center;
     justify-content: center;
     align-items: center;
     font-size: 12px;
     font-family: var(--font);
     color: #6e6c6c;
}
.form-group-filer-gallery label i{
    width: 40px;
    height: 40px;
    text-align: center;
    background: var(--bgmain);
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.form-group-filer-gallery label div{
    width: 100%;
    text-align: center;
    padding: 0 5px;
    margin: 10px 0 0;
}
#gallery-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
#gallery-preview .gallery-image{
    border: 1px solid #e5e3e3;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
#gallery-preview .gallery-image button{
    right: 0;
    top: 0;
    position: absolute;
    width: 24px;
    height: 21px;
    font-size: 10px;
    border: 1px solid;
    color: #fff;
    background: red;
    text-align: center;
    border-radius: 5px;
}
.gallery-image img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.content-step{
    display:none;
}
.button-step{text-align: center;margin: 20px 0;display: flex;align-content: center;flex-wrap: wrap;justify-content: center;align-items: center;}
.button-step .prev-step,
.button-step .next-step,
.button-step input[type="reset"], 
.button-step input[type="submit"]{
    cursor: pointer;
    display: inline-block;
    padding: 8px 10px;
    background: var(--bgmain);
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-family: var(--fontB);
    min-width: 90px;
    margin: 0 5px;
}
.button-step .prev-step{
    background: #bbb;
}
.button-step .next-step{
    
}
.button-step input[type="reset"], 
.button-step input[type="submit"]{
    width: initial;
}
.box-content-step3{
    margin: 0 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(14, 11, 32, .125);
    border-radius: .25rem;
}
.box-content-step3 h4.title-head{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(14, 11, 32, .03);
    border-bottom: 1px solid rgba(14, 11, 32, .125);
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    font: 14px var(--fontTitle);
    text-transform: capitalize;
}
.box-content-step3 .body-content-step3{
    padding: 1.25rem;
}
.input-dangtin-2 .select2-container{
    width: 100% !important;
}
.input-dangtin-2 .select2-container--default .select2-selection--single{
    border: 1px solid #ced4da;
    font: 12px var(--font);
    height: 32px;
}
.input-dangtin-2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
}
.cumgia{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.cumgia select{
    width: 66px;
    padding: 0 3px;
}
.cumgia input{
    width: calc(100% - 66px - 38px);
    flex-grow: 1;
}
.cumgia select:last-child{
    width:38px
}
.dongydieukhoan{
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.dongydieukhoan input{
    width: 20px;
}
.dongydieukhoan input.error~label{
}
.dongydieukhoan label{
    font: 13px var(--font);
    width: calc(100% - 20px);
}
.dongydieukhoan a{
    color: #0072ff;
}
.payment-custom-radio {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
#payment-method{
    justify-content: space-between;
}
.payment-custom-radio .custom-radio{
    margin: 0 15px 0 0;
    /* display: flex; */
}
#payment-method.payment-custom-radio .custom-radio:last-child{
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.payment-custom-radio label{
    font: 13px var(--font);
    color: #626262;
}
.payment-custom-radio input{
    
}
.wrap-thumuabds{
    background: #fff;
    width: 100%;
    max-width: 1000px;
}
.logo-thumuabds {
    text-align: center;
}
.logo-thumuabds img{
    max-height: 110px;
}
.title-thumuabds{
     font: 25px var(--fontTitle);
     text-align: center;
     text-transform: uppercase;
     margin: 20px 0;
     color: #000;
}
.box-gannhan{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0 10px 0;
}
.checkbox-gannhan{
    
}
.checkbox-gannhan p{
    color: #707070;
    font: 12px var(--font);
}
.checkbox-gannhan input{
    
}
.checkbox-gannhan label{
    color: #000;
    font: 13px var(--fontB);
    margin: 0;
}
.price-dannhan{
    color: #000;
    font: 13px var(--font);
}
.tongthanhtoan{
   display:flex;
   flex-wrap: wrap;
   justify-content: flex-end;
}
.tongthanhtoan ul{
     width: 100%;
     max-width: 350px;
}
.tongthanhtoan ul li{
    font: 13px var(--fontB);
    color:#000;
    display:flex;
    border:1px solid #000;
    border-bottom:0;
    flex-wrap: wrap;
}
.tongthanhtoan ul li span{
    padding: 10px 10px;
    text-align: right;
    width: 50%;
}
.tongthanhtoan ul li span:first-child{
    text-align:right;
    border-right:1px solid #000;
    width:50%;
}
.tongthanhtoan ul li:last-child{
    color:red;
    border-bottom:1px solid #000;
}