

#VIDEO_Wrapper {
    display: none;
    place-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: #0000006e;
    padding: 20px 0;
    box-sizing: border-box;
}

.VIDEO_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* The width will be set by JavaScript */
}

.VIDEO_player-wrapper {
    /* Height will be set by JavaScript. */
    width: 100%;
}

#VIDEO_playerZone {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    background: white;
    width: 100%;
    height: 100%;
    background: black;
}

#VIDEO_player {
    width: 100%;
    height: 100%;
    border: 0;
}

#VIDEO_playerOverlay {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.5%;
    transition: opacity 1s;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 60%, rgba(255,255,255,0) 100%);
    color: white;
}

.VIDEO_details {
    text-transform: uppercase;
    text-align: left;
}

.VIDEO_controls {
    display: flex;
    gap: 1rem;
}

.VIDEO_controls > button {
    background: none;
    color: white;
    border: none;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

#VIDEO_controls_chat {
    display: none;    
}

#VIDEO_controls_minimize {
    font-size: 1.3rem;
}

#VIDEO_controls_close {
    font-size: 1.7rem;
}

#VIDEO_controls_next {
    background: #ffffff30;
    color: white;
    border-radius: 0.5rem;
    display: flex;
    gap: 0.5rem;
    padding: 0.3rem 0.9rem;
    font-size: 1.2rem;
    text-wrap: nowrap;
}

.VIDEO_details > h2 {
    font-size: 1.5rem; 
    margin: 0;
}

.VIDEO_details > h3 {
    font-size: 1rem;
    margin: 0;
}

#VIDEO_player {
    border-radius: 0;
}






#WATCHPARTY_chatView {
    position: absolute;
    width: 30%;
    height: 55%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border-radius: 0 0.5rem 0.5rem 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem;
}

#WATCHPARTY_chatLog {
    overflow: hidden;
    font-size: 0.75rem;
    text-align: left;
    text-shadow: 0.1rem 0.1rem 0 #000,    -0.1rem 0.1rem 0 #000,    -0.1rem -0.1rem 0 #000,    0.1rem -0.1rem 0 #000;
}

.WATCHPARTY_chatControls {
    font-size: 1rem;
    display: flex;
}

#WATCHPARTY_messageInput {
    flex: 1;
    min-width: 50%;
    background: #00000075;
    color: white;
    border: none;
    border-radius: 0.5rem 0 0 0.5rem;
    padding: 0.5rem 1rem;
}

#WATCHPARTY_sendMessageButton {
    background: #00000075;
    color: white;
    border: none;
    border-left: 1px solid #ffffff6b;
    border-radius: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 1rem;
}

#WATCHPARTY_mobileChatView {
    flex: 1;
    width: 100%;
    color: white;
    display: none;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: flex-end;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(0deg, rgba(var(--WINXCOLOR_BasicPink), 0) 0%, rgba(var(--WINXCOLOR_BasicPink), 0) 50%, rgba(var(--WINXCOLOR_BasicPink), 0.1));
}

#WATCHPARTY_mobileChatLog {
    overflow: hidden;
    font-size: 1.5rem;
    text-align: left;
    color: black;
    display: flex;
    flex-direction: column-reverse;
}

#WATCHPARTY_mobileMessageInput {
    flex: 1;
    min-width: 50%;
    color: rgba(var(--WINXCOLOR_BasicPink));
    border: none;
    padding: 0.75rem 1.5rem;
}

#WATCHPARTY_mobileSendMessageButton {
    background: rgba(var(--WINXCOLOR_BasicPink), 1);
    color: white;
    border: none;
    border-left: 1px solid #ffffff6b;
    padding: 0.75rem 1.5rem;
}

.VIDEO_watchParty_createTeaser {
    background: white;
    border-radius: 0.5rem;
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}


.VIDEO_watchParty_createTeaser_text {
    text-align: left;
    color: rgba(var(--WINXCOLOR_BasicPink), 1);
}

.VIDEO_watchParty_createTeaser_text > h2 {
    font-size: 1.5rem; 
    margin: 0;
}

.VIDEO_watchParty_createTeaser_text > h3 {
    font-size: 1rem;
    margin: 0;
}

.VIDEO_watchParty_createTeaser_cta {
    display: flex;
    align-items: center;
    min-width: 25%;
}

.VIDEO_watchParty_createTeaser_cta > * {
    flex: 1;
    border: none;
    background: rgba(var(--WINXCOLOR_BasicPink), 0.1);
    color: rgba(var(--WINXCOLOR_BasicPink), 1);
    border-radius: 10rem;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    text-wrap: nowrap;
}

