@font-face {
    font-family: "Parisienne";
    src: local("Parisienne");
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('../fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anita Semi Square';
    src: url('../fonts/Anita semi square.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Press Start 2P';
    src: url('../fonts/PressStart2P-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #242424;
    position: relative;
    /*background: url('../Images/plus-icon.svg');*/
   

}

/*#debug-container {
    display: none;
}*/

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2B2B2B;
    height: 5%;

}

header h2 {
    color: #fff;
    font-family: Ubuntu;
    font-weight: 900;
    font-style: normal
}

#modal-background {
    top: 0;
    bottom: 0;
    width: 120%;
    height: 120%;
    position: absolute;
    z-index: 9;
    background-color: #078CB4;
    opacity: 25%;

}

#pay-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
}

#put-modal {
    position: absolute;
    display: flex;
    width: 800px;
    height: 360px;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    padding: 20px;
}

#info-modal {
    position: absolute;
    display: flex;
    width: 800px;
    height: 250px;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    padding: 20px;
}

#info-modal-top{
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    background-color: #2B2B2B;
    color : #FFFFFF;
    font-family: Ubuntu;
    text-align: center;
}


#info-modal-top h3 {
    margin: 1.5em;
}


#code-container{
    flex-direction: row;
}

#code-container input{
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    height: 60%;
}

#code-container button{
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
}

#code-container button icon{
    font-size: 16px
} 

#info-modal button{
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #078CB4;
    background-color: #078CB4;
    border-radius: 2px;
}

#info-modal button:hover{
    cursor: pointer;
    border: solid 2px #ffffff;

}


#search-key-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


#modal-tag-container{
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 1em ;
    background-color: #2B2B2B;
    border-radius: 8px 8px 0px 0px;
}


#modal-tag-container button {
    /*border: solid 2px #787878;*/
    box-shadow: 0 0 10px rgb(0, 0, 0);
    background: transparent;
    color: #fff !important;
    font-weight: bolder;
    max-width: 120px;
    max-height: 30px;
    text-align: center;

    /*border-radius: 0px;*/
    border: none;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: Ubuntu;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#modal-tag-container button:hover {
    cursor: pointer;
    border: solid 2px #ACD9E6;
    background: #ACD9E6;
    color: #fff !important;
}





#modal-result-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: auto;
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #2B2B2B;
    border-radius: 0px 0px 8px 8px;
}


#close-modal-btn {
    
    height: 10%;
    margin-left: 1em;
    background-color: #2B2B2B;
    border-radius: 8px;
    border-style: solid;
    border-color: #000000;
    justify-content: center;
    text-align: center;
    cursor: pointer;

}

#close-modal-btn:hover{
    background-color: #747575;

}

#close-modal-btn icon {
    color: #fff;
    font-weight: bolder;
    font-size: 19px;
}

#put-modal div img {
    max-height: 100px;
    margin-top: auto;
    margin-bottom: auto;


}

#put-modal div h4 {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
    font-family: Ubuntu;
    font-weight: bolder;
}

.hidden {
    display: none !important;
}



/*#title-container {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
}

#title-container p {
    margin-left: 6px;
    color: #fff;
    font-family: Ubuntu;
    font-size: 10px;
    font-style: italic;
}

.header-hidden {
    display: none;
}

#logo-container {
    display: flex;
}

#logo-container {
    cursor: pointer;
}

#logo-container h4 {
    color: #FFFFFF;
    font-family: Ubuntu;

}

#logo-cairn {
    max-width: 38px;
    max-height: 38px;
    margin-right: 16px;
    margin-top: auto;
    margin-bottom: auto;
}*/

/*#sidebar {
    background: #2B2B2B;
    width: 25%;
    height: 100%;
    overflow: auto;
    float: left;
    transition: width .42s;
    box-shadow: 1px 5px 15px 5px #000000;
}*/

/*#sidebar.collapsed {
    width: 0;
}*/

/*nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 11px;
}*/

/*nav button {
    box-shadow: 0 0 10px rgb(0, 0, 0);
    background: transparent;
    color: #fff !important;
    font-weight: bolder;
    border: none;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: Ubuntu;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}*/

