.infoContainer {
    padding: 50px;
    background-color: #F3F2F7
}

.infoContain {
    margin: 0 auto;
    width: 50%;
}

@media (max-width: 400px) {
    .infoContain {
        margin: 0 auto;
        width: 80%;
    }
}

.termsContainer {
    padding: 50px;
}

.formContainer {
    padding-top: 120px;
    padding-right: 100px;

}

.infoText {
    color: var(--P2, #380A6C);
    font-size: 50px;
    /* font-style: italic; */
    font-weight: 500;
    margin-bottom: 20px;
}

.termsText {
    color: #1A0034;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.terms2ndText {
    color: #1A0034;
    font-size: 20px;
    font-weight: 200;
    margin-top: 0;
}

.helpText {
    color: #1A0034;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;

    font-family: 'LatoRegular' !important;

}

.help2ndText {
    color: #1A0034;
    font-size: 20px;
    font-weight: 200;
    margin-top: 0;
    text-align: center;
}



.expandedHeader {
    cursor: pointer;
    color: #FFF;
    font-size: 15px !important;
    font-weight: 600;
    margin-right: 10px;
}

.accordion-button .expandHeader {
    color: #1A0034;
    font-size: 15px !important;
    font-weight: 600;
    cursor: pointer;
}

.accordion-button span {
    color: #783CB6;
}



.accordion-button:not(.collapsed) {
    color: #FFF;
}

.accordion-button.collapsed {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
}

.accordion-button.collapsed:first-child {
    border-bottom: none;
}

.accordion-button:not(.collapsed) .acc-btn {
    background-color: rgb(120, 60, 182);
    border: none;
    border-radius: 5px;
}

.accordion-button:not(.collapsed) span {
    color: #FFF;
}

.expandBody {
    color: #1A0034;
    font-size: 15;
    font-weight: 300;
    margin-right: 10px;
    margin-left: 20px;
}

.btn2 {
    border-radius: 5px;
    background: linear-gradient(90deg, #783CB6 0%, #380A6C 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    border: none;
    border-radius: 2px;
    padding: 9px 50px;
    font-size: 12px;
    cursor: pointer;

    /* margin: 70px 0px 24px 0px; */
}

.btn2:hover {
    color: white;
    /* Text color remains white */
    background: linear-gradient(90deg, #9b64d4 0%, #33095f 100%);
    /* Adjust background color */
    cursor: pointer;
}

.searchBar {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    margin-right: 10px;
    height: 30px;
    margin-bottom: 50px;
}

.dropdown {}




.inputStyle {
    border-radius: 5px;
    border: 1px solid var(--P3, #CCCCCC);
    padding: 15px 8px;
    width: 100%;
    outline: none;
    color: #666666;
    margin: 8px 0px;
}

.inputErrorStyle {
    border-radius: 5px;
    border: 1px solid var(--P3, red);
    padding: 10px 8px;
    width: 100%;
    outline: none;
    color: #666666;
    margin: 8px 0px;
    font-size: 14px;
}


.messageInputStyle {
    border-radius: 5px;
    border: 1px solid var(--P3, #CCCCCC);
    padding: 15px 8px;
    width: 100%;
    outline: none;
    color: #666666;
    margin: 8px 0px;
    text-align: start;
    font-size: 15px;
}

.messageErrorInputStyle {
    border-radius: 5px;
    border: 1px solid var(--P3, red);
    padding: 10px 8px;
    width: 100%;
    outline: none;
    color: #666666;
    margin: 8px 0px;
    font-size: 15px;
}

input::placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #666666 !important;
}

input:focus-visible {
  outline: none !important;
  --tw-ring-offset-color: white !important;
  --tw-ring-color: #a1a1aa !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow:
        0 0 0 2px white,
        0 0 0 4px #a1a1aa !important;
    border: 2px solid black !important;
}

select:focus-visible {
  outline: none !important;
  --tw-ring-offset-color: white !important;
  --tw-ring-color: #a1a1aa !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow:
        0 0 0 2px white,
        0 0 0 4px #a1a1aa !important;
    border: 2px solid black !important;
}

textarea::placeholder {
    /* font-size: 16px; */
    font-weight: 600;
    color: #666666;
}

input[type="checkbox"]:checked {
    color: #380A6C;
}

.loginBtn {
    border-radius: 5px;
    background: linear-gradient(92deg, #783CB6 0%, #380A6C 100%);
    color: #FFF;
    border: none;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    padding: 10px 0px;
    width: 100%;
    cursor: pointer;
}

.signupBtn {
    /* background: linear-gradient(92deg, #783CB6 0%, #380A6C 100%); */
    background-color: transparent;
    color: #380A6C;
    border: none;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-top: -20px;
    cursor: pointer;
}

.loginBtnText {
    color: #380A6C;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding: 5px;
    cursor: pointer;
    /* margin-top: -10px; */
}

.sectionImg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

textarea.form-control::placeholder,
textarea.form-control {
    font-size: 15px;
}

.custom_select {
    font-size: 12px;
}

.button-3 {
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    width: 195px;
    background: linear-gradient(90deg, #783CB6 0%, #380A6C 100%);
    color: white;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    height: 50px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.input-elevated {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}



/**
SUMMERNOTE STYLES
**/
h1 {
    font-size: 30px !important;
    font-weight: 600 !important;
}

h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
}

h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
}

h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
}

h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
    font-size: inherit !important;
    font-weight: inherit !important;
}