#event-ticket .container .pl-form .title-section{
    color: #ffffff;
    font-size: 36px;
    font-family: 'ACERFOCO';
    text-transform: uppercase;
    /* margin-bottom: 60px; */
}

section.event-ticket {
    background: linear-gradient(180deg, rgba(26, 51, 106) 73%, rgba(0,0,0,1) 100%);
    padding: 64px 0;
}
section.event-ticket .container .image-mekanisme-container {
    justify-content: center;
    align-items: center;
    row-gap: 28px;
    padding: 0 10px;
}
section.event-ticket .container .image-mekanisme-container .image-mekanisme {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.event-ticket .container .image-mekanisme-container .image-mekanisme img{
    width: 100%;
    height: 100%;
    max-width: 365px;
    max-height: 365px;
}

.title-section span.acer{
    color: #83B718;
}

#section-form {
    color: #ffffff;
}

input[type="checkbox"] {
    width: 31px;
    height: 31px;
    /* accent-color: white; */
    /* color: #83B718; */
}  

.pl-form .form-wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pl-form .form-wrapper .field-container{
    display: flex;
    width: 100%;
    gap: 24px;
}

.pl-form .form-wrapper .field-container .field-wrapper, .pl-form .form-wrapper .field-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgba(33, 33, 33, 1);
    padding: 14px 16px;
    border-radius: 4px;
}

.pl-form .form-wrapper .field-container .field-wrapper label, .pl-form .form-wrapper .field-wrapper label{
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    margin-bottom: 0;
    font-family: 'ACERFOCO';
}

.pl-form .form-wrapper .field-container .field-wrapper label p, .pl-form .form-wrapper .field-wrapper label p{
    font-weight: 300;
    font-size: 12px;
    line-height: 14.52px;
    font-style: italic;
    margin-block: 8px;
    font-family: 'ACERFOCO_LT';
}

.pl-form .form-wrapper .field-wrapper label.error, .pl-form .form-wrapper .bottom-wrapper #terms-error{
    color: #FF0000;
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px;
    font-family: 'ACERFOCO_LT';
}

.pl-form .form-wrapper .form-note{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'ACERFOCO_LT';
}

.pl-form .form-wrapper .bottom-wrapper{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.pl-form .form-wrapper .bottom-wrapper .checkbox .checkbox-field{
    display: flex;
    align-items: center;
    gap: 24px;
}

.pl-form .form-wrapper .bottom-wrapper .checkbox .checkbox-field label{
    margin: 0;
    font-family: 'ACERFOCO_LT';
}

input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="url"], input[type="file"]{
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 300;
    font-family: 'ACERFOCO_LT';
    font-size: 12px;
}

input[type=file]::file-selector-button {
    border: none;
    background: rgba(104, 104, 104, 1);
    padding: 10px 34px;
    color: #fff;
    margin-right: 8px;
    font-family: 'ACERFOCO_LT';
}

input[type=file]::file-selector-button:hover {
    background: rgba(83, 83, 83, 1);
}

input::placeholder{
    color: #ffffff;
}

.pl-form .form-wrapper .bottom-wrapper .submit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    background-color: #83B718;
    color: #ffffff;
    font-family: 'ACERFOCO_LT';
    border-radius: 4px;
}

.tnc-card{
    width: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #101010;
    text-align: start;
    margin-bottom: 40px;
}

.tnc-card-numbering{
    font-family: 'ACERFOCO_RG';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fffFFF;
    background-color: #323232;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    padding: 10px;
    border-radius: 100px;
}

.tnc-card-desc{
    font-family: 'ACERFOCO_RG';
    font-size: 16px;
    font-weight: 600;
    line-height: 38.83px;
    letter-spacing: 0.3px;
    color: #fffFFF;
}

.accordion-item{
    /* background-color: rgba(33, 33, 33, 1); */
    background-color: #10101087!important;
    color: #ffffff;
    font-family: 'ACERFOCO_LT';
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed){
    background-color: rgba(33, 33, 33, 1)!important;
    /* background-color: #101010!important; */
    color: #ffffff;
    font-family: 'ACERFOCO_LT';
}

.accordion-button{
    background-color: rgba(33, 33, 33, 1)!important;
    /* background-color: #101010!important; */
    color: #ffffff;
    font-family: 'ACERFOCO_LT';
    font-size: 18px;
    font-weight: bold;
}

.accordion-button::after{
    filter: grayscale(1) brightness(1.5)!important;
}

@media all and (max-width: 991.9px) {
    .title-section{
        font-size: 28px;
        margin-bottom: 30px;
        text-align: center;
    }

    .pl-form .form-wrapper .field-container{
        flex-direction: column;
    }
    .pl-form .form-wrapper .field-container .field-wrapper, .pl-form .form-wrapper .field-wrapper{
        max-width: 100% !important;
    }
    .pl-form .form-wrapper .bottom-wrapper{
        flex-direction: column;
        gap: 20px;
    }
    .pl-form .form-wrapper .bottom-wrapper .submit{
        align-self: flex-end;
    }
}