
html, body {
    height: 100vh;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

html {
    font-size: 14px;
    min-width: 450px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

a {
    color: #3187b5;
    text-decoration: none;
}
    a.dropdown-item {
        cursor: pointer;
    }
.btn-primary {
    color: #fff;
    background-color: #3187b5 !important;
    border-color: #1861ac;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus-visible {
        background-color: #91c9e7 !important;
    }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.text-right {
    text-align: end;
}

nav .pagination {
    justify-content: center;
    margin-top: 20px;
}
    nav .pagination a {
        color: #3187b5;
        cursor: pointer;
    }
    nav .pagination .active a {
        background-color: #3187b5;
    }
    nav .pagination .active a:hover {
        color: #fff !important;
    }

/* CARD */
.card-title {
    color: #3187b5;
    font-weight: bold;
}

.card .card-actions {
    text-align: end;
}
    .card .card-actions a {
        color: #3187b5;
    }
    .card .card-actions i {
        margin-left: 8px;
        cursor: pointer;
    }
.card .card-properties tr td:first-child {
    width: 200px;
    color: #3187b5;
}
.card .card-properties tr td:last-child {
    text-align: end;
    white-space: nowrap;
    font-size: 15px;
}

/* FORM */
.input-group .password-toggle,
.input-group .password-generator,
.input-group .code-generator {
    line-height: 40px;
}

.field-validation-error,
.field-validation-valid {
    color: #f00;
    font-size: 14px;
}
textarea[rows="4"] {
    min-height: 130px !important;
}

input[type="date"] {
    position: relative;
    color: #fff;
}
    input[type="date"]:before {
        position: absolute;
        top: 30px;
        left: 12px;
        content: attr(data-date);
        display: inline-block;
        color: black;
        text-transform: capitalize;
    }

    input[type="date"]::-webkit-datetime-edit,
    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-clear-button {
        display: none;
    }

    input[type="date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        bottom: 8px;
        right: 10px;
        color: black;
        opacity: 1;
        font-size: 20px;
    }
div.form-floating:has([required="True"]) label::after {
    content: ' (verplicht)';
}

/* MODAL */
.modal .btn-close {
    color: #f00;
}

.modal .modal-title {
    color: #3187b5;
}

.modal .modal-sub-title {
    color: #3187b5;
}

.modal input[type="file"] {
    display: none;
}

/* WIZARD */
.modal .wizard-step {
    display: none;
}

/* FILE-UPLOAD */
.form-file-input > div {
    width: 400px;
    height: 200px;
    border: 1px solid #3187b5;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
    .form-file-input > div > label {
        width: 100%;
        height: 100%;
    }
.form-file-input label {
    color: #707070;
}
    .form-file-input p {
        color: #707070;
        font-size: 14px;
    }
    .form-file-input > div input[type='file'] {
    /*    display: none;
    */}
    .form-file-input > div i {
        padding-top: 40px;
        color: #3187b5;
    }

/* HEADER */
header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    padding: 12px 10px 0 10px;
    background-color: #fff;
    box-shadow: 0 7px 6px rgba(0, 0, 0, .3);
}

    header nav {
        padding: 8px 0 16px 0 !important;
        margin-bottom: 0 !important;
    }

    header .links {
        flex: 1;
        justify-content: flex-end;
    }

    header .profile {
        flex: 0;
        justify-content: flex-end !important;
    }

    header a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    header .navbar-collapse {
        justify-content: flex-end !important;
    }

    header .nav-item {
        color: #3187b5;
        font-size: 18px;
    }

        header .nav-item a, a:hover {
            color: #3187b5 !important;
        }

        header .nav-item i {
            color: #3187b5;
            font-size: 1.5em;
            margin-right: 4px;
        }

        header .nav-item .dropdown-menu .nav-link {
            padding-left: 12px;
        }
            header .nav-item .dropdown-menu .nav-link i {
                margin-right: 8px;
            }

        header .nav-item form {
            display: flex;
        }
            header .nav-item form i {
                padding-left: 12px;
                margin-top: 6px;
            }

        header .nav-item button {
            color: #3187b5 !important;
            padding-left: 0;
        }

/* BODY */
body > .container {
    z-index: 0;
    min-height: calc(100% - 219px);
    padding: 132px 12px 20px 12px;
    color: #3187b5;
}

/* FOOTER */
.footer {
    padding: 24px;
    white-space: nowrap;
    background-color: #333;
    color: #fff !important;
}

    .footer .logo {
        height: 35px;
    }

    .footer .social-media {
        background-color: #a1a1a1;
        color: #fff;
        padding: 5px;
        height: 35px;
        width: 35px;
        display: flex;
        text-align: center;
        border-radius: 100%;
    }
        .footer .social-media i {
            margin: auto;
        }

    .footer a {
        color: #fff;
    }

    .footer a:hover {
        color: #3187b5;
    }

    .footer p {
        margin-bottom: 5px;
    }

@media (max-width: 768px) {
    .footer .contact-info {
        margin-top: 16px;
    }
}

/* CAROUSEL */
.carousel {
    height: 205px;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 14px;
}
    .carousel .carousel-content {
        display: flex;
        flex-direction: row;
        overflow: scroll hidden;
        scrollbar-width: none;
    }
        .carousel .carousel-content .carousel-slide {
            display: flex;
            flex-direction: column;
            width: 300px;
            padding: 0 15px;
            position: relative;
        }
            .carousel .carousel-content .carousel-slide a,
            .carousel .carousel-content .carousel-slide a:hover,
            .carousel .carousel-content .carousel-slide a:focus {
                background-color: transparent !important;
                border: none;
                box-shadow: none;
            }
            .carousel .carousel-content .carousel-slide img {
                height: 150px;
                width: 270px;
                border-radius: 5px;
                object-fit: cover;
                vertical-align: middle;
                border-style: none;
            }
            .carousel .carousel-content .carousel-slide .carousel-slide-content {
                display: flex;
                flex-direction: column;
            }
                .carousel .carousel-content .carousel-slide .carousel-slide-content p {
                    color: #707070;
                    margin: 0;
                }
                .carousel .carousel-content .carousel-slide .carousel-slide-content .btn {
                    display: none;
                }
            .carousel .carousel-content .carousel-slide.slide-hover:hover .carousel-slide-content {
                position: absolute;
                top: 0;
                left: 15px;
                right: 15px;
                height: 100%;
                align-items: center;
                display: flex;
                background-color: rgba(0, 0, 0, .6);
                padding: 0 15px;
                border-radius: 5px;
                color: #fff;
            }
                .carousel .carousel-content .carousel-slide.slide-hover:hover .carousel-slide-content p {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 100vh;
                }
                .carousel .carousel-content .carousel-slide.slide-hover:hover .carousel-slide-content .btn {
                    display: block;
                    background-color: #fff !important;
                    border: 1px solid #fff !important;
                    color: #3187b5;
                    font-size: 14px;
                    border: none;
                    position: absolute;
                    right: 10px;
                    bottom: 10px;
                }
                    .carousel .carousel-content .carousel-slide.slide-hover:hover .carousel-slide-content a.btn:hover {
                        background-color: transparent !important;
                        color: #fff !important;
                    }
    .carousel .carousel-left,
    .carousel .carousel-right {
        position: absolute;
        top: 0;
        width: 60px;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        z-index: 9;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }
        .carousel .carousel-left i,
        .carousel .carousel-right i {
            margin: auto;
            color: #fff;
        }
    .carousel .carousel-left {
        left: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .carousel .carousel-right {
        right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
@media (max-width: 768px) {
    .carousel {
        margin-bottom: 0;
    }
        .carousel .carousel-left,
        .carousel .carousel-right {
            height: unset !important;
            padding: 15px;
            border-radius: 60px !important;
            border-top-left-radius: 60px !important;
            border-bottom-left-radius: 60px !important;
            top: 50% !important;
            transform: translateY(-100%);
        }
            .carousel-left i,
            .carousel-right i {
                font-size: 30px;
            }
}

/* DASHBOARD */
.dashboard .dashboard-menu p {
    color: #707070;
    font-size: 14px;
}
.dashboard .dashboard-menu a {
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 15px;
    display: flex;
    margin-bottom: 16px;
}
    .dashboard .dashboard-menu a .dashboard-menu-icon {
        width: 60px;
        margin-right: 20px;
        margin-left: 12px;
        text-align: center;
    }
.dashboard .carousel.dashboard-recorded-events {
    height: 220px;
}
    .dashboard .carousel.dashboard-recorded-events .carousel-slide-content p {
        font-size: 14px;
    }

@media (min-width: 992px) {
    .dashboard .dashboard-menu {
        margin-left: 25px;
        margin-right: 50px;
    }
}
@media (min-width: 1200px) {
    .dashboard .dashboard-menu {
        margin-left: 50px;
        margin-right: 100px;
    }
}

/* EVENTS */
.events .calendar > div > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.events .calendar button {
    background-color: unset;
    color: #3187b5;
    border: unset !important;
    margin: 0 12px;
}
    .events .calendar .calendar-select {
        display: flex;
        position: relative;
        margin: 0 12px;
    }
        .events .calendar .calendar-select:has(#month-select) {
            width: 130px;
        }
        .events .calendar .calendar-select:has(#year-select) {
            width: 80px;
        }
        .events .calendar .calendar-select select {
            display: flex;
            position: relative;
            width: 100%;
            border: unset !important;
            color: #333;
            font-size: 21px;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-transform: capitalize;
        }
        .events .calendar .calendar-select label {
            display: inline-block;
            position: absolute;
            right: 0;
            top: 8px;
            margin-bottom: .5rem;
            pointer-events: none;
            color: #212529;
        }
.events .calendar .days {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border: 2px solid #3187b5;
    padding: 0;
}
    .events .calendar .days .day {
        border: 1px solid #3187b5;
        padding: 5px;
        font-size: 21px;
        display: flex;
        flex-direction: column;
        text-align: center;
        cursor: pointer;
        position: relative;
    }
        .events .calendar .days .day.previous-month,
        .events .calendar .days .day.next-month {
            background-color: #707070;
            color: #fff;
        }
        .events .calendar .days .day.today {
            background-color: #91c9e7;
            color: #fff;
        }
        .events .calendar .days .day.selected {
            background-color: #3187b5;
            color: #fff;
        }
        .events .calendar .days .day label {
            text-transform: capitalize;
            cursor: pointer;
        }
        .events .calendar .days .day span {
            padding: 5px;
        }
        .events .calendar .days .day .count {
            display: flex;
            position: absolute;
            top: 2px;
            right: 2px;
            font-size: 12px;
            height: 22px;
            width: 22px;
            border-radius: 60px;
            align-items: center;
            justify-content: center;
            background-color: #3187b5;
            color: #fff;
        }
        .events .calendar .days .day.selected .count {
            background-color: #fff;
            color: #3187b5;
        }
.events .events-by-date {
    padding-left: 40px;
}
    .events .events-by-date h3 {
        height: 34px;
        text-transform: capitalize;
    }
#EventsGroup ul li {
    display: flex;
    flex-direction: row;
}
    #EventsGroup ul li label {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-left: 8px;
    }
        #EventsGroup ul li label > span {
            font-size: 14px;
            display: flex;
        }
            #EventsGroup ul li label span p {
                margin: 2px 12px 0 0;
            }
            #EventsGroup ul li label span i {
                margin-right: 5px;
            }
        #EventsGroup ul li label span.title {
            font-size: 17px;
            color: #3187b5;
        }

