@font-face {
    font-family: 'Flat';
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

html,
body {
    font-family: 'Flat', 'roboto', sans-serif;
    font-weight: 300;
    background-color: #FFF;
    font-size: 15px;
    color: #000;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

body {
    background-image: linear-gradient(180deg, #240c81d1, #240c8147);
    color: #000;
    margin: auto;
}
div#toolbar.dgxl-app  button {
    height: 85%;
    margin: 4px;
    width: 200px;
    font-family: Flat;
    box-sizing: border-box;
    background-color: rgb(47, 59, 71);
    border-color: #ecf300;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    color: rgb(255 255 255);
    cursor: pointer;
    overflow: hidden;
    padding: 0px 6px;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    white-space: nowrap;
    min-width: 32px;
}
/*==========================================
PRE LOADER 
==========================================*/

.dgxl-part-searchBar {
    direction: rtl;
}

.dgxl-credits {
    visibility: hidden;
}

input {
    font-family: 'Flat';
    text-align: right;
    font-weight: bold;
    font-size: large;
}

.dgxl-inputInfo{
    left: 6px;
    right: auto;
}

.dgxl-contextMenuItemLabel{
    text-align: right;
    color: #b14410;
    font-size: 15px;
}
