﻿
#Container {
    margin-left: auto;
    margin-right: auto;
    width: 950px;
   
}
.selectbutton_giftcard {
    background-color: #2e7739;
    color: #fff;
    font-weight: bold;
    width: 80%;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 30px;
}
#btnOneMoment {
    background-color: #fff;
    color: #2e7739;
    border: 2px solid #2e7739;
}
 

.giftcard {
    /*  border: 1px solid #<%=gExtrasettings.GiftCardThemeColor%> !important;*/
}

#agreementpopup {
    color: black !important;
}
#BodyContent {
    min-height: 1000px
}
#ContainerContact {
   
}
#CustomerDetails {
    text-align: -webkit-center;
  
}
defaultagreement {
}

.buttoncontainerx {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.MollieWarning {
    padding: 15px;
    margin: 20px auto;
    border: 2px solid orange;
    color: orange;
    max-width: 400px;
    font-size:12px;
   
}
 
#confirmtransactionIcon svg {
    width: 80px !important;
    display: block;
    margin: 10px auto 0;
}

#confirmtransactionIcon .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}

#confirmtransactionIcon .line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

#confirmtransactionIcon .check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
}




@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}


.radio-toolbar {
    margin: 10px;
}

    .radio-toolbar input[type="radio"] {
        opacity: 0;
        position: fixed;
        width: 0;
    }
    /* bedragen selectie */
    .radio-toolbar label {
        display: inline-block;
        /* background-color: #ddd;*/
        border: 1px solid black;
        padding: 10px 20px;
        font-weight: bold;
        font-size: 18px;
        width: 40px;
        border-radius: 4px;
       /* box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px 0px;*/
        width: 10%;
        margin: 10px;
      
    }

/* invoer velden keuze bedragen */
#giftcardselectedvalue {
    width: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold
}



        .radio-toolbar label:hover {
            /* background-color: orange;*/
            cursor:pointer !important;
        }

    .radio-toolbar input[type="radio"]:focus + label {
       
    }

    .radio-toolbar input[type="radio"]:checked + label {
        /*background-color: orange;*/
        /* color:white; */
        border: 3px solid black;
    
    }

/* geselcteerde veld */
.ui-state-active {
    background-color: black !important;
}

input:focus {
    border-color: orange !important;
}


/* notification */
.ui-notify-small {
    width: 50%;
}

.ui-notify {
    padding: 10px 20px;
    position: relative;
    margin: auto;
    font-size: 14px !important;
    display: none;
    margin-bottom: 1px;
    opacity: 0.97;
    line-height: 30px;
}

.ui-notify-link {
    text-decoration: none;
}

.ui-notify-error {
    background-color: #FDE4E1;
    color: #CB4721;
}

.ui-notify-info {
    background-color: #FCEFBC;
    color: #958239;
}

.ui-notify-success {
    background: #D5FFC6;
    color: #60a348;
}

.ui-notify-error a {
    color: #CB4721;
}

.ui-notify-info a {
    color: #958239;
}

.ui-notify-success a {
    color: #60a348;
}

.ui-notify-buttons {
    margin: 1px;
}

.ui-notify-close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
}

.connectionbutton {
    float: right;
    padding: 6px !important;
    font-size: 12px !important;
}

/*end notification */

.giftcard {
    /* Voeg een transitie toe voor een vloeiende animatie */
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(600px) translate3d(0, 0, 0);
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    align-items: center;
    max-width: 510px;
    height: auto;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

.headergiftcard {
    margin: 15px;
    margin-bottom: 2px;
}

.giftcardagreement {
    background: white;
}

.confirmbutton {
    width:100%;

}

.rotate-once {
    width: 100px;
    height: 100px;
    background-color: blue;
    transition: transform 1s ease; /* Voeg een transitie toe voor een vloeiende animatie */
}
.rotate {
    transform: rotateY(360deg);
}
#digitalgiftcardcontainer {
  
}
.giftcardrollovereffect {
    width: 560px;
    height: 300px;
    position: absolute;
    background-color: transparent !important;
    top: 50px;
    margin-left: auto;
    left: 35.5%;
    /* margin-right: 200px;*/
}
.giftcardAgreementLink {
    color: #2e7739;
    font-weight: bold;
    text-decoration: none;
}
.generalAgreementContainer {
position:relative;
}
.giftcardAgreementLink:hover {
    text-decoration: underline;
}
.attentionCheckbox {
    border: 1px solid #2e7739; 
    animation: bounce 0.2s 1; /* Runs 3 times */
}

 
@keyframes bounce {
    0%, 100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, 0px); /* Move right and up */
    }

    50% {
        transform: translate(0, 0px); /* Move back to center and up */
    }

    75% {
        transform: translate(-10px,0px); /* Move left and up */
    }
}
/* ==========================
Custom checkbox - fontawesome 
============================--*/
.CustomStyleCheckboxes {
    padding-bottom: 1px;
    display: flex;
  /*  margin: 15px;
    padding: 15px;*/
  margin-top:20px;
}

 .CustomStyleCheckboxes input[type=checkbox] {
        display: none;
    }
    /* to hide the checkbox itself */
 .CustomStyleCheckboxes label {
        font-size: 14px;
        cursor: pointer;
    }

 .CustomStyleCheckboxes input[type=checkbox] + label:after {
        font-family: FontAwesome !important;
        font-size: 26px;
        display: inline-block;
        color: #666;
    }
    /* UNCHECKED icon  */
    .CustomStyleCheckboxes input[type=checkbox] + label:after {
        content: "\f096"; /* vierkant */
        font-size: 22px;
        cursor: pointer;
    }
    /* space between checkbox and label */
    .CustomStyleCheckboxes input[type=checkbox] + label:after {
        float: left;
        margin-right: 5px
    }

  .CustomStyleCheckboxes label {
        font-size: 13px;
        padding-top: 0px;
        text-align:left;
        
       
    }
    /* CHECKED icon   ;*/
    .CustomStyleCheckboxes input[type=checkbox]:checked + label:after {
        content: "\f14a"; /* vierkant */
        font-weight: bold;
        color: #2e7739;
        font-size: 22px;
        cursor: pointer;
    }
    /* allow space for check mark */
  .CustomStyleCheckboxes input[type=checkbox]:checked + label:after {
        float: left;
    }
/*===END CustomCheckboxes*/


@media screen and (max-width: 500px) {
    .radio-toolbar label {
        
        width: 25%;
        margin: 2px;
    }
   
   
}

@media screen and (max-width: 800px) {
    

    .giftcardrollovereffect {
        width: 100% !important;
        left: 0 !important;
    }
}