.content-txt {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.content-txt-height {
    height: 3rem;
}

.content-txt-change {
    margin-bottom: 20px;
}

.formDesign {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: fit-content;
}

.formDesign > div {
    margin: 0.5rem;
}

.formDesign > div > label {
    margin-right: 0.5rem;
}

.margin-bottom {
    margin-bottom: 1rem !important;
}

form {
    width: 80%;
}

.input-group {
    position: relative;
    margin-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
    border-right-width: 2rem;
    border-left-width: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-2 {
    margin-left: 1rem;
}

.input-group-noBorder {
    position: relative;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

/*      InputText       */

.input--style {
    padding: 9px 9px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    line-height: inherit;
}

.input--style-center {
    padding: 9px 9px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    line-height: inherit;
    text-align: center;
}

/*       InputCheckBox       */

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    position: relative;
}

.form-switch {
    padding-left: 2.5em;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
    box-sizing: border-box;
    padding: 0;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3xlsg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3xlsg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.form-check-label {
    margin-bottom: 0;
}

/*      InputFile       */

.custom-file-label::after {
    display: none !important;
}

.custom-file-label {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.input-group > .custom-file {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.custom-file {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}

.form-control-file {
    visibility: hidden;
}
