:root {
    --white: #ffffff;
    --black: #000000;
    --ec-black: #323232;
    --orange: #ff9900;
    --blue: #030479;
    --blue-label: #124A97;
    --menu-blue: #080d82;
    --bg-blue: linear-gradient(73.63deg, #54C4C6 0%, #54C5C7 59.69%, #8CECEE 100%);
    --bg-light-blue: #7ADFE2;
    --bg-white: #ffffff;
    --bg-light-gray: #EDEDED;
    --bg-gray: #F0F0F0;
    --pc-card-light-blue: #CDE1FD;
    --pc-card-green: #7CAE32;
    --bg-panelbody-green: #D7F1B0;
    --border-panelbody-green: #8AC03A;
    --card-border: #ebebeb;
    --orange-button: var(--orange);
    --orange-button-hover: #ee8f00;
    --green-button: #689327;
    --green-button-hover: #7CAE32;
    --green-button-box-shadow: #47631E;
    --panelclix-button: #5f8bc8;
    --panelclix-button-hover: #417cb8;
    --panelclix-button-box-shadow: #172357;    
    --checked-list-item: #8AC03A;
    --social-circle-link: #667;
    --social-circle-link-hover: #DEDEDE;
    --fa-facebook: #1877F2;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    --tw-shadow-colored: 0 0 #0000;
}
html {
    scroll-behavior: smooth;
}
:focus {
    outline: none !important;
}
.bold {
    font-weight: bold;
}
.nobreak, .text-nowrap {
    white-space: nowrap;
}
.no-padding-x {
  padding-left: 0!important;
  padding-right: 0!important;
}
.no-padding-y {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.d-flex {
    display: flex !important;
}
.justify-content-start {
    justify-content: flex-start;
        /* explicit override for centering paginator */
        position: relative;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-end {
    justify-content: flex-end;
}
.flex-column {
    flex-direction: column !important;
}
.text-center {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-white{
	color:var(--white);
}
.text-blue{
	color:var(--blue);
}
.font-size-20{
	 font-size:20px;
}
.font-size-18{
	font-size:18px;
}
.font-size-16{
	font-size:16px;
}
.font-size-15{
	font-size:15px;
}
h3, .h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 0px 0px;
    display: flex;
    min-height: unset;
    font-weight: bold;
    align-items: center;
}
.alert.alert-warning{
    font-size:16px;
    font-weight: inherit;
    color: var(--ec-black);
}
.hide-on-desktop, .hide-on-mobile {
    display: none;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.container.skyskraper-size.homemember {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
}
#ec-cards .row,
#pc-cards .row,
#pc-cards-profile .row,
#about .row,
section > .row.text-center {
    margin-top: 0px;
}
a {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}
a.more-link {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: var(--ec-black);
    text-align: right;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*skyscrapers*/
#moodLink1, #moodLink2 {
    top: 232px;
}
.navbar-nav {
    margin: 1.5px -15px;
}
.text-container section.press {
    text-align: center;
}
.white-bg {
    background-color: var(--bg-white);
    color: var(--black) !important;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
section {
    padding: 20px 20px;
    scroll-margin-top: 200px;
    background-color: var(--bg-white);
    border-radius: 6px;
    margin-bottom: 30px;
}
.panel-default-panelclix-green {
	border-color: var(--border-panelbody-green);
    background-color: var(--bg-panelbody-green);
}
section#pc-cards-more, 
section#pc-cards-more section{
    scroll-margin-top: unset;
    background-color: unset;
}
section#pc-cards-more{
    padding:0;
}

section#pc-cards-more .panel-header-text {
	font-size: 18px;
}


/* Button - dont use .press and sections anymore! add global.css for the button styles */
section.press {
    font-size: 24px;
    padding: 20px;
    min-height: unset !important;
}
section.press button {
    background-color: var(--orange-button);
}
section.press button:hover, section.press button.hover {
    background-color: var(--orange-button-hover);
}
section.press button.press {
    padding: 8px 25px !important;
}
.registratie-formulier section.press {
    padding: 0;
}
/* cards */
.cards-container {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
}
#game-cards .cards-container {
	grid-gap: 34px 20px;
}
.cards-container a {
	text-decoration:none;
}
.card article span {
    font-size: 14px;
    display:block;
}
.card article span:focus, .card article span:visited {
    text-decoration:none;
}
#ec-cards article span.ellipsis {
    display: block !important;
}

#ec-cards .cards-container, #pc-cards .cards-container, #cadeau-cards .cards-container, #game-cards .cards-container, #pc-cards-more .cards-container, #pc-cards-profile .cards-container {
    margin-bottom: 20px;
}
.card {
    background: white;
    text-decoration: none;
    color: var(--ec-black);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all .1s ease-in;
    max-width: 200px;
    min-width: 150px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid var(--card-border);
    overflow: hidden;
}
.card a {
    font-family: "Ubuntu", Arial, sans-serif;
}
.card a:hover {
    text-decoration: none;
    color: var(--ec-black);
}
.card:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}
.card article {
    padding: 17px;
    border-top: 1px solid var(--card-border);
    text-align: center;
    font-size: 14px;
}
.card article span.provider-name {
    color: var(--orange) !important;
    font-size: 16px;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:1.8;
}
.card article:has(.provider-name) {
    line-height: 25px;
}
.card .thumb {
    min-height: 80px;
    margin: 18px;
}
#ec-cards .thumb{
  display: flex;
  justify-content: center;
}
#ec-cards .card .card-image{
  max-width: 150px;
  max-height: 80px;
  object-fit: contain;
  width: 100%;
}
#cadeau-cards .card .thumb {
    border-radius: 10px;
    min-height: unset;
    margin: 18px 18px 0px 18px;
}
#cadeau-cards .card .thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: var(--tw-shadow);
    overflow: hidden;
}
#cadeau-cards .card article {
    border-top: none;
}

