html {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.modal {

}

hr {
    width: 100%;
    height: 1px;
    color: #ECECEC;
    background-color: #ECECEC;
    border: none;
}

.template {
    display: none !important;
}

.hide {
    display: none !important;
    pointer-events: none;
}