:root {
    --main-color: #5ABE49;
    --main-ligher-color: #B7E0A0;
    --main-darker-color: #54b044;
    --main-link-button-color: #5ABE49;
    --main-lighet-color-used: #B7E0A0;
    --second-color: #0072BC;
    --lighter-title-color: #5ABE49;
    --light-shade: #EAF4D4;
}

  .main_logo{
      width: 120px;
      height: 120px;
      background: url(../images/designlogo/planetarthur_header.png) center no-repeat;
      background-size: contain;
  }
  
  .sticky_menu .small_logo_header{
      background: url(../images/designlogo/planetarthur_header.png) center no-repeat;
      background-size: contain; 
      width: 114px;
      height: 41px;
      margin-top: 13px;
  }
  .truck-back {
      /* background: url(../images/redesign/truck-back-green.png) no-repeat; */
  }
  .truck-front {
      /* background: url(../images/redesign/truck-front-green.png) no-repeat; */
  }
  .is_present_wrapper input[type=checkbox] + label:before, .reg_form input[type=checkbox] + label:before, .reg_form input[type=radio] + label:before {
      /* background: url(../images/redesign/uncheck_green.png) center no-repeat !important; */
  }
  .is_present_wrapper input[type=checkbox]:checked + label:before, .reg_form input[type=checkbox]:checked + label:before, .reg_form input[type=radio]:checked + label:before {
      /* background: url(../images/redesign/checked_green.png) center no-repeat !important; */
  }
  
  a.logo_footer_central{
      background: url(../images/designlogo/planetarthur_footer.png) center no-repeat;
      background-size: contain;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      margin-bottom: 10px;
  }
  
  .wrapper_big_menu{
          background: #F4F5DB;
  }
  
  .list-group-item-special.active {
      background: url(../images/checks/check-box.png) left no-repeat !important;
  }
  
  @media (max-width:575px){
      a.main_logo{margin-bottom: 55px !important;}
  }

  .card-flip-container {
    perspective: 1000px;
    width: 400px;
    height: 300px;
    cursor: pointer;
}
.card-flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: white;
    pointer-events: none;
}
.card-back {
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-flip-container.flipped .card-flipper {
    transform: rotateY(180deg);
}
.member-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.barcode-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.button-main-force{
    background-color: var(--main-link-button-color) !important;
	color: #FFFFFF !important;
}

.color-lighter{
    color: var(--main-color) !important;
}

.backgroundcolor-second{
    background-color: var(--second-color) !important;
}
.backgroundcolor-second:hover{
  opacity: 0.9;
  background-color: var(--second-color) !important;
}

.gdpr-input-select-new{
    width: 50% !important;
    padding: 16px 2%;
    margin-bottom: 20px;
    background: #F6F6F6;
    border: 1px solid #B9B9B9;
}

.gdpr-input-text-new{
    width: 96% !important;
    padding: 16px 2%;
    margin-bottom: 20px;
    background: #F6F6F6;
    border: 1px solid #B9B9B9;
}

@media (max-width: 575px) {
    a.main_logo {
        width: 120px !important;
        margin-bottom: 0px !important;
    }
    .gdpr-input-select-new{
        width: 96% !important;
    }
    
}