/* typography */
.card h1 {
    font-size: 20px;
    margin: 0;
    color: #333;
}
.card p {
    line-height: 1.8;
}
.card article span {
    font-family: "Ubuntu", Arial, sans-serif;
    color: var(--ec-black);
    line-height: 1.4;
}
@media only screen and (min-width: 320px) {
    .hide-on-desktop {
        display: block;
    }
    .hide-on-mobile {
        display: none;
    }
}
/* min width in bootstrap 3 doesn't always work well with display block, sometimes you have to reset previous state or else it stays hidden */
@media only screen and (min-width: 320px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    #pc-cards .cards-container, #pc-cards-profile .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
    #pc-cards .card-url:nth-child(n+5) {
        display: none;
    }
    #ec-cards .card:nth-child(n+7), 
    #pc-cards-profile .card:nth-child(n+7), 
    #cadeau-cards .card:nth-child(n+7),
    #game-cards .card:nth-child(n+5) {
        display: none;
    }
}
@media only screen and (min-width: 360px) {
    .card {
        min-width: 105px;
    }
    .card article {
        padding: 10px 5px;
    }
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    #ec-cards .card:nth-child(n+7),
    #pc-cards-profile .card:nth-child(n+7),
    #cadeau-cards .card:nth-child(n+7),
    #game-cards .card:nth-child(n+5) {
        display: none;
    }
    #pc-cards .cards-container, #pc-cards-profile .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
    #pc-cards .card-url:nth-child(n+5) {
        display: none;
    }
}
@media only screen and (min-width: 400px) and (max-width: 499px) {
    .cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .card {
        min-width: 120px;
    }
    .card .thumb {
        margin: 10px;
    }
    #ec-cards .card:nth-child(n+7), #pc-cards-profile .card:nth-child(n+7), #cadeau-cards .card:nth-child(n+7), #game-cards .card:nth-child(n+5) {
        display: none;
    }
    #pc-cards .card .thumb, #pc-cards-profile .card .thumb {
        margin: 0px !important;
    }
    #pc-cards .card-url:nth-child(n+5) {
        display: none;
    }  
}
@media only screen and (min-width: 500px) and (max-width: 767px){
    .cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
    #ec-cards .card:nth-child(n+7), #cadeau-cards .card:nth-child(n+7), #game-cards .card:nth-child(n+4), #pc-cards-more .card:nth-child(n+4) {
        display: block; /*reset previous state or else it stays hidden*/
    }
    #ec-cards .card:nth-child(n+7), #cadeau-cards .card:nth-child(n+7), #game-cards .card:nth-child(n+4), #pc-cards-more .card:nth-child(n+4) {
        display: none;
    }
    #pc-cards .cards-container, #pc-cards-profile .cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
    #pc-cards .card-url:nth-child(n+7), #pc-cards-profile .card-url:nth-child(n+7) {
        display: block; /*reset previous state or else it stays hidden*/
    }
    #pc-cards .card-url:nth-child(n+4), #pc-cards-profile .card-url:nth-child(n+7) {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .cards-container {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
    #ec-cards .card:nth-child(n+7), #cadeau-cards .card:nth-child(n+7), #game-cards .card:nth-child(n+4) {
        display: block; /*reset previous state or else it stays hidden*/
    }    
    #ec-cards .card:nth-child(n+9), #cadeau-cards .card:nth-child(n+9), #game-cards .card:nth-child(n+5) {
        display: none;
    }
    #pc-cards .cards-container, #pc-cards-profile .cards-container {
        grid-template-columns: repeat(4, 1fr);
    }
    #pc-cards .card-url:nth-child(n+5), #pc-cards-profile.card:nth-child(n+7) {
        display: none;
    }
    .hide-on-mobile {
        display: block;
    }
    .hide-on-desktop {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    a.more-link {
        color: var(--blue);
    }
}
@media only screen and (min-width: 415px) and (max-width: 768px) {
    .container.skyskraper-size.homemember {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 440px) {
    .container.skyskraper-size.homemember {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    section {
        padding-left: 10px;
        padding-right: 10px;
    }
    #survey section#pc-cards:not(.panelclix), 
    #survey section#pc-cards-profile:not(.panelclix) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .card .thumb {
        margin: 10px;
    }
    .card article span {
        font-size: 14px !important;
    }
    #survey .row > div[class*="col-"] {
        padding-left: 3px;
        padding-right: 3px;
    }
    #survey #pc-cards .row:nth-child(1), #survey #pc-cards-profile .row:nth-child(1) {
        margin-left: 0px;
        margin-right: 0px;
    }
}
#ec-cards h3::before, #pc-cards h3::before, #cadeau-cards h3::before, #game-cards h3::before, #pc-cards-profile h3::before, #pc-cards-more h3::before, #no-surveys h3::before {
    margin-right: 10px;
    display:flex;
}

