.iti {
    width: 100% !important;
}

.iti__country {
    list-style-type: none !important;
}

.iti__country:before {
    display: none !important;
}

.cqr-loyalty-qr-box {
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #b8b8b8;
    display: none;
}

.cqr-loyalty-qr-box.open {
    display: block;
}

.cqr-loyalty-qr-box h3 {

}

.cqr-loyalty-qr-box p {

}

.cqr-loyalty-qr-box canvas {
    margin: 0 auto;                
}

.cqhl-user-menu {
    border-bottom: 1px solid #b8b8b8; 
    border-top: 1px solid #b8b8b8; 
    padding-top: 20px; 
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.cqhl-user-menu li {
    list-style: none !important;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 10px;
    line-height: 180%;
}

.cqhl-user-menu li:before {
    display: none !important;
}

.cqhl-table {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid;
}

.cqhl-table th, .cqhl-table td {
    padding: 0px;
    background: transparent;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #ededed;
}

.cqhl-wallet-icons {
    text-align: center;
}

.cqhl-wallet-icons .apple, .cqhl-wallet-icons .google {
    display: inline-block;
    padding-top: 3px;
}

.cqhl-wallet-icons button {
    outline: none;
    border: none;
}

.cqhl-wallet-icons .apple img {
    max-width: 100px;
    position: relative;
    top: 3px;
}

.cqhl-wallet-icons .google img {
    max-width: 100px;
}

.password-checklist {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: .5rem;
    min-width: 220px;
    width: auto;
    background: #333;
    color: #fff;
    padding: 12px!important;
    border-radius: .25rem;
    font-size: 12px;
    z-index: 999;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}         

.form-input:focus-within .password-checklist {
    display: block;
}

.password-checklist::before {
    content: "";
    position: absolute;
    top: 100%;    
    left: 1rem;   
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.password-checklist li {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    margin-bottom: 2px;
}

.password-checklist li svg {
    width: 13px;
    display: none;
}

.password-checklist li.valid .valid-svg {
    display: inline;
    fill: green;
    margin-right: 5px;
}

.password-checklist li.invalid .invalid-svg {
    display: inline;
    fill: red;
    margin-right: 5px;
}            

.password-checklist li:before {
    display: none;
}

@media screen and (max-width: 768px) {
    .cqhl-mob-hidden {
        display: none;
    }

    .cqhl-container {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .cqhl-table {
        display: block;
        border: none;
    }

    .cqhl-table thead {
        display: none;
    }

    .cqhl-table tbody {
        display: block;
    }

    .cqhl-table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #FFF;
        border-radius: 5px;
        overflow: hidden;
        background-color: #FFF;
    }

    .cqhl-table td {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: none;
        text-align: right;
    }

    .cqhl-table td:last-child {
        border-bottom: none; 
    }

    .cqhl-table td:before {
        content: attr(data-label);
        flex: 0 0 120px;
        font-weight: bold;
        color: #333;
        text-align: left;
    }

    .crq-hide-mobile {
        display: none !important;
    }

    .cqhl-max-w-7xl {
        max-width: 90% !important;
    }
}