@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
/* body {
  background-color: #000;
  background-image: url(/images/christmas/background.jfif);
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
} */

header:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 400px;
  background: linear-gradient(90deg, transparent, #0f4c81 90%), url(/images/christmas/snow.gif);
  /* background-image: ; */
}

header:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 400px;
    background: linear-gradient(-90deg, transparent, #0f4c81 90%), url(/images/christmas/snow.gif);
    /* background-image: ; */
    z-index: -1;
  }

body > .content, body > .container {
  background: #f5fbff;
  padding: 10px !important;
}

body > .content:first-of-type {
    margin-top: 0px;
}

header {
    position: sticky;
}

/* div.content.user-bar {
    position: relative !important;
    top: 0 !important;
} */

/* table.call-tracker > tbody > tr > td {
    background: rgba(255, 255, 255, .5);
} */

table.call-tracker > thead > tr > th {
    background: transparent;
}

/* .action-bar {
    background: none!important;
    padding: 10px !important;
}

.page-title {
    background: none !important;
    position: initial !important;
} */

table.call-tracker > thead > tr > th:before {
    display: none
}

/* form > .inputs {
    background: transparent!important;
    border-bottom: none !important;
    padding: 10px !important;
} */

.foot-line {
    border-top: 0;
}

.page-title {
    /* font-family: 'Comfortaa', cursive; */
    color: red !important;
}

.title-line {
    height: 6px !important;
    background: red !important;
    background-image: linear-gradient(45deg, white 25%, transparent 25.5%, transparent 50%, white 50.5%, white 75%, transparent 75.5%, transparent) !important;
    background-size: 80px 80px !important;
    border: 1px solid red;
    border-radius: 100px;
    margin-top: -10px;
}

.christmas-countdown {
    font-size: 1.6em;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
}

.christmas-countdown > .days {
    padding: 4px 10px;
    background: rgba(255, 255, 255, .25);
    border-radius: 6px;
    font-family: "Poppins", sans-serif;
}

.slide.christmas {
    background: url(/images/christmas/christmas_slider.png);
    color: white!important;
}
.slide.christmas #content {
    /* max-width: 420px; */
    float: right;
    width: 100%;
}
.slide.christmas #content > table {
    margin-left: auto;
}
div.slide.christmas div#content span.title {
    font-size: 3em;
    font-weight: lighter;
}
div.slide.christmas div#content p {
    font-size: 1.1em;
    margin-top: 1em;
}
div.slide.christmas div#content div.buttons {
    margin-top: 1em;
}
div.slide.christmas div#content .slide-button {
    background: var(--primary-colour);
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 30px;
}
div.slide.christmas table td:first-of-type {
    padding-left: 0;
}
div.slide.christmas table td:last-of-type {
    padding-right: 0;
}