@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Poppins&display=swap&family=Nunito');

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

header {
    background: #0F4C81;
    border-bottom: 4px solid #0F4C81;
    color: white;
}

div.menu-item > a {
    color: white;
}

.foot-line {
    background: #0F4C81;
    color: white;
}

div.menu-item:hover > a {
    color: white!important;
}

div.menu-item:hover:before {
    background: white;
}

input[type=submit], button:not([name=copy-pn]) {
    background: #0F4C81;
}

.slick-slider button {
    background: transparent;
}

.slider .slick-initialized .slick-slider {
    background: transparent;
}

.slick-prev .slick-arrow {
    background-color: yellow;
}

div.menu-item.dropdown > ul {
    background: #0F4C81;
}

.groupType > select:not(:disabled), 
.groupType > input[type=file]:not(:disabled) {
    color: #0f4c81;
    border: 1px solid;
}

.groupType > select:disabled, 
.groupType > input[type=file]:disabled {
    color: #aaa;
    border: 1px solid;
}

.lds-facebook > div { 
    background: #0f4c81;
}

form.staff-search input {
    padding: 1px 5px;
}

input[readonly][name=er-email],
input[readonly][name=ee-email] {
    background: none;
    border: none;
}

.employees > form > .employee {
    margin-top: 4px;
}

body.ER.login:before,
body.default:before {
    background: #0f4c81;
}

.login > div > div > form > div > label {
    color: #0f4c81;
}

.login > div > div > form > div > input[type=text],
.login > div > div > form > div > input[type=password] {
    border-bottom: 2px solid #0f4c81;
}

dialog#modal > .modal-container,
dialog#ynModal > .modal-container {
    border: 1px solid #0f4c81;
}

.button {
    background: #0f4c81;
}

.nt-radio > .selection-box {
    width: 22px;
    height: 22px;
    background: white;
    border: 1px solid #0f4c81;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    flex: none;
}
.nt-radio:hover > input:not(:disabled) ~ .selection-box {
    border: 2px solid #0f4c81;
}

.nt-radio > .selection-box:before {
    background: #0f4c81;
}
.nt-radio > input:checked ~ .selection-box:before {
    background: #0f4c81;
}
.nt-checkbox > .selection-box {
    border: 1px solid #0f4c81;
}
.nt-checkbox:hover > input:not(:disabled) ~ .selection-box {
    border: 2px solid #0f4c81;
}

.nt-checkbox > .selection-box:before {
    background: #0f4c81;
}

.nt-checkbox > input:checked ~ .selection-box:before {
    background: #0f4c81;
}

label.upload {
    background: #0f4c81;
}

form#details input, form#calc input, form#calc select {
    height: 34px;
    padding: 0 10px;
    vertical-align: bottom;
}

.row.thead {
    margin: 0;
    margin-bottom: 10px;
    color: #f16836;
}

form#calc label, form#details label {
    color: #f16836;
}

.employees:not(.staff) > .employee:not(:first-of-type) {
    margin-top: 4px;
}

.contract-result.rejected {
    background: #f00f0033;
}

.contract-result.completed {
    background: #32cd3233;
}

.filters {
    display: flex;
    /* flex-wrap: wrap; */
}

