﻿@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

body {
    color: #000;
    font-family: 'lexend', 'poppins', sans-serif;
    font-size: 14px;
    margin: 0;
    background: linear-gradient(180deg, #DDEBF5 0%, #C3DEF2 100%);
    height: 100vh;
    width: 100vw;
    font-weight: 400;
}

.center-window {
    align-content: center;
}

.my-1 {
    margin: 8px 0;
}

.redirect-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.loading-spinner {
    color:#008ec7;
}

@media screen and (min-width: 992px) {
    .login-panel-wrapper {
        max-width: 996px;
        min-height: 650px;
        box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.25), -18px -12px 24px 0px rgba(0, 0, 0, 0.15) inset, 18px 12px 24px 0px rgba(255, 255, 255, 0.20) inset;
        border-radius: 20px;
        display: flex;
        margin: auto;
    }

    .image-container {
        max-width: 50%;
    }

    .cover-image {
        display: block !important;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: right -215px bottom 0px;
        border-radius: 20px 0px 0px 20px;
    }

    .content-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px 48px;
        background-color: white;
        width: 100%;
        border-radius: 0px 20px 20px 0px;
        justify-content: center;
    }

    .text-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .text-container p-max {
        padding: 48px 0px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .login-panel-wrapper {
        max-width: 500px;
        box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.25), -18px -12px 24px 0px rgba(0, 0, 0, 0.15) inset, 18px 12px 24px 0px rgba(255, 255, 255, 0.20) inset;
        border-radius: 20px;
        margin: auto;
    }

    .image-container {
        width: 100%;
        height: 175px;
    }

    .cover-image {
        display: block !important;
        height: 100%;
        width: 100%;
        border-radius: 20px 20px 0px 0px;
    }

    h1 {
        margin: 0;
    }

    .content-container {
        height: calc(100% - 175px);
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px 48px;
        background-color: white;
        border-radius: 0px 0px 20px 20px;
    }

    .text-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {
    .login-panel-wrapper {
        max-width: 536px;
        border-radius: 20px;
        margin: auto;
    }

    .image-container {
        width: 100%;
        height: 50px;
    }

    .cover-image-sm {
        display: block !important;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    h1 {
        margin: 0;
    }

    .content-container {
        height: calc(100% - 50px);
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 20px 48px;
        background-color: transparent;
    }

    .text-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
}

@media screen and (max-width: 500px) {
    .buttons-container {
        justify-content: center;
        gap: 16px;
        flex-direction: column;
    }
}

body {
    font-size: 1rem;
    font-weight: 400;
}

.text-center {
    text-align: center;
}

h1 {
    font-size: 1.75rem;
    font-weight: 400;
}

h2 {
    font-size: 1.5rem;
    font-weight: 400;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

m-0 {
    margin: 0;
}

.cover-image,
.cover-image-sm {
    display: none;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-container {
    display: flex;
}

.input-container > input:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0px;
}

.input-container > button:not(:first-child) {
    border-radius: 0 12px 12px 0;
    border: 1px solid #008EC7;
    width: 40px;
    background-color: white;
    border-left: 0px;
}

.input-container > button:not(:first-child):not([disabled]):hover,
.input-container > button:not(:first-child):not([disabled]):active {
    border: 1px solid #22668c;
    border-left: 0px;
}

.input-container > button:not(:first-child):focus {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 5px #53A127, 0px -6px 12px 0px rgba(0, 0, 0, 0.15) inset;
}

.input-control {
    border: 1px solid #008EC7;
    border-radius: 12px;
    background-color: white;
    padding: 8px 12px;
    color: black;
    width: 100%;
}

.input-control:hover,
.input-control:active {
    border: 1px solid #22668c;
}

.input-control:focus {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 5px #53A127, 0px -6px 12px 0px rgba(0, 0, 0, 0.15) inset;
}

.input-validation {
    color: #a94442;
    font-size: 0.875rem;
}

.buttons-container {
    display: flex;
    justify-content: space-between;
}

.buttons-container.centered {
    justify-content: center;
}

a.action-btn {
    text-decoration: none;
    max-width: 100%;
    text-align: center;
}

a.regular-btn {
    max-height: 18px;
}

a.outline-btn {
    max-height: 20px;
}

.action-btn {
    height: 48px;
    max-height: 48px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.action-btn i {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.action-btn img {
    width: 24px;
    height: 24px;
}

.action-btn:not([disabled]):hover,
.action-btn:not([disabled]):active {
    box-shadow: 0px -6px 12px 0px rgba(0, 0, 0, 0.15) inset;
    background-color: #22668c;
    color: white;
}

.action-btn:disabled {
    cursor: default;
    background-color: #e5e5e5;
    color: #666666;
}

.action-btn:focus {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 5px #53A127, 0px -6px 12px 0px rgba(0, 0, 0, 0.15) inset;
}

.regular-btn {
    background-color: #008ec7;
    color: black;
    border: none;
    padding: 15px 16px;
}

.outline-btn {
    background-color: white;
    color: black;
    border: 5px solid #008EC7;
    padding: 10px 16px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px 0px;
    text-transform: uppercase;
}

.divider::before, .divider::after {
  flex: 1;
  content: '';
  padding: 1px;
  background-color: #676767;
}

.integrations-container {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.integrations-container .action-btn {
    width: 100%;
}

.fixed-width-integration {
    flex: 1 1 0;
    min-width: 160px;
}

#userCleverLogin {
    background-color: #4259f7;
    color: white;
}

#userClassLinkLogin {
    background-color: #0A4D7F;
    color: white;
}

#userGoogleLogin {
    background-color: white;
    color: black;
}

#passport-button {
    width: calc(100% - 42px);
}

.learning-ui ol,
.learning-ui ul {
    margin-top: 0;
    margin-bottom: 10px
}

.validation {
    margin: 16px 0;
}

.text-danger {
    color: #e9573f;
}

.qr-image {
    height: 100%;
    width: 100%;
    max-height: 150px;
    max-width: 150px;
}

/* START District Dropdown Styling */
.ui-corner-all {
    border-radius: 4px;
}

.ui-autocomplete {
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    width: 234px;
    padding: 0;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    line-height: 2.5;
    font-size: 14px;
    font-family: Roboto;
    padding: .2em .5em;
}

.ui-menu .ui-menu-item ui-menu-item-wrapper.ui-state-active {
    margin: 0;
    color: #333;
}

.ui-state-hover, .ui-widget-content .ui-state-active {
    background: #e5e5e5;
    background-color: #E5E5E5;
    border: none;
    color: #333;
    margin: 0;
    padding: 5px;
}

.ui-corner-all {
    border-radius: 4px;
}
/* END District Dropdown Styling */
