#videoSelectorWrapper {
    position: absolute;
    width: 500px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

#videoSelectorWrapper .closeButton {
    background-color: transparent;
}

#videoSelectorWrapper .closeButton ion-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
}

#videoSelectorWrapper .closeButton ion-icon:hover {
    font-size: 32px;
}

#videoSelectorUrlWarningMessage {
    color: orange;
    font-size: 0.8em;
    text-align: center;
    height: 25px;
}

#videoSelectorInputWrapper {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#videoSelectorSubmitUrlButton {
    width: 100px;
}

#videoSelectorDividerText {
    text-align: center;
    color: white;
}

#videoSelectorLoadFileButton {
    margin: 0 auto;
    display: block;
    width: 100px;
}