/*

Sections:

- Reset
- General
- Form
- restriction of type "Age"
- Restriction of type "Password"
- Select 2 Customization

 */

/* Reset ------------------------------------------------------------------------------------------------------------ */
.daextreblp-restricted-block-container,
.daextreblp-restricted-block-container * {
    box-sizing: border-box !important;
    text-transform: none !important;
    box-shadow: none !important;
}

/* General ---------------------------------------------------------------------------------------------------------- */
.daextreblp-restricted-block-container input {
    background: #fff !important;
}

.daextreblp-restricted-block-container > *:last-child {
    margin-bottom: 0 !important;
}

.daextreblp-restricted-block-container {
    padding: 40px !important;
    border-radius: 3px !important;
    border-width: 1px !important;
    border-style: solid !important;
    margin: 20px 0;
    max-width: 480px !important;
    background: #fff !important;
}

.daextreblp-restricted-block-icon {
    margin: 0 auto 40px !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.daextreblp-restricted-block-title {
    display: block !important;
    margin: 0 0 14px 0 !important;
    text-align: left !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.daextreblp-restricted-block-description {
    display: block !important;
    margin: 0 0 40px !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}

.daextreblp-form-row {
    display: block !important;
    width: 100% !important;
}

/* Form ------------------------------------------------------------------------------------------------------------- */
.daextprbpl-form-row input {
    width: 200px !important;
}

.daextreblp-form-row button {
    border: none !important;
    border-radius: 3px !important;
    height: 68px !important;
    width: 100% !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 68px !important;
    padding: 0 !important;
    cursor: pointer !important;
}

.daextreblp-form-row button:focus {
    outline: none !important;
}

/* Restriction of type "Age" ----------------------------------------------------------------------------- */
.daextreblp-age-restriction-form .daextreblp-form-row {
    display: flex !important;
}

.daextreblp-age-restriction-form .daextreblp-form-row:first-of-type {
    margin-bottom: 24px !important;
}

.daextreblp-age-restriction-form .daextreblp-age-restriction-day-container {
    flex-basis: 25% !important;
}

.daextreblp-age-restriction-form .daextreblp-age-restriction-month-container {
    flex-basis: 50% !important;
}

.daextreblp-age-restriction-form .daextreblp-age-restriction-year-container {
    flex-basis: 25% !important;
}

.daextreblp-form-row-form-submit {
    margin-bottom: 0 !important;
}

.daextreblp-age-restriction-form .daextreblp-validation-message {
    display: none;
    border-radius: 3px !important;
    margin-top: 20px !important;
    height: 48px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    line-height: 48px !important;
    font-weight: 400 !important;
    width: 100% !important;
}

/* Restriction of type "Password" ------------------------------------------------------------------------------------ */
.daextreblp-password-label {
    font-size: 13px !important;
    line-height: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 13px !important;
    width: 100% !important;
}

.daextreblp-form-row-password {
    position: relative !important;
}

.daextreblp-password {
    width: 100% !important;
    height: 48px !important;
    border-radius: 3px !important;
    border-width: 1px !important;
    border-style: solid !important;
    margin-bottom: 24px !important;
    padding: 0 46px 0 15px !important;
    font-size: 17px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
}

.daextreblp-password:focus {
    outline: none !important;
}

.daextreblp-password-toggle {
    width: 16px !important;
    height: 16px !important;
    position: absolute !important;
    top: 42px !important;
    right: 16px !important;
    cursor: pointer !important;
}

.daextreblp-password-invalid {
    display: none;
    border-radius: 3px !important;
    margin-top: 20px !important;
    padding: 16px 16px !important;
    width: 100% !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}

/* Select 2 Customization ------------------------------------------------------------------------------------------- */

.select2-container,
.select2-container * {
    box-sizing: border-box !important;
}

.daextreblp-age-restriction-day-container .select2-container,
.daextreblp-age-restriction-month-container .select2-container {
    width: calc(100% - 20px) !important;
}

.daextreblp-age-restriction-day-container select,
.daextreblp-age-restriction-month-container select,
.daextreblp-age-restriction-year-container select {
    visibility: hidden !important;
}

.daextreblp-age-restriction-year-container .select2-container {
    width: 100% !important;
}

.select2-selection {
    border-color: #dddddd !important;
    border-radius: 0 !important;
}

.select2-results__option--selected {
    background: #0075a5 !important;
}

.select2-dropdown {
    border-color: #dddddd !important;
    border-radius: 0 !important;
}

.select2-container--open .select2-dropdown {
    border-radius: 3px !important;
}

body.admin-bar .select2-container--open .select2-dropdown{
    margin-top: 32px !important;
}

.select2-search__field {
    border: 1px solid #5f9cd7 !important;
    height: 24px !important;
    line-height: 22px !important;
    padding: 0 5px !important;
    min-height: 24px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    color: #333 !important;
}

.select2-results__option.select2-results__message {
    padding: 0 1px !important;
}

.select2-search__field:focus {
    box-shadow: none !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 3px !important;
    border-width: 1px !important;
    border-type: solid !important;
    padding: 0 !important;
}

.select2-selection__rendered {
    line-height: 46px !important;
    padding-left: 5px !important;
    font-size: 17px !important;
    color: #202122 !important;
    font-weight: 400 !important;
    padding: 0 15px 0 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px !important;
    top: 1px !important;
    right: 1px !important;
}

.select2-container--default .select2-results__option--selected.select2-results__option--highlighted.select2-results__option--selectable {
    background: #f2f5ff !important;
    color: #202122 !important;
    margin-right: 10px !important;
}

.select2-results__option {
    font-size: 12px !important;
    margin: 0 4px !important;
    min-height: 48px !important;
    padding: 4px 15px !important;
    line-height: 46px !important;
    margin-bottom: 4px !important;
    font-size: 17px !important;
    line-height: 48px !important;
    font-weight: 400 !important;
}

.select2-results__option:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.select2-selection {
    outline: 0 !important;
    border-radius: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 16px !important;
    margin-top: 16px !important;
    margin-right: 11px !important;
    height: 16px !important;
}

.select2-container--disabled .select2-selection {
    cursor: default !important;
    background: #f7f7f7 !important;
    border-color: #ddd !important;
}

.select2-container--disabled .selection .select2-selection--single .select2-selection__rendered {
    color: #ccc !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__arrow {
    opacity: 0.5 !important;
}

/* Multiple */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    padding: 0 5px !important;
    min-height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 0 !important;
    background: #d2d2d2 !important;
    color: #fff !important;
    border-radius: 7px !important;
    box-shadow: none !important;
    height: 14px !important;
    box-sizing: content-box !important;
    padding: 1px 1px 1px 3px !important;
    margin: 3px 5px 3px 0 !important;
    float: left !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    line-height: 13px !important;
    display: block !important;
    float: left !important;
}

.select2-selection--multiple .select2-search__field {
    border: 0 !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: 0 !important;
    padding: 0 4px 0 6px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
    width: 9px !important;
    height: 9px !important;
    color: transparent !important;
}

.select2-container--default .select2-selection--multiple {
    padding: 0 5px !important;
}

.select2-selection--multiple .select2-selection__rendered {
    padding-left: 0 !important;
}

.select2-selection--multiple .select2-selection__rendered:after {
    visibility: hidden !important;
    display: block !important;
    font-size: 0 !important;
    content: " " !important;
    clear: both !important;
    height: 0 !important;
}

.select2-selection--multiple .select2-selection__rendered {
    display: inline-block !important;
    margin: 0 !important;
}

* html .select2-selection--multiple .select2-selection__rendered {
    height: 1% !important;
}

.select2-selection--multiple .select2-selection__rendered {
    display: block !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-right: 0 !important;
}

.select2-container .select2-results__options .select2-results__option[role="alert"] {
    padding: 5px 6px !important;
    color: #777 !important;
    margin: 0 !important;
}

.select2-results__options[aria-multiselectable="true"] {
    margin-top: 4px !important;
}

/* Custom scrollbar */

.select2-results__options::-webkit-scrollbar {
    width: 16px !important;
    background-clip: padding-box !important;
}

.select2-results__options::-webkit-scrollbar-track {
    height: 8px !important;
    background-clip: padding-box !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(0, 0, 0, 0) !important;
    border-bottom: 10px solid rgba(0, 0, 0, 0) !important;
    border-radius: 0 !important;
}

.select2-results__options {
    --sp-border-extra-light: #ffffff !important;
}

.select2-results__options::-webkit-scrollbar-button {
    display: none !important;
}

/* Chevron icon */
.select2-selection__arrow {
    background-repeat: no-repeat !important;
}

.select2-container--open .select2-selection__arrow {
    background-repeat: no-repeat !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
}