.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/*
.container::-webkit-scrollbar {
    display: none;
}
.container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
*/

body {
    font-family: BentonSans, sans-serif;
    background-color: #131417;
    color: #ffffff;
    min-width: 376px;
    margin: 0px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
body::-webkit-scrollbar {
    display: none;
}

#topBar {
    background-color: #000000;
    min-height: 45px;
    margin: 0px;
    border-bottom: 0px solid #ffffff;
    padding: 5px;
    height: 5%;
    position: sticky;
    top: 0;
    z-index: 100;
}

#logoHeader {
    padding: 5px 5px 5px 5px;
    text-align: left;
    width: 150px;
    display: inline;
}

.topBarTextInput {
    background-color: inherit;
    border: 0px solid #ffffff;
    margin: 0;
    height: 45px;
    width: 150px;
    color: #22b9e3;
    font-size: 100%;
}
.topBarTextInput::placeholder {
    position: relative;
    top: 0;
    /* color: #d6d6d6; */
    opacity: 1;
    font-size: 115%;
}
.topBarTextInput:focus {
    border: 0px solid #131417;
    box-shadow: 0 0 3px #131417;
    outline-offset: 0px;
    outline: none;
}
/* #topBarButtonsDiv {
    width: 454px;
    float: right;
} */

#topBarButtonsSpan {
    margin: 0px 10px;
    width: fit-content;
    box-sizing: border-box;
    padding: 0px 10px;
    display: block;
    float: right;
}

.topBarButton {
    max-height: 45px;
    background-color: inherit;
    border: 0px solid #ffffff;
    margin: 0;
    height: 45px;
    color: #22b9e3;
    font-size: 100%;
    border-radius: 0.5em;
}
.topBarButton:hover {
    background-color: #2874ed;
    cursor: pointer;
}

#topBarSettings {
    display: none;
}

#enterLyricsScreen textarea {
    background-color: #2f3335;
    overflow: visible;
    resize: none;
    margin: 0;
    padding: 3px 0.2% 0 0.2%;
    border: 0px solid #ffffff;
    width: 99.6%;
    height: 500px;
    color: #ffffff;
}
#enterLyricsScreen textarea:focus {
    outline: none;
}

#enterLyricsScreen textarea::placeholder {
    position: relative;
    top: 45%;
    display: block;
    text-align: center;
    opacity: 1;
}

#enterLyricsScreen textarea::-webkit-scrollbar {
    /* background: #131417; */
    width: 0;
}

#cogIcon {
    height: 15px;
}

.licence {
    position: absolute;
    margin: 10px;
    bottom: 0;
    right: 0;
    font-size: 70%;
    color: #919191;
}
.licenceLink:link {
    color: #919191;
}
.licenceLink:visited {
    color: #919191;
}

#uploadFileScreen {
    display: none;
    background-color: #2e3132;
    width: 67%;
    margin: 5px auto;
    border-radius: 0.5em;
    padding: 13px;
}

#fileSelector {
    background-color: #22b9e3;
    border: 2px solid #ffffff;
    border-radius: 0.4em;
    text-align: center;
    width: 124px;
}
#fileSelector::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
}

/*=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=*/ /*=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=*/

#songInfoScreen {
    display: none;
    background-color: #2e3132;
    width: 194px;
    margin: 5px auto;
    border-radius: 0.5em;
    padding: 13px;
}

.SongInfoTextInputParagraph {
    width: 100%;
}

.SongInfoTextInput {
    width: 175px;
    display: inline-block;
    background-color: inherit;
    border: 0px solid #22b9e3;
    align-items: center;
    margin: 7px;
    height: 25px;
    color: #22b9e3;
    font-size: 100%;
}

/*=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=*/ /*=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=/=*/

#syncLyricsScreen {
    display: none;
    background-color: #1f2839;
    width: 100%;
    height: 85%;
    margin: 5px auto;
    padding: 0;
    overflow-y: scroll;
}
#syncLyricsScreen::-webkit-scrollbar {
    /* background: #131417; */
    width: 0;
}

#audioPlayerBar {
    display: none;
    position: sticky;
    min-width: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background-color: #131417;
    margin: 0;
    padding: 0;
}

#audioPlaybackBarSpan {
    display: inline-block;
    width: 100%;
}

#audioPlaybackBar {
    margin: 0 auto;
    width: 100%;
    display: inline;
}

.audioControlButton {
    display: inline-block;
    width: 120px;
    background-color: #2874ed;
    /* padding: 2x 5px; */
    border-radius: 00.3em;
    text-align: center;
}

.audioButton {
    background-color: #2874ed;
    padding: 2x 5px;
    border-radius: 00.3em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 20px;
}

.audioControlButton:hover {
    cursor: pointer;
}

#mainControls {
    display: inline-block;
    width: 390px;
}

#controlsConainer {
    display: block;
    margin: 13px 0 0 0;
    width: 659px;
    margin: 0 auto;
}

