body {
    font-family: "ACERFOCO_RG";
}

.body-section {
    padding: 64px 0;
}

/*fonts*/

.font40-20_bold {
    font-family: "ACERFOCO_BD";
    font-size: 40px;
    font-weight: 700;
    line-height: 1.02;
}

.font36-20_bold {
    font-family: "ACERFOCO_BD";
    font-size: 36px;
    font-weight: 700;
    line-height: 1.02;
}

.font24-18_bold {
    font-family: "ACERFOCO_BD";
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.font20-16_bold {
    font-family: "ACERFOCO_BD";
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.font16-14_bold {
    font-family: "ACERFOCO_RG";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.font16-14_normal {
    font-family: "ACERFOCO_LT";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

@media only screen and (max-width: 990.9px) {
    .font40-20_bold {
        font-family: "ACERFOCO_BD";
        font-size: 20px;
        font-weight: 700;
        line-height: 1.02;
    }

    .font36-20_bold {
        font-family: "ACERFOCO_BD";
        font-size: 20px;
    }

    .font24-18_bold {
        font-family: "ACERFOCO_BD";
        font-size: 18px;
    }

    .font20-16_bold {
        font-family: "ACERFOCO_BD";
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5;
    }

    .font16-14_bold {
        font-family: "ACERFOCO_RG";
        font-size: 14px;
    }

    .font16-14_normal {
        font-family: "ACERFOCO_LT";
        font-size: 14px;
    }
}

/* end font size*/

h2 {
    text-align: center;
    font-family: "ACERFOCO_BD";
    color: #262626 !important;
}

.h1 {
    color: #262626 !important;
}

.mechanism-section {
    background-color: #f5f5f5;
}

.mechanism-title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 40px;
}

.mechanism-card {
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    /* margin: 0 0 24px 0; */
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-placeholder {
    width: 64px;
    height: 64px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin: 0 auto 16px;
    /* flex-shrink: 0; */
}

.mechanism-icon {
    width: 60%;
    height: 100%;
    object-fit: contain;
}

.card-description {
    font-size: 16px;
    color: #333;
    margin: 0;
    /* flex-grow: 1; */
    /* display: flex; */
    /* align-items: center; */
}

.acer-btn {
    background-color: #80c343;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    width: 380px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.acer-btn:hover {
    opacity: 0.9;
}

.title-store-mg {
    margin-bottom: 40px;
}

.store .store-wrapper {
    display: flex;
    /* padding: 0px 128px; */
    justify-content: space-between;
}

.mechanism-section .col-md-3 {
    margin-bottom: 24px;
}

.form-wrapper {
    padding-left: 18px;
}

.fields-group {
    margin-top: 54px;
}

#store {
    background: #fafafa;
}

.near-store {
    margin-top: 80px;
}

.find-us .filter-city {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.find-us .filter-city select {
    border-radius: 4px;
    border: 1px solid #b3b3b3;
    padding: 12px 16px;
    color: #000;
    font-family: "ACERFOCO_RG";
    width: 20%;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    background-color: transparent;
}

.find-us .slider .list {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 16px;
    background: #fff;
    /* margin: 0px 16px; */
    margin: 0px 12px;
    /* margin-right: 24px; */
    height: inherit;
}

.find-us .slider .list .bottom-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: auto;
}

.slick-next,
.slick-prev {
    z-index: 99;
}

.slick-next:before {
    content: url('../assets/images/icons/icon-park-solid_right-green.svg') !important;
}

.slick-prev:before {
    content: url('../assets/images/icons/icon-park-solid_left-green.svg') !important;
}

.tombol {
    margin-top: 20px;
}

.photo-input {
    border: 1px solid #a3a3a3;
    border-radius: 4px;
    padding: 12px 16px;
    display: flex;
}

.photo-input #uploadFile {
    width: 60%;
    margin-left: 10px;
    border-bottom: 0;
}

.btn-photo-input {
}

.btn-uploadBtn {
    background-color: #80c343;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 0;
}
#uploadBtn {
    display: none;
}

.canvas-container {
    background-color: #999999;
}

.canvas-container,
.canvas-container #c,
.canvas-container .uppercanvas {
    max-width: 100%;
    max-height: auto;
}

.slider-near-store .slick-dots {
    bottom: -50px;
}

.error-validate,
.text-danger {
    color: red;
    font-size: 12px;
}

.ui-autocomplete {
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: "ACERFOCO_RG";
    font-size: 16px;
}

/* Pop up style */
.swal2-title {
    font-family: "ACERFOCO_BD" !important;
    font-size: 40px !important;
    color: #80c343 !important;
    margin-bottom: 16px !important;
}
.swal2-container p {
    font-family: "ACERFOCO_LT" !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    color: #222222 !important;
}

.swal2-container img {
    margin-bottom: 20px !important;
}

.swal2-close {
    position: absolute;
    /* top: 2px;
    right: 2px; */
    font-size: 64px;
    color: #222222;
}

.swal2-close:hover {
    color: #80c343;
}

.swal2-close:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
    .store .store-wrapper {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .store .store-wrapper img {
        width: 100%;
    }

    .tombol {
        margin-top: 20px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .canvas-padding {
        justify-content: center;
        display: flex;
    }

    .find-us .filter-city select {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .mechanism-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .mechanism-card {
        margin-bottom: 24px;
        padding: 16px;
    }

    .card-description {
        font-size: 13px;
        line-height: 1.4;
    }

    .acer-btn {
        width: 100%;
        max-width: 320px;
        padding: 10px 20px;
    }

    .form-wrapper {
        padding-left: 0px;
    }

    .store .store-wrapper {
        padding: 0;
    }

    .title-store-mg {
        margin-bottom: 16px;
    }
}

@media (max-width: 576px) {
    .mechanism-section {
        padding: 30px 0;
    }

    .mechanism-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .icon-placeholder {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 12px;
    }

    .acer-btn {
        max-width: 280px;
        font-size: 14px;
    }

    .slider-near-store .slick-dots {
        bottom: -100px;
    }
}
