:root {
    --white: #ffffff;
    --black: #000000;
    --ec-black: #323232;
    --orange: #ff9900;
    --blue: #030479;
    --blue-button-hover: #020358;
    --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;
    --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;
}
.d-flex {
    display: flex !important;
}
.d-flex>div {
    float: none;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.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;
}
.flex-grow-1 {
  flex-grow: 1;
}
.text-center {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
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;
}
.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, #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 */
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 {
    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);
}
.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 {
        grid-template-columns: repeat(2, 1fr);
    }
    #pc-cards .card-url:nth-child(n+5) {
        display: none;
    }
    #ec-cards .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),
    #cadeau-cards .card:nth-child(n+7),
    #game-cards .card:nth-child(n+5) {
        display: none;
    }
    #pc-cards .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), #cadeau-cards .card:nth-child(n+7), #game-cards .card:nth-child(n+5) {
        display: none;
    }
    #pc-cards .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) {
        display: block; /*reset previous state or else it stays hidden*/
    }
    #cadeau-cards .card:nth-child(n+7), #ec-cards .card:nth-child(n+7), #game-cards .card:nth-child(n+4) {
        display: none;
    }
    #pc-cards .cards-container {
        grid-template-columns: repeat(3, 1fr);
    }
    #pc-cards .card-url:nth-child(n+7) {
        display: block; /*reset previous state or else it stays hidden*/
    }
    #pc-cards .card-url:nth-child(n+4) {
        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 {
        grid-template-columns: repeat(4, 1fr);
    }
    #pc-cards .card-url:nth-child(n+5) {
        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;
    }
    .card .thumb {
        margin: 10px;
    }
    .card article span {
        font-size: 14px !important;
    }
}
#ec-cards h3::before, #pc-cards h3::before, #cadeau-cards h3::before, #game-cards h3::before {
    margin-right: 10px;
    display:flex;
}

#ec-cards .card article, #pc-cards .card article, #cadeau-cards .card article {
    font-size: 14px;
}
#pc-cards .card article {
    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 {
    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,
.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,
.more-enquetes .thumb .card-image {
    height: 85px;
}
.card .pc-article div:not(:last-child) {
    margin-bottom: 5px;
}
.card .pc-article .card-title,
.card .pc-article .card-time,
.card .pc-article .card-earning {
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center;
}
.pc-article .card-title:before,
.pc-article .card-time:before,
.pc-article .card-earning: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-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, .card.more-enquetes .pc-article {
  padding: 26px 10px 10px 10px !important;
}
#pc-cards .card.more-enquetes .card-title {
  display: flex;
}
.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:hover, button.green.hover {
  background-color: var(--green-button-hover);
}
button.green {
  background-color: var(--green-button);
  max-width: 360px;
}
button.green {
  color: #fff;
  background-color: var(--green-button);
  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: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);
}
.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;
}

#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 {
    max-width: 210px;
    min-width: 0;
    width: 100%;
    margin: 0;
    height: 175px;
    display: flex;
    flex-direction: column;
}

#providers .card .thumb {
    height: 80px;
    margin: 12px 18px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#providers .card .thumb img.card-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 18px;
}

#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 {
    max-width: 1010px;
    margin: 0 auto 18px;
    padding: 0 5px;
}

@media (min-width: 992px) {
    .providers-wrapper #providers .col-md-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.providers-wrapper #providers {
    display: grid;
    grid-template-columns: repeat(4, 210px);
    gap: 48px;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
}

.providers-wrapper #providers:before,
.providers-wrapper #providers:after {
    display: none !important;
    content: none !important;
}

.providers-wrapper #providers > div {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 210px !important;
    max-width: 210px;
}

/* ====== 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 (≥551px) ====== */
@media (min-width: 551px) {
    #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(3, 210px);
    }
}

@media (max-width: 740px) {
    .providers-wrapper #providers {
        grid-template-columns: repeat(2, 210px);
    }
}

/* ====== Mobile (≤550px) ====== */
@media (max-width: 550px) {
    #all-providers .hide-on-desk { display: block; }
    #all-providers .hide-on-mob  { display: none; }

        .providers-wrapper #providers {
        grid-template-columns: repeat(2, 170px);
    }

    .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 (≤550px) ====== */
@media (max-width: 550px) {
.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;
}
}

/* ====== Mobile (≤350px) ====== */
@media (max-width: 350px) {
	#all-providers .selectors-row .btn-group .btn-select{
	    min-width: 153px;
	}
	.selectors-row .btn-select .fa-angle-down {  
	  right: 3px !important;
	  top:12px;
	  font-size:17px;
	}
	   .providers-wrapper #providers {
	    grid-template-columns: repeat(2, 150px);
	}


	.providers-wrapper #providers > div {
	    width: 150px !important;
	}
	
}

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;
	}
