/*colors*/
.primary-purple {
    color: #B679D6;
}

.primary-purple-dark {
    color: #9853BC;
}

.primary-pink {
    color: #E30295;
}

.primary-pink-dark {
    color: #9E0067;
}

.primary-blue {
    color: #27AAE1;
}

.primary-blue-dark {
    color: #089AD9;
}

.primary-gray {
    color: #707070;
}

.primary-gray-dark {
    color: #3A3A3A;
}

.disabled-gray {
    color: #c1c1c1;
}

.disabled-gray-dark {
    color: #aaaaaa;
}

.primary-green {
    color: #8DC641;
}

.primary-green-dark {
    color: #70AC22;
}

.primary-orange {
    color: #F6AE2D;
}

.primary-orange-dark {
    color: #dd9c28;
}

.primary-red {
    color: #ad1313;
}

.primary-red-dark {
    color: #8b0000;
}

.white {
    color: #ffffff;
}

/*buttons*/
.flex {
    display: flex;
}

.flex45 {
    flex: 45%;
}

.buttons-container {
    padding: 20px;
}

.bl-btn {
    background: #27AAE1;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 0.8rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.bl-btn:hover {
    background: #089AD9;
    text-decoration: none;
}

.bl-btn-sm {
    background: #27AAE1;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.bl-btn-sm:hover {
    background: #089AD9;
    text-decoration: none;
}

.purple-btn {
    background: #B679D6;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 0.8rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.purple-btn:hover {
    background: #9853BC;
    text-decoration: none;
}

.purple-btn-sm {
    background: #B679D6;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.purple-btn-sm:hover {
    background: #9853BC;
    text-decoration: none;
}

.pink-btn {
    background: #E30295;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 0.8rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.pink-btn:hover {
    background: #9E0067;
    text-decoration: none;
}

.pink-btn-sm {
    background: #E30295;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.pink-btn-sm:hover {
    background: #9E0067;
    text-decoration: none;
}

.gray-btn {
    background: #707070;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 0.8rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.gray-btn:hover {
    background: #3A3A3A;
    text-decoration: none;
}

.gray-btn-sm {
    background: #707070;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.gray-btn-sm:hover {
    background: #3A3A3A;
    text-decoration: none;
}

.disabled-gray-btn-sm {
    background: #c1c1c1;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.disabled-gray-btn-sm:hover {
    background: #aaaaaa;
    text-decoration: none;
}

.green-btn {
    background: #8DC641;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 0.8rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.green-btn:hover {
    background: #70AC22;
    text-decoration: none;
}

.green-btn-sm {
    background: #8DC641;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.green-btn-sm:hover {
    background: #70AC22;
    text-decoration: none;
}

.org-btn {
    background: #F6AE2D;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
    font-size: 100%;
    text-decoration: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-btn:hover {
    background: #dd9c28;
    text-decoration: none;
}

.primary-red-btn {
    background: #ad1313;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.8rem 4rem 0.8rem 4rem;
    font-size: 0.8rem;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.primary-red-btn:hover {
    background: #8b0000;
    text-decoration: none;
}

.org-btn-sm {
    background: #F6AE2D;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 1.6rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    border: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    display: block;
    text-align: center;
}

.org-btn-sm:hover {
    background: #dd9c28;
    text-decoration: none;
}

a.org-btn {
    background: #F6AE2D;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 4rem;
    text-shadow: none;
    font-family: Arial;
    color: #ffffff;
    padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0rem 0.0625rem 0.125rem rgba(70, 70, 70, 0.20);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.org-btn:hover {
    background: #dd9c28;
    text-decoration: none;
}

a.larger-org-btn {
    height: 5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.delete-btn {
    background-color: #fafcfe;
    width: fit-content !important;
}

.add-btn {
    background-color: #fafcfe;
    width: fit-content !important;
    color: #9FA2A8;
    padding: 0 5px;
}

.delete-btn .fa,
.add-btn .fa {
    font-size: 22px;
    color: #9FA2A8;
}

.bl-btn:disabled {
    background-color: #9FA2A8;
}

.num-input {
    font-size: 18px;
    padding: 5px;
    text-align: center;
    border-radius: 9px;
    border: 1px solid #ccc;
    width: 90px;
}

.horizontal-center-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-button-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-center-space-evenly {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.horizontal-center-space-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.horizontal-center-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.horizontal-center-content {
    display: flex;
    justify-content: center;
    align-content: center;
}

.vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.vertical-center-evenly {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.vertical-center-around {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.vertical-center-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.grid-twoColumns-centered {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.grid-threeColumns-centered {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.bottom20 {
    padding-bottom: 20px;
}

.top20 {
    padding-top: 20px;
}

.teacher-speadsheet-container {
    display: flex;
    justify-content: space-evenly;
}

.enter-teacher-checkbox-container {
    display: flex;
    justify-content: center;
}

.triple-button-container {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0px;
}

.triple-button-container img {
    width: 175px;
    cursor: pointer;
}
.font12 {
    font-size: 12px;
    line-height: 1.8em;
}

.font14 {
    font-size: 14px;
    line-height: 1.8em;
}

.font16 {
    font-size: 16px;
    line-height: 1.8em;
}

.font18 {
    font-size: 18px;
    line-height: 1.8em;
}

.font22 {
    font-size: 22px;
    line-height: 1.8em;
}

.font30 {
    font-size: 30px;
    line-height: 1.8em;
}

.dashboard-box {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    margin: 10px 40px;
    box-shadow: 0 0 4px #ccc;
}

.signup-box {
    padding: 25px;
    width: 80%;
    max-width: 400px;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #bedde9;
    margin-top: 3%;
}

.signup-box-info {
    padding: 25px;
    width: 80%;
    max-width: 600px;
    height: 100%;

    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #bedde9;
    margin-top: 3%;
}

.fundraisingVideoContainer {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fundraisingVideoContainer iframe,
.onlineFundraisingVideoContainer object,
.onlineFundraisingVideoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}