.test {
    /* border: dotted 1px black; */
}
.disabled {
    display: none !important;
}
.submission-tnc {
    width: 90%;
    max-width: 800px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.submission-title {
    font-size: clamp(2.5rem, 8vw, 4rem);
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu,
        Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 800;
    line-height: 0.975em;
    color: var(--blue);
}
.cb {
    color: var(--black);
}
.submission-sub-title {
    color: #777776;
    font-weight: 400;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
}
.submission-image {
    width: 100%;
}
.submission-title-2 {
    text-align: left;
    margin-top: 20px;
    font-size: clamp(1.5rem, 8vw, 2rem);
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu,
        Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--blue);
}
.submission-text {
    text-align: left;
}
.highlight {
    background: rgba(224, 236, 252, 0.6);
    padding: 0.125rem 0.25rem;
    border-radius: 5px;
    font-weight: 500;
    color: var(--blue);
}
.form-section {
    font-size: 14px;
    text-align: left;
    margin-top: 20px;
}

.submission-button {
    border: solid 2px #333333;
    background: var(--blue);
    backdrop-filter: blur(10px);
    border-radius: 40px;
    width: 100%;
    text-align: center;
    align-items: center;
    color: var(--whiteish);
    font-weight: 500;
    padding: 8px 20px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.submission-button:hover,
.submission-button.active {
    background: rgb(25, 69, 158);
    color: white;
}
.submission-button.dsbld {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.senara-container {
    width: 90%;
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-color: var(--pink);
    border: solid 2px black;
    padding: 20px;
    position: relative;
}
.senara-container-bg {
    background-color: var(--whiteish);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: -15px;
    z-index: 1;
    border: solid 2px black;
    position: absolute;
}
.senara-container-row {
    position: relative;
    z-index: 20 !important;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: -15px;
    padding-bottom: 15px;
}
.lanyard-small-header {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
}
.lanyard-header {
    font-size: 24px;
    font-weight: bold;
    color: var(--black);
    margin-top: 5px;
}
.lanyard-text {
    font-size: 16px;
    color: var(--black);
    margin-top: 5px;
}
.lanyard-button {
    width: auto !important;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0;
}
.senara-right-image {
    width: 100%;
    border: solid 1px var(--black);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
