/**
* 2022 APER
* Module apertermsconditions
*/

.apertermsconditions-alerts-div{
    width: 100%;
    align-content: center;
    justify-content: center;
    display:flex;
}

.apertermsconditions-alert{
}


/**
* ONSITE STYLE
*/
.apertermsconditions-onsite-gral{
    display: flex;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
}

.apertermsconditions-onsite-terms{
    display: flex;
    background-color: #343434;
    text-align: center;
    padding: 1em;
    justify-content: center;
    width: 100%;
}

.apertermsconditions-onsite-message{
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.apertermsconditions-onsite-message-link{
}

.apertermsconditions-onsite-btn{
    margin: 0 1em 0;
}


/**
* ACCOUNT STYLE
*/
.apertermsconditions-account-gral{
}

.apertermsconditions-account-checkbox{
}

.apertermsconditions-account-checkbox-input{
}

.apertermsconditions-account-message{
    margin-bottom: 1em;
}

.apertermsconditions-account-message-link{
}


/**
* CHECKOUT STYLE
*/
.terms-conditions-form-check {
    position: absolute;
}

.terms-conditions-checkbox-input {
    scale: 1.75;
    margin-left: -2rem;
    accent-color: white;
}

.apertermsconditions-checkout-gral {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.apertermsconditions-checkout-checkbox{
}

.apertermsconditions-checkout-checkbox-input{

}

.apertermsconditions-checkout-message{
}

.terms-conditions-checkout-message-link {
  font-weight: bold;
}
