/* || GENERAL STYLES */

/* || SITEWIDE */

.bi {
    vertical-align: 0.125em;
}

.pointer {
    cursor: pointer;
}

.break {
    word-break: break-all;
}

.section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
.section {
    margin-top: 5rem;
    margin-bottom: 7.5rem;
}
}

.pulse {
    -webkit-animation: pulse 3s ease-in;
    -moz-animation: pulse 3s ease-in;
     animation: pulse 3s ease-in;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    opacity: 0;
 }

 50% {
    opacity: 1;
 }

 100% {
    opacity: 0;
 }
}

/* || NAVBAR */


/* || HOMEPAGE */


/* || EVENT PAGE */

@media (min-width: 1200px) {
    .split-background {
        background: linear-gradient(to right,
                #fff 50%,
                #f8f9fa 50%);
    }

    .right-section {
        background-color: #f8f9fa;
    }
}

@media (max-width: 575.98px) {
    .right-section {
        background-color: #f8f9fa;
    }
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
}

.accordion-button:focus {
    border: none;
    box-shadow: 0 0 0 0;
}


/* || USER PAGE */


/* || SIGNUP PAGE */


/* || LOGIN PAGE */