#ec-cards .card article, #pc-cards .card article, #pc-cards-profile .card article, #cadeau-cards .card article {
    font-size: 14px;
}
#pc-cards .card article, #pc-cards-profile{
    /* font-size: 14px; */
    padding: 10px;
}
#ec-cards h3::before {
    content: url('https://img.euroclix.nl/images/redesign/homemember/shopping_v1.1.svg');
}
#pc-cards h3::before, #pc-cards-profile h3::before {
    content: url('https://img.euroclix.nl/images/redesign/homemember/market_research_v1.1.svg');
}
#cadeau-cards h3::before {
    content: url('https://img.euroclix.nl/images/redesign/homemember/giftcards_v1.1.svg');
}
#game-cards h3::before {
    content: url('https://img.euroclix.nl/images/redesign/homemember/games_v1.1.svg');
}
section p {
    font-size: 14px;
    font-family: "Ubuntu", Arial, sans-serif;
}
section.press {
    text-align: center;
}
section.press button {
    max-width: 360px;
}
#pc-cards .card, #pc-cards-profile.card, .card.more-enquetes {
    overflow: hidden;
}
.card .thumb.pc-color {
	background-color: var(--pc-card-light-blue);
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 20px;
}
.card.more-enquetes .thumb.pc-color {
  background-color: var(--pc-card-green);
}
.card .thumb .card-image {
    display: flex;
    align-self: center;
}
.card .pc-article div.card-title {
    min-height: 27px;
}
#pc-cards .thumb .card-image,
#pc-cards-profile .thumb .card-image,
.more-enquetes .thumb .card-image {
    height: 85px;
}
.card .pc-article > div{
    margin-bottom: 5px;
}
.card .pc-article > div:last-child {
  margin-bottom: 0;
}
/* Alleen op zichtbare blokken margin toepassen */
.card .pc-article > div:has(:not([style*="display:none"])) {
  margin-bottom: 5px;
}
.card .pc-article .card-title,
.card .pc-article .card-time,
.card .pc-article .card-earning,
.card .pc-article .card-date,
.card .pc-article .card-check{
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
}
.card .pc-article .card-check span{
    color: #2159A7;
}
.pc-article .card-title:before,
.pc-article .card-time:before,
.pc-article .card-earning:before,
.pc-article .card-date:before, 
.pc-article .card-check:before {
    padding-right: 5px;
}
.pc-article .card-title:before {
    content: url('https://img.euroclix.nl/images/redesign/registreren/card-title.svg');
}
.pc-article .card-time:before {
    content: url('https://img.euroclix.nl/images/redesign/registreren/card-time.svg');
}
.pc-article .card-earning:before {
    content: url('https://img.euroclix.nl/images/redesign/registreren/value.svg');
}
.pc-article .card-check:before {
    content: url('https://img.euroclix.nl/images/redesign/registreren/check-blue.svg');
}
.pc-article .card-date:before {
    content: url('https://img.euroclix.nl/images/redesign/registreren/date.svg');
}
.pc-article .card-time, .pc-article .card-earning {
    flex-wrap: wrap;
}

#game-cards .card .device-label {
  display: flex;
  align-items: center;
  font-weight: 700;
  border: none;
  border-radius: 25px;
  padding: 2px 12px;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 12px;
  justify-content: right;
  position: absolute;
  right: 0;
  top: 0;
}
#game-cards .card .device-label svg {
  display: inline-block;
  width: 24px;
  height:24px;
  color: #fff;
  margin: 2px;
}
#game-cards img { 
  border-radius: 10px 10px 0 0;
  overflow:hidden;
  width: 100%;
  object-fit: cover;
  height: 110px;
}

/* more enquete cards*/
.card.more-enquetes {
  display: flex;
  flex-direction: column;
}
.card.more-enquetes .thumb.pc-color {
  min-height: 128px;
  padding: 0;
}
.card.more-enquetes .thumb.pc-color .card-image {
  width: 51px;
  height: auto;
  object-fit: contain;
  margin-top: -20px;
}
.card.more-enquetes .card-circle {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-grow: 0;
}
.card.more-enquetes .card-circle div {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 6.17143px rgba(0, 0, 0, 0.25);
  margin-top: -30px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.card.more-enquetes .card-circle img {
  display: flex;
  align-self: center;
}
.card article.pc-article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 10px;
}
#pc-cards .card.more-enquetes article, 
#pc-cards-profile .card.more-enquetes article, 
.card.more-enquetes .pc-article {
  padding: 26px 10px 10px 10px !important;
}
#pc-cards .card.more-enquetes .card-title, 
#pc-cards-profile .card.more-enquetes .card-title {
  display: flex;
}
#pc-cards .card .card-title, #pc-cards .card .card-title > div,
#pc-cards-profile .card .card-title, #pc-cards-profile .card .card-title > div{
    width: 100%;
    max-width: calc(100% - 10px);
}
.card.more-enquetes .card-title {
  display: none;
}