@media (max-width: 576px) {
    .events .calendar .days .day {
        font-size: 18px;
        padding: 2px 5px;
    }
        .events .calendar .days .day .count {
            font-size: 10px;
            height: 18px;
            width: 18px;
        }
}

/* EVENT */
.event-card {
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: relative;
    padding: 0;
    margin: 0 0 8px 0;
    display: flex;
}
    .event-card .event-card-date {
        width: 75px;
        background-color: #3187b5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding: 16px;
        color: #fff;
        margin: 0;
    }
        .event-card .event-card-date.shared {
            background-color: #cd5c5c;
        }
        .event-card .event-card-date h5 {
            margin: 0;
            text-align: center;
        }
    .event-card .event-card-content {
        position: relative;
        width: 100%;
        margin-left: 16px;
    }
        .event-card .event-card-content > * {
            margin: 0;
        }
        .event-card .event-card-content .event-card-actions {
            position: absolute;
            top: 0;
            right: 0;
            width: fit-content;
        }
            .event-card .event-card-content .event-card-actions a {
                margin-left: 4px;
                cursor: pointer;
            }
        .event-card .event-card-content p {
            color: #707070;
            font-size: 14px;
        }
        .event-card .event-card-content h4 {
            font-size: 20px;
        }
    .event-card .event-card-footer {
        display: flex;
        flex-wrap: wrap;
        margin: 4px 0 8px 0;
    }
        .event-card .event-card-footer p {
            font-size: 14px;
            margin: 0 16px 0 0;
        }