/*nav button:hover {
    cursor: pointer;
    border: solid 2px #ACD9E6;
    background: #ACD9E6;
    color: #fff !important;
}*/

#close-menu-btn icon {
    font-size: 10px;
    font-weight: bolder;

}

.menu-option-selected {
    border: solid 2px #078CB4 !important;
    background: #078CB4 !important;

}


/*#preview-bis {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 5px 1px #000000;
    margin-top: -15%;
}*/

#preview-container {
    width: 70%;
    height: 60%;
    left: 28%;
    margin-top: 5%;
    margin-bottom: auto;
    border-radius: 8px;
    background-color: #078CB4;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#preview-container h1 {
    margin-left: 1em;
    font-family: Ubuntu;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#preview-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 5px 1px #000000;
}

#preview-container button {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px rgb(0, 0, 0);
    background: #787878;
    color: #fff !important;
    font-weight: bolder;
    border-radius: 0px;
    border: none;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: Ubuntu;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#preview-container button:hover {
    cursor: pointer;
    background-color: #242424;
}


#preview-container button icon {
    font-size: 21px;
    margin-left: 6px;
    pointer-events: none;

}



.input-key {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0.35%;
    background-color: red;

}

.keyboard {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 40vh;
    margin-top: 4%;
}

.keyboard>#InputBase {
    height: 55vh;
}

.input-key>.input-text:first-child {
    margin-left: auto;
    margin-right: auto;
    break-after: always;
}



.input-text {
    cursor: pointer;
    width: calc(60% - 2px);
    height: calc(35% - 2px);
    border: none;
    border-radius: 4px;
    margin-right: 0.5em;
    background-color: #747575;
    color: white;
    font-family: Ubuntu;
    font-weight: bolder;
    text-align: center;


}

.sub-option-firefox {
    background-color: #e3e3e3;
    border-radius: 4px;
    width: calc(35% - 2px);
    height: calc(35% - 2px);
    font-size: 8px;
    color: black;
    font-family: Ubuntu;
    font-weight: bolder
}

.hidden-input {
    display: none;
}


/*.preview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 40vh;
    width: 100%;
    margin-top: 3%;
}*/

/*.preview object {
    padding: 0px;
    border-radius: 8px;
    box-shadow: 5px 5px 15px 5px #078CB4;
}*/

/*.preview h3 {
    color: #fff;
    font-family: Ubuntu;
    font-weight: bolder;
    margin-bottom: 32px;
}*/


/*.preview>#preview {
    height: 40vh;
}*/

/*.container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    width: 100vw;
}*/

.container-hidden {
    /*visibility: hidden;*/
    display: none !important;
}

.upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.upload-label {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.file-name {
    margin-top: 10px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;

}

.keycode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 21px;
    border: 2px solid #DBD8E3;
    margin: 2px;
    cursor: grab;
    border-radius: 6px;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: #FFFFFF;



}



.keycode:active {
    cursor: grabbing;
}


#config-list {
    display: flex;
    flex-direction: column;
    background-color: #242424;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    padding: 0.6em;
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;

}

#config-list h3 {
    color: #fff;
    font-family: Ubuntu;
    font-weight: bolder;
}

.config-unit {
    width: 80%;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.0em;
    background-color: #242424;
    justify-content: flex-start;
    box-shadow: 1px 1px 5px 1px #078CB4;

}

.config-unit:hover {
    cursor: pointer;
    background-color: #309FC1;

}

.config-unit:hover .keyboard-config-model {
    color: #242424;
}


.config-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    box-shadow: 1px 1px 5px 1px #000000;



}

.keyboard-config-model {
    color: #fff;
    font-family: Ubuntu;
    font-weight: bolder;
    font-style: italic !important;

}

#theme-list-container {
    display: flex;
    flex-direction: column;

    background-color: #242424;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    padding: 0.6em;
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;

}

#theme-list-container :hover {
    cursor: pointer;
    background-color: #309FC1;
}


#theme-list-container :hover h3 {
    color: #242424;
}


