.section-community-register {
    /* background-image: url("{{ asset('images/s3/backgrounds/Background_2.jpg') }}");
    background-size: cover;
    background-position: scroll; */
    min-height: 100vh;
}
.section-community-register .text-color {
    color: black;
    text-align: center;
    width: 100%;
    
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}
.section-community-register .header-subtitle {
    color: white;
}
.section-community-register .text-color::before {
    content: '';

    position: absolute;
    background: url(" {{asset('images/s3/ornaments/Group 4384.png')}} ") no-repeat right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 20%;
    height: 10%;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}
.section-community-register .card {
    /* background-color: rgba(204, 150, 70, 0.6); */
    /* background-color: rgba(255, 255, 255, 0.25); */
    background: rgba(0, 0, 0, 0.35);
    margin-top: 40px;
    padding-top: 30px;
    border-radius: 15px;
}

.community-header {
    margin-top: -1.8rem;
}
.community-header h4 {
    font-size: 3rem;
}
.community-header-title {
    text-shadow: none;
    text-transform: uppercase;
    line-height: 3.5rem;
    margin-top: -.5rem;
}
.community-header-bg {
    position: absolute;
    left: 0%;
    right: 0%;
    transform: translateX(-50%);
    margin-top: 1.5rem;
    
    text-transform: uppercase;
    color: rgb(255, 255, 255, 0.1);
    mix-blend-mode: screen;
    font-size: 4rem;
}

/* xs: phone - portrait */
/* default. no media */
label {
    margin-bottom: 3px;
    font-size: 1rem;
    letter-spacing: 2px;
	color: white;
}
.button-discord,
.button-facebook {
    margin: 0px;
    opacity: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    transition: all 0.25s ease-in-out;
}
.div-button-discord,
.div-button-facebook {
    transition: all 0.25s ease-in-out;
}
.div-button-facebook.active,
.div-button-discord.active {
    background-color: var(--colorB2);
    border-radius: 5px;
}

.button-facebook.active,
.button-discord.active {
    /* background-color: #1265A8; */
    opacity: 1.0;
}
.button-discord img,
.button-facebook img {
    max-height: 100px;
}

.section-community-register .card .card-header {
    padding: 10px;
}
.section-community-register .card .card-body {
    /* padding: 10px; */
    /* padding-top: 60px; */
}

.alert-register {
    color: #ff0000;
}

.button-submit {
    width: 100%;
    text-align: center;
    margin: 0px;
}

.hint-facebook, .hint-facebook-page, .hint-discord, .hint-whatsapp, .hint-instagram {
    /* background-color: var(--color3); */
    background-color: transparent;
    /* color: var(--colorS4Yellow); */
    color: white;
    /* margin: 15px 10px; */
    margin: 5px 10px;
}

input.switch-toggle-flat:checked + label,
input.switch-toggle-flat:checked + label::after,
input.switch-toggle-flat:checked + label:after,
.radio-style:checked + .radio-style-1-label:before {
    background-color: #D0925D;
}
.checkbox-style-1-label:before,
.radio-style-1-label:before,
.checkbox-style-2-label:before,
.radio-style-2-label:before,
.checkbox-style-3-label:before,
.radio-style-3-label:before {
    background: none;
    /* border: 3px solid #D0925D; */
    margin-top: -12px;
}

input.form-control,
.form-control {
    /* clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%); */
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    transition: all .2s ease-in-out;
}
input.form-control:disabled,
.form-control:disabled {
    color: white;
    opacity: 0.9;
    background-color: rgb(145, 145, 145);
    border: none;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}
.select2-container--default .select2-selection--single {
    /* clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%); */
    border-radius: 5px;
    padding: 5px 10px;
    /* width: 100%; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
    top: 2px;
}
.field-input-outer {
    position: relative;
}
.field-input-outer::before {
    /* content: ''; */

    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;
    border-radius: 5px;
}

form .form-control::-webkit-input-placeholder { 
    color: rgba(0, 0, 0, 0.2);
}
form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2);
}
form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2);
}
form .form-control:placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.field-input-background {
    width: 100%;
    height: 36px;
    background-color: white;
    /* clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%); */
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.form-file {
    position: absolute !important;
    top: 0;
    opacity: 0 !important;
    width: 100%;
    height: 100%;
}
.field-input-background.disabled {
    color: white;
    opacity: 0.9;
    background-color: rgb(145, 145, 145);
}

.dropzone-outer {
    position: relative;
    border-right: 5px dashed #26FFE2;
    border-bottom: 5px dashed #26FFE2;
    margin-left: 7px;
    margin-top: 7px;
}
.dropzone {
    background: none;
    border: 5px dashed white;
    margin-left: -7px;
    margin-top: -7px;
}

.button-submit {
    color: black;
    background-color: #D0925D;
    clip-path: polygon(calc(0% + 15px) 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
    position: relative;
}
.button-submit:hover {
    background-color: #D0925D;
    color: black;
    opacity: 0.8;
}
.button-submit-outer {
    position: relative;
}
.button-submit-outer::before {
    content: '';

    position: absolute;
    top: -5px;
    left: -7.5px;

    width: calc(100% + 15px);
    height: calc(100% + 10px);
    clip-path: polygon(calc(0% + 20px) 0%, 100% 0%, calc(100% - 20px) 100%, 0% 100%);
    background-color: #ffffff;
    border-radius: 5px;
}

/* 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;
}


/* INPUT COMMUNITY LOGO */
.form-file {
    position: absolute !important;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.field-input-community-logo::before {
    background-color: transparent !important;
    clip-path: none !important;

    border-right: 5px dashed #D0925D;
    border-bottom: 5px dashed #D0925D;

    bottom: -10px !important;
    right: -10px !important;
}
.field-input-community-logo .field-input-background {
    flex-direction: column;
}
.field-input-community-logo #field-community-logo-preview-outer,
.field-input-community-logo #field-community-logo-value {
    min-height: 150px;
    background-color: transparent;
    border: 2px dashed white;
    clip-path: none;
    color: white;
    padding: 10px;
}
.field-input-community-logo #field-community-logo-preview {
    max-height: 180px;
    margin: auto;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}
/* md: tablet */
@media (min-width: 768px) {
}
/* lg: desktop */
@media (min-width: 992px) {
    .community-header-bg {
        font-size: 5rem !important;
        margin-top: 0rem;
    }
    .community-header {
        margin-top: -5rem;
    }
	.section-community-register {
		padding-top: 100px;
	}
    .card-header {
        font-size: 1rem;
    }
    input.form-control {
        font-size: 1rem;
    }
    input.form-control,
    .form-control {
        border-radius: 5px;
        padding: 5px 10px;
    }
    .field-input-community-logo #field-community-logo-preview-outer,
    .field-input-community-logo #field-community-logo-value {
        min-height: 200px;
    }

    
    label {
        font-size: 1.2rem;
    }

    .section-community-register .text-color {
        top: -35px;
    }

    .button-submit-outer {
        width: 25%;
    }
}
/* xl: wide */
@media (min-width: 1200px) {
}
/* super wide */
@media (min-width: 1440px) {
}