/* FILTER */
.filter {
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, .3);
    border-radius: 5px;
    padding: 10px;
}
    .filter > div {
        display: flex;
        position: relative;
        margin-top: 8px;
    }
        .filter > div h6 {
            flex: 0 0 70px;
            margin: 8px 0 0 0;
        }
        .filter > div select {
            width: 100%;
            background-color: #fff;
            border: 1px solid #3187b5 !important;
            border-radius: 5px;
            color: #333;
            font-size: 16px;
            padding: 5px;
            text-transform: capitalize;
        }

/* RECORDED EVENTS */
.recorded-events-results {
    display: flex;
    flex-wrap: wrap;
}
    .recorded-events-results > div {
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0 10px 8px 10px;
        margin-bottom: 8px;
        max-width: 200px;
    }
        .recorded-events-results > div .private-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(112, 112, 112, .6);
            border-radius: 5px;
        }
        .recorded-events-results > div .private p {
            z-index: 1;
            color: #fff;
        }
            .recorded-events-results > div .private-overlay i {
                color: #3187b5;
            }
        .recorded-events-results > div:hover {
            box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, .3);
            border-radius: 5px;
        }
        .recorded-events-results > div > a,
        .recorded-events-results > div > a:hover {
            position: relative;
            background-color: transparent !important;
            border: none;
            margin: 0 auto;
            padding: 0;
        }
        .recorded-events-results > div img {
            height: 120px;
            width: 200px;
            border-radius: 5px;
            object-fit: cover;
            vertical-align: middle;
            border-style: none;
        }
        .recorded-events-results > div div {
            display: flex;
            flex-direction: column;
            font-size: 15px;
        }
            .recorded-events-results > div div p {
                color: #707070;
                margin: 0;
            }
    .recorded-events-results .recorded-event-actions {
        position: absolute;
        top: 0;
        right: 0;
        flex-direction: row;
        background-color: #fff;
        justify-content: flex-end;
        opacity: 0.7;
        width: 56px;
        padding: 2px;
        border-radius: 0 5px 0 5px;
        display: none;
    }
    .recorded-events-results > div:hover .recorded-event-actions {
        display: flex;
    }
        .recorded-events-results .recorded-event-actions a {
            margin: 0 5px;
            cursor: pointer;
        }

