/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none !important;
}
* {
    box-sizing: border-box;
}

body,
html,
#app-container {
    height: 100%;
    font-family: "Roboto", sans-serif;
}

.ant-tabs-bar {
    margin-bottom: 0;
}

.ant-upload-list-item {
    height: 30px;
    border-radius: 4px;
}

.ant-upload-list-item-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ant-checkbox-wrapper {
    line-height: initial;
}

.ant-dropdown-menu {
    max-height: 100vh;
    overflow: scroll;
}

.ant-dropdown-menu.filter-menu {
    overflow: hidden;
}

.ant-spin-fallback {
    position: absolute;
    width: 22px;
    height: 22px;
    -webkit-animation: spin 1.1s linear infinite;
    -moz-animation: spin 1.1s linear infinite;
    animation: spin 1.1s linear infinite;
}

.ant-select-selection--single .ant-select-selection__rendered {
    margin-right: 30px;
}

.ant-tabs-nav .ant-tabs-tab {
    padding: 12px 15px;
}

.ant-legacy-form-item {
    display: block;
}
.w-100 {
    width: 100%;
}
.dark-divider {
    border-color: rgba(0, 0, 0, 0.1);
}

.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell::before {
    top: 2px;
    transform: none;
}

.ant-picker-cell.ant-picker-cell-disabled::before {
    content: none;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*# sourceMappingURL=app.ea17c165d14e480a179b.css.map*/