
select[multiple] {
  width: 60vw;
  max-width: 600px;
}

select[multiple]::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaaaaa79;
}

select[multiple]::-webkit-scrollbar-thumb {
  background: #000;
}


select[multiple] > option {
  height: 2rem;
}

div#ekitaldiak-form-container {
  max-width: 60rem;
  margin: 0 auto;
}

form#ekitaldiak-gehitu-form {
  background-color: rgba(192, 191, 191, 0.116);
  padding: 3rem;
}

form#ekitaldiak-gehitu-form > .w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input:not([type=submit]) {
  background: white !important;
  border: 1px solid black;
  /* max-width: 400px; */
  margin: 1rem;
}

button.blue-btn {
  background-color:rgb(135, 190, 190);
  border-radius: .5rem;
  margin-left: 1rem;
}

#irudi-nabarmendua {
  cursor: pointer;
  border: 2px solid grey;
  max-width:15rem;

}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

.flex-center {
  display:flex;
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

.w-100 {
  width: 100%;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top:3rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.red {
  color: rgb(214, 54, 54);
}

iframe .wrap {
  margin: 0;
  padding: 50px 20px 0 20px;
    position: fixed;
    top: 500;
    left: 0;
    /* float: left; */
    /* width: 100vw; */
    background-color: white;
    z-index: 9991;
}

#harpidetu-main-cont {
  max-width:900px;
}

#harpidetu-main-cont label {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}

#harpidetu-main-cont span {
  color: #e80000;
}

#harp-check-container {
  display: flex;
  align-items: center;
  gap:.5rem;
}

#harp-btn-container {
  display: flex;
}
#harp-btn-container input {
  border-radius: 20px !important;
  height: 50px;
  width: auto;
  font-size:16px !important;
  font-weight: 700 !important;
  padding: 16px 25.6px !important;
}

.d-none {
  display: none;
}

#popmake-40844 {
  max-width: 400px;
  border-radius: .45em;
}

#popmake-40844 .popmake-close {
  border-radius: 0 .20em 0 0;
}

#popmake-40844 #harp-email, #popmake-40844 #harp-name {
  width: 80%;
  margin: 2rem;
}

.popmake-close{
	position: fixed;
	  color: white;
	  right: 1rem;
	  top: 218.609px;
	  z-index: 2000000000;
	  background-color: transparent;
	  visibility: visible;
  }

  .mec-single-event-time .mec-sl-clock {
    color: #626262;
  }

  .mec-wrap .flip-clock-wrapper ul {
    width:40px !important;
  }

  .featherlight-inner::-webkit-scrollbar {
    width: 10px;
  }
   
  .featherlight-inner::-webkit-scrollbar-track {
    box-shadow: none;
  }
   
  .featherlight-inner::-webkit-scrollbar-thumb {
    background-color: rgba(242,187,125,1);
    outline: 1px solid transparent;
  }

  .vc_column-inner.us_custom_fc8a7c01 .wpb_wrapper, .vc_column-inner.us_custom_e7f5d98a .wpb_wrapper{
    height: 100%;
  }