.border-card-header {
    background-color: rgba(37, 65, 178, 0.1);
    border: 1px solid var(--info);
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0 !important;
}
.border-card-body {
    border-right: 1px solid var(--info);
    border-left: 1px solid var(--info);
    border-bottom: 1px solid var(--info);
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px) !important;
}
.border-detail-card-header {
    background-color: var(--info);
    border: 1px solid var(--info);
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0 !important;
}
.border-detail-card-body {
    border-right: 1px solid var(--info);
    border-left: 1px solid var(--info);
    border-bottom: 1px solid var(--info);
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px) !important;
}
.border-summary-card-header {
    background-color: rgba(37, 65, 178, 0.1);
    border: 1px solid rgba(37, 65, 178, 0.1);
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0 !important;
}
.border-summary-card-body {
    border-right: 1px solid rgba(37, 65, 178, 0.1);
    border-left: 1px solid rgba(37, 65, 178, 0.1);
    border-bottom: 1px solid rgba(37, 65, 178, 0.1);
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px) !important;
}
.line-brake-rotate {
    width: 58px;
    height: 0px;
    border: 1px solid rgba(3, 37, 108, 0.15);
    transform: rotate(90deg);
    margin-left: 50%;
    margin-top: 10px;
}
.form-control {
    height: calc(1.5em + 0.75rem + 9px) !important;
}
.dash-car-id {
    display: inline-flex;
    width: 95%;
}
.btn-return {
    width: 75%;
    padding: 12px 0;
    background: #ffffff;
    border: 1px solid var(--info);
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--info);
}
.btn-return:hover {
    background: var(--info);
    color: white;
}
.btn-next {
    width: 75%;
    background: #e5d549;
    border-radius: 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #373737;
    padding: 12px 0;
    border: 1px solid transparent;
}
.linebrake {
    display: block;
}
.logo-order {
    max-width: 45px;
}
.ht-dot {
    border-top: 2px dotted rgba(0, 0, 0, 0.1) !important;
}
.detail-mobile {
    display: none;
}
.detail-desktop {
    display: block;
}
.hr-mobile {
    display: none;
}
.hr-desktop {
    display: block;
}
.p-progress-bar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.order-collapse[aria-expanded="true"] > .fa-chevron-down {
    transform: rotate(180deg);
}
.margin-header-order {
    margin-right: 1rem !important;
}
.margin-header-profile {
    margin-left: 1rem !important;
}
.padding-header-text {
    padding-left: 12px;
}
.margin-condition {
    margin-top: 0px;
}
.detail-cmi-box {
    /* height: 45px; */
}
.price-detail-padding {
    padding-left: 15px !important;
    padding-right: 0px !important;
}
.item-center {
    display: flex;
    justify-content: center;
}
.hr-progress {
    border-top: 3px dashed rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 185px;
    margin: 0;
    transform: scale(1, 0.5);
}
.hr-success {
    border-top: 3px solid #03256c;
    width: 100%;
    max-width: 185px;
    margin: 0;
    transform: scale(1, 0.5);
}
.padding-detail-policy-header {
    padding-top: 1.25rem !important;
}
.accessory-motor {
    margin-top: 9%;
}
.accessory-motor-box {
    margin-top: -25px;
}
@media (max-width: 1200px) {
    .dash-car-id {
        width: 93%;
    }
    .accessory-motor {
        margin-top: 9%;
    }
    .accessory-motor-box {
        margin-top: -25px;
    }
}
@media (max-width: 1024px) {
    .detail-cmi-box {
        height: 45px;
    }
    .dash-car-id {
        width: 93%;
    }
    .linebrake {
        display: none;
    }
    .btn-next {
        width: 100%;
    }
    .btn-return {
        width: 100%;
    }
    .p-progress-bar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .detail-mobile {
        display: block;
    }
    .detail-desktop {
        display: none;
    }
    .price-detail-padding {
        padding-left: 10% !important;
    }
    .accessory-motor {
        margin-top: 9%;
    }
    .accessory-motor-box {
        margin-top: -25px;
    }
}
@media (max-width: 768px) {
    .accessory-motor {
        margin-top: 0%;
    }
    .accessory-motor-box {
        margin-top: -30px;
    }
    .detail-cmi-box {
        height: 45px;
    }
    .margin-header-order {
        margin-right: -10px !important;
    }
    .margin-header-profile {
        margin-left: 0rem !important;
    }
    .padding-header-text {
        padding-left: 15px;
    }
    .dash-car-id {
        width: 97%;
    }
    .btn-next {
        width: 100%;
    }
    .btn-return {
        width: 100%;
    }
    .detail-mobile {
        display: block;
    }
    .detail-desktop {
        display: none;
    }
    .p-progress-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .margin-condition {
        margin-top: -17px;
    }
    .price-detail-padding {
        padding-left: 7% !important;
    }
}
@media (max-width: 576px) {
    .accessory-motor {
        margin-top: 0%;
    }
    .accessory-motor-box {
        margin-top: -30px;
    }
    .detail-cmi-box {
        height: 45px;
    }
    .margin-header-order {
        margin-right: 1rem !important;
    }
    .margin-header-profile {
        margin-left: 0rem !important;
    }
    .padding-header-text {
        padding-left: 36px;
    }
    .dash-car-id {
        width: 94%;
    }
    .btn-next {
        width: 100%;
    }
    .btn-return {
        width: 100%;
    }
    .detail-mobile {
        display: block;
    }
    .detail-desktop {
        display: none;
    }
    .hr-mobile {
        display: block;
    }
    .hr-desktop {
        display: none;
    }
    .p-progress-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .margin-condition {
        margin-top: -23px;
    }
    .price-detail-padding {
        padding-left: 5% !important;
    }
    .padding-detail-policy-header {
        padding-top: 0.5rem !important;
    }
}