/* RECORDED EVENT */
.recorded-event .recorded-event-container {
    position: relative;
}
    .recorded-event .recorded-event-container .recorded-event-video {
        position: relative;
        margin: 0 auto;
    }
        .recorded-event .recorded-event-container .recorded-event-video > * {
            width: 100%;
            display: block;
            position: relative;
            border-radius: 5px;
        }
        .recorded-event .recorded-event-container .recorded-event-video a.player-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000;
            outline: 1px solid darkgrey;
            border-radius: 5px;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }
        .recorded-event .recorded-event-container .recorded-event-video img {
            object-fit: cover;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }
        .recorded-event .recorded-event-container .recorded-event-video i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            font-size: 42px;
            color: #fff;
            background-color: #3187b5;
            border-radius: 50%;
            width: 75px;
            height: 75px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    .recorded-event .recorded-event-container .player-private-overlay {
        position: relative !important;
    }
        .recorded-event .recorded-event-container .player-private-overlay form {
            position: absolute;
            background: #fff;
            width: 80%;
            left: 10%;
            top: 10%;
            padding: 10px;
            text-align: center;
        }
            .recorded-event .recorded-event-container .player-private-overlay form p {
                font-size: 14px;
                color: #212529;
                margin-bottom: 8px;
            }
            .recorded-event .recorded-event-container .player-private-overlay form input {
                max-width: 200px;
                border: 1px solid #3187b5;
                border-radius: 5px;
                padding: 5px;
                width: 100%;
            }
            .recorded-event .recorded-event-container .player-private-overlay form #AccesToken-msg {
                font-size: 14px;
                margin-top: 8px;
                margin-bottom: 0;
            }
            .recorded-event .recorded-event-container .player-private-overlay form .btn {
                margin-top: 12px;
            }

.recorded-event .event-download {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
    .recorded-event .event-download i {
        margin-left: 8px;
    }
#DownloadCode {
    max-width: 200px;
    border: 1px solid #3187b5;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}
#DownloadCode-msg {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
}

