.crefo-button-delete {
    padding: 0.1em 0.5em;
}

.cp-container,
.cp-container-fluid,
.cp-container-sm,
.cp-container-md,
.cp-container-lg,
.cp-container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .cp-container,
    .cp-container-sm {
        max-width: 540px;
    }
    .cp-form-inline .cp-input-group,
    .cp-form-inline .cp-custom-select {
        width: auto;
    }
    .cp-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .cp-row-cols-sm-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .cp-row-cols-sm-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cp-row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .cp-row-cols-sm-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .cp-row-cols-sm-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .cp-row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .cp-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .cp-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .cp-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .cp-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .cp-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .cp-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .cp-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cp-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .cp-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .cp-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .cp-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .cp-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .cp-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .cp-container,
    .cp-container-sm,
    .cp-container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .cp-container,
    .cp-container-sm,
    .cp-container-md,
    .cp-container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .cp-container,
    .cp-container-sm,
    .cp-container-md,
    .cp-container-lg,
    .cp-container-xl {
        max-width: 1140px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cp-custom-control-label::before,
    .cp-custom-file-label,
    .cp-custom-select {
        transition: none;
    }
}

.cp-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cp-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cp-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cp-col-sm,
.cp-col-sm-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-toolbar .cp-input-group {
    width: auto;
}

.cp-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.cp-input-group>.cp-form-control,
.cp-input-group>.cp-form-control-plaintext,
.cp-input-group>.cp-custom-select,
.cp-input-group>.cp-custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.cp-input-group>.cp-form-control+.cp-form-control,
.cp-input-group>.cp-form-control+.cp-custom-select,
.cp-input-group>.cp-form-control+.cp-custom-file,
.cp-input-group>.cp-form-control-plaintext+.cp-form-control,
.cp-input-group>.cp-form-control-plaintext+.cp-custom-select,
.cp-input-group>.cp-form-control-plaintext+.cp-custom-file,
.cp-input-group>.cp-custom-select+.cp-form-control,
.cp-input-group>.cp-custom-select+.cp-custom-select,
.cp-input-group>.cp-custom-select+.cp-custom-file,
.cp-input-group>.cp-custom-file+.cp-form-control,
.cp-input-group>.cp-custom-file+.cp-custom-select,
.cp-input-group>.cp-custom-file+.cp-custom-file {
    margin-left: -1px;
}

.cp-input-group>.cp-form-control:focus,
.cp-input-group>.cp-custom-select:focus,
.cp-input-group>.cp-custom-file .cp-custom-file-input:focus~.cp-custom-file-label {
    z-index: 3;
}

.cp-input-group>.cp-custom-file .cp-custom-file-input:focus {
    z-index: 4;
}

.cp-input-group>.cp-form-control:not(:last-child),
.cp-input-group>.cp-custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cp-input-group>.cp-form-control:not(:first-child),
.cp-input-group>.cp-custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cp-input-group>.cp-custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cp-input-group>.cp-custom-file:not(:last-child) .cp-custom-file-label,
.cp-input-group>.cp-custom-file:not(:last-child) .cp-custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cp-input-group>.cp-custom-file:not(:first-child) .cp-custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cp-input-group-prepend,
.cp-input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.cp-input-group-prepend .btn,
.cp-input-group-append .btn {
    position: relative;
    z-index: 2;
}

.cp-input-group-prepend .btn:focus,
.cp-input-group-append .btn:focus {
    z-index: 3;
}

.cp-input-group-prepend .btn+.btn,
.cp-input-group-prepend .btn+.cp-input-group-text,
.cp-input-group-prepend .cp-input-group-text+.cp-input-group-text,
.cp-input-group-prepend .cp-input-group-text+.btn,
.cp-input-group-append .btn+.btn,
.cp-input-group-append .btn+.cp-input-group-text,
.cp-input-group-append .cp-input-group-text+.cp-input-group-text,
.cp-input-group-append .cp-input-group-text+.btn {
    margin-left: -1px;
}

.cp-input-group-prepend {
    margin-right: -1px;
}

.cp-input-group-append {
    margin-left: -1px;
}

.cp-input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.cp-input-group-text input[type="radio"],
.cp-input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.cp-input-group-lg>.cp-form-control:not(textarea),
.cp-input-group-lg>.cp-custom-select {
    height: calc(1.5em + 1rem + 2px);
}

.cp-input-group-lg>.cp-form-control,
.cp-input-group-lg>.cp-custom-select,
.cp-input-group-lg>.cp-input-group-prepend>.cp-input-group-text,
.cp-input-group-lg>.cp-input-group-append>.cp-input-group-text,
.cp-input-group-lg>.cp-input-group-prepend>.btn,
.cp-input-group-lg>.cp-input-group-append>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.cp-input-group-sm>.cp-form-control:not(textarea),
.cp-input-group-sm>.cp-custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.cp-input-group-sm>.cp-form-control,
.cp-input-group-sm>.cp-custom-select,
.cp-input-group-sm>.cp-input-group-prepend>.cp-input-group-text,
.cp-input-group-sm>.cp-input-group-append>.cp-input-group-text,
.cp-input-group-sm>.cp-input-group-prepend>.btn,
.cp-input-group-sm>.cp-input-group-append>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.cp-input-group-lg>.cp-custom-select,
.cp-input-group-sm>.cp-custom-select {
    padding-right: 1.75rem;
}

.cp-input-group>.cp-input-group-prepend>.btn,
.cp-input-group>.cp-input-group-prepend>.cp-input-group-text,
.cp-input-group>.cp-input-group-append:not(:last-child)>.btn,
.cp-input-group>.cp-input-group-append:not(:last-child)>.cp-input-group-text,
.cp-input-group>.cp-input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.cp-input-group>.cp-input-group-append:last-child>.cp-input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cp-input-group>.cp-input-group-append>.btn,
.cp-input-group>.cp-input-group-append>.cp-input-group-text,
.cp-input-group>.cp-input-group-prepend:not(:first-child)>.btn,
.cp-input-group>.cp-input-group-prepend:not(:first-child)>.cp-input-group-text,
.cp-input-group>.cp-input-group-prepend:first-child>.btn:not(:first-child),
.cp-input-group>.cp-input-group-prepend:first-child>.cp-input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.was-validated .cp-custom-select:valid,
.cp-custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .cp-custom-select:valid:focus,
.cp-custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .cp-custom-select:invalid,
.cp-custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .cp-custom-select:invalid:focus,
.cp-custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.cp-custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cp-custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cp-custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.cp-custom-select[multiple],
.cp-custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.cp-custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.cp-custom-select::-ms-expand {
    display: none;
}

.cp-custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.cp-custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.cp-custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.cp-custom-control-label::before,
.cp-custom-file-label,
.cp-custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.data-crefopay-placeholder-cvv {
    height: 25px;
    width: 50px;
    text-indent: 3em;
    border-width: 0.5em;
    border-color: #6c757d;
}

.data-crefopay-placeholder-cvv-label {
    height: 25px;
    padding-top: 40px;
    font-weight: bold;
    border-width: 0.5em;
    border-color: #6c757d;
}

.data-crefopay-error {
    color: #dc3545 !important;
    font-weight: normal;
}

.data-crefopay-placeholder {
    height: 25px;
    padding-bottom: 40px;
    text-indent: 2em;
    border-width: 0.5em;
    border-color: #6c757d;
}

.data-crefopay-placeholder-label {
    height: 25px;
    padding-bottom: 10px;
    text-indent: 2em;
    border-width: 0.5em;
    border-color: #6c757d;
}