﻿.school-regist {
    cursor:pointer;
    margin-top: 30px
}

.school-regist span {
    color: #050708;
}

.scb-logo-img {
    text-align: center;
    margin-bottom: 20px;
}

.scb-logo-img img {
    height: 165px;
}

.kidsup-btn {
    background-color: #201d1b;
    border-color: #201d1b;
}

.pickup-table {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    overflow-y: hidden;
    flex-direction: column;
}

/*.pickup-table tr:nth-of-type(odd) {
    background-color: #f980bc;
    color: black;
}*/

.pickup-table tr {
    vertical-align: middle;
    font-size: 23px;
}

.pickup-stu-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pickup-stu-img img {
    height: 50px;
    border-radius: 5px;
    max-width: 60px;
}

.par-stu-image {
    display:flex;
    justify-content: center;
    align-items: center;
}

.slip-img-container img {
    height: 100px;
    max-width: 100px;
}

.hide-scroll {
    overflow-y: hidden;
    width: 100vw;
    height: 100vh;
}

.page-icon img {
    height: 60px;
}

.pickup-summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.zone-table {
    width: 80%;
    margin-top: 20px;
}

.zone-table tr {
    font-size: 30px;
}

.zone-btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.zone-btn-group button {
    width: 150px;
    padding: 0px 5px 0px 5px;
    height: 30px;
}

.call-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 10px 20px;
}

.call-input {
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-input span {
    width: 72px;
    font-size: 30px;
    text-align: center;
}

.call-input input {
    height: 40px;
}

.call-search-btn {
    padding-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call-search-btn button {
    width: 90px;
    height: 38px;
}

.call-table {
    width: 90%;
    margin-top: 10px;
}

.school-info-container {
    display: flex;
    width: 100%;
}

.school-info-group {
    flex: 1;
    margin: 10px;
}

.school-header {
    font-size: 20px;
    padding: 5px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.school-form th {
    font-size: 12px;
}

.school-form input {
    height: 30px;
    font-size: 14px;
}

.school-form select {
    font-size: 14px;
}

.school-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.school-footer button {
    width: 100px;
    color: white;
    margin: 5px;
}

.new-zone-form {
    border: 1px solid lightblue;
    margin: 1px;
    padding: 10px;
    border-radius: 5px;
    background-color: #93d6cf;
}

.regist-result {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 50px;
    padding: 50px;
    border: 1px solid lightblue;
    border-radius: 5px;
    background-color: #63c895;
}

.pwd-container {
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
    border: 1px solid #92d7d0;
    padding: 20px;
    border-radius: 5px;
}

.pwd-input {
    margin: 10px 10px 20px 10px;
}

.pwd-btn button {
    width: 100px;
}

.ask-ai-result {
    width: 100%;
    padding: 20px;
    height: 75vh;
}

.ask-ai-result textarea {
    height: 100%;
}

.monitor-container {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px;
    padding: 10px;
}

.monitor-item {
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1px solid #d5e2e1;
    width: 300px;
    padding: 10px;
    border-radius: 5px;
}

.monitor-icon {
    width: 50px;
    background-color: antiquewhite;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.monitor-text-container {
    padding-left: 10px;
}

.monitor-text-header{

}

.monitor-text-descrp {

}

.dbd-chart-item {
    margin: 10px 10px 10px 10px;
    background-color: #fffcfc;
}