:root {
    --PrimaryFontFamily: "Inter", serif;
    --secondryFontFamily: 'Mokoko';

    --bgWhite: #ffffff;
    --default-color: #252c3e;

}


.light-background {
    background-color: var(--lightBg)
}



@font-face {
    font-family: 'Mokoko';
    src: url('../fonts/Mokoko-Regular.eot');
    src: url('../fonts/Mokoko-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mokoko-Regular.woff2') format('woff2'), url('../fonts/Mokoko-Regular.woff') format('woff'), url('../fonts/Mokoko-Regular.ttf') format('truetype'), url('../fonts/Mokoko-Regular.svg#Mokoko-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body {
    color: var(--default-color);
    font-family: var(--PrimaryFontFamily);
    font-size: 16px;
    margin: 0;
}

*{box-sizing: border-box;}


.Opportunity-logoInner img { max-width: 290px; }
.Opportunity-page { min-height: 100vh; justify-content: center; }
.flex {display: flex;flex-wrap: wrap;}
.Opportunity-logo {flex: 1;min-height: 100vh;background: #252c3e;display: flex;align-items: center;justify-content: center;}
.Opportunity-info {flex: 1;min-height: 100vh;background: #f1efeb;display: flex;align-items: center;justify-content: center;padding:1rem;}

.Opportunity-info-inner { max-width: 530px;display: flex;flex-direction: column;gap: 2rem;}
.OpportunityInputSection { flex-direction: column;row-gap: 1.5rem; }

.flexRow-Two { display: flex; flex-wrap: wrap; gap: 12px; }
.theme-group { display: flex; flex-direction: column; }
.theme-control {
    border: 1px solid #e9eaec;
    font-size: .875rem;
    line-height: 1.2;
    width: 100%;
    padding: .67rem;
    border-radius: 6px;
    font-family:var(--PrimaryFontFamily);
}
.theme-loader {
    background: #596e6b;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    height: 40.8px;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-outer {
    position: relative;
    border-radius: 6px;
}
.flexRow-Two .theme-group { flex: 1; }
.theme-label { margin-bottom: 5px;font-size: 1rem; }
.text-xl { font-size: 1.4rem;  font-family: var(--secondryFontFamily); color: var(--default-color);margin: 0; }
.opacity-70 {opacity: .7;}
.text-blue-500 p {margin: 10px 0 0 0;}
.btnWaitlist {
    background: #596e6b;
    border: 0;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    padding: .75rem;
    border-radius: 7px;
    cursor: pointer;
}
.btnWaitlist:hover {background: #3f4e4c;}
.mt-10 {margin-top: 10px;}
.coming-soon { color: #ffffff; margin: 20px 0 0 0; text-align: center; font-size: 2rem; font-family: var(--secondryFontFamily); }
.Opportunity-logoInner {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.d-none{display: none !important;}
.text-red {color: #ef4444;}
.error {margin: 0;font-size: .875rem;font-weight: 500;}
.opacity-40 {opacity: .4;}
.text-sm {font-size: .875rem;line-height: 1.2;}
.Optional {padding-left: 10px;}
#thankYouMessage {
    background: #eef6f2;
    font-size: 14px;
    color: #3e7356;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
    padding: 5px;
}
#thankYouMessage svg { fill: #099885; }
    #thankYouMessage p {
        margin: 0;
        line-height: 20px;
        font-weight: 500;
    }
#submitButton:disabled {opacity: 0.6;cursor: no-drop;}
.theme-group textarea {
    resize: vertical;
    width: 100%;
    min-height: 70px;
    max-height: 200px;
}
@media screen and (max-width: 991px) {
    .Opportunity-logo { min-height: 210px; width: 100%; height: inherit; }
    .Opportunity-page { flex-direction: column; }
    .Opportunity-info { width: 100%; padding: 2rem; }
    .Opportunity-logoInner img { max-width: 180px; }
    .coming-soon { margin: 10px 0 0 0;font-size: 1.5rem;}
  }

  @media screen and (max-width: 580px) {
    .Opportunity-logoInner img { max-width: 130px; }
    .flexRow-Two { flex-direction: column;}
  }