.list-box {
    display: flex;
    flex-wrap: wrap;
}

.box {
    display: flex;
    margin: 15px;
}

.link {
    display: flex;
    transition: all 0.3s ease;
    background-color: #f4f9fB;
    border: 1px solid #d6e9f0;
    border-radius: 5px;
    padding: 1.2rem;
    text-decoration: none;
    color: #7A8491;
    width: 370px;
}

.link:hover {
    background-color: #e9eef0;
    text-decoration: none;
}

.link-image {
    width: 100px;
    height: 100px;
}

.link-content {
    margin-left: 1rem;
}

.link-content > .title {
    color: #23B8EB;
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.4;
    letter-spacing: 1px;
}

.upload-element {
    border: 1px solid rgba(98, 110, 163, 0.29);
    border-radius: 5px;
    background-color: white;
    margin: 15px;
    padding: 20px;
    text-align: left;
    max-width: 340px;
    display: inline-block;
}

.check-img {
    width: 40px;
    height: 40px;
}

.error-message {
    color: #721c24;
    font-size: 0.9rem;
}

.warning {
    font-weight:bold;
    color: red;
}

.title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#calendar-container{
    margin: 20px;
    background-color: white;
}
#calendar {
    max-width: 900px;
    padding: 20px;
    margin: 0 auto;
}
#badge {
    color: #fff;
    background-color: #337ab7;
    border-radius: 10px;
    padding: 3px 7px;
    font-size: 12px;
    margin-right: 5px;
}