ngb-modal-window .playlist {
  display: flex;
  flex-direction: column;
}

ngb-modal-window .video-sharing-container {
  margin-bottom: 25px;
  text-align: center;
}

ngb-modal-window .video-sharing {
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  outline: none !important;
  color: #000;
}

ngb-modal-window .video-sharing:last-child {
  margin-right: 0;
}

ngb-modal-window .video-sharing svg {
  width: 40px;
  height: 40px;
  fill: var(--greyForegroundColor);
  stroke: transparent;
  margin-bottom: 5px;
}

ngb-modal-window .video-sharing.facebook svg {
  fill: #1877F2;
}

ngb-modal-window .video-sharing.twitter svg {
  fill: #1DA1F2;
}

ngb-modal-window .video-sharing.linkedin svg {
  fill: #0077b5;
}

ngb-modal-window label.share-link {
  align-self: start;
}
#json-categories-as-text {
  border: 1px solid #c6c6c6;
  color: var(--textareaForegroundColor);
  padding: 5px 15px;
  background-color: var(--markdownTextareaBackgroundColor);
  font-family: monospace;
  font-size: 13px;
  border-bottom: 0;
  border-radius: 3px 3px unset unset;
  width: 100%;
}

#json-categories-as-text.error {
  border-color: red;
  color: red;
  border-bottom: 1px solid;
}

#categories-table th {
  border-color: currentcolor;
  border-bottom: none;
  border: var(--submenuBackgroundColor);
  border-bottom: 1px solid var(--submenuBackgroundColor);
  padding: 5px;
  font-weight: 600;
  color: var(--mainForegroundColor);
}

#categories-table tr {
  outline: 0;
  background-color: var(--mainBackgroundColor);
}

#categories-table tbody tr:nth-child(odd) {
  background-color: var(--submenuBackgroundColor);
}

#categories-table td {
  padding: 5px;
}

#categories-table .category__deleted {
  text-decoration: line-through;
  color: red;
}

#categories-table .category__added {
  color: green;
}
.modal .playlist {
  display: flex;
  flex-direction: column;
}

.modal .video-sharing-container {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.modal .video-sharing {
  cursor: pointer;
  display: inline-flex;
  text-decoration: none !important;
  outline: none !important;
  color: #000;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 13px;
  margin-right: 13px;
}

.modal .video-sharing img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}

.modal + .modal-backdrop {
  z-index: 16000 !important;
}

.modal.custom-domain .modal-header {
  display: flex;
  justify-content: center;
  width: 100%;
}

