.section-community-register {
    background: white;
    position: relative;
    min-height: 80vh;
    z-index: 1;
    /* background-image:
        linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 1) 100%); */
}
.section-community-register::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3/5;
    /* background: linear-gradient(
            rgba(0, 0, 0, 0.5) 85%,
            rgba(255, 255, 255, 1) 100%
        ),
        url("../images/backgrounds/bg-reg-community.jpg") no-repeat top center; */
    background-size: cover;
    background-position: top center;
    pointer-events: none;
    z-index: 0;
}
/* .section-community-register::after {
    content: "";
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background: url("../images/backgrounds/bg-reg-community.jpg") no-repeat top
        center;
    background-size: 100% auto;
    background-position: top center;
    pointer-events: none;
    z-index: -1;
} */

.section-title-outer .section-title {
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: initial;
    color: white;
}
.section-title-outer .section-subtitle,
.section-subtitle {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    letter-spacing: -1px;
}

.description-card {
    background: none;
    border: none;
}
.registration-card {
    border: none;
    /* background: #ffffff; */
    background-image: url("../images/backgrounds/bg-form-s4.webp");
    background-position: left top;
    background-size: contain;
    box-shadow: 0px 0px 24px 0px #0000001f;
    border-radius: 20px;
    margin-bottom: 45px;
}
.registration-card .card-title-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 15px; */
    margin-bottom: 15px;
}
.registration-card .card-title-outer .card-title {
    color: #a64b40;
    font-weight: 600;
    padding: 0 30px;
    white-space: nowrap;
    margin-bottom: 0;
}
.description-card .card-title-outer .card-divider {
    height: 2px;
    background: #ffffff;
    width: 100%;
    position: relative;
}
.description-card .card-title-outer .card-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    background: url("../images/ornament/orn-divider-white.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateY(-50%);
}
.registration-card .card-title-outer .card-divider {
    height: 2px;
    background: #a64b40;
    width: 100%;
    position: relative;
}
.registration-card .card-title-outer .card-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 18px;
    height: auto;
    aspect-ratio: 1;
    background: url("../images/ornament/orn-divider.png") no-repeat center;
    background-size: 100% 100%;
    transform: translateY(-50%);
}
.description-card .card-title-outer .card-divider:last-child:before,
.registration-card .card-title-outer .card-divider:last-child:before {
    left: auto;
    right: -10px;
}
.registration-card label {
    color: #373737;
    margin-bottom: 3px;
    padding-left: 15px;
}
/* .registration-card .form-control-outer {
    background: #3C3732;
    clip-path: polygon(calc(0% + 15px) 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, calc(0% + 15px) 100%, 0% 50%);
    padding: 2px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.registration-card .form-control {
    /* background: #EDDFC5; */
    /* background: rgba(180, 180, 180, 0.1); */
    background: #a8a8ae;
    border-color: rgba(180, 180, 180, 0.1);
    /* clip-path: polygon(calc(0% + 13px) 0%, calc(100% - 13px) 0%, 100% 50%, calc(100% - 13px) 100%, calc(0% + 13px) 100%, 0% 50%); */
    width: 100%;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
}

.registration-card .form-control.disabled {
    background: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}

.registration-card .form-control::placeholder {
    color: #b9b9b9;
    opacity: 1; /* Firefox */
}

.registration-card .form-control:focus {
    background: #f3f3f3;
    outline: none;
    border-color: #a8a8ae;
}

.registration-card .form-control:active {
    background: #f9f9f9;
}

.card-title-register {
    color: #B4483B !important;
    text-transform: uppercase;
    background-color: #EFF357;
    padding: 12px 60px;
    border-radius: 50px;
    letter-spacing: -1px;
}
    
.clip {
    clip-path: polygon(
        calc(0% + 22px) 0%,
        100% 0%,
        calc(100% - 22px) 100%,
        0% 100%
    );
}

.clip:focus {
    clip-path: polygon(
        calc(0% + 16px) 0%,
        100% 0%,
        calc(100% - 16px) 100%,
        0% 100%
    );
}

.form-clip {
    clip-path: polygon(
        calc(0% + 16px) 0%,
        100% 0%,
        calc(100% - 16px) 100%,
        0% 100%
    );
}

.form-s4 {
    background-color: #fee1d1 !important;
    border-radius: 50px;
    box-shadow: 4px 4px 0px #4659be;
}

.form-control-outer {
}

/* SELECT 2 */
/* .registration-card .select2-container {
    background: #EDDFC5;
    clip-path: polygon(calc(0% + 13px) 0%, calc(100% - 13px) 0%, 100% 50%, calc(100% - 13px) 100%, calc(0% + 13px) 100%, 0% 50%);
    width: 100% !important;
    padding: 0rem
}
.registration-card .select2-container--default .select2-selection--single {
    background: transparent;
    margin: 0;
    border: 0;
}
.registration-card .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem;
}
.registration-card .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3C3732;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.field-input-outer {
    position: relative;
    width: 100%;
}
.field-input-outer::before {
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 100%;
    clip-path: polygon(
        calc(0% + 15px) 0%,
        100% 0%,
        calc(100% - 15px) 100%,
        0% 100%
    );
    /* background-color: #D0925D; */
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.field-input-background {
    width: 100%;
    height: 45px;
    /* background-color: #EDDFC5; */
    /* background: rgba(0, 0, 0, 0.1); */
    /* background: #a8a8ae; */
    background-color: white;
    border-color: rgba(180, 180, 180, 0.1);
    position: relative;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    /* clip-path: polygon(
        calc(0% + 13px) 0%,
        calc(100% - 13px) 0%,
        100% 50%,
        calc(100% - 13px) 100%,
        calc(0% + 13px) 100%,
        0% 50%
    ); */
}
.form-file {
    position: absolute !important;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.btn-custom {
    width: 250px;
}
.hint {
    font-size: 0.8rem;
    color: #373737;
    padding-left: 15px;
}
.desc {
    padding: 10px 20px;
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
    color: white;
    color: #b44939;
}
.desc p {
    margin-bottom: 15px;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}
/* md: tablet */
@media (min-width: 768px) {
}
/* lg: desktop */
@media (min-width: 992px) {
    .section-community-register {
        padding-top: 8rem;
    }
    .section-community-register::before {
        aspect-ratio: 16/8;
        max-height: 700px;
    }
    .section-title-outer .section-subtitle,
    .section-subtitle {
        font-size: 2rem;
    }
    .registration-card {
        padding: 15px 48px 15px 120px;
    }
    .registration-card .card-title-outer .card-title {
        font-size: 2rem;
    }
    .desc {
        font-size: 1rem;
    }
}
/* xl: wide */
@media (min-width: 1200px) {
}
/* super wide */
@media (min-width: 1440px) {
}
