body {
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    transition: 0.5s ease;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stepwizard {
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step {
    position: relative;
}

.btn-circle {
    display: inline-block;
    color: #333;
    border: none;
    font-size: 15px;
    position: relative;
}

.btn-circle:before {
    content: "";
    position: absolute;
    left: -34px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #8c857e;
    border-radius: 50%;
}

.btn-circle.active {
    font-weight: 600;
}

.container .btn-back {
    color: #fff;
    background-color: #ed7032;
}

.btn-circle.active:before {
    border-width: 4px;
    border-color: #ed7032;
    width: 21px;
    height: 21px;
    left: -38px;
    top: 2px;
}

.btn-circle.filled {
    text-decoration: underline;
}

.btn-circle.filled:hover {
    color: #ed7032;
}

.btn-circle.filled:before {
    background: #ed7032;
    border-color: #ed7032;
}

.btn-circle.filled:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 4px;
    height: calc(100% + 25px);
    background: #ed7032;
}

.btn-circle.filled.active:before {
    background: #fff;
    z-index: 9;
}

.btn-circle[disabled] {
    pointer-events: none;
    color: #9f9f9f;
}

.error-msg {
    font-size: 14px;
    color: #e74c3c;
    margin-top: 5px;
}

.success-msg {
    font-size: 14px;
    color: rgb(16 151 34);
    margin-top: 5px;
}

.form_wrapper {
    padding: 100px 0;
}

.form_wrapper h1 {
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 40px;
    text-decoration: underline solid .15em #ed7032;
    text-underline-offset: -3px;
    text-decoration-skip-ink: none;
}

.stepwizard .setup-panel {
    padding-left: 30px;
    position: relative;
}

.stepwizard .setup-panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: calc(100% - 10px);
    background: #8c857e;
}

.stepwizard .setup-panel .stepwizard-step {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 0;
}

.stepwizard .setup-panel .stepwizard-step:first-child {
    padding-top: 0;
}

.stepwizard .setup-panel .stepwizard-step:last-child {
    padding-bottom: 0;
}

.white_box_wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 4px 12px -3px rgba(0, 0, 0, .051), 0px 2px 5px 0px rgba(0, 0, 0, .141);
}

.white_box_wrapper h2 {
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 15px;
}

.form-floating .form-select {
    font-size: 14px;
    border: 1px solid #333;
}

.form-floating>label {
    font-size: 14px;
    font-weight: 500;
}

.form-select:focus,
.form-control:focus {
    border-color: #ed7032;
    outline: 0;
    box-shadow: none;
}

.form-floating>.form-control {
    font-size: 14px;
    border: 1px solid #333;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.form-check {
    padding-left: 30px;
}

.form-check .form-check-input {
    margin-left: -30px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border: 1px solid #333;
}

.form-check-input:checked {
    background-color: #ed7032;
    border-color: #ed7032;
}

.form-check-input:focus {
    box-shadow: none;
    border: 1px solid #ed7032;
}

label {
    font-size: 14px;
    font-weight: 500;
}

.btn_add_appartment {
    background: transparent;
    border: 0;
    font-size: 14px;
    color: rgb(6, 98, 187);
    display: none;
}

.btn_add_appartment.collapsed {
    display: block;
}

.appartment_field_wrap .multi-collapse.show {
    display: flex;
    align-items: center;
}

.appartment_field_wrap .multi-collapssing.show,
.appartment_field_wrap .multi-collapssing {
    display: flex;
    align-items: center;
}

.appartment_field_wrap .multi-collapse .form-floating {
    width: calc(100% - 40px);
}

.appartment_field_wrap .multi-collapse .btn_minus {
    width: 40px;
    text-align: center;
    background: transparent;
    border: 0;
}

.nav-tabs {
    border-bottom: 0;
    background: rgb(242, 241, 239);
    display: inline-flex;
    border: 1px solid #ed7032;
    padding: 6px;
    border-radius: 100px;
    flex-wrap: nowrap;
}

.nav-tabs .nav-item .nav-link {
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    padding: 10px 30px;
    border-radius: 50px;
}

.nav-tabs .nav-item .nav-link.active {
    background: #ed7032;
    color: #fff;
}

.custom_tab_wrapper .tab-pane {
    padding: 20px 0 0;
}

.form_wrapper p {
    font-size: 14px;
    line-height: 22px;
    color: #212529 !important;
}

.package_img_wrap {
    text-align: center;
}

.package_img_wrap img {
    max-width: 300px;
    margin: 0 auto;
}

.custom_radio_wrapper .form-check {
    padding: 0;
    position: relative;
}

.custom_radio_wrapper .form-check .form-check-input {
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    margin: 0;
    transform: translateY(-50%);
}

.custom_radio_wrapper .form-check .form-check-label {
    /* border: 2px solid #ed7032; */
    background-color: #f8fbfb;
    box-shadow: 0 15px 32px -3px #00000014, 0 4px 12px -2px #00000014, 0 2px 6px #0000000f;
    width: 100%;
    padding: 24px 24px 24px 65px;
    border-radius: 6px;
    margin: 0 0 20px;
}

.custom_radio_wrapper .form-check .form-check-input:checked+.form-check-label {
    outline: 2px solid #ed7032;
}

.custom_radio_wrapper .form-check .form-check-label .radio_content {
    width: calc(100% - 70px);
}

.radio_content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.custom_radio_wrapper .form-check .form-check-label .radio_img {
    width: 70px;
}

.custom_radio_wrapper .form-check .form-check-label .radio_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn_primary {
    background: #ed7032;
    padding: 10px 30px;
    border: 0;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.5s ease;
}

.btn_primary i {
    font-size: 13px;
    margin-left: 6px;
}

