.section-link {
    display: none !important;
}

.progressbar {
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    width: 100%;
    background-color: #f4fcde;
    padding-left: 0;
    margin-bottom: 5px;
}

.progressbar li {
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
    width: calc(100% / 4);
    padding: 10px;
    margin-top: 5px;
}

.progressbar li:before {
    background: #fff;
    border: 2px solid #bebebe;
    border-radius: 50%;
    color: #bebebe;
    content: counter(step);
    counter-increment: step;
    display: block;
    font-weight: 700;
    height: 30px;
    line-height: 27px;
    margin: 0 auto 10px;
    text-align: center;
    width: 30px;
}

.progressbar li:after {
    background: #bebebe;
    content: '';
    height: 3px;
    left: -50%;
    margin-left: 15px;
    margin-right: 15px;
    position: absolute;
    top: 25px;
    border-color: #0b2e13;
    width: 90%;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:after,
.progressbar li.complete:after {
    background: #3aac5d;
}

.progressbar li.active:before,
.progressbar li.complete:before {
    background: #3aac5d;
    border-color: #3aac5d;
    color: #fff;
}

.progressbar li.active {
    color: #3aac5d;
    font-weight: 700;
}

.errorlist {
    color: red;
    margin: 5px 2px;
    padding-left: 20px;
}

/*switch chọn*/

.form-register .greeting {
    margin: 20px;
    padding: 15px;
    color: #0000cc;
    border: 1px solid #f68948;
    border-radius: 5px;
    background-color: #f8f1d6;
    font-size: 18px;
}

.form-register .greeting span {
    color: white;
    background-color: #0c5b03;
    padding: 1px 5px;
    border-radius: 5px;
    font-weight: 500;
}

.form-register .switch {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 20px;
}

.form-register .switch .form-group {
    background-color: #e0f3d9;
    padding: 15px;
    border-radius: 5px;
}
.switch label{
    cursor: pointer;
}

/*form thông tin học viên*/
.form-register {
    box-shadow: var(--box-card);
    font-size: 18px;
}

.form-register .card-header {
    background-color: var(--backcolor-card-header);
    font-weight: 500;
    color: black;
    padding: 10px 15px;
}

.form-register > .card-header span {
    background: #3aac5d;
    border: 1px solid #3aac5d;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    text-align: center;
    width: 30px;
    padding: 2px 10px;
    margin-right: 5px;
}

.form-register .card-body {
    background-color: #f0fced;
}

.form-register label {
    font-weight: 500;
    border-bottom: 1px solid #1c7430;
}
.form-register .input-group span{
    background-color: rgba(217, 239, 205, 0.84);
    color: #0b2e13;
}

.form-register input {
    color: #0b2e13;
    font-weight: 500;
    font-size: large;
}

.form-register .card-footer {
    background-color: #a9adaa;
}

.form-register .btn-privious {
    background-color: #134d0d;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.form-register .btn-step {
    background-color: #f68948;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.form-register .btn-step:hover {
    background-color: #f36917;
}

.form-cccd .display-avatar img {
    width: 100%;
    height: auto;
}

#monhocyeucau > div {
    border: 1px solid #efb593;
    border-radius: 5px;
    margin-top: 7px;
    padding: 10px;
}
#lanthi .form-check-inline{
    padding-left: 20px;
}
#lanthi .form-check-inline .form-check-label {
    display: flex;
    align-items: center;
    border-bottom: none;
}

.display-avatar img {
    margin-top: 15px;
    width: 150px;
    height: 180px;
    border: 1px solid #fca06a;
    border-radius: 5px
}
.note-result-quiz{
    border: 1px solid #e3800c;
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 20px;
}

/* học phí*/
.form-hocphi h2 {
    font-size: 18px;
}

.form-register.form-hocphi label {
    border-bottom: none;
    font-weight: 500;
    color: #0b2e13;
}

.form-register.form-hocphi input[type=radio] {
    margin-top: 7px;
}

.form-hocphi ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}

.form-hocphi li {
    list-style-type: none;
    border-left: 2px solid #094403;
    margin-left: 1em;
    padding: 5px 0;
    padding-left: 1em;
    position: relative;
    font-weight: 400;
}

.form-hocphi li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 50%;
    width: 0.75em;
    border: 2px solid #094403;
    border-top: 0 none transparent;
    border-right: 0 none transparent;
}

.form-hocphi ul > li:last-child {
    border-left: 2px solid transparent;
}

.option-register .noptructiep, .option-register .nop-online {
    background-color: rgba(240, 253, 235, 0.91);
    padding: 5px 15px;
    font-style: italic;
    border-radius: 5px;
    color: #1c7430;
    font-weight: 500;
    margin: 10px 0;
    border: 1px solid #efb593;
    border-radius: 5px;
}

.option-register span {
    color: red;
}

/*infor*/

.form-hocphi h2 span {
    background: #3aac5d;
    border-radius: 50%;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 2px 10px;
    margin-right: 10px;
}

.form-hocphi ul span {
    color: red;
}

.form-hocphi img {
    width: 115px;
    height: auto;
}

.container-infor {
    padding: 15px;
}
.container-infor h2{
    border-bottom: 1px solid rgba(197,199,179,0.87);
}
.container-infor h2 span{
    padding: 2px 10px;
    background-color: #3aac5d;
    border-radius: 50%;
    margin-right: 10px;
}

.container-infor:nth-child(odd) {
    background-color: rgba(248, 250, 247, 0.91);
}

.form-register.form-hocphi.finish img {
    border-radius: 5px;
    border: 1px solid #f68948;
}
.form-register.form-hocphi.finish .img-cccd{
    width: 400px!important;
    height: auto;
}
.custom-thi-lai{
    border: 1px solid rgba(214,220,203,0.84);
    border-radius: 5px;
}
.custom-thi-lai .form-group{
    width: 25%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}
.custom-thi-lai input{
    font-size: medium;
}
.custom-thi-lai .form-group:first-child{
    width: 40%;
}
.custom-thi-lai label{
    border-bottom: none!important;
}