body, html {
    overflow: auto;
}
.panel {
    margin: auto;
    max-width: 500px;
    min-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
}

.panel > .panel-body {
    flex: 1;
}

.panel-centered {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-body {
    flex: 1;
}

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

.content-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.content-list li {
    line-height: 1.8;
    margin-bottom: 4%;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
}

.item-title {
    padding: 10px;
    font-weight: 600;
    border-left: 6px solid #5db5bd;
}

.index-list {
    color: #5db5bd;
    display: inline-block;
    width: 30px;
    flex: 0 0 20px;
}

.pd-left-20 {
    font-size: 14px;
    padding-left: 10px;
}

.content-text {
    flex: 1;
    display: inline-block;
}

.panel-title {
    font-weight: 600;
}
.mt-5 {
    padding-top: 3.5rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3.5rem;
}

*:focus {
    outline: none !important;
}

.d-none {
    display: none !important;
}

input[type="date"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select {
    height: 40px;
    width: 100vw;
    max-width: 100%;
}

.btn {
    min-height: 40px;
}

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

.btn-skyblue {
    background-color: #96BCB4;
    color: #ffffff
}

.btn-skyblue:hover {
    color: white;
}

.btn-gray {
    background-color: #c5c5c5;
    color: #ffffff
}
