* {
    scrollbar-width: thin !important;
}


/* COLORS */

:root {
    --exo-purple-dark: #222256;
    --exo-pink: #cb6ce6;
    --exo-purple: #7843e6;
    --exo-violet: #9816ff;
    --exo-teal: #31a1a3;
    --exo-pink-dark: #e61f93;
}

.text-color-1 a {
    color: var(--exo-pink);
}

.text-color-2 a {
    color: var(--exo-purple);
}

.text-color-3 a {
    color: var(--exo-purple-dark);
}

.text-color-4 a {
    color: var(--exo-violet);
}

.text-color-5 a {
    color: var(--exo-teal);
}

.text-color-6 a {
    color: var(--exo-pink-dark);
}

.color-1 {
    background: var(--exo-pink);
}

.color-2 {
    background: var(--exo-purple);
}

.color-3 {
    background: var(--exo-purple-dark);
}

.color-4 {
    background: var(--exo-violet);
}

.color-5 {
    background: var(--exo-teal);
}

.color-6 {
    background: var(--exo-pink-dark);
}

[field="last_name"] a {
    color: var(--exo-pink);
}

[field="first_name"] a {
    color: var(--exo-purple);
}

[field="date_of_birth"] a {
    color: var(--exo-purple-dark);
}

[field="street"] a {
    color: var(--exo-violet);
}

[field="location"] a {
    color: var(--exo-teal);
}

[field="postcode"] a {
    color: var(--exo-pink-dark);
}

.exo-purpledark-background {
    background-color: var(--exo-purple-dark) !important;
}

.exo-purpledark-color {
    color: var(--exo-purple-dark) !important;
}

.exo-purpledark-border {
    border-color: var(--exo-purple-dark) !important;
}


/* BUTTONS */

.w-15 {
    width: 15%;
}

.btn-hover {
    --c: white;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}

button.btn-hover span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.3s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

button.btn-hover:hover p {
    color: black;
}

button.btn-hover p {
    margin-bottom: 0px;
}

button.btn-hover:hover span {
    transform: translateY(0) scale(2);
}

button.btn-hover span:nth-child(1) {
    --n: 1;
}

button.btn-hover span:nth-child(2) {
    --n: 2;
}

button.btn-hover span:nth-child(3) {
    --n: 3;
}

button.btn-hover span:nth-child(4) {
    --n: 4;
}


/* PREVIOUS/NEXT ARROWS */

div.arrows svg {
    width: 15px;
    /* height: auto; */
    margin: 0 0.4rem;
    cursor: pointer;
    overflow: visible;
    padding-bottom: 0.2rem;
}

div.arrows svg polygon,
div svg path {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}

div.arrows svg:hover polygon,
div.arrows svg:hover path {
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    fill: var(--exo-violet);
}

div.arrows svg:hover .arrow {
    animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

div.arrows svg:hover .arrow-fixed {
    animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    5% {
        transform: translateX(-0.1rem);
    }
    100% {
        transform: translateX(1rem);
        opacity: 0;
    }
}

@keyframes arrow-fixed-anim {
    5% {
        opacity: 0;
    }
    20% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}


/* EXO - SUGGEST*/

.searchContent {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: gray;
}

li[rel="0"] {
    margin-top: -20px !important;
}

.exsg_cat {
    font-weight: bold;
    color: var(--exo-violet);
    font-family: Arial;
    margin-left: 6px;
    margin-top: 20px;
}

.exo_logo {
    color: gray;
    cursor: pointer;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 7.5pt;
    font-weight: bold;
    height: 15px;
    padding: 3px 2px 2px 0;
    vertical-align: bottom;
}

.exsg_logo {
    line-height: 13px;
    overflow: hidden;
    border-top: 1px solid lightgrey;
    margin: 0;
    padding: 0 5px;
    text-align: right;
    vertical-align: middle;
    height: 20px;
}

.exsg_box {
    position: absolute;
    /* width: auto !important; */
    /* max-width: 600px; */
    /* top: 72% !important; */
    /* left: 291px !important; */
    display: block;
    background-color: white;
    border: 1px #2D556E;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 3px 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 10pt;
    overflow: hidden;
    padding: 0px;
    z-index: 99999;
}

.exsg_results ul,
.exsg_results ul li {
    list-style: none none outside !important;
    padding: 0;
    margin: 0;
}

.exsg_item {
    cursor: default;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.exsg_item .col1 {
    width: auto;
    float: left;
    min-width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 18px;
    white-space: normal;
}

.exsg_item .col2 {
    float: right !important;
    display: inline-block;
    white-space: normal;
    padding-right: 9px;
}

.highlighted {
    font-weight: bold;
}


/* Custom suggest styles */

li.exo-fieldquery {
    float: left;
    padding: 10px;
    border: 1px solid lightgray;
    margin: 5px 5px 0 0;
    list-style-type: none;
    display: block;
    border-radius: 5px;
    color: grey;
}

.exo-fieldquery-label {
    float: left;
    padding: 3px;
    text-align: left;
}

.exsg_footer {
    display: none;
}

.exsg_item {
    padding: 2px;
}

.col1 .exoSuggName {
    display: inline;
    overflow: hidden;
    vertical-align: top;
}

.exsg_cat .col1 {
    padding-left: 2px;
}

.exsg_loading {
    background-image: url('../../global/images/indicator.gif') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

.exsg_odd {
    background-color: #eee;
}

.exsg_over {
    background-color: #BFC9D0;
}

.exsg_tab {
    padding-left: 16px;
}

.exsg_bold {
    font-weight: bold;
}

.exsg_clear {
    clear: both;
}

.bg-move-outer {
    position: relative;
    /* overflow: hidden; */
    /* background-color: #c9ccd1; */
}

.search {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.search * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
}

.search__field {
    width: 50px;
    height: 50px;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 1.35em;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 50vw;
    color: #2b2b2b;
    cursor: default;
}

.search__field:focus~.search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e9f1f4;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}

.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}

.form-control:focus {
    border-color: var(--exo-violet);
    box-shadow: 0 0 .2rem .03rem var(--exo-violet);
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/* COOKIE CONSENT */

.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 57px;
    color: white;
    line-height: 20px;
    font-size: 14px;
    background: black;
    z-index: 120;
    cursor: pointer;
}

.cookie-btn {
    font-size: 12px;
    line-height: 10px;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    height: 25px;
    outline: none;
}

.deny-btn {
    background-color: transparent;
    border-color: transparent;
    color: white;
}

.deny-btn:hover {
    background-color: transparent;
    text-decoration: underline;
}

.allow-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: var(--exo-violet);
}

.allow-btn:hover {
    background-color: rgb(181, 38, 255);
    ;
}

.cookies-link {
    color: white;
    cursor: pointer;
    outline: none;
}

.cookies-link:hover {
    color: var(--exo-violet);
}