:root {
    --bright_blue: #40ABD7;
    --dark_blue: #0C324A;
    --light_blue: #C3EBFF;
    --orange: #F37028;
    --gray: #b7b7b7;
}

.acts-wrapper {
    margin: 0 auto;
    overflow: auto;
    padding:2rem 0;
}

.acts-container {
    margin:0 auto;
    max-width: 1024px;
    padding: 1rem;
}


/*** FORM CSS ***/
.acts-wrapper-form {
    background-color: var(--bright_blue);
    background-image: url(https://static.scistarter.org/img/acts2024/stars.svg);
    background-repeat: repeat-x;
    min-height: 100vh;
    background-position: 0 -40px;
    background-size: 1400px 150px;
    padding-top: 4rem;
}

.acts-form {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    padding: 2rem;
}

.form-landing-logo {
    display: block;
    margin: 0 auto 2rem;
    max-width: 80%;
}

.form-landing-choices {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.form-landing-choices > div {
    border: 1px solid #B7B7B7;
    border-radius: 6px;
    width: 50%;
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-landing-choices > div > img {
    width: 200px;
    max-width: 100%;
}

.form-landing-choices > div > h1 {
    text-transform: uppercase;
    font-family: "Roboto Slab";
    margin-bottom: 0;
    line-height: 1!important;
    margin-bottom: 1rem;
    font-size: 32px;
}

.form-landing-choices > div > h1 span {
    display: block;
    line-height: 1.15;
}

h1 span.h1small {
    font-size: 1rem;
    margin-bottom: 0;
}

.acts-button {
    background-color: var(--dark_blue);
    color: #fff;
    border-radius: 30px;
    padding: 0.6rem 1rem;
    display: inline-block;
    margin-top: auto;
    border: 0;
}

.acts-button:hover {
    text-decoration: none;
    background-color: var(--orange);
    color: #fff;
}

.acts-button:visited {
    color: #fff;
}

.acts-form .cancel {
    float: right;
    text-decoration: underline;
    margin-top:1rem;
}

.acts-form:after {
    content:"";
    display:block;
    clear:both;
   }

@media (max-width:669px) {
    .form-landing-choices {
        flex-direction: column;
    }
    .form-landing-choices > div {
        width: 100%;
    }
}

.form-logo {
    width:300px;
    margin-bottom: 2rem;
}

.acts-form h1 {
    font-family: "Roboto Slab";
}

.acts-form h1 {
    font-family: "Roboto Slab";
    line-height: 1.15;
    font-size: 24px;
    letter-spacing: normal;
}

.acts-form h2 {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto','Montserrat';
    letter-spacing: normal;
}

.mb-0 {
    margin-bottom: 0!important;
}

.acts-ss-log-message {
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    padding: 1rem 0;
    margin:1rem 0;
}

.acts-form-form label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
}

.acts-form-form label span {
    font-size: 12px;
}

.acts-form-form input {
    display: block;
    max-width: 300px;
    width:100%;
    font-size: 16px;
    padding: .5rem;
    margin-bottom: .25rem;
    border: 1px solid var(--gray) !important;
}

.form-set {
    margin-bottom: 1rem;
}

.acts-form-form small {
    letter-spacing: normal;
    line-height: 1.2;
    display: block;
}

.add-acts h2 {
    margin-top: 3rem!important;
    margin-bottom: 1rem!important;
    font-size: 18px;
}

.add-acts h2 + small {
    margin-top: -1rem;
}

.add-acts small {
    margin-bottom: 1rem;
}

.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.form-row > * {
    flex: 1;
}

.form-row input[type=number] {
    max-width: 100px;
}

.add-btn {
    background-color: var(--gray);
    color: #333;
    border-radius: 20px;
    padding:3px 12px;
    font-size: 14px;
}
.add-btn:hover {
    background-color: var(--orange);
    color: #fff;
    text-decoration: none;
}

.form-actions {
    margin-top: 3rem;
}

.form-actions .cancel {
    border: 0;
    background-color: transparent;
}

.facilitator-data {
    border: 1px solid var(--gray);
    border-radius: 6px;
    padding:1rem;
    max-width: 600px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.facilitator-data small {
    margin-bottom: 0.2rem;
}

.facilitator-data input {
    margin-bottom: 1rem;
    max-width: 100%;
}
.facilitator-data .form-row {
    margin-bottom: 0;
}

.facilitator-data textarea {
    width: 100%;
    min-height: 200px;
    border:1px solid var(--gray);
}

.acts-thanks {
    text-align: center;
}

.acts-thanks .fireworks {
    max-width: 600px;
    margin: 0 auto;
}

main {
    margin-left: 0px !important;
}
