.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0FACF3;
    border-color: #0FACF3;
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0FACF3;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #097aad;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.snowflake {
    color: #fff;
    font-size: 2em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%, 100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 8s, 2s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 8s, 2s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 0.8s, 0.8s;
    animation-delay: 0.8s, 0.8s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 5s, .5s;
    animation-delay: 5s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 3.5s, 1.5s;
    animation-delay: 3.5s, 1.5s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 1.5s, 1.5s;
    animation-delay: 1.5s, 1.5s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 7s, 2.5s;
    animation-delay: 7s, 2.5s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 5s, 1.5s;
    animation-delay: 5s, 1.5s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2s, .8s;
    animation-delay: 2s, .8s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: .8s, 0s;
    animation-delay: .8s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 1.5s, 0s;
    animation-delay: 1.5s, 0s
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 3s, 2s;
    animation-delay: 3s, 2s
}

.snowflake1 {
    color: snow;
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 8s, 2s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 8s, 2s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake1:nth-of-type(0) {
    left: 3%;
    -webkit-animation-delay: 0.5s, 0.5s;
    animation-delay: 0.5s, 0.5s
}

.snowflake1:nth-of-type(1) {
    left: 7%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake1:nth-of-type(2) {
    left: 27%;
    -webkit-animation-delay: 4.5s, .3s;
    animation-delay: 4.5s, .3s
}

.snowflake1:nth-of-type(3) {
    left: 37%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake1:nth-of-type(4) {
    left: 47%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake1:nth-of-type(5) {
    left: 57%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake1:nth-of-type(6) {
    left: 67%;
    -webkit-animation-delay: 4.5s, 1s;
    animation-delay: 4.5s, 1s
}

.snowflake1:nth-of-type(7) {
    left: 77%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake1:nth-of-type(8) {
    left: 87%;
    -webkit-animation-delay: 1s, .5s;
    animation-delay: 1s, 0.5s
}

.snowflake1:nth-of-type(9) {
    left: 97%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

.snowflake1:nth-of-type(10) {
    left: 33%;
    -webkit-animation-delay: 2s, 0.5s;
    animation-delay: 2s, 0.5s
}

.snowflake1:nth-of-type(11) {
    left: 73%;
    -webkit-animation-delay: 3.5s, 2.5s;
    animation-delay: 3.5s, 2.5s
}

.content-event {
    position: relative;
    width: 100%;
}