.btn_primary:hover {
    background: #182934;
}

h2.title_border {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
}

.form-floating .inf {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #7e7e7e;
}

.radio_price {
    width: 100px;
}

.radio_price h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.custom_radio_wrapper.radio_drop .radio_content {
    width: calc(100% - 100px);
    padding-right: 15px;
}

ul.charger_wrap {
    margin: 0 0 20px;
}

ul.charger_wrap li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    margin: 0 0 10px;
    color: #212529 !important;
}

ul.charger_wrap li:first-child {
    font-size: 18px;
    font-weight: 600;
}

.promocode_wrap {
    display: flex;
    align-items: center;
}

.promocode_wrap .form-floating {
    width: calc(100% - 100px);
}

.promocode_wrap .btn_transparent {
    background: transparent;
    border: 0;
    font-weight: 500;
    width: 100px;
    text-align: center;
}

.detail_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #212529 !important;
    border-bottom: 1px solid #ddd;
}

.detail_head h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #212529 !important;
}

.btn_edit {
    background: transparent;
    border: 0;
}

.btn_back {
    background: transparent;
    border: 0;
}

.btn_back i {
    margin-right: 6px;
}

.white_box_wrapper h4 {
    font-size: 16px;
    font-weight: 600;
}

.hidden {
    display: none !important;
}

.custom_checkbox_wrapper .form-check {
    padding: 0;
    position: relative;
}

.custom_checkbox_wrapper .form-check .form-check-input {
    position: absolute;
    left: 30px;
    top: calc(50% - 10px);
    margin: 0;
    transform: translateY(-50%);
}

.custom_checkbox_wrapper .form-check .form-check-label {
    /* border: 2px solid #ed7032; */
    background-color: #f8fbfb;
    box-shadow: 0 15px 32px -3px #00000014, 0 4px 12px -2px #00000014, 0 2px 6px #0000000f;
    width: 100%;
    padding: 24px 24px 24px 65px;
    border-radius: 6px;
    margin: 0 0 20px;
}

.custom_checkbox_wrapper .form-check .form-check-input:checked+.form-check-label {
    outline: 2px solid #ed7032;
}

.custom_checkbox_wrapper .form-check .form-check-label .check_content {
    width: calc(100% - 100px);
}

.check_content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.custom_checkbox_wrapper .form-check .form-check-label .check_price {
    width: 100px;
    text-align: center;
}

.card-container {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.form-control.is-valid {
    border-color: #198754;
}

.invalid-feedback {
    display: block;
}

.card-icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.card-type-display {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    color: #6c757d;
}

.card-number-container {
    position: relative;
}

@media (max-width: 991px) {
    .stepwizard .setup-panel {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 100%;
    }
    .stepwizard-step a {
        font-size: 0;
        width: 100%;
    }
    .stepwizard .setup-panel .stepwizard-step {
        flex-grow: 1;
    }
    .btn-circle:before {
        left: 50%;
        transform: translateX(-50%);
        top: -4px;
    }
    .btn-circle.active:before {
        left: 50%;
        top: -11px;
    }
    .stepwizard .setup-panel:before {
        top: 50%;
        width: calc(100% - 174px);
        height: 4px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .btn-circle:before {
        top: -6px;
        z-index: 9;
    }
    .stepwizard .setup-panel .stepwizard-step:last-child {
        padding-bottom: 15px;
    }
    .stepwizard .setup-panel .stepwizard-step:first-child {
        padding-top: 15px;
    }
    .btn-circle.filled:before {
        top: -7px;
    }
    .btn-circle.filled.active:before {
        top: -11px;
    }
    .btn-circle.filled:after {
        left: 50%;
        top: -2px;
        width: 100%;
        height: 4px;
    }
    .setup-content>h4 {
        margin: 15px 0;
    }
}

.gradient-bg {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
}

.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-gradient {
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: rgb(255 189 156) 0px 15px 40px;
    ;
}

.btn-upload {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-upload:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(5, 150, 105, 0.4);
}

.help-section {
    background: rgba(59, 130, 246, 0.05);
    border: 1px solid rgba(59, 130, 246, 0.1);
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bg-pattern {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
}

.upload-area {
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    padding: 3rem;
    text-align: center;
    transition: all 0.3s ease;
    background: #f8f9fa;
    cursor: pointer;
}

.upload-area:hover {
    border-color: #ed7032;
    background: #fff5f0;
}

.upload-area.dragover {
    border-color: #ed7032;
    background: #fff5f0;
    transform: scale(1.02);
}

.file-input {
    display: none;
}

.file-preview {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
}

.progress-container {
    display: none;
    margin-top: 1rem;
}

.btn-gradient {
    background: linear-gradient(135deg, #ed7032 0%, #d35e28 100%);
    border: none;
    color: white;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #d35e28 0%, #b8501f 100%);
    color: white;
}

.requirements-card {
    background: linear-gradient(135deg, #fff5f0 0%, #ffeee6 100%);
    border: 1px solid #ed7032;
}

.template-card {
    background: linear-gradient(135deg, #f1f8e9 0%, #e8f5e8 100%);
    border: 1px solid #c8e6c9;
}

.success-message {
    display: none;
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border: 1px solid #c3e6cb;
    color: #155724;
}

.error-message {
    display: none;
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border: 1px solid #f5c6cb;
    color: #721c24;
}

@media (max-width: 767px) {
    .form_wrapper h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .stepwizard .setup-panel:before {
        width: calc(100% - 129px);
    }
    .btn_primary {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .stepwizard .setup-panel {
        max-width: 300px;
        margin: 0 auto;
    }
    .stepwizard .setup-panel:before {
        width: calc(100% - 75px);
    }
}