/*
 * DDT Reset CSS v1.0.0
 * Comprehensive CSS Reset with ddt- prefix
 */

/* ========================================
   BASIC RESET
   ======================================== */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

/* ========================================
   HEADINGS & TEXT ELEMENTS
   ======================================== */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.2;
}

p, blockquote, pre, address {
  margin: 0;
  padding: 0;
}

/* ========================================
   LINKS
   ======================================== */

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}
a,i,.anchor,.circle,button,.transition {
    transition: color .2s ease 0s,background-color .2s ease 0s,opacity .2s ease 0s,background-position .2s ease 0s,box-shadow .2s ease 0s,border .2s ease 0s
}
a:hover,i:hover,.anchor:hover,.circle:hover,button:hover,.transition:hover {
    transition: color 0s ease 0s,background-color 0s ease 0s,opacity 0s ease 0s,background-position 0s ease 0s,box-shadow 0s ease 0s,border 0s ease 0s
}
/* ========================================
   LISTS
   ======================================== */

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
    display: none !important;
}

/* ========================================
   FORM ELEMENTS
   ======================================== */

button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  outline: none;
  background: none;
}

/* button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} */

button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
  overflow: auto;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  min-width: 0;
}

legend {
  padding: 0;
  display: table;
}

/* ========================================
   MEDIA ELEMENTS
   ======================================== */

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* ========================================
   TABLE ELEMENTS
   ======================================== */

table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

/* ========================================
   OTHER ELEMENTS
   ======================================== */

hr {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, samp, pre {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* ========================================
   HIDDEN & DISPLAY
   ======================================== */

[hidden] {
  display: none !important;
}

template {
  display: none;
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

.ddt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ddt-sr-only-focusable:active,
.ddt-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* ========================================
   SELECTION & SCROLLBAR
   ======================================== */

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}