.card a{
	height: 100%;
}

.navbar-form {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
}
.btn.btn-default {
    margin: 0;
}
.input-group-btn .btn-default:not(.btn-fill) {
    border-color: var(--blue);
    background-color: var(--blue);
}

/* leaderbord banner:  desktop=728x90, mobile=346x90
   custom xl banner:   desktop=1020x150, mobile=947x150 */
   
section.banner-container {
    width: 100%;
    height: unset;
    background-color: transparent;
    border-radius: 6px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
section.banner-container > div {
    max-width: 1020px;
    overflow: hidden;
    border: 1px solid #C6C6C6;
    border-radius: 3px;
}

.shadow-giftcard-image {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
}


/*green button*/
.panel-panelclix section.panelclix{
  padding: unset;
  scroll-margin-top: unset;
  background-color: unset;
  border-radius: unset;
  margin-bottom: unset;
}
.button-container{
	margin: 10px 0;
}
button.green {
  background-color: var(--green-button);
  max-width: 360px;
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px var(--green-button-box-shadow);
  -moz-box-shadow: 0 5px var(--green-button-box-shadow);
  box-shadow: 0 5px var(--green-button-box-shadow);
  font-weight: bold;
}
.panel-default-panelclix-green button {
  text-align: left!important;
  margin-top:20px;
}
button.green:hover, button.green.hover {
  background-color: var(--green-button-hover);
}
button.green:active, button.green.active {
  -webkit-box-shadow: 0 2px var(--green-button-box-shadow);
  -moz-box-shadow: 0 2px var(--green-button-box-shadow);
  box-shadow: 0 2px var(--green-button-box-shadow);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.no-research-available{
  align-items: center;
}
.no-research-available .text.bold{
  padding-left:15px;
}

.rounded-top {
	border-radius: 6px 6px 0 0;
}

/* Styling for all-providers page, including layout changes by nick */

/* ====== Shell & general ====== */
#all-providers .grid-items {
    border-radius: 4px;
    margin: 0 15px 30px;
}

#all-providers .form-container {
    background-color: transparent;
    padding: 0;
}

#all-providers .headerbanner-container {
    margin-bottom: 16px;
}

@media (min-width: 400px){ 
#all-providers .headerbanner-container {
	padding:0 10px;
}
}

#all-providers .headerbanner {
    border-radius: 3px;
	border: 1px solid #c6c6c6;
}

#all-providers section.form-container > div {
    max-width: 990px;
    overflow: hidden;
    margin: 0 auto 0 !important;
}

/* ====== Responsive image toggles ====== */
#all-providers .hide-on-desk,
#all-providers .hide-on-mob {
    max-width: 100%;
    height: auto;
}

#all-providers .hide-on-desk { display: none; }
#all-providers .hide-on-mob  { display: block; }


/* ====== AllProviders selectors row layout (added) ====== */

#all-providers .form-container.heading {
    display: flex;

}
#all-providers .form-container.heading .title {
    display:flex;
    flex-grow: 1;
    align-content: start;
}

/* ====== Form header row ====== */
#all-providers .form-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    float: none;
}

#all-providers .form-container h4 {
    margin: 0;
    line-height: 34px;
    justify-content: start;
    text-align: left;
}
#all-providers .form-container .selectors-row form {
    margin: 0;
}
#all-providers .form-container .selectors-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: end;
    align-items: center;
    max-width: unset;
    margin: 8px 0;
    padding-bottom: 14px;
}


#all-providers .selectors-row .btn-group .btn-select{
    min-width: 220px;
}

@media (max-width: 768px) {
  #all-providers .form-container.heading {
    flex-direction: column;
    align-items: stretch;
  }

  #all-providers .form-container .title {
    flex: 1 1 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }

  #all-providers .form-container h4 {
    margin: 0;
    line-height: 34px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  #all-providers .form-container .selectors-row {
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 14px;
  }

  
  #all-providers .form-container .selectors-row form {
    flex: 1 1 100%;
    width: 100%;
  }
}

#all-providers .form-container .selectors-row .bootstrap-select,
#all-providers .form-container .selectors-row select.form-control {
    width: 220px !important;
    max-width: 220px;
}

#all-providers .form-container .selectors-row .bootstrap-select.open .dropdown-menu {
    min-width: 100% !important;
    width: 100% !important;
}

#all-providers .form-container .row .paginator-col {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#all-providers .form-container .row .paginator-col .pagination {
    margin-top: 0;
}

/* ====== Providers cards & grid ====== */
#providers .card {   
    min-width: 105px;  
}

#providers .card .thumb {
   align-content:center;
 }
	
#providers .card .thumb img.card-image {
	max-width: 150px;
		  max-height: 80px;
		  width: 100%;	 
		  object-fit: contain;
		  margin:0 auto;
}

#providers .card .provider-name {
    white-space: normal;
}

#providers .card article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4px 12px 8px;
    min-height: 0;
   /* flex: 1 1 auto;*/
}

