@import "../css/bootstrap/bootstrap-style.css";

body {
    font-family: var(--bs-body-font-family) !important;
}
#card-login {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    background: var(--gray-white, #FFF);
}
.check-sw {
    font-size: 14px;
}
.spinner-border {
    color: #ffffff;
    margin-left: 5px;
}
.img-car {
    width: auto; 
    max-width: 100%;
}
@media only screen and (max-width: 1050px) {
    .img-car {
        display: none;
    }
    #line-card {
        display: flex!important;
        justify-content: center!important;
        height: 100%!important;
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    @media only screen and (max-width: 767px) {
        .col-12 {
            flex: 0 0 auto;
            width: 75%;
        }
    }
}
.cm-dropdown > button.dropdown-toggle::after {
    position: absolute;
    right: 1ch;
    top: calc(50% - 0.2ch);
}
.cm-dropdown .dropdown-item {
    cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #FF7346;
}
.arrow, form-select {
    --bs-form-select-bg-img: hidden !important;
}
.dropdown-toggle::after {
    color: #FF7346;
}
.sp-flg {
    padding-left: 35px;
}
.li-txt {
    color: var(--theme-secondary, #6C757D);
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}



.product-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 32px;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 90%;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.stepper-item .circle {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #CED4DA;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 6px;
}

.stepper-item p {
    text-align: center;
}

.circle.active {
    font-weight: bold;
}

.circle.completed {
    background-color: #FF7346;
}

.progress-bar {
    display: flex;
    align-items: center;
}

.progress-bar .indicator {
    height: 2px;
    background-color: #ccc;
    flex: 1;
}

.cursor {
    cursor: not-allowed;
}
a:hover {
    text-decoration: none;
}
