body {
    margin: auto;
}

#customPlayer {
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
}

#customPlayer>.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.overlayOn {
    pointer-events: all;
}

.overlayOff {
    pointer-events: none;
}


#dropdown_list {
    width:180px;
}

@media (max-width: 960px) {
    .dropdownWidget {
        position: absolute;
        top: 10%;
        float: left;
        
    }
    #drop_button {
        padding: 5px 10px;
        display: block;
        width: 85px;
        height: 85px;
        margin: auto;
        border: none;
        border-radius: .3em;
    }
    button {
        background-color: rgba(30, 30, 30, .9);
        color: #fff;
        border: none;
        opacity: 1;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        outline: none;
        transform: scale(.7);
    }
    .mouseDown {
        transition: 0s;
        transform: scale(.6);
    }
    .mouseUp {
        transition: .1s;
        transform: scale(.7);
    }
    .dropdown_button_item {
        text-align: center;
        border-radius: .3em;
        box-sizing: border-box;
        width: 100%;
        padding: 8px;
        margin-top: -5px;
        text-decoration: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
    }
    .dropdown_content {
        position: absolute;
        left: 65px;
        top: 9%;
        float: left;
        /* display: block; */
        min-width: 100px;
        margin-top: 2px;
        z-index: 1;
        transition: all .2s;
        transition-timing-function: ease-out;
    }
    img {
        width: 50px;
        height: 50px;
        padding-bottom: 2px;
    }
    #Drop_Button_Text {
        font-size: 20px;
        font-weight: bold;
        max-width: 40px;
        text-align: center;
        margin: auto;
    }
}

@media (min-width: 961px) {
    .dropdownWidget {
        position: absolute;
        top: 9%;
        float: left;
        left: 10px;
    }
    #drop_button {
        padding: 5px 10px;
        display: block;
        width: 50px;
        height: 50px;
        margin: auto;
        border: none;
        border-radius: .3em;
    }
    button {
        background-color: rgba(30, 30, 30, .9);
        color: #fff;
        border: none;
        opacity: 1;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        outline: none;
        transform: scale(1);
    }
    .mouseDown {
        transition: 0s;
        transform: scale(.9);
    }
    .mouseUp {
        transition: .1s;
        transform: scale(1);
    }
    .dropdown_button_item {
        text-align: center;
        border-radius: .3em;
        box-sizing: border-box;
        width: 80%;
        padding: 8px;
        margin-top: 10px;
        text-decoration: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-size: 13px;
    }
    .dropdown_content {
        position: absolute;
        left: 50px;
        top: 9%;
        float: left;
        /* display: block; */
        min-width: 100px;
        margin-top: 2px;
        z-index: 1;
        transition: all .2s;
        transition-timing-function: ease-out;
    }
    img {
        width: 25px;
        height: 25px;
        padding-bottom: 2px;
    }
    #Drop_Button_Text {
        font-size: 12px;
        font-weight: bold;
        max-width: 40px;
        text-align: center;
        margin: auto;
    }
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
}

.fadingIn {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.fadingOut {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.dropdown {
    display: inline-block;
    color: #fff;
}

.show {
    clip-path: inset(0%);
}

.hide {
    clip-path: inset(0% 0% 100% 0%);
}

.textContrast {
    opacity: 1;
    color: #fff;
}

.selected {
    border: rgb(255, 255, 255);
    pointer-events: none;
    background-color: rgba(30, 30, 30, .5);
    color: rgb(255, 255, 255,.5);
}

#placeholder {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
}


#placeholder>.preview
{
     color: white;
opacity: 0.8;
    font-family: Arial, Helvetica, sans-serif;
}


#placeholder>.preview>#placeholder_preview {
    font-size: 100px;
    font-style: bold;
    font-weight: 600;

}

#placeholder>.preview>#placeholder_message {
    font-size: 30px;

}


.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.fullHide {
    display: none;
}