@media (min-width: 1400px) {
    .recorded-event .recorded-event-container .player-private-overlay {
        /*width: 1272px !important;
        height: 716px !important;*/
        width: 840px !important;
        height: 473px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .recorded-event .recorded-event-container .player-private-overlay {
        /*width: 1092px !important;
        height: 614px !important;*/
        width: 720px !important;
        height: 405px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .recorded-event .recorded-event-container .player-private-overlay {
        /*width: 912px !important;
        height: 513px !important;*/
        width: 600px !important;
        height: 338px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .recorded-event .recorded-event-container .player-private-overlay {
        /*width: 672px !important;
        height: 378px !important;*/
        width: 440px !important;
        height: 248px !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .recorded-event .recorded-event-container .player-private-overlay {
        width: 495px !important;
        height: 278px !important;
    }
}
@media (max-width: 575px) {
    .recorded-event .recorded-event-container .player-private-overlay {
        width: 100% !important;
        height: 267px !important;
    }
}

/* USERS */
.profile-picture {
    width: 80px;
}
    .profile-picture > div {
        border: 2px solid #3187b5;
        border-radius: 100%;
        height: 80px;
        width: 80px;
        color: #3187b5;
    }
        .profile-picture > div i {
            margin: auto;
            font-size: 3em;
        }

    .user {
        width: calc(100% - 80px);
        flex: 0 0 auto;
    }
        .user .card-title .badge {
            margin-left: 12px;
        }
        .user .user-channels h5 {
            margin: -10px 0 0 0;
            color: #3187b5;
        }
        .user .user-channels li {
            padding: 4px 4px;
        }
            .user .user-channels li .badge {
                cursor: default;
            }

    #channel-list .list-group {
        overflow-x: auto;
    }

    .tooltip-inner:has(.user-channels-tooltip) {
        max-width: max-content !important;
    }

    .user-channels-tooltip {
        text-align: left;
    }

    /* STREAMING PACKAGES */
    .streaming-package-icon {
        height: 30px;
        width: 30px;
        color: #3187b5;
    }

        .streaming-package-icon > div i {
            margin: auto;
        }

    .streaming-package {
        width: calc(100% - 30px);
        flex: 0 0 auto;
    }

    /* CHANNELS */
    .channel.card {
        border: none;
        box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, .3);
    }

        .channel.card .card-title .badge {
            margin-left: 12px;
        }

        .channel.card .feature-image {
            flex: 0 0 200px;
            width: 200px;
            height: 100px;
        }

            .channel.card .feature-image > div {
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                width: 100%;
                height: 100%;
            }

        .channel.card .card-properties td:last-child {
            text-align: start;
        }

        .channel.card .channel-details {
            flex: 1 0 auto;
            width: calc(100% - 200px);
        }

        .channel.card .channel-actions {
            display: flex;
            justify-content: flex-end;
        }

            .channel.card .channel-actions a {
                margin: 4px 0 -7px 12px;
            }

    @media (max-width: 576px) {
        .channel.card .card-properties {
            font-size: 12px;
        }
    }

    /* SETTINGS */
    .settings p {
        color: #707070;
    }

    .settings .alert {
        display: none;
    }

    /* LOGBOOK */
    .logbook .results {
        box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, .3);
        border-radius: 5px;
        padding: 10px;
        overflow: hidden;
    }

    .event-log {
        display: flex;
        flex-direction: row;
        font-size: 14px;
        color: #707070;
        margin-bottom: 10px;
    }

        .event-log .event-log-date {
            flex: 0 0 150px;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: center;
        }

        .event-log .event-log-icon {
            flex: 0 0 45px;
            display: flex;
            align-content: center;
            align-items: center;
            min-height: 60px;
        }

            .event-log .event-log-icon i {
                border-radius: 50%;
                border: 1px solid #d0d0d0;
                padding: 12px 10px 10px 11px;
                height: 40px;
                width: 40px;
                display: flex;
                z-index: 2;
                background-color: #fff;
            }

        .event-log .event-log-icon {
            position: relative;
        }

        .event-log .event-log-icon-inner {
            display: flex;
        }

            .event-log .event-log-icon-inner:after {
                content: '';
                height: 200px;
                width: 3px;
                background-color: #d0d0d0;
                position: absolute;
                top: 0;
                left: 19px;
                z-index: 1;
            }

        .event-log .event-log-content {
            flex: 1 0 auto;
            width: min-content;
        }

            .event-log .event-log-content p {
                margin: 0;
            }

    /* CHANNEL HEADER */
    .channel-header {
        display: flex;
        flex-wrap: wrap;
    }

        .channel-header img {
            flex: 0;
            order: 1;
            width: 225px;
            max-height: 125px;
            border-radius: 5px;
            margin-bottom: 30px;
        }

        .channel-header h2 {
            flex: 1;
            order: 2;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: 0 20px;
        }

        .channel-header .channel-header-separator {
            flex: 1;
            order: 3;
            display: none;
        }

        .channel-header .channel-header-donation {
            flex: 0;
            order: 4;
            display: flex;
            flex-direction: column;
            margin: 28px 0 0 0;
        }

        .channel-header .channel-header-break {
            order: 5;
            flex-basis: 100%;
            height: 0;
        }

        .channel-header .channel-header-donation .btn {
            width: max-content;
        }

    @media (max-width: 992px) {
        .channel-header img {
            width: 130px;
            max-height: 50px;
            margin-bottom: 12px;
        }

        .channel-header h2 {
            order: 6;
            margin: 4px 0 30px 0;
        }

        .channel-header .channel-header-separator {
            display: block;
        }

        .channel-header .channel-header-donation {
            margin: 4px 0 0 0;
        }
    }

    /* CHANNEL PAGE */
    .channel-page .channel-details img {
        max-width: 400px;
        border-radius: 5px;
        max-height: 250px;
        object-fit: cover;
        margin: 0 0 8px 0;
    }

    .channel-page .channel-details .channel-properties {
        max-width: 400px;
        color: #000;
        display: flex;
        flex-direction: column;
    }

        .channel-page .channel-details .channel-properties .channel-property {
            display: flex;
            flex-direction: row;
        }

            .channel-page .channel-details .channel-properties .channel-property > :first-child {
                flex: 0 0 110px;
            }

            .channel-page .channel-details .channel-properties .channel-property > :last-child {
                flex: 1 1 auto;
            }

            .channel-page .channel-details .channel-properties .channel-property p {
                margin: 0 0 8px 0;
            }
.channel-page .live-event {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 650px;
    border-radius: 10px;
}
    .channel-page .live-event .live-event-container {
        height: 100%;
        width: 100%;
    }
        .channel-page .live-event .live-event-container > * {
            position: absolute;
            width: 100%;
            height: 100%;
        }
        .channel-page .live-event .live-event-container .live-event-overlay {
            background-color: rgba(0, 0, 0, .7);
        }
        .channel-page .live-event .live-event-container img {
            object-fit: contain;
            border-radius: 10px;
        }
        .channel-page .live-event .live-event-container .live-event-caption {
            color: #fff;
            display: flex;
            align-items: center;
            text-align: center;
        }
            .channel-page .live-event .live-event-container .live-event-caption h3 {
                margin: auto;
            }
    .channel-page .live-event .live-event-video {
        display: none;
    }
        .channel-page .live-event .live-event-video #connections-container i {
            margin-right: 6px;
        }
        .channel-page .live-event .live-event-video video {
            height: 100%;
            width: 100%;
        }
    .channel-page .live-event form {
        background: #fff;
        height: max-content !important;
        width: 80% !important;
        left: 10%;
        top: 10%;
        padding: 5px;
        border-radius: 5px;
        text-align: center;
    }
        .channel-page .live-event form p {
            font-size: 14px;
            color: #212529;
            margin-bottom: 8px;
        }
        .channel-page .live-event form input {
            max-width: 200px;
            border: 1px solid #3187b5;
            border-radius: 5px;
            padding: 5px;
            width: 100%;
        }
        .channel-page .live-event form #AccesToken-msg {
            font-size: 14px;
            margin-top: 8px;
            margin-bottom: 0;
        }
        .channel-page .live-event form .btn {
            margin: 12px 0 6px 0;
        }

@media (min-width: 1400px) {
    .channel-page .live-event {
        width: 1272px !important;
        height: 716px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .channel-page .live-event {
        width: 1092px !important;
        height: 614px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .channel-page .live-event {
        width: 912px !important;
        height: 513px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .channel-page .live-event {
        width: 672px !important;
        height: 378px !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .channel-page .live-event {
        width: 495px !important;
        height: 278px !important;
    }
}

@media (max-width: 575px) {
    .channel-page .live-event {
        width: 100% !important;
        height: 267px !important;
    }
}