#theme-list-container img {
    width: 80%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    box-shadow: 1px 1px 5px 1px #000000;
}

.theme-tile {
    width: 80%;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.0em;
    background-color: #242424;
    justify-content: flex-start;
    box-shadow: 1px 1px 5px 1px #078CB4;
}


.theme-tile h3 {
    color: #fff;
    font-family: Ubuntu;
    font-weight: bolder;

}


.selected-tile {
    background-color: aqua;
}


.button-hidden {
    display: none !important;
}


#general-container {
    background-color: #242424;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    padding: 0.6em;
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

#general-container input {
    margin-bottom: 1em;
    padding: 0.6em;
    margin-right: 18%;

}

#general-container select {
    margin-right: auto;
}

.general-sub-div {
    display: flex;
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0.6em;
    font-family: Ubuntu;
    color: #DBD8E3;

}

.general-sub-div label {
    font-weight: bolder;
    margin-bottom: 1em;
}

.general-sub-div input {
    margin: 6px;
    background-color: #242424;
    box-shadow: 1px 1px 5px 2px #000000;
    border-radius: 4px;
    padding: 0.6em;
    color: #fff;
    border: none;

}

.general-sub-div input:focus {
    outline: none;
    box-shadow: 1px 1px 5px 2px #078CB4;
}

.general-sub-div select {
    margin: 6px;
    width: 80%;
    outline: 0;
    border: 0 !important;
    background-color: #242424;
    border-radius: 4px;
    flex: 1;
    padding: 0.6em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-family: Ubuntu;
    box-shadow: 1px 1px 5px 2px #000000;
}

.general-sub-div select:hover {
    background-color: #078cb4a2;
}



.general-sub-div button {
    margin: 6px;

}


#add-theme-div {
    display: flex;
    justify-content: space-between;

}

#add-theme-div label {
    display: flex;
    justify-content: space-evenly;
    margin-top: auto;
    margin-bottom: auto;
    width: 20%;
    margin-left: 5px;
    margin-right: auto;
    color: #078CB4;
    background-color: #242424;
    border: none;
    border-radius: 4px;
    box-shadow:
        1px 1px 1px 1px #000000;
    font-family: Ubuntu;
    font-weight: bold;


}

#search-container p {
    color: #fff;
    font-family: Ubuntu;
    font-weight: bolder;
    text-align: center;
    font-size: 10px;
}

#add-theme-div label:hover {
    cursor: pointer;
    background-color: #078CB4;
    color: #242424;

}


#export-btn {
    display: flex;
    justify-content: space-evenly;
    margin-top: auto;
    margin-bottom: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #078CB4;
    background-color: #242424;
    border: none;
    border-radius: 4px;
    box-shadow:
        1px 1px 1px 1px #000000;
    font-family: Ubuntu;
    font-weight: bold;

}

#export-btn:hover {
    cursor: pointer;
    background-color: #078CB4;
    color: #242424;

}

#export-btn icon {
    margin-top: auto;
    margin-bottom: auto;
}


#download-btn {
    display: flex;
    justify-content: space-evenly;
    margin-top: auto;
    margin-bottom: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #078CB4;
    background-color: #242424;
    border: none;
    border-radius: 4px;
    box-shadow:
        1px 1px 1px 1px #000000;
    font-family: Ubuntu;
    font-weight: bold;

}

#download-btn:hover {
    cursor: pointer;
    background-color: #078CB4;
    color: #242424;

}

#download-btn icon {
    margin-top: auto;
    margin-bottom: auto;
}

#pay-btn-menu {
    display: flex;
    justify-content: space-evenly;
    margin-top: auto;
    margin-bottom: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #078CB4;
    background-color: #242424;
    border: none;
    border-radius: 4px;
    box-shadow:
        1px 1px 1px 1px #000000;
    font-family: Ubuntu;
    font-weight: bold;

}

#pay-btn-menu:hover {
    cursor: pointer;
    background-color: #078CB4;
    color: #242424;

}

#pay-btn-menu icon{
    margin-top: auto;
    margin-bottom: auto;
}


