.videoHere{
    position: relative;
}
.notification-sec {
    width: 100%;
    margin-bottom: 0;
}

.notification-col {
    flex: 1 0 100%;
    width: 100%;
}

.alert, .messages, .notification {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    clear: both;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

.alert.info, .messages.info, .notification.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert.alert, .messages.alert, .notification.alert {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert.error, .messages.error, .notification.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert.success, .messages.success, .notification.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert p, .messages p, .notification p {
    margin: 0;
}

.alert a, .messages a, .notification a {
    color: #ff2024;
}

.alert a:hover, .messages a:hover, .notification a:hover {
    color: #d30004;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.comments-note {
    padding: 10px;
    display: block;
}

@media (min-width: 480px) {
    .comments-note {
        padding: 20px;
    }
}

.add-comment{
    margin-bottom: 40px;
    width: 100%;
}

.notification {
    margin-bottom: 0;
    margin-top: 10px;
}

@media (min-width: 480px) {
    .comment-alert .notification {
        margin-top: 20px;
    }
}

.sendCommentsBox{
    width: 100%;
}

.comment-alert{
    width: 100%;
    margin-bottom: 20px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.modal-header .close {
    border: 0;
    background: #fff;
    cursor: pointer;
}

.btn-default{
    background-image: linear-gradient(to bottom, #ff7e7e, #ff4d4d, #ff7e7e);
    background-size: auto 200%;
    padding-right: 18px;
    padding-left: 18px;
    color: #fff;
    height: 41px;
    line-height: 45px;
    border-radius: 3px;
    border: 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    justify-content: center;
}

.commentBlock:last-child {
    margin-bottom: 20px;
}

.video{
    position: relative;
}

.submitCommentArea{
    width: 100%;
    margin-bottom: 20px;
}


.videos__info.rating-stars {
    display: flex;
    gap: 5px;
    cursor: pointer;
    font-size: 24px;
}

.videos__info.rating-stars .fa-star {
    color: #ccc !important;
    transition: color 0.2s;
}

.videos__info.rating-stars .fa-star.checked {
    color: #f5b301 !important;
}

.videos__info.rating-stars .fa-star:hover,
.videos__info.rating-stars .fa-star:hover ~ .videos__info.rating-stars .fa-star {
    color: #f5b301 !important;
}

.videos__info.rating-stars .rated .fa-star {
    cursor: default;
}

.videos__col{
    position: relative;
}

.reting-message{
    color: #fff;
    font-size: 12px;
    position: absolute;
    text-align: right;
    bottom: 50px;
    right: 0;
}

.videos__info .fa-star {
    color: #ccc !important;
    margin: 0;
    line-height: 1em;
}

.videos__info .fa-star.checked {
    color: #dee105 !important;
}

.static-page{
    color: #fff;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.static-page p{
    margin-bottom: 20px;
}

.fc button, .fc table, body .fc{
    color: #fff;
}







#calendar
{
    max-width: 100% !important;
}


.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead
{
    border-color: transparent !important;
}


.fc-day-header.fc-widget-header
{
    padding: 16px 10px;
    background: #111111;
    color: white;
    font-weight: 600;
    outline: none;
    text-decoration: none;
    text-align: center;
}

.fc-row.fc-widget-header table, .fc-row.fc-week.fc-widget-content.fc-rigid table
{
    border-spacing: 5px;
    border-collapse: separate;
}


.fc-day.fc-widget-content.fc-past 
{
    background:#111111 !important;
    opacity:0.6 !important;
}


.fc-day.fc-widget-content.fc-future 
{
    background:#111111 !important;
}

.fc-day-number
{
    outline:none;
    text-decoration: none;
    font-weight: 700 !important;
    color: #ed1c24 !important;
}

@media only screen and (max-width: 500px)
{
    .fc-day-number 
    {
        padding:0 !important;

    }
}

.fc-day-number:hover 
{
    text-decoration: none !important;
}

.fc-day.fc-widget-content.fc-today  
{
    background:inherit !important;
    border:2px solid #ed1c24 !important;
}

/* .fc-day.fc-widget-content
{
    padding:5px !important;
} */

.fc-button-group 
{
    display: flex !important;
    gap:5px;
}
.fc-button 
{
    padding: 6px 16px !important;
    color: black !important;
    font-size: 14px !important;
    background: white !important;
    border-radius: 3px !important;
    font-weight: 600 !important;
    background: white !important;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    height:fit-content !important;
    border:none !important;
    outline:none !important;
    text-decoration: none !important;
    transition:0.4s !important;
}


.fc-next-button, .fc-prev-button 
{
    padding:6px !important;
}

.fc-button:hover 
{
    transition:0.4s !important;
    opacity:0.7;
    cursor: pointer;
}

.fc-toolbar.fc-header-toolbar
{
    padding:0 5px !important;
}


@media only screen and (max-width: 650px)
{
    .fc-center 
    {
        padding:8px !important;
    }
}


.fc-content img 
{
    max-width: 100% !important;
}

.fc-event, .fc-event-dot 
{
    background:transparent !important;
    border:none !important;
}
.sortWrapper__select.multiselect-dropdown.multidropdown + .multiselect-dropdown .multiselect-dropdown-list-wrapper input[type="checkbox"]{
    display: initial !important;
    text-transform: uppercase;
    cursor: pointer;
}
.sortWrapper__select {
  padding: 9px 16px;
}
.sortWrapper .multiselect-dropdown span.optext .optdel{
    display: none;
}
.header{
    z-index: 9998;
}
.videos__info .fa-clock{
    margin-right: 5px;
}
.hero-button{
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #ed1c24;
    color: #fff;
    display: inline-flex;
    padding: 0 15px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.content-amount{
    background: #ed1c24;
    color: #fff;
    display: inline-flex;
    padding: 0 15px;
    height: 32px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.sortWrapper__h1{
    display: flex;
    align-items: center;
}
@media (max-width: 860px) {
    .sortWrapper {
        flex-wrap: wrap;
    }
}

.alphabet-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.alphabet-letter {
    background: #ed1c24;
    color: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
}

.alphabet-letter.active {
    background: #fff;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}

.alphabet-letter:hover {
    background: #fff;
    color: #ed1c24;
    border: 1px solid #ed1c24;
}