.filters > .filter:not(.date) {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.filters > .filter > .inline {
    list-style: none;
    flex: 0 0 33.3%;
    padding: 0 15px;
}

.filters > .filter > .inline > label {
    width: 100%;
    margin: 0;
}

.filters > .filter > .inline > input,
.filters > .filter > .inline > select {
    width: 100%;
}

div.filter.date > div > label {
    margin: 0;
}

table.call-tracker > tbody > tr {
    background: none!important;
}

table.call-tracker > tbody > tr > td {
    background: #0f4c8144;
}

table.call-tracker > tbody > tr > td:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

table.call-tracker > tbody > tr > td:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

table.call-tracker > tbody > tr:not(:first-of-type) {
    margin-top: 4px;
}

table.call-tracker {
    border-spacing: 0 4px;
    border-collapse: separate;
    width: 100%;
}

.mod-content > div.detail {
    display: flex;
    padding-right: 10px;
}

.mod-content > div.detail:not(:first-of-type) {
    margin-top: 4px;
}

.mod-content > div.detail > label {
    flex-shrink: 0;
    width: 180px;
    margin-right: 20px;
    font-weight: bold;
    /* display: block; */
    margin: 0;
    color: #e05e10;
    font-weight: normal;
    display: flex;
    align-items: center;
}

form.new-log > div > label:first-of-type {
    width: 180px;
    vertical-align: top;
    margin: 0;
    color: #e05e10;
}

form.new-log > div input:not([type=file]), 
form.new-log > div  select {
    height: 34px!important;
    vertical-align: middle;
}

form.new-log > div > select {
    min-width: 100px;
}

form.new-log > div:not(:first-of-type) {
    margin-top: 10px;
    margin-right: 0px;
}

form.new-log > div > textarea {
    margin: 10px 0px 0px 0px;
    width: 100%;
    resize: none;
}

.complaint {
    display: none;
}

form.new-log > div input[type=text], form.new-log > div > textarea[name=address], form.new-log > div > select {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.call-tracker thead th {
    font-weight: normal;
    color: #e05e10;
}

span.deleteicon {
    position: relative;
    display: inline-block;
}
span.deleteicon span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: url('http://cdn.sstatic.net/stackoverflow/img/sprites.png?v=4') 0 -690px;
    cursor: pointer;
    color: #e05e10;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    /* bottom: 0; */
    background: white;
    height: 32px;
    width: 32px;
}
span.deleteicon input {
    padding: 0px 7px;
    padding-right: 16px;
    box-sizing: border-box;
}

input.deletable {
    padding-right: 32px!important;
}

.profile-head, 
.employees > .employee {
    display: flex;
    align-items: center;
    padding: 15px;
}

.profile-head {
    background: #0F4C81;
    color: white;
}

.profile-head.no-bg {
    background: transparent;
}

.profile-head > .ee-card > .name > a > .staff-name,
.employee > .ee-card > .name > a > .staff-name {
    font-size: 1.2em;
}

.profile-head > .name > a > .staff-role,
.employee > .ee-card > .name > a > .staff-role {
    font-size: .8em;
}

.profile-head > .pic {
    max-height: 80px;
    max-width: 80px;
    /* border: 4px solid #e05e10; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10p;
}

.profile-head > .pic.text-center {
    margin: 0 auto;
}

.profile-head > .pic > img {
    border-radius: 100%;
}

.profile-head > .pic:before {
    content: " ";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    border: 2px solid white;
    box-sizing: content-box;
    border-radius: 100%;
}

.profile-head.no-bg > .pic:before {
    border: 2px solid #0f4c81;
}

.profile-head.no-bg > .pic.editable:hover:after {
    content: "\f044";
    font-family: "Font Awesome 5 Pro";
    color: white;
    background: #0006;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.profile-head > .name {
    margin-left: 14px;
}

.profile-body {
    background: #0f4c8133;
    padding: 10px;
    height: calc(100% - 90px);
}

.profile-body > .row:not(:first-of-type) {
    margin-top: 10px;
}

.profile-body > .row > :first-child {
    color: #e05e10;
}

form.administration > .row:not(:first-of-type) {
    margin-top: 10px;
}

form.administration > .split-role {
    margin-top: 10px;
}

form.administration > .split-role > .row:not(:first-of-type) {
    margin-top: 10px;
}

form.administration input:not([type=submit]),
form.administration select {
    height: 34px;
    min-width: 180px;
}

form.administration > label[class^="nt-"] {
    margin-top: 10px;
}

.row > div.col-md-3 {
    color: #e05e10;
}

.row.ice > div.col-md-9 > div:not(:first-of-type) {
    margin-top: 4px;
}

.ee-shift > div.col-md-9 > div:not(:first-of-type) {
    margin-top: 10px;
}

.row.shift-pattern > div > div {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

label.day {
    color: #e05e10;
    font-size: 1em;
    vertical-align: top;
}

label.day > label {
    margin: 0;
    vertical-align: middle!important;
}

.row.shift-pattern > div > div > input {
    min-width: 0;
    width: 50%;
    /* margin-left: auto; */
    text-align: left;
}

.row.shift-pattern > div > div:not(:first-of-type) {
    margin-top: 4px;
}

.row.shift-pattern > div > div.total {
    border-top: 1px solid #e05e10;
    padding-top: 4px;
}

.row.shift-pattern > div > input:not(:first-of-type) {
    margin-top: 4px;
}

input[name="total-hours"], input[name="lunch-break"], input[name="holiday-entitlement"] {
    width: 80px;
    min-width: 0!important;
}

.nik > div:not(:first-of-type),
.bank > div:not(:first-of-type) {
    margin-top: 4px;
}

.bank {
    display: inline-block;
}

.bank > .sort {
    width: 203px;
    display: inline-flex;
}

.bank > .sort > input {
    width: auto;
    min-width: 0!important;
}

.bank > .sort > span {
    margin: 0 4px;
}

form.administration input[disabled],
form.administration select[disabled],
form.administration textarea[disabled] {
    border: none;
    background: none;
    color: #212529;
    padding: 0;
    opacity: .7;
}

input[name^="bank-sort-p"] {
    text-align: center;
}

input[name^="bank-sort-p"][disabled] {
    border-bottom: 1px solid #0F4C81 !important;
}

form.administration .fa-edit {
    cursor: pointer;
    color: #e05e10;
}

.staff.employees > .row.employee {
    flex: 0 0 33.333333%;
    flex-wrap: wrap;
}

.staff.employees > .row.employee > .ee-card {
    display: flex;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    -webkit-transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

.staff.employees > .row.employee > .ee-card.breakout {
    display: block;
    text-align: center;
}

.staff.employees > .row.employee > .ee-card > .name {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.row.employee > .ee-card:not(.no-hover):hover {
    z-index: 2;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .25);
    transform: scale(1.05);
-webkit-transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
   -moz-transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
     -o-transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition: all .2s cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
   -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
     -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
        transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

div.staff.employees .profile-head > div > img {
    width: 100%;
}

.staff.employees {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

h2.department {
    margin-top: 10px;
}

.foot-line:after {
    background: #0F4C81;
}

textarea, 
select, 
input[name] {
    min-height: 30px;
}

.detail textarea[readonly] {
    background: none;
    border: none;
    resize: none;
}

.holiday-dates > .row > .col-md-12 > div {
    display: inline;
}

.holiday-dates > .row > .col-md-12 > div > input {
    width: 120px!important;
    min-width: 0!important;
}

.holiday-dates > .row > .col-md-12 > div:not(:first-of-type) {
    margin-left: 20px;
}

.holiday-dates > .row:not(:first-of-type) {
    margin-top: 4px;
}

.row.holiday .fas.fa-trash {
    color: rgb(170, 0, 0);
    transition: .125s all linear;
}

.row.holiday .fas.fa-trash:hover {
    transform: scale(1.1);
    transition: .125s all linear;
}

.row.holiday {
    width: fit-content;
}

.row.shift-pattern > div.col input {
    width: 100%;
    text-align: center;
}

div.login-left > .text > p {
    color: #0f4c81;
}

form.administration > .row > .col-md-9 > input,
form.administration > .row > .col-md-9 > select,
form.administration > .split-role > .row > .col-md-9 > input,
form.administration > .split-role > .row > .col-md-9 > select,
form.administration > .row > .col-md-9 > div > input,
form.administration > .row > .col-md-9 > div > select {
    width: 283px!important;
}

input.no-box {
    background: none;
    border: none;
}

label.day.text-center {
    display: block;
}

.address > input:not(:last-of-type) {
    margin-bottom: 4px;
}

select#address-select {
    margin: 4px 0!important;
}

.cog-menu-item {
    position: relative;
}

.cog-menu-item > a {
    color: white;
}

.cog-menu-item > a > li > div.icon {
    display: inline-flex;
    height: 34px;
    width: 40px;
    margin-right: 5px;
    background: #00000021;
    align-items: center;
    justify-content: center;
}

.cog-menu-item > a:hover {
    text-decoration: none;
}

.cog-menu-item > a:hover > li {
    background: #00000020;
}

.cog-menu-item > .sub-menu {
    background: #0f4c81;
    width: 240px;
    color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.cog-menu-item:hover > .sub-menu {
    position: absolute;
    right: 100%;
    top: 0;
}

.cog-menu-item > .sub-menu > a {
    color: white;
}

.menu-item > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0f4c81;
    width: 240px;
    color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.menu-item:hover > .sub-menu,
.cog-menu-item:hover > .sub-menu {
    display: block;
}

.menu-item > .sub-menu > a,
.cog-menu-item > .sub-menu > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
}

.menu-item > .sub-menu > a:hover > li,
.cog-menu-item > .sub-menu > a:hover > li {
    background: #00000020;
}

.menu-item > .sub-menu > a > li,
.cog-menu-item > .sub-menu > a > li {
   padding: 0;
   margin: 0;
   display: block;
   width: 100%;
   text-align: left;
}

.menu-item > .sub-menu > a > li > div.icon,
.cog-menu-item > .sub-menu > a > li > div.icon {
    display: inline-flex;
    height: 34px;
    width: 34px;
    margin-right: 10px;
    background: #00000021;
    align-items: center;
    justify-content: center;
}

.groupType > input[type=radio] {
    vertical-align: bottom;
}

q.logAction {
    /* font-style: italic; */
    background: #ffa50050;
    /* border-radius: 10px; */
    padding: 2px;
    width: fit-content;
}

q.logAction.block {
    display: block;
}

tr.complaint-col > td {
    background: #f0000025 !important;
}

tr.complaint-col > td {
    background-color: #f00!important;
    color: #fff!important;
}

tr.trustpilot-col > td {
    background: #00800025 !important;
}

tr.trustpilot-col > td {
    border-top: 1px solid #008000 !important;
    border-bottom: 1px solid #008000 !important;
}

tr.trustpilot-col > td:first-of-type {
    border-left: 1px solid #008000 !important;
}

tr.trustpilot-col > td:last-of-type {
    border-right: 1px solid #008000 !important;
}

.call-tracker thead {
    vertical-align: bottom;
}

div.tag.warning {
    background: #f1c40f;
    color: #333;
}

div.tag {
    display: inline-block;
    font-size: .8em;
    background: #0f4c81;
    padding: 2px 10px;
    color: white;
    border-radius: 2px;
    vertical-align: top;
    padding-left: 23px;
    position: relative;
}

div.tag:before {
    content: "\f12a";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: .8em;
}

div.tag.notice {
    background: #16a085;
    color: white;
}

div.tag.green {
    background: limegreen;
    color: white;
}

div.tag.amber {
    background: orange;
    color: white;
}

div.tag.red {
    background: red;
    color: white;
}

div.tag.notice:before {
    content: "\f12a";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: .8em;
}

div.tag.info:before {
    content: "\f059";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: .8em;
}

div.tag.cust-details:before {
    content: "\f2c2";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: .8em;
}

div.tag.green:before,
div.tag.amber:before,
div.tag.red:before {
    content: "\f017";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: .8em;
}


input[name=profile-pic] {
    width: 0!important;
    min-width: 0!important;
    padding: 0!important;
    border: 0!important;
}

.nt-checkbox > input, .nt-radio > input {
    width: 0!important;
    height: 0!important;
    min-width: 0;
    min-height: 0;
}

form.new-log button[name="edit-detail"] {
    vertical-align: bottom;
    margin-left: 10px;
}

.editable > span.fas.fa-edit {
    vertical-align: top;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e05e10;
}

.editable > span.fas.fa-edit:hover {
    cursor: pointer;
}

.editable > button {
    vertical-align: bottom;
}

input.no-box {
    padding: 0;
}

.address.inline > input[readonly] {
    height: 1.6em!important;
    min-height: fit-content;
}

td[data-name="workstream"] {
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table.call-tracker > tbody > tr.flagged > td:first-child {
    background: #0f4c81 !important;
    color: white;
}

.error {
    padding: 10px 10px 10px 50px; 
    border: 1px solid; 
    color: #D8000C; 
    background-color: #FFBABA; 
    background-repeat: no-repeat; 
    background-position: 10px center; 
    background-image: url('/images/update_password_warning.png');
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
}

span.note-date {
    background: #0f4c81;
    color: white;
    padding: 0px 8px;
    border-radius: 4px;
}

span.note-date > #hour {
    display: inline-block;
    margin-left: 10px;
}

span.note-date > #hour:after {
    content: ":";
}

span.note-date:after {
    content: "";
}

span.pound {
    background: #0f4c81;
    color: white;
    border: 1px solid #0f4c81;
}

input[name=salcal] {
    background: #0f4c8125;
    color: #333;
    border: 1px solid #0f4c81; 
    border-left: 0;
}

#holiday-report {
    height: 600px;
}

.slide.announcements>div.row>div.col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.announcement-container {
    padding: 10px;
    color: white;
    z-index: 2;
}

.full-height {
    height: 100%;
}
.full-width {
    width: 100%!important;
}

.slide.announcements h2,
.slide.announcements #announcement-title,
.slide.announcements #announcement-content {
    color: white;
}

