#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*border: 4px solid #0D47A1;*/
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    max-height: 100%;
    overflow-y: auto;
    width: 70%;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.checkbox-form label {
    margin-right: 10px;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 10px 20px;
    text-align: center;
}


.button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}

.btn:hover {
    background-color: #09aa8f;
    align-content: center;
}

.top-content {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
}

.content {
    font-weight: bold;
    font-size: 15px;
}

.content p { font-size: 0.9em;}
.content .welcome-title { color: #16386c; font-size: 32px; font-weight: normal;}

.focus-content {
    color: #2a4c93;
    font-weight: bold;
    font-size: 16px !important;
}

.permission-place-list {
    background-color: #16386c;
    font-size: 15px;
}

.permission-place-list p {
    color: #FFFFFF;
    font-size: 14px;
    margin: 6px;
}

.access-form {
    background-color: #fffFFF;
}

.title {
    color: #FFFFFF;
    font-size: 17px;
    background-color: #16386c;
}

.detail-content {
    font-size: 12px;
}

.det {
    background-color: #f8f8f8;
    border: 3px solid #dddddd;
}

.check {
    display: flex;
    justify-content: space-between;
}

.check > div {
    flex: 1;
    margin-right: 20px;
}

.check > div:last-child {
    margin-right: 0;
}

.check-form-two {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.form-check-label { font-size: 14px;}