.circle-btn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 5px;
    font-size: 20px;
}

@media screen and (min-width: 400px) {
    .checkin-card {
        width: 400px;
        margin: 0 auto;
    }
}
.checkin-input::placeholder {
    color: #172b4d;
    font-size: 16px;
}

.checkin-input {
    color: #172b4d;
    font-size: 26px;
    font-weight: bold;
}

.font-bold {
    font-weight: bold;
}

body, main, #main {
    /*min-height:100vh;*/
    /*overflow: hidden;*/
}

.gender-section {
    display: flex;
    flex-direction: row;
}

.page-item.active .page-link {
    background: #2dce89;
    border-color: #2dce89;
}