.slide.announcements #announcement-content {
    white-space: pre-wrap;
    max-height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slide.announcements #announcement-content p:first-of-type {
    margin-top: 0;
}

.slide.announcements #announcement-content p:last-of-type {
    margin-bottom: 0;
}

.slide.announcements #announcement-user {
    margin-top: 10px;
    display: block;
}

.announcement {
    background: #0f4c8130;
    /* border: 1px solid #eee; */
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

h3#announcement-title {
    max-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
}

p#announcement-content {
    white-space: pre-wrap;
}

.announcement-container > h2 {
    font-size: 1.3em;
    text-align: center;
}

.announcement-attachments {
    border-top: 1px solid #e05e10;
    border-bottom: 1px solid #e05e10;
    padding: 5px 0;
    margin: 5px 0 10px 0;
}

.announcement-attachments > .attachment {
    font-size: .8em;
}

textarea[noresize] {
    resize: none;
}

.tag.renewal {
    position: relative;
    width: 100%;
    font-size: 1.2em;
    padding-left: 30px;
}

.tag.renewal:before {
    position: absolute!important;
    top: 50%!important;
    left: 5px!important;
    transform: translateY(-50%);
}

div.renewals > div:not(:first-of-type) {
    margin-top: 4px;
}

.cutoff-dates > div:not(:first-of-type) {
    margin-top: 4px;
}