#WATCHPARTY_copyCodeButton {
    display: none;
    text-transform: uppercase;
}
#VIDEO_watchParty_createTeaser_text_share {
    display: none;
}

.VIDEO_watchParty_joinTeaser {
    margin: 20px var(--HOME_seasonCardMargin);
    padding: 20px 0px;
    gap: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.VIDEO_watchParty_joinTeaser > h2 {
    font-size: 25px;
    color: rgba(var(--WINXCOLOR_BasicPink), 1);
    padding: 0;
    margin: 0;
    text-align: left;
    text-wrap: nowrap;
}

.VIDEO_watchParty_joinTeaser_cta {
    display: flex;
    align-items: center;

    border: 1px solid rgba(var(--WINXCOLOR_BasicPink),0.1);
    border-radius: 100px;
    overflow: hidden;
}
.VIDEO_watchParty_joinTeaser_cta > input {
    width: 95px;
    color: rgba(var(--WINXCOLOR_BasicPink),1);
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    padding: 10px 25px;
    background: none;
    border: none;
    outline: none;
}

.VIDEO_watchParty_joinTeaser_cta_buttons {
    display: flex;
    flex: 1;
}

.VIDEO_watchParty_joinTeaser_cta_buttons > * {
    flex: 1;
    border: none;
    background: rgba(var(--WINXCOLOR_BasicPink), 0.1);
    color: rgba(var(--WINXCOLOR_BasicPink), 1);
    font-size: 15px;
    padding: 10px 25px;
    text-wrap: nowrap;
}

#WATCHPARTY_joinButton {
    text-transform: uppercase;
}

#WATCHPARTY_joinButton_loading {
    display: none;
}

@media screen and (min-width: 765px){
    #WATCHPARTY_mobileChatView {
        display: none!important;
    }
}


.VIDEO_minimized {
  background: none !important;
  height: min-content !important;
  width: min-content !important;
  padding: 0 !important;
  position: fixed !important;
  right: 0;
  padding: 20px 30px!important;
}

.VIDEO_minimized > .VIDEO_container {
  width: auto !important;
  height: auto !important;
}

.VIDEO_minimized > .VIDEO_container > .VIDEO_player-wrapper {
  height: auto !important;
  width: auto !important;
}

.VIDEO_minimized > .VIDEO_container > .VIDEO_player-wrapper > #VIDEO_playerZone {
  height: 12vw !important;
  width: 21.3vw !important;
}

.VIDEO_minimized > .VIDEO_container > .VIDEO_player-wrapper > #VIDEO_playerZone > #VIDEO_playerOverlay {
  height: 100% !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 50%) !important;
}

.VIDEO_minimized > .VIDEO_container > .VIDEO_player-wrapper > #VIDEO_playerZone > #VIDEO_playerOverlay > .VIDEO_details {
  width: 0px;
  overflow: hidden;
}

.VIDEO_minimized #WATCHPARTY_chatView,
.VIDEO_minimized #VIDEO_controls_chat,
.VIDEO_minimized > .VIDEO_container > .VIDEO_watchParty_createTeaser,
.VIDEO_minimized > .VIDEO_container > #WATCHPARTY_mobileChatView {
  display: none !important;
}



@media screen and (max-width: 764px){
    #VIDEO_Wrapper {
        padding: 0;
        background: white;
    }
    .VIDEO_container {
        height: 100%;
    }
    #VIDEO_playerZone {
        border-radius: 0;
    }
    #VIDEO_controls_chat {
        display: none!important;
    }
    #WATCHPARTY_chatView {
        display: none!important;
    }
    .WATCHPARTY_chatControls {
        border: 0.1rem solid rgba(var(--WINXCOLOR_BasicPink), 1);
        border-radius: 0.5rem;
        overflow: hidden;
        font-size: 1.5rem;
        display: flex;
    }
    .VIDEO_watchParty_createTeaser_cta {
        min-width: 50%;
    }
    .VIDEO_watchParty_joinTeaser {
        margin: 3vw var(--HOME_seasonCardMargin);
        padding: 3vw 0px;
        gap: 1.5vw;
    }
    .VIDEO_watchParty_joinTeaser > h2 {
        font-size: 3.8vw;
    }
    .VIDEO_watchParty_joinTeaser_cta > input {
        width: 13vw;
        font-size: 2vw;
        padding: 1.5vw 3.8vw;
    }
    .VIDEO_watchParty_joinTeaser_cta_buttons > * {
        font-size: 2vw;
        padding: 1.5vw 3.8vw;
    }
    
    
    
    .VIDEO_minimized > .VIDEO_container > .VIDEO_player-wrapper > #VIDEO_playerZone {
        height: 12vh !important;
        width: 21.3vh !important;
    }
}