/* Ensure long text doesn't expand card height */
#providers .card article span.provider-name,
#providers .card article span.bold.nowrap.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.providers-wrapper {
    width: 987px;
    margin: 0 auto;
}

.providers-wrapper #providers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    margin:0 auto;
}

.providers-wrapper #providers:before,
.providers-wrapper #providers:after {
    display: none !important;
    content: none !important;
}

/* ====== Pagination (list) ====== */
#all-providers .pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
    gap: 2px;
}

#all-providers .pagination > li { display: inline-block; }

#all-providers .pagination > li > a,
#all-providers .pagination > li > span {
    display: block;
}

/* ====== Top providers bar & paginator ====== */
#all-providers .providers-bar {
    margin: 0 10px 0 0;
    margin-bottom: 10px;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#all-providers .providers-bar > [class*="col-"] {
	 float: none; 
 }

#all-providers .providers-bar h4 { 
	margin: 0;
 }

#all-providers .providers-bar .paginator-col {
    order: 2;
    flex: 1 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 8px;
    height: 34px;
    position: static;
    transform: none;
}

#all-providers .paginator-col {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#all-providers .paginator-footer { 
	margin-top: 18px; 
}

/* ====== Desktop (≥500px) ====== */
@media (min-width: 500px) {
    #all-providers .paginator-footer,
    #all-providers .providers-bar .paginator-col {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 34px;
    }

    #all-providers .paginator-footer .pagination,
    #all-providers .providers-bar .paginator-col .pagination {
        display: flex;
        align-items: center;
        height: 34px;
        margin: 0;
        padding: 0;
    }

    #all-providers .paginator-footer .pagination > li > a,
    #all-providers .paginator-footer .pagination > li > span,
    #all-providers .providers-bar .pagination > li > a,
    #all-providers .providers-bar .pagination > li > span {
        display: flex;
        align-items: center;
        height: 34px;
        padding: 0 10px;
        line-height: 1;
    }

    #all-providers .providers-bar {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    #all-providers .providers-bar > .col-sm-4:first-child {
        flex: 1 1 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        order: 1;
        max-width: none;
    }

    #all-providers .providers-bar .paginator-col {
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        order: 2;
        max-width: none;
        padding: 0 8px;
    }

    #all-providers h4 {
        height: 34px;
        line-height: 34px;
        display: flex;
        align-items: center;
        align-self: center;
    }


    #all-providers .providers-bar .categoryform {
        flex: 1 1 0;
        display: flex;
        justify-content: flex-end;
        order: 3;
    }
}

/* ====== Tablet & down breakpoints for grid ====== */
@media (max-width: 980px) {
    .providers-wrapper #providers {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .providers-wrapper #providers {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ====== Mobile (≤499px) ====== */
@media (max-width: 500px) {
    #all-providers .hide-on-desk { display: block; }
    #all-providers .hide-on-mob  { display: none; }

        .providers-wrapper #providers {
        grid-template-columns: repeat(2, 1fr);
    }

    .providers-wrapper #providers {
        gap: 8px;
		    }
/*
    .providers-wrapper #providers > div {
        width: 170px !important;
    }
*/
    #all-providers .form-container .selectors-row {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: center;
        gap: 8px;
        max-width: 100%;
        margin: 10px auto 0;
        padding-bottom: 14px;
    }
    #all-providers .form-container .selectors-row form {
        flex: 0 0 calc(50% - 4px);
       /* width: calc(50% - 4px);*/
    }
    #all-providers .form-container .selectors-row .bootstrap-select,
    #all-providers .form-container .selectors-row select.form-control {
        width: 100% !important;
        max-width: none;
    }
    #all-providers .form-container .selectors-row .bootstrap-select { position: relative; }
    #all-providers .form-container .selectors-row .bootstrap-select .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100% !important;
        min-width: 100% !important;
        box-sizing: border-box;
    }
    #all-providers .form-container .selectors-row .bootstrap-select.open { 
		width: 100% !important; }
}

/* Aanbieders/ shoppen page css by Michelle */

/* ====== Mobile (≤499px) ====== */
@media (max-width: 499px) {
    .filter-option {
        font-size:11px;
    }
    .selectors-row .dropdown-menu > li > a {
    font-size: 11px;
    padding: 10px 15px;
    }

    #all-providers .selectors-row .btn-group .btn-select{
        min-width: 163px;
    }

    .selectors-row .btn-select .fa-angle-down {  
    right: 5px !important;
    }
}
@media (min-width: 450px) and (max-width: 500px) {
    #all-providers .selectors-row .btn-group .btn-select{
    width:100%;
    min-width:195px;
    margin:0 auto;
    }
}
@media (max-width: 370px) {
	#all-providers .selectors-row .btn-group .btn-select{
	    min-width: 156px;
	}
}
	
/* ====== Mobile (≤350px) ====== */
@media (max-width: 350px) {
	#all-providers .selectors-row .btn-group .btn-select{
	    min-width: 138px;
	}
	.selectors-row .btn-select .fa-angle-down {  
	  right: 3px !important;
	  top:12px;
	  font-size:17px;
	}
	   
}

