.form-note {
    color: #555;
}
.form-note:before {
    content: '*';
    color: red;
    margin-right: 3px;
}
.input-text {
    border: 1px solid #f0ebeb;
    border-radius: 4px;
    background-color: #fff;
}
.input-text:focus-visible {
    outline: none;
    border: 1px solid #f16826;
    box-shadow: 0px 0px 5px #f16826c4;
}
form .field {
    margin-bottom: 20px;
}
form .field.required label:after {
    content: '*';
    color: red;
    margin-left: 3px;
}
form .field .label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}
form .field .input-text {
    padding: 0 6px;
    height: 40px;
    width: 100%;
    border-radius: 8px;
}
.text-center {
    text-align: center;
}
a.link {
    color: #f16826;
    text-decoration: none;
}
a.link:hover {
    text-decoration: underline;
}
/*Button*/
.actions .action {
    height: 35px;
    border-radius: 20px;
}
.actions a.action {
    line-height: 35px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.actions .action.primary {
    border: 1px solid #e59772;
    background-color: #f16826;
    color: #fff;
}
.actions .action.primary:hover {
    background-color: #e59772;
    border-color: #e59772;
}
.actions .action.secondary {
    border: 1px solid #f16826;
    background-color: transparent;
    color: #f16826;
}
.actions .action.secondary:hover {
    background-color: #f16826;
    color: #fff;
}
.actions .action.primary.action-search {
    width: 100%;
    max-width: 400px;
    text-transform: uppercase;
    border: 0;

    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 18px;
}

/* Tabs */
.tabs,
.success-content {
    width: 100%;
    background-color: #e4eff5;
    border-radius: 20px;
    margin: 0 auto;
}
.success-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 20px;
}
.success-container .order-link {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.success-container .success-image {
    width: 125px;
    height: auto;
}
.success-container >p {
    margin: 0;
}
.success-container .actions {
    margin-top: 40px;
}
.success-container .actions .primary {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}
ul#tabs-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
ul#tabs-nav li {
    float: left;
    font-weight: bold;
    width: calc(100% / 3);
    border-bottom: 3px solid #fdf2f2;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    border-color: #f16826;
}
ul#tabs-nav li.passed {
    border-color: #333;
}
@media (max-width: 768px) {
    ul#tabs-nav li {
        width: 100%;
        display: none;
    }
    ul#tabs-nav li:hover,
    ul#tabs-nav li.active {
        display: block;
    }
}
ul#tabs-nav li:hover a,
ul#tabs-nav li.active a {
    color: #f16826;
}
ul#tabs-nav li.passed a {
    color: #333;
}
#tabs-nav li a {
    text-decoration: none;
    color: #666;
    display: block;
    padding: 19px 10px;
    font-size: 18px;
    font-weight: 700;
}
#tabs-nav li a .step {
    padding: 0 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
}
#tab1 {
    padding: 30px;
}
#tab3 {
    padding: 30px 0;
}
.field.digit-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}
.field.digit-field .input-text {
    width: 48px;
    height: 60px;
    background: #fff;
    border: 1px solid #f0ebeb;
    border-radius: 4px;
    margin: 0 3px 6px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 768px) {
    .field.digit-field .input-text {
        width: 40px;
    }
}
.field.digit-field .input-text:focus-visible {
    outline: none;
    border: 1px solid #f16826;
    box-shadow: 0px 0px 5px #f16826c4;
}
#tab2 .actions {
    padding-bottom: 30px;
}
#tab2 .actions .secondary,
#tab2 .actions .primary {
    padding: 0 20px;
    margin-bottom: 20px;
    width: 100%;
}
#tab2 .payment-infor {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}
#tab2 .payment-infor .payment-address .address {
    margin: 5px 0;
}
#tab2 .payment-infor .payment-amount {
    text-align: right;
}
#tab2 .payment-infor .payment-amount p {
    margin: 0;
}
#tab2 .payment-infor .payment-amount .label,
#tab2 .payment-infor .payment-amount .due-date,
#tab3 .payment-information .payment-amount .label {
    font-size: 10px;
}

#tab2 .payment-infor .payment-amount .label,
#tab3 .payment-information .payment-amount .label {
    text-transform: uppercase;
}
#tab2 .payment-infor .payment-amount .amount {
    font-size: 36px;
    color: #0681d3;
    font-weight: 700;
}
#tab2 .payment-infor .payment-amount .due-date {
    text-transform: capitalize;
    color: #aaa;
}
#tab2 .payment-like-to-pay .payment-questions h4 {
    margin-bottom: 10px;
}
#tab2 .payment-like-to-pay .payment-amount {
    text-align: right;
}
#tab2 .payment-like-to-pay .payment-amount .label {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 10px;
    text-transform: uppercase;
}
#tab2 .payment-like-to-pay .payment-amount .paying-text {
    text-align: right;
    height: 50px;
    padding: 0 6px;
    font-size: 16px;
    border-radius: 8px;
}
#tab3 .payment-information {
    padding-bottom: 30px;
}
#tab3 .payment-information .payment-amount .amount {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
#tab3 .actions {
    margin-top: 40px;
}
#tab3 .payment-total {
    padding: 40px 0;
    border-top: 1px dashed #ccc;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#tab3 .payment-total .total {
    font-size: 36px;
    font-weight: 700;
    margin-left: 80px;
}
@media (min-width: 769px) {
    #tab2 .actions,
    #tab3 .actions {
        display: flex;
        justify-content: center;
    }
    #tab2 .actions .secondary,
    #tab2 .actions .primary,
    #tab3 .actions .secondary,
    #tab3 .actions .primary{
        width: 100%;
        max-width: 370px;
        margin: 0 10px;
    }
    #tab2 .payment-infor,
    #tab2 .payment-like-to-pay,
    #tab3 .payment-information {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }
    #tab2 .payment-infor .payment-address,
    #tab2 .payment-like-to-pay .payment-questions {
        max-width: 60%;
    }
}


.group-content {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.group-content .block {
    width: 50%;
    padding: 30px;
}
.group-content .block.column-left {
    border-right: 1px solid #ddd;
}
.summary-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.summary-footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.summary-footer .group-text {
    margin-top: 20px;
    margin-bottom: 20px;
}
strong.email a {
    color: #333;
    text-decoration: none;
}