/*#key-selection-container {
    display: flex;
    flex-direction: row;
    width: 45%;
    min-height: 15%;
    max-height: 30%;
    background-color: #242424;
    border-radius: 10px;
    padding: 8px;
    margin-top: 15%;
    margin-bottom: 21px;
    box-shadow: 5px 5px 15px 5px #000000;
    


}*/

/*#key-selection-container h4{
    margin: auto;
    text-align: center;
    color: #DBD8E3;
    font-family: Ubuntu;
}*/

#keycodesContainer{
    background-color: red;
}

.filters {
    height: 100% !important;
    margin-right: 8px;
    border-radius: 5px;
    margin-bottom: 2px;




}


#filter-container {
    height: 100%;
    width: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

#filter-container div {
    display: flex;
    justify-content: center;
    background-color: #f7f6f2;

}

#filter-container div span {
    pointer-events: none;
}

#filter-container :hover {
    background-color: #D6ECF3;
    cursor: pointer;
}

#filter-container :hover .md-46 {
    color: #2A2438
}


.filter-selected {
    background-color: #5AB2CD !important;

}

.filter-selected .md-46 {
    color: #171010;

}


.md-46 {
    font-size: 32px !important;
    color: #DBD8E3;
    border-radius: 5px;
}


#keycodesContainer {
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;


}

.key-used {
    background-color: #787878;
}


/*#open-menu {
    width: max-content !important;
    height: max-content !important;
    margin-left: 21px;
    background-color: #2B2B2B;
    border: none;

}

#open-menu i {
    pointer-events: none;
    background-color: #2B2B2B;
    color: #DBD8E3;
}

#open-menu:hover {
    cursor: pointer;
}

#open-menu:hover i {
    color: #078CB4;

}*/


#search-container {
    background-color: #242424;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    padding: 0.6em;
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    display: flex;
    flex-direction: column;
}

#add-theme-title {
    width: 100%;
    font-family: Ubuntu;
    font-weight: bolder;
    color: #fff;
}

#search-title {
    font-family: Ubuntu;
    font-weight: bolder;
    color: #fff;
}


#search-container select {
    margin: 6px;
    width: 80%;
    outline: 0;
    border: 0 !important;
    background-color: #242424;
    border-radius: 4px;
    flex: 1;
    padding: 0.6em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-family: Ubuntu;
    box-shadow: 1px 1px 5px 2px #000000;
    margin-right: auto;
}

#search-container select:hover {
    background-color: #078cb4a2;
}

#theme-select {
    width: 80%;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
}

#filter-list-chosen {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3f3c3c;
    min-width: 95%;
    border-radius: 4px;
}

#filter-list-chosen:hover {
    cursor: pointer;
    background-color: none;
}

.filter-chosen {
    display: flex;
    margin: 6px;
    padding: 4px;
    border-radius: 6px;
    background-color: #078CB4;

}

.filter-chosen span {
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 10px;
    color: #fff;
    margin-left: 3px;

}

.filter-chosen i {
    color: #fff;
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
}

#no-filter-text {
    font-family: Ubuntu;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 12px;
    color: #fff;
}

#result-title {
    font-family: Ubuntu;
    font-weight: bold;
    color: #fff;
}

#result-title:hover {
    display: none;
}


#apple-sub-div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    height: 60%;
    width: 55%;
    outline: 0;
    border: 0 !important;
    background-color: #242424;
    border-radius: 4px;
    flex: 1;
    padding: 0.1em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-family: Ubuntu;
    box-shadow: 1px 1px 5px 2px #000000;

}

#windows-icon {
    font-size: 20px;
    color: #787878;
    margin-left: 1.4em;
    margin-right: 10px;
}

#windows-icon i {
    margin-top: 16px;
    margin-bottom: auto;
}

#windows-icon-activated {
    font-size: 23px;
    color: #00a2ed;
    margin-right: 0.2em;
    margin-top: 2px;
    margin-bottom: 2px;
}


#apple-icon {
    font-size: 20px;
    color: #787878;
    margin-right: 20%;
    margin-left: 6px;
}

#apple-icon i {
    margin-top: 15px;
    margin-bottom: auto;

}