div.headerbanner-container {
    width: 100%;
    height: unset;
    background-color: transparent;
    border-radius: 6px;
    text-align: center;
    justify-content: center;
    align-items: center;   
}

div.headerbanner-container > div {
    max-width: 1020px;
    overflow: hidden;
    border: 1px solid #C6C6C6;
    border-radius: 3px;
}

.breadcrumbs-allproviders {
	font-size:13px;
	color:#030479;
}

.selectors-row .btn-group.select.open .dropdown-menu {
	position: absolute !important;
}

.panel-panelclix-new {
  margin-bottom: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
 } 
  
.panelclix-new button {
  color: #fff;
  background-color: #5f8bc8;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px #172357;
  -moz-box-shadow: 0 5px #172357;
  box-shadow: 0 5px #172357;
}
 
#survey h1{
	color: var(--ec-black);
}
#survey h2 {
    font-weight: bold;
    font-size: 24px!important;
}
#survey h2.text-blue {
    margin-bottom: 27px;
}
#survey h3 {
    font-weight: bold;
    font-size: 18px!important;
    color: var(--ec-black);
}
#survey ul{
    font-size: 18px;
    margin-left: 0;
    padding: 0 15px;
}
#survey ul li{
 line-height: 34px;
}
#survey #pc-cards-profile h3::before, #survey #pc-cards h3::before, #survey #pc-cards-more h3::before, #survey #no-surveys h3::before {
    content: url('https://img.euroclix.nl/images/redesign/survey/profiel.svg');
}

#survey #no-surveys h3 {
    margin-bottom: 20px;
}

.card.card-profile .text-label {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 5px;
  padding: 2px 12px;
  background-color: var(--orange);
  margin: 12px;
  justify-content: left;
  position: absolute;
  left: 0;
  top: 0;
}
.card.card-profile .text-label span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
}

.card.card-profile .text-label.blue-label {
  background-color: var(--blue-label);
}

.card .pc-article .card-earning,
.card .pc-article .card-check {
  font-weight: 600;
}
.card.card-profile .pc-article .card-check {
  color: #2159A7;
}

/* profiel states: basis */
.card.card-profile .card-header .text-label                             { display: none; }
.card.card-profile .pc-article .card-time                                { display: flex; }
.card.card-profile.done .card-header .text-label.blue-label             { display: none; }
.card.card-profile .pc-article .card-earning                             { display: flex; }
.card.card-profile .pc-article .card-date,
.card.card-profile .pc-article .card-check                               { display: none; }

/* open: label erbij */
.card.card-profile.open .card-header .text-label                        { display: flex; }
.card.card-profile.open .card-header .text-label.blue-label             { display: none; }

/* done: edit + datum/check, geen tijd/earning */
.card.card-profile.done .card-header .text-label.blue-label             { display: flex; }
.card.card-profile.done .pc-article .card-time,
.card.card-profile.done .pc-article .card-earning                        { display: none; }
.card.card-profile.done .pc-article .card-date,
.card.card-profile.done .pc-article .card-check                          { display: flex; }

/* closed: als done, maar zonder edit */
.card.card-profile.closed .pc-article .card-time,
.card.card-profile.closed .pc-article .card-earning                      { display: none; }
.card.card-profile.closed .pc-article .card-date,
.card.card-profile.closed .pc-article .card-check                        { display: flex; }

#survey .pc-panel h3::before {
    content: url('https://img.euroclix.nl/images/redesign/survey/online-onderzoek.svg');
    margin-right: 10px;
    display: flex;
}
#survey .col-logo .bg-image {
    background-repeat: no-repeat;
    background-position: bottom -30px right;
    background-size: contain;
    max-width: 100%;
    max-height: 100%;
    min-width: 250px;
    height: auto;
    min-height: 233px;
}

