﻿html, body {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
}

.site-header {
    width: 100%;
    flex: 0 0 auto;
    z-index: 100;
}

.page-layout {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.page-content {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}
.site-header {
    width: 100%;
    z-index: 100;
}

.d-none {
    display: none;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input::-webkit-credentials-auto-fill-button,
input::-webkit-textfield-decoration-container {
    display: none !important;
}

.clickable {
    cursor: pointer;
}