#apple-icon-activated i {
    margin-top: 10px;
    margin-left: 1em;
}


#apple-icon-activated {
    font-size: 32px;
    color: #FF1300;
    margin-right: 25%;
    margin-left: 6px;
}


.toggle {
    cursor: pointer;
    display: inline-block;
    width: 50%;
    margin-top: 15px;

}

.toggle-switch {
    display: inline-block;
    background: #FF1300;
    border-radius: 16px;
    width: 42px;
    height: 21px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked+.toggle-switch {
    background: #00a2ed;

}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 25px;
}

.toggle-checkbox {
    /*position: absolute;*/
    /*visibility: hidden;*/
    display: none;
}

.toggle-label {
    position: relative;
    top: 2px;
}

#no-theme-title {
    color: #fff;
    font-family: Ubuntu;
    font-style: italic;
    font-weight: bolder;
    text-align: center;
}


#picker:hover {
    cursor: pointer;
}


#spacebar-div .input-text {
    width: calc(70% - 2px);
    height: calc(28% - 2px);

}

#spacebar-div .sub-option-firefox {
    width: calc(34% - 2px);
    height: calc(16% - 2px);


}


#enter-div {
    padding-left: 0.9%;
}

#enter-div .input-text {
    height: calc(32% - 2px);


}


#enter-div .sub-option-firefox {
    height: calc(25% - 2px);
    width: calc(30% - 2px);

}

.left-special-key .input-text {
    width: calc(60% - 2px) !important;
}

.left-special-key .sub-option-firefox {
    width: calc(35% - 2px) !important;

}

.right-special-key .input-text {
    width: calc(60% - 2px) !important;
}

.right-special-key .sub-option-firefox {
    width: calc(35% - 2px) !important;
}

.large-key-div {
    padding-left: 0.4%;
}

.large-key-div .input-text {
    width: calc(60% - 2px);
    height: calc(34% - 2px);
}

.large-key-div .sub-option-firefox {
    width: calc(35% - 2px);
    height: calc(30% - 2px);
}

.option-selected {
    background-color: #787878;
}

#loader {
    position: absolute;
    top: 32%;
    left: 58%;

    border: 8px solid;
    border-top: 8px solid #078CB4;
    border-bottom: 8px solid #242424;
    border-right: 8px solid #078cb400;
    border-left: 8px solid #078cb400;
    border-radius: 50%;

    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#loader-background {
    width: 70%;
    height: 60%;
    left: 28%;
    margin-top: 5%;
    margin-bottom: auto;
    border-radius: 8px;
    background-color: #2B2B2Bab;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}


/*#preview-bis-container {
    width: 70%;
    height: 60%;
    left: 28%;
    margin-top: 5%;
    margin-bottom: auto;
    border-radius: 8px;
    background-color: #078CB4;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}*/

/*#preview-bis-container h1 {
    margin-left: 1em;
    font-family: Ubuntu;
    font-weight: bolder;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}*/

#test-container {
    position: absolute;
    border-color: red;
    border-width: 1px;
    border-style: solid;

}

#pay-div button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    /*border: solid 2px #787878;*/
    box-shadow: 0 0 10px rgb(0, 0, 0);
    background: #078CB4;
    color: #fff !important;
    font-weight: bolder;
    max-height: 42px;
    max-width: 230px;
    /*border-radius: 0px;*/
    border: none;
    text-decoration: none;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: Ubuntu;
    letter-spacing: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#pay-div button:hover {
    cursor: pointer;
    border: solid 2px #ACD9E6;
    background: #ACD9E6;
    color: #fff !important;
}

#pay-div button icon {
    font-size: 22px;
    height: 100%;
}


#preview-theme {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 5px 1px #000000;
}


#no-background-text {
    font-family: Ubuntu;
    font-weight: bold;
    color: #fff;
}

#no-background-text:hover{
    cursor: auto;
    background-color: #242424;
}



.unit-on{
    border-color: rgba(7, 40, 180) !important;
    box-shadow: 0 0 15px rgba(7, 40, 180);
}