.cutoff-dates {
    padding-top: .5rem;
    padding-left: 1rem;
}

form.new-log > div input[type=text], form.new-log > div > textarea[name=address], form.new-log > div > select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

 .font-caveat {
     font-family: "Caveat", sans-serif;
 }
 .font-poppins {
    font-family: "Poppins", sans-serif;
}
.slider-button {
    text-shadow: none;
    padding: 8px 20px;
    font-size: .9em;
    border-radius: 50px;
    background: var(--primary-colour);
    color: white;
}

div.slick-track > div.slide {
    display: inline-block;
    position: relative;
}

div.slick-track > div.slide > div.row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 80px;
    margin: 0;
}

table.christmas-hours tr > td {
    padding: 2px 0 !important;
}

table.christmas-hours tr > th {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    font-size: 1em;
}

table.christmas-hours tr > td:first-of-type,
table.christmas-hours tr > th:first-of-type {
    text-align: left;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    min-height: 600px;
    margin-bottom: 0 !important;
}

.slider {
    margin-bottom: 0 !important;
}

.nuisance-caller {
    background: pink;
    border: 2px solid red;
    color: #333;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
}

.nuisance-caller > :first-child {
    margin-top: 0;
}

.nuisance-caller > :last-child {
    margin-bottom: 0;
}