.modal.custom-domain .modal-body {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.modal.custom-domain .modal-body p {
  align-self: flex-start;
}

.modal.custom-domain .modal-body img {
  width: 140px;
  margin-bottom: 45px;
}
.mainVideo {
    display:flex;
    width:100%;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.minivideo {
    border: solid rgb(32, 32, 32) 1px;
    width:250px;
    display:inline-block;
    margin:0px;
    max-width: 50vw;
    background-color: black;
    display: flex;
    align-items: stretch;
    flex-direction:column;
    height: 100%;
    min-height: 100%;
}

.minivideoContainer {
    max-height: 250px;
    display: flex;
    align-items: stretch;
    flex-direction:row;
}

.minivideoText {
    display: flex;
    height: 100%;
    min-height: 3em;
    max-height: 3em;
    color: white;
}

.allVideoContainer {
    display: flex;
    flex-flow: column;
    height: calc(100vh - 50px);
    max-height: calc(120vw - 50px);
    background-color: black;
}

.calendarContainer {
    display: flex;
    align-content: center;
    max-width:100%;
    flex-direction: column;
    max-height: 70vh;
    overflow: auto;
    width: 100%;
    border: solid #666 1px;
}

.calendarInfoDiv {
    display: flex;
    flex-direction: row;
}

.calendarInfoDiv {
    overflow: hidden;
}

.calendarDetailsContainer {
    margin: 5px;
}


.entryWrapper {
    overflow-y: visible;
    height: 4em;
    width: 100%;
}

.entryWrapper:last-child, .entryWrapper:hover, .entryWrapper.lastCard {
    overflow-y: visible;
    height: 10em;
}

.calendarCard {
    right:0%;
    min-width: 10em;
    height: 3em;
    border-radius: 0.2em;
    border: solid #666 1px;
    background-color: rgb(255, 255, 255);
    padding: 0.25em;
  
    display: flex;
    flex-direction: column;
    align-items: normal;
}

.dayBreak {
    margin-top: 0;
    margin-bottom: 0;
}

.timeBreak {
    margin-top: 0;
    margin-bottom: 0;
}

.calendarThumbnail {
    width: 10em;
    object-fit: contain;
    object-position: top;
}

.calendarIntroduction {
    height: auto;
    width: auto;
    color:white;
    text-align: center;
}

.calendar-entry {
    display: flex;
    color: red;
}.vjs-airplay-button .vjs-icon-placeholder{background:url(/plugins/tv-streaming/1.1.5/static/images/15076c78bef534145ba7f83fc26b2916.svg) center center no-repeat;background-size:contain;display:inline-block;width:22px;height:22px}.vjs-airplay-button:hover{cursor:pointer}.vjs-airplay-button:hover .vjs-icon-placeholder{background-image:url(/plugins/tv-streaming/1.1.5/static/images/15076c78bef534145ba7f83fc26b2916.svg)}.vjs-chromecast-button .vjs-icon-placeholder{background:url(/plugins/tv-streaming/1.1.5/static/images/858fd0339240108bb0e78765e3c39508.png) center center no-repeat;background-size:contain;display:inline-block;width:22px;height:22px}.vjs-chromecast-button:hover{cursor:pointer}.vjs-chromecast-button:hover .vjs-icon-placeholder{background-image:url(/plugins/tv-streaming/1.1.5/static/images/858fd0339240108bb0e78765e3c39508.png)}.vjs-chromecast-button.vjs-chromecast-casting-state .vjs-icon-placeholder{background-image:url(/plugins/tv-streaming/1.1.5/static/images/ef4d45ff6edae54dc8227be8027da32e.png)}.vjs-chromecast-button.vjs-chromecast-casting-state:hover .vjs-icon-placeholder{background-image:url(/plugins/tv-streaming/1.1.5/static/images/ef4d45ff6edae54dc8227be8027da32e.png)}.vjs-tech-chromecast{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.vjs-tech-chromecast .vjs-tech-chromecast-poster::after{content:" ";display:block;height:2px;width:100px;background-color:#ccc;position:absolute;left:calc(50% - 50px)}.vjs-tech-chromecast .vjs-tech-chromecast-poster-img{max-height:180px;width:auto;border:2px solid #ccc}.vjs-tech-chromecast .vjs-tech-chromecast-poster-img.vjs-tech-chromecast-poster-img-empty{width:160px;height:90px}.vjs-tech-chromecast .vjs-tech-chromecast-title-container{position:absolute;bottom:50%;margin-bottom:100px;color:#ccc;text-align:center}.vjs-tech-chromecast .vjs-tech-chromecast-title{font-size:22px}.vjs-tech-chromecast .vjs-tech-chromecast-title.vjs-tech-chromecast-title-empty{display:none}.vjs-tech-chromecast .vjs-tech-chromecast-subtitle{font-size:18px;padding-top:.5em}.vjs-tech-chromecast .vjs-tech-chromecast-subtitle.vjs-tech-chromecast-subtitle-empty{display:none}.video-js .vjs-control-bar .vjs-airplay-button,.video-js .vjs-control-bar .vjs-chromecast-button{width:47px}.video-js .vjs-control-bar .vjs-airplay-button .vjs-icon-placeholder,.video-js .vjs-control-bar .vjs-chromecast-button .vjs-icon-placeholder{display:inline-block}

/*# sourceMappingURL=main.css.map*/