body {
    font-family: "PT Sans", sans-serif !important;
}

.btn-custom-primary {
    color: #fff;
    background-color: #35b2c5;
    border-color: #35b2c5;
}

.btn-outline-custom-primary {
    color: #35b2c5;
    background-color: #fff;
    border-color: #35b2c5;
}

.btn-custom-primary:hover {
    color: #fff;
    background-color: #35b2c5cc;
    border-color: #35b2c5cc;
}

.btn-outline-custom-primary:hover {
    color: #fff;
    background-color: #35b2c5;
}

.api-data-loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.api-data-loader .spinner-grow {
    width: 4rem;
    height: 4rem;
    background-color: #35b2c5;
}

form#uploadEventForm div[role="presentation"] {
    height: 100px;
    border: 2px solid #35b2c5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

.card-img.news-update-images {
    width: 100%;
    height: 180px;
    object-fit: cover;
}