/* font */
/* devanagari */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppinsRegular1.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppinsRegular2.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppinsRegular3.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppinsMedium1.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppinsMedium2.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppinsMedium3.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppinsSemiBold1.woff2') format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppinsSemiBold2.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppinsSemiBold3.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* general */
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
*:focus {
    outline: none;
}
*:not(input):not(textarea) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*[onclick] {
    cursor: pointer;
}
::-webkit-scrollbar {
    display: none;
}
html {
    height: 100%;
    position: relative;
    overflow: hidden;
}
body {
    height: 100%;
    font-family: 'poppins';
    font-size: 14px;
    background-color: #121316;
    color: #e3e3e3;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
textarea, input[type='text'], input[type='number'], input[type='password'], select {
    display: block;
    font-family: 'poppins';
    border: 0;
}
input[readonly] {
    cursor: pointer;
}
ul {
    list-style: none;
    padding: 0;
}
input[readonly], input[readonly].datepicker {
    cursor: pointer;
}
.button.primary {
    height: 48px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 16px;
    margin-bottom: 24px;
    text-align: center;
}
.button:not([locked]) > .loading,
.button[locked] > .content {
    display: none;
}
.field > label {
    color: #e3e3e3;
}
.contextMenu {
    border-radius: 12px;
    min-width: 140px;
    backdrop-filter: blur(16px);
    overflow: hidden;
}
.contextMenu > .items > .button {
    padding: 8px 12px;
}
.contextMenu > .items > .button > .text {
    font-size: 12px;
}
.contextMenu > .items > .button > .bindKey {
    font-style: italic;
    font-weight: 200;
    font-size: 7px;
    line-height: 250%;
}

/* overrides */
.mdtoast {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px;
}

@media (max-width: 799px) {
    .mdtoast {
        right: 24px;
    }
}