#survey .logo {
    width: 100%;
    max-width: 164px;
    display: flex;
    align-self: end;
}
#survey .panel{
	overflow:hidden;
}
#survey .panel-default-panelclix-green .panel-body{
	padding-top:20px;
	padding-bottom:20px;
}
#survey .panel-default-panelclix-green .cards-container{
	padding-top:20px;
}
#survey .panel-default-panelclix-green section#pc-cards-more{
	padding:20px 0;
}
#survey .panel-default-panelclix-green button{
	margin: 0 10px 0 10px;
}
#survey .button-container{
	margin: 0;
}
#survey section#pc-cards{
	padding-bottom:20px;
}
#survey .panel-body.head{
    overflow: hidden;
    margin-bottom:0;
    padding-bottom:0;
    padding-top:0;
}
#survey .panel-body.share{
  overflow: hidden;
  background-image: linear-gradient(#5E8BC8, #E6F0FE);
}
#survey .panel-body.share .input-group-btn{
  overflow: hidden;
  background-color: #fff;
}
#survey .panel-body.share h2{
	margin: 10px 0 20px 10px;
}
#survey .panel-body.share .share-a-link{
	margin-bottom:0px;
}
#survey .panel-body.share .share-a-link img.mgm{
	margin-bottom: -40px;
  	position: absolute;
  	width: 100%;
  	bottom: 0;
  	max-width: 392px;
  	right: 20px;
}
#survey .copy-feedback {
    background-color: var(--ec-black) !important;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
	font-size: 14px;
}
#survey .card .blur {
    display: none;
}
#survey .card {
    min-height:247px;
}
#survey .card.locked {
    opacity: 1;
}
#survey .card.locked .blur {
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: saturate(180%) blur(2px);
    -webkit-backdrop-filter: saturate(180%) blur(2px);
    top: 0;
}
#survey .card.locked .blur .lock-icon-container {
    background-color: white;
    border-radius: 12px;
    position: absolute;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--card-border);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--card-border);
    box-shadow: inset 0px 0px 0px 1px var(--card-border);
}
#survey .card.locked a {
    pointer-events: visible;
    cursor: not-allowed;
}
#survey .card.locked {
    box-shadow: unset!important;
}
#survey .card.locked:hover {
    top: 0px;
    box-shadow: unset;
}
#survey section:not(.panelclix) {
    padding: 20px 20px;
    scroll-margin-top: 200px;
    background-color: unset;
    border-radius: unset;
    margin-bottom: unset;
}
#survey .row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
#survey .card-label {
    background-color: #ff9900;
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 3px 4px;
    border-radius: 5px;
}
#survey .header-text .list-container {
    order: 1;
}
#survey .header-text .logo-container {
    order: 2;
    margin-top: 0;
}
#survey .header-text h2.text {
    color: #19255A;
    font-size: 16px!important;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    display: none;
}
#survey .logo-container .logo {
    overflow: hidden;
    border-radius: unset;
    border: none;
    width: 100%;
    float: right;
    margin-right:0;
}
#survey .col-md-6 ul {
    font-size: 16px;
}

#survey .tips-container{
  padding: 30px 15px 0 0;
}
#survey .tips-container .banner-container{
  position: relative;
  display: flex;
}
#survey .tips-container .banner-container img{
  width: 100%;
  max-width: 194px;
  margin-bottom: -25px;
  object-fit: contain;
}
#survey .tips-container .list-container{
  margin-left:30px;
  display: flex;
  flex-flow: column;
  justify-content: start;
}
#survey .tips-container .list-container h2{
  margin-top: 0;
  color: var(--ec-black);
}
#survey .tips-container .list-container ul li{
  font-size: 20px;
}

#survey .fa.fa-twitter-x {
    font-family: sans-serif;
}
#survey .fa.fa-twitter-x::before {
    content: "";
    font-size: 1.2em;
}
#survey .copy-url .form-control[readonly] {
    background-color: #fff;
    color: var(--ec-black);
    cursor: default;
}
#survey .copy-url {
	border: 1px solid black;
	border-radius:5px;
	overflow: hidden;
}
#survey .copy-url button {
    background-color: #fff;
    border: 0;
    margin: 0;
    padding: 0 10px 4px 10px;
}
#survey .copy-url input {
    text-decoration: none;	    
}
#survey .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
#survey .social-icons li {
    display: inline-block;
}
#survey .social-icons li a {
    background: #f5f5f5;
    display: block;
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    height: 32px;
    width: 32px;
    color: #777777;
}
#survey .social-icons li a:hover, .social-icons li a:focus {
    background: #27CBC0;
    color: #ffffff;
}
/* --- [ Social Icons Size ] --- */
#survey .social-icons-lg li a {
    line-height: 48px;
    font-size: 0px;
    height: 48px;
    width: 48px;
}
#survey .social-icons-md li a {
    line-height: 40px;
    height: 40px;
    width: 40px;
}
#survey .social-icons-circle li a {
    border-radius: 100%;
}
#survey .social-icons-colored li a {
    color: #ffffff;
}
#survey .social-icons-colored li a:hover, .social-icons-colored li a:focus {
    opacity: 0.85;
}
#survey .bg-whatsapp {
    background-color: #15C356 !important;
}
#survey .bg-facebook {
    background-color: #0866FF !important;
}
#survey .bg-twitter-x {
    background-color: var(--ec-black) !important;
}
#survey .bg-twitter-x img {
    max-height: 22px;
}
#survey .bg-twitter {
    background-color: #00aced !important;
}
#survey .bg-google {
    background-color: #dd4b39 !important;
}
#survey .social-icons > li > a > img {
    width: 100%;
    max-width: 32px;
}
#survey .col-logo{
    margin-bottom: 0;
}
#survey .col-logo img{
    margin-top: 20px;
    margin-right: 30px;
}

#survey .panel-body{
	color: var(--ec-black);
}

#survey .panel-body-custom.head{
    max-height: 232px;
}
#survey .banner-container {
    padding: 0;
}

#survey-page .modal.modal-survey{
    z-index: 99999;
}
#survey-page .modal-backdrop{
    z-index: 99998;
}
#survey-page .modal-dialog {
  max-height: calc(100vh - 40px);
  max-width: 600px;
  width: 90%;
}
#survey-page .modal-content {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}
#survey-page .modal .modal-dialog.modal-dialog-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

