﻿.setting {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 26px;
    color: #3b3d3d;
    cursor : pointer;
}

.splash-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(to right top, #4db447, #42c07a, #4ecba4, #6fd3c4, #9ad9d9);
}

.splash-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    border-radius: 5px;
    overflow: hidden;
    height: 160px;
    width: 160px;
}

.splash-logo img {
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 19px;
}

.splash-info-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    font-size: 24px;
    color: black;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(to right top, #4db447, #42c07a, #4ecba4, #6fd3c4, #9ad9d9);
}

.login-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.login-logo img {
    width: 120px;
    background-color: white;
    border-radius: 17px;
    height: 120px;
}

.login-welcome-txt {
    text-align: center;
    color: black;
    font-size: 24px;
}

.pdpa-link {
    text-decoration: none !important;
    color: #1010a9 !important;
    cursor: pointer;
}

.kidsup-btn {
    background-color: #c91f5d;
    border: 1px solid #c91f5d;
}

.sp-art-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 50px;
}

.sp-art-container .sp-art-text {
    color: white;
    font-size: 9px;
    width: 100%;
    padding: 5px;
}

.sp-art-container .sp-art-logo span {
    font-size: 16px;
}

.page-container {
    min-height: 100vh;
    display: flex;
    align-items:center;
    flex-direction: column;
    background-image: linear-gradient(to right top, #4db447, #42c07a, #4ecba4, #6fd3c4, #9ad9d9);
}

.slider {
    width: 100%;
}

.stu-image {
    display: flex !important;
    justify-content: center !important;
    margin: 20px;
    background-color: #9ad6ce;
    border-radius: 5px;
    padding: 20px;
}

.stu-image img {
    height: 100px;
    border-radius: 5px;
    max-width: 100px;
}

.stu-image-info {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0px 20px 20px 20px;
    background-color: #7bd1bd;
    border-radius: 5px;
}

.stu-info-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stu-image-footer {
    display: flex;
    flex-direction: column;
    padding: 2px;
    margin: 20px;
    align-items: center;
}

.stu-image-footer button {
    width: 220px;
    margin: 4px;
}

.stu-review-header {
    margin: 10px 50px 0px 50px;
    padding: 18px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.stu-review-icon img {
    width: 32px;
}

.stu-acc-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stu-acc-header {
    margin: 10px 50px 0px 50px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.stu-acc-icon img {
    max-width: 60px;
    border-radius: 50%;
    height: 60px;
}

.stu-call-container {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid lightcyan;
    border-radius: 5px;
    background-color: #7bd1bd;
}

.stu-call {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stu-call-img {
    width: 60px;
    display: flex;
    justify-content: center;
}

.stu-call-img img {
    height: 60px;
    background-color: white;
    border-radius: 5px;
    max-width: 60px;
}

.stu-call-info {
    padding-left: 20px;
}

.stu-call-item {
    font-size: 16px;
}

.stu-call-footer  {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.stu-call-footer button {
    width: 250px;
    margin: 6px;
}

.no-stu-call {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    font-size: 24px;
    background-color: white;
    border-radius: 5px;
}

.stu-pickup {
    display: flex !important;
    justify-content: center !important;
    margin: 10px 20px 10px 20px;
    background-color: #9ad6ce;
    border-radius: 5px;
    padding: 10px;
}

.stu-pickup img {
    height: 100px;
    border-radius: 5px;
    max-width: 100px;
}

.stu-pickup-info {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0px 20px 20px 20px;
    background-color: #7bd1bd;
    border-radius: 5px;
}

.stu-pickup-header {
    margin: 5px 50px 0px 50px;
    padding: 10px 18px 0px 18px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.stu-pickup-footer {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 20px;
    align-items: center;
}

.stu-pickup-footer button {
    width: 220px;
    margin: 4px;
}

.stu-pickup-no {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.setting-info {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin: 0px 10px 10px 10px;
    background-color: #7bd1bd;
    border-radius: 5px;
    width: 350px;
    height: 80px;
    justify-content: center;
}

.stu-upgrade-img img {
    height: 100px;
    background-color: white;
    border-radius: 5px;
}

.stu-slip-img img {
    height: 300px;
    background-color: white;
    border-radius: 5px;
    max-width: 225px;
}

.stu-upgrade-item {
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size: 16px;
}

.stu-upgrade-info {
    width: 100%;
    padding: 5px;
}

.account-header {
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-color: #61ca9f;
    margin: 0px 10px 0px 10px;
}

.parent-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.parent-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 10px 10px 0px 10px;
    border-radius: 5px;
    background-color: #7bd1bd;
}

.parent-notify {
    display: flex;
    justify-content: center;
    align-items: center;
}

.result-container {
    display: flex;
    flex-direction: column;
    width: 260px;
    height: 300px;
    align-items: center;
    justify-content: center;
    border: 1px solid lightcyan;
    border-radius: 5px;
    margin-bottom: 30px;
}

.result-icon {
    padding: 50px;
    font-size: 100px;
    color: darkgreen;
}

.result-text {
    font-size: 22px;
    font-weight: 600;
}

.package-container {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    padding: 10px 20px 5px 20px;
}

.package-item {
    width: 300px;
    border: 1px solid #1db47a;
    padding: 20px;
    border-radius: 5px;
    height: 350px;
}

.package-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #80ceb0;
    padding: 5px;
}

.package-header-text1 {
    font-size: 30px;
    font-weight: 600;
    color: #c91f5d;
}

.package-header-text2 {
    font-size: 16px;
    color: #c91f5d;
}

.feature-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px 5px 0px;
}

.log-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 75vh;
    overflow-y: scroll;
}

.log-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 10px 5px 10px;
    padding: 5px;
    border: 1px solid #1fa751;
    border-radius: 5px;
}

.log-icon {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.log-message {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.log-text-header {
    font-size: 18px;
    font-weight: 600;
}

.log-text {
    font-size: 14px;
}