/*Bottom 3*/
#audioControlsP {
    position: relative;
    right: 2px;
    padding: 0 0.5%;
    margin: 0px;
}

#audioControlButtonPara {
    position: relative;
    bottom: 0px;
    width: 100%;
    display: inline-block;
    margin: 0 0%;
}

#syncButton {
    position: relative;
    bottom: 10px;
    font-size: 150%;
    width: 130px;
    height: 50px;
    /* margin-left: 32.8%; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#hintsAB {
    min-width: 100px;
    display: inline-block;
    width: 120px;
    text-align: center;
    margin-left: 0% !important;
}

#timeDisplay {
    position: relative;
    top: 3px;
    width: 115px;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
}

#volumeSlider {
    position: relative;
    top: 7px;
    width: 120px;
}

.audioButton:hover {
    cursor: pointer;
}

#GenerateFileButton {
    background-color: #49fc7c;
    color: #000000;
    display: inline-flex;
    width: 130px;

    position: relative;
    bottom: 13px;
    height: 50px;
    right: 20px;
    border-radius: 0.3em;
    font-size: 130%;
}

.tableRowBackgroundColour0 {
    background-color: #323c50;
}
.tableRowBackgroundColour1 {
    background-color: #2c3346;
}

#tableTimeColumn0 {
    border-top-left-radius: 1em;
}

#syncLyricsScreen table {
    border-collapse: collapse;
    margin: 10px 0px 10px 10px;
}

.tableTimeColumns {
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 10px;
}

.tableLyricsColumns {
    width: 100%;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    padding: 10px;
}

#WarningBox {
    display: block;
    position: fixed;
    top: 70px;
    right: 20px;
    width: 200px;
    height: fit-content;
    background-color: rgb(131, 13, 13);
    opacity: 0;
    padding: 10px;
    border-radius: 20px;
    z-index: -10000;

    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

#topBarSettingsPopup {
    position: absolute;
    top: 70px;
    right: 10px;
    background-color: #1f2839;
    border-radius: 1em;
    padding: 15px;
    width: 150px;
    height: 70px;
    display: none;
}

#cogPopupCloseX {
    color: #ff0000;
    display: block;
    text-align: right;
}

#cogPopupXX:hover {
    cursor: pointer;
}

#cogPopupSelectTimeOffset {
    color: #ffffff;
    background-color: #323c50;
    padding: 4px;
    border-radius: 0.4em;
}

.tableLyricsColumnInput {
    width: 100%;
    background-color: inherit;
    color: #ffffff;
    outline: solid 0px transparent;
    border: 0px solid transparent;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 150%;
}

.tableLyricsColumnInput:focus {
    width: 100%;
    background-color: inherit;
    color: #ffffff;
    outline: solid 0px transparent;
    border: 0px solid transparent;
    padding: 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 150%;
}

.tableEditButtonColumnClass {
    border-bottom: 2px solid #000000;
}

.tableEditButtonImageClass {
    height: 20px;
}

.tableEditButtonColumnClass:hover {
    background-color: rgb(40, 116, 237);
}

/* To accomidate the top bar */
@media (max-width: 768px) {
    #logoHeader {
        display: none;
    }

    #topBarButtonsSpan {
        width: 100%;
        box-sizing: border-box;
        padding: 0px 10px;
        margin: 0;
        padding: 0, 5px;
    }
}

/* To accomidate the sync button */
@media (max-width: 659px) {
    
    html body {
        background-color: #2E3132;
    }

    #uploadFileScreen {
        margin: 0;
        border-radius: 0;
        border-width: 0;
        padding: 10px;
        width: 100%;
        height: auto;
    }

    #songInfoScreen {
        margin: 0;
        border-radius: 0;
        border-width: 0;
        padding: 10px;
        width: 100%;
        height: auto;
    }

    .SongInfoTextInput {
        border-bottom-width: 1px;
    }

    
    #audioPlayerBar {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    #controlsConainer {
        display: block;
        height: 128px;
    }

    /* The whole controls container */
    #mainControls {
        width: 376px;
    }

    /* The top row of the controls container*/
    #audioControlButtonPara {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #syncButton {
        display: block;
        margin: 7px 0 0 0;
        border-radius: 0;
        padding: 5px 0 0 0;
        text-align: center;
        height: 39px;
    }

    /*.topBarButton {
         SET IN JS; Width: (avalible width-10) / 4 - (padding + margin) 
    }*/

    #GenerateFileButton {
        display: block;
        position: auto;
        padding: 5px 0;
        height: 20px;
        width: 100%;
        margin-top: 5px;

        bottom: 0;
        right: 0;
        
        
        text-align: center;
        border-radius: 0;
    }

    
}

/* Styles for tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS rules for tablets go here */
}

/* Styles for desktops */
@media (min-width: 1025px) {
    /* CSS rules for desktops go here */
}

.hidden {
    display: none;
}