@media screen and (width: 768px) {
  #survey .col-logo {
      width: 100%!important;
  }
}
@media screen and (max-width: 768px) {
  #survey .bg-image {
      display: none!important;
  }
  #survey .list-container {
      display: none;
  }
  #survey .logo-container {
      margin-bottom: 0;
      flex-grow: 1;
      text-align: center;
      padding: 20px;
      width: 100%;
      justify-content: center;
      align-content: center;
      display: flex;
  }
  #survey .logo-container .logo {
      border: none;
      float: none;
      text-align: center;
      width: 100%;
      align-self: center;
      margin: 0!important;
  }
  #survey ul {
      font-size: 16px;
  }
  #survey .header-text h2.text {
      text-align: center;
      margin-bottom: 30px;
      display: block;
  }
}
@media (max-width: 570px) {
  #survey .share-a-link{
    width: 100% !important;
  }
  #survey .share-a-link:nth-child(2) {
    display:none!important;
  }
}
@media (min-width:768px){
    /* Make both columns equal height */
  #survey .row.flex-row {
    display: flex;
    align-items: stretch;
    float: none;
    margin-bottom: 20px;
  }

  /* Ensure both panels stretch to same height */
  #survey .panel {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* For the image panel: keep the image’s aspect ratio and center it */
  #survey .banner-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
  }

  #survey .banner-container img {
    max-width: 100%;
    height: auto; /* keeps aspect ratio */
    object-fit: contain; /* avoids stretching */
  }
  #survey-page .modal-dialog-centered .modal-content {
    margin-top: unset!important;
  }
}

#pc-cards .readmore .card-url:nth-child(n+5){
    display:flex;
}

#survey .readmore .card-url {
  overflow: visible;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

#survey .readmore > :nth-child(-n+4) {
  display:flex;
  max-height: 1000px;
  opacity: 1;
}
#survey #CButton{
	margin-top: 0px;
    /* margin-bottom: 0px; */
    text-align:center;
}
#survey .progress {
	border-radius: 7px;
}
#survey .progress-bar2{
	border-radius: 7px 0 0 7px;
}

#pc-cards-alt .cards-container {
  grid-template-columns: unset !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#pc-cards-alt .card.card-alt {
  flex-direction: row;
  width: 100%;
  max-width: 500px;
  min-height: unset;
}

#pc-cards-alt .card.card-alt article.pc-article {
  height: unset;
  flex-grow: 1;
}

#pc-cards-alt .card.card-alt .thumb.pc-color {
  padding: 10px;
  flex-shrink: 1;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pc-cards-alt .card.card-alt article.pc-article > div {
  flex-shrink: 1;
  flex-wrap: nowrap;
}

/* optioneel: kleine hover-tweak */
#pc-cards-alt .card.card-alt:hover {
  transform: scale(1.02);
  transition: 0.2s ease;
}
#survey .card.card-alt {
    flex-direction: row;
    width: 100%;
    max-width: 500px;
    min-height: unset;
}
#survey #pc-cards .cards-container.no-grid {
    grid-template-columns: unset!important;
}
#survey .card.card-alt article.pc-article {
  height: unset;
  overflow: hidden;
}
#survey .card.card-alt .card-image {
    max-width: 85px !important;
}
#survey .card.card-alt .thumb.pc-color {
  padding: 10px;
}
#survey .card.card-alt article.pc-article > div{
  flex-shrink: 1;
  flex-wrap: nowrap;
}
#survey p.message{
  padding: 20px;
  text-align: center;
  clear: both;  
  border-radius:5px;
}
#survey p.message.message-blue{
  background-color: var(--pc-card-light-blue);
}
#survey p.message.message-green{
  background-color: var(--bg-panelbody-green);
}

#survey .close {
  color: var(--ec-black);
  opacity: 1;
  margin: -13px -5px 10px 0;
  font-size: 27px;
}
#survey .pc-cards-alt{
    padding-top: 0;
}
.scroll-margin-top---100{
    scroll-margin-top: 0px;
}
.scroll-margin-top---50{
    scroll-margin-top: 0px;
}
.scroll-margin-top--0{
    scroll-margin-top: 0px;
}
.scroll-margin-top--50{
    scroll-margin-top: 100px;
}
.scroll-margin-top--100{
    scroll-margin-top: 100px;
}

@media only screen and (min-width: 853px) and (max-width: 941px) {
  #survey ul {
      font-size: 16px;
  }
}

@media only screen and (max-width: 853px) {
  #survey ul {
      font-size: 14px!important;
  }
}

/* Button - dont use the below button styling anymore! add global.css for the button styles */
.btn.btn-panelclix {
  background-color: var(--panelclix-button);
  color: white;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  box-shadow: 0 5px var(--panelclix-button-box-shadow);
  min-width: 169px;
  padding: 10px 8px;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}
.btn.btn-panelclix:hover {
  background-color: var(--panelclix-button-hover);
}
.btn.btn-panelclix:active {
  background-color: var(--panelclix-button-hover);
  box-shadow: 0 2px var(--panelclix-button-box-shadow);
  transform: translateY(3px);
}

.panel-default-panelclix-white {
    background-color: var(--bg-white);
}
.panel-onlytext-blue {
	background-color: var(--pc-card-light-blue);
}



.nostudynofusion {
	text-align: center;
	margin-bottom: 20px;
}	