/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
    margin: 0;
}

.comment__author .username {
    white-space: nowrap;
}

.comment__author {
    margin: 4px 0;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.25rem;
}

.comment__time,
.comment__permalink {
    margin-bottom: 4px;
    color: #68696b;
    font-size: 0.733em;
    line-height: 1.2;
    padding: 0 0.5em 0 0;
    /* LTR */
}

[dir="rtl"] .comment__time,
.comment__permalink {
    padding: 0 0 0 0.5em;
}

.comment__permalink {
    font-size: 0.733em;
    line-height: 1.2;
}

.comment__content:before {
    content: '';
    position: absolute;
    right: 100%;
    /* LTR */
    top: 20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #d3d7d9;
    /* LTR */
    border-bottom: 20px solid transparent;
}

[dir="rtl"] .comment__content:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 20px solid #d3d7d9;
}

.comment__content:after {
    content: '';
    position: absolute;
    right: 100%;
    /* LTR */
    top: 20px;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    /* LTR */
    border-bottom: 20px solid transparent;
    margin-right: -1px;
    /* LTR */
}

[dir="rtl"] .comment__content:after {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 20px solid #fff;
    margin-right: 0;
    margin-left: -1px;
}

.comment__content h3 {
    margin-top: 0.94em;
    margin-bottom: 0.45em;
    font-size: 1.171em;
}

.comment__content nav {
    padding-top: 1px;
}

.indented {
    margin-left: 40px;
    /* LTR */
}

[dir="rtl"] .indented {
    margin-right: 40px;
    margin-left: 0;
}

.comment .links {
    padding: 0 0 0.25em 0;
}

.comment .links-inline span {
    padding: 0 0.5em 0 0;
    /* LTR */
    font-size: 1.08em;
}

[dir="rtl"] .comment .links-inline span {
    padding: 0 0 0 0.5em;
}

.comment--unpublished {
    margin-right: 5px;
    /* LTR */
    padding: 5px 2px 5px 5px;
    /* LTR */
    background: #fff4f4;
}

[dir="rtl"] .comment--unpublished {
    margin-left: 5px;
    margin-right: 0;
    padding: 5px 5px 5px 2px;
}

/**
   * @todo: unpublished nodes have class .node--unpublished.
   * change this to .comment--unpublished.
   */
.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}

.unpublished {
    padding: 20px 15px 0;
}

.comment-footer {
    display: table-row;
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
    border-right-color: #fff4f4;
    /* LTR */
}

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
    border-left-color: #fff4f4;
}

.views-field-variations>span>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.views-field-variations>span>div>div {
    display: inline-block;
}

.views-field-variations {
    margin-bottom: 0;
}

.views-field-variations .field--name-price {
    display: inline-block;
    width: 70px;
    text-align: right;
    padding-bottom: 1.2rem;
}

.views-field-variations .field--type-entity-reference {
    padding-left: 1rem;
}

.views-field-variations .commerce-order-item-variation-cart-form-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-purchased-entity {
    padding: 0;
    margin: 0;
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity label {
    display: none;
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity input {
    width: 50px;
}

.views-field-variations .commerce-order-item-variation-cart-form-form .form-actions {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

#edit-shipping-information .col-auto,
#edit-payment-information-billing-information .col-auto,
#edit-payment-information-billing-information.col-auto,
#edit-order-summary .col-auto,
#edit-order-summary.col-auto {
    padding: 0;
}

#edit-shipping-information #edit-shipping-information-shipping-profile-field-ruc-wrapper {
    display: none;
}

.view-id-listado_de_productos .views-row>div {
    display: inline-block;
}

.view-id-listado_de_productos .views-row {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.view-id-listado_de_productos .views-row .views-field-title {
    width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.cart-block--contents {
    font-size: 0.75rem;
    width: auto;
}

.cart-block--contents .cart-block--contents__items {
    max-height: inherit;
    overflow-y: hidden;
    overflow-x: hidden;
}

.cart--cart-offcanvas {
    font-size: 0.75rem;
}

.cart--cart-offcanvas .cart-block--offcanvas-contents__links {
    padding: 0.5rem 1rem;
}

.cart--cart-offcanvas .cart-block--offcanvas-contents__links a {
    text-decoration: none;
}

.cart--cart-offcanvas .btn-close {
    padding: 0.25rem;
}

.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__title,
.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__price {
    padding: 0.5rem 0.25rem !important;
}

.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__quantity {
    padding: 0.25rem !important;
}

.cart--cart-offcanvas table .btn {
    font-size: 0.75rem;
}

.cart--cart-offcanvas table tfoot .btn {
    font-size: 0.75rem;
    margin-top: 0.5rem;
}


/**
 * @file
 * Contextual links styles for Bootstrap Barrio.
 */

.contextual-links a {
    border-bottom: none;
    text-shadow: 0 0 0;
}


/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 * @see http://nicolasgallagher.com/css-background-image-hacks/
 */

details {
    border: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 1em;
}

details>.details-wrapper {
    padding: 0.5em 1.5em;
}

/* @todo Regression: The summary of uncollapsible details are no longer
       vertically aligned with the .details-wrapper in browsers without native
       details support. */
summary {
    cursor: pointer;
    padding: 0.2em 0.5em;
}


/**
 * @file
 * Visual styles for Bartik's dropbutton component.
 */

.js .dropbutton-wrapper .dropbutton-widget {
    /* This is required to win over specifity of .js td .dropbutton-widget */
    position: relative;
}

.js .dropbutton-widget {
    border: 1px solid;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
    background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
    color: #3a3a3a;
    cursor: pointer;
    text-align: center;
    margin: 0.125em 0;
    border-radius: 1em;
    overflow: hidden;
}

.js .dropbutton-widget:hover {
    border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
}

.js .dropbutton-widget .button {
    border: none;
    margin: 0;
    padding: 0.32em 1em;
    background: transparent none;
    color: inherit;
}

.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
    margin-right: 0;
    /* LTR */
}

[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
    margin-left: 0;
}

.js .dropbutton .secondary-action {
    border-top-color: #ccc;
}

.js .dropbutton-toggle button {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
    background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2);
}

.js .dropbutton-toggle .dropbutton-arrow:hover {
    background: #ccc;
}

.js .dropbutton a {
    color: #3a3a3a;
    border-bottom: 0 none;
}

.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
    background: #dedede;
    border-bottom: 0 none;
}


/**
 * @file
 * General styles for dropbuttons.
 */
.js .dropbutton-widget {
    background-color: white;
    border: 1px solid #cccccc;
}

.js .dropbutton-widget:hover {
    border-color: #b8b8b8;
}

.dropbutton .dropbutton-action>* {
    padding: 0.1em 0.5em;
    white-space: nowrap;
}

.dropbutton .secondary-action {
    border-top: 1px solid #e8e8e8;
}

.dropbutton-multiple .dropbutton {
    border-right: 1px solid #e8e8e8;
    /* LTR */
}

[dir="rtl"] .dropbutton-multiple .dropbutton {
    border-left: 1px solid #e8e8e8;
    border-right: 0 none;
}

.dropbutton-multiple .dropbutton .dropbutton-action>* {
    margin-right: 0.25em;
    /* LTR */
}

[dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action>* {
    margin-left: 0.25em;
    margin-right: 0;
}

.js td .dropbutton-multiple {
    padding-right: 10em;
    margin-right: 2em;
    max-width: 100%;
}

.js td .dropbutton-wrapper {
    min-height: 2em;
}

.js .dropbutton-wrapper,
.js .dropbutton-widget {
    display: block;
    position: relative;
}

.js td .dropbutton-widget {
    position: absolute;
}


/**
 * @file
 * Feed icon styles for Bootstrap Barrio.
 */

.feed-icon {
    border-bottom: none;
    display: inline-block;
    padding: 15px 0 0 0;
}


/**
 * @file
 * Visual styles for Bootstrap Barrio's field components.
 */

.field--type-entity-reference {
    margin: 0 0 1.2em;
}

.field--type-entity-reference .field__label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
    /* LTR */
}

[dir="rtl"] .field--type-entity-reference .field__label {
    padding-left: 5px;
    padding-right: 0;
}

.field--type-entity-reference ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.field--type-entity-reference ul.links li {
    float: left;
    /* LTR */
    padding: 0 1em 0 0;
    /* LTR */
    white-space: nowrap;
}

[dir="rtl"] .field--type-entity-reference ul.links li {
    padding: 0 0 0 1em;
    float: right;
}

@media all and (min-width: 560px) {
    .node .field--type-image {
        float: left;
        /* LTR */
        margin: 0 1em 0 0;
        /* LTR */
    }

    [dir="rtl"] .node .field--type-image {
        float: right;
        margin: 0 0 0 1em;
    }

    .node .field--type-image+.field--type-image {
        clear: both;
    }
}

.field--type-image img,
.field--name-field-user-picture img {
    margin: 0 0 1em;
}

.field--type-image a {
    border-bottom: none;
}

.field--name-field-tags {
    margin: 0 0 1.2em;
}

.field--name-field-tags .field__label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
    /* LTR */
}

[dir="rtl"] .field--name-field-tags .field__label {
    padding-left: 5px;
    padding-right: 0;
}

.field--name-field-tags .field__label,
.field--name-field-tags ul.links {
    font-size: 0.8em;
}

.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
    font-size: 0.821em;
}

.field--name-field-tags ul.links {
    padding: 0;
    margin: 0;
}

.field--name-field-tags ul.links li {
    float: left;
    /* LTR */
    padding: 0 1em 0 0;
    /* LTR */
    white-space: nowrap;
}

[dir="rtl"] .field--name-field-tags ul.links li {
    padding: 0 0 0 1em;
    float: right;
}

.field--label-inline .field__label,
.field--label-inline .field__items,
.field--label-inline .field__item {
    display: inline-block;
}


/**
 * @file
 * Default style for file module.
 */

/* File icons.*/

.file {
    padding-left: 20px;
    /* LTR */
    display: inline-block;
    min-height: 16px;
    background-repeat: no-repeat;
    background-position: left center;
    /* LTR */
}

[dir="rtl"] .file {
    padding-left: inherit;
    padding-right: 20px;
    background-position: right center;
}

.file--general,
.file--application-octet-stream {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/application-octet-stream.png);
}

.file--package-x-generic {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/package-x-generic.png);
}

.file--x-office-spreadsheet {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/x-office-spreadsheet.png);
}

.file--x-office-document {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/x-office-document.png);
}

.file--x-office-presentation {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/x-office-presentation.png);
}

.file--text-x-script {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/text-x-script.png);
}

.file--text-html {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/text-html.png);
}

.file--text-plain {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/text-plain.png);
}

.file--application-pdf {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/application-pdf.png);
}

.file--application-x-executable {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/application-x-executable.png);
}

.file--audio {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/audio-x-generic.png);
}

.file--video {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/video-x-generic.png);
}

.file--text {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/text-x-generic.png);
}

.file--image {
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/image-x-generic.png);
}

/**
 * @file
 * Visual styles for Bootstrap Barrio's form components.
 */

.form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(../../images/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}

form .form-actions {
    align-self: flex-end;
}

form .filter-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

form .form-type-textarea {
    margin-bottom: 0;
}

/* link-edit-summary css */
.link-edit-summary {
    border: 0;
    background: none;
    text-decoration: underline;
    color: var(--bs-link-color);
}


/**
 * @file
 * Styling for the Forum module.
 */

.forum__description {
    margin: 0.5em;
    font-size: 0.9em;
}

.forum__icon {
    float: left;
    /* LTR */
    width: 24px;
    height: 24px;
    margin: 0 9px 0 0;
    /* LTR */
    background-image: url(/themes/contrib/bootstrap_barrio/images/icons/forum-icons.png);
    background-repeat: no-repeat;
}

[dir="rtl"] .forum__icon {
    float: right;
    margin: 0 0 0 9px;
}

.forum__title {
    overflow: hidden;
}

.forum .indented {
    margin-left: 20px;
    /* LTR */
}

[dir="rtl"] .forum .indented {
    margin-right: 20px;
    margin-left: 0;
}

.forum__topic-status--new {
    background-position: -24px 0;
}

.forum__topic-status--hot {
    background-position: -48px 0;
}

.forum__topic-status--hot-new {
    background-position: -72px 0;
}

.forum__topic-status--sticky {
    background-position: -96px 0;
}

.forum__topic-status--closed {
    background-position: -120px 0;
}

/* ------------------ Header ------------------ */

.navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus {
    color: var(--bs-primary);
    filter: brightness(1);
}

.navbar-dark .nav-link {
    color: rgba(255, 255, 255);
}

.navbar-light .nav-link:hover,
.navbar-light .nav-link:focus {
    color: var(--bs-primary);
}

.navbar-light .nav-link {
    color: rgba(11, 11, 11);
}

.navbar-brand .site-logo {
    margin-right: 1rem;
}

@media (max-width: 33.9em) {

    .navbar-toggleable-xs .navbar-nav .nav-item+.nav-item,
    .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
        margin-left: 0;
        float: none;
    }
}

@media (max-width: 47.9em) {

    .navbar-toggleable-sm .navbar-nav .nav-item+.nav-item,
    .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
        margin-left: 0;
        float: none;
    }
}

/**
 * @file
 * Styles for the help block.
 */

.block-help {
    border: 1px solid #d3d7d9;
    padding: 0 1.5em;
    margin-bottom: 30px;
}


/**
 * @file
 * Visual styles for icons.
 */

.icon-help {
    background: url(/themes/contrib/bootstrap_barrio/images/help.png) 0 50% no-repeat;
    /* LTR */
    padding: 1px 0 1px 20px;
    /* LTR */
}

[dir="rtl"] .icon-help {
    background-position: 100% 50%;
    padding: 1px 20px 1px 0;
}

.feed-icon {
    background: url(/themes/contrib/bootstrap_barrio/images/feed.svg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 16px;
    direction: ltr;
    height: 16px;
}

/* Menu toggler fall back icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/**
 * @file
 * Styles for Bootstrap Barrio's image buttons.
 */

.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
    background: transparent;
    opacity: 0.5;
    cursor: default;
}


.image-preview {
    float: left;
    /* LTR */
    padding: 0 10px 10px 0;
    /* LTR */
}

[dir="rtl"] .image-preview {
    float: right;
    padding: 0 0 10px 10px;
}

.image-widget-data {
    float: left;
    /* LTR */
}

[dir="rtl"] .image-widget-data {
    float: right;
}

.image-widget-data .text-field {
    width: auto;
}


/**
 * Indent threaded comments.
 */
.indented {
    margin-left: 25px;
    /* LTR */
}

[dir="rtl"] .indented {
    margin-left: 0;
    margin-right: 25px;
}


/**
 * @file
 * Visual styles for Bootstrap Barrio's item list.
 */

.item-list ul {
    list-style: none;
    margin: 0 0 0.25em 0;
    padding: 0;
    /* LTR */
}

[dir="rtl"] .item-list ul {
    padding: 0;
}

.item-list ul li {
    /* This is needed to reset styles in item-list.theme.css */
    margin: 0;
    padding: 0.2em 0.5em 0 0;
    /* LTR */
}

[dir="rtl"] .item-list ul li {
    /* This is needed to reset [dir="rtl"] styles in item-list.theme.css */
    margin: 0;
    padding: 0.2em 0 0 0.5em;
}

.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
    padding: 0;
}


/**
 * @file
 * List group.
 * A list of links, grouped together.
 */

.list-group__link {
    border-top: 1px solid #ccc;
    padding: 7px 0 0;
}

.list-group__description {
    margin: 0 0 10px;
}


/**
 * @file
 * Media related  specific CSS.
 */

/* Media Image */
.field--name-field-media-image img {
    max-width: 100%;
    height: auto;
}


/* Node Dialog Add/Select Overlay */

/* Two Column Layout */
.media-library-wrapper {
    display: flex;
    flex-wrap: wrap;
}



/* Left Menu Layout */
.media-library-menu {
    margin: 5px 5px 5px 0;
    padding: 20px 15px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #e9e9e9;
    height: 100%;
}

.media-library-menu li {
    margin: 5px;
    white-space: nowrap;
    height: 45px;
}

.media-library-menu li::marker {
    color: #e9e9e9;
}

.media-library-menu__link {
    margin: 5px 5px 5px 0;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #e9e9e9;
}

.active.media-library-menu__link {
    background: #fff;
}



/* Form Eliments Layout  */
.media-library-content {
    flex: 2;
}

.media-library-wrapper .form--inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.media-library-widget-modal .js-form-item {
    margin: 5px;
}

.media-library-wrapper .form-type-textfield {
    flex: 2;
}



/* Fix Form Insert Button to Bottom of Popup */
.media-library-widget-modal .form-actions {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 5px;
}

.media-library-widget-modal .ui-dialog-content {
    padding-bottom: 0;
}

/* Grid Layout */
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.media-library-widget-modal.ui-dialog--narrow {
    width: 80% !important;
    left: 10% !important;
}

.media-library-views-form__rows {
    display: flex;
    flex-wrap: wrap;
}

.media-library-item--grid {
    margin: 10px;
    width: 220px;
}

.media-library-item--grid .js-form-type-checkbox,
.media-library-item--grid .form-check-label {
    padding-left: 0;
}


/* Add or Select Media */
.media-library-add-form__media::marker {
    color: #fff;
}


/**
 * @file
 * Enables Bootstrap 5 multi-level flyout
 */

/* Only for mobile */
@media (max-width: 767px) {

    nav.menu--main {
        margin-left: 16px;
        width: 100%;
        padding-bottom: 12px;
    }

    /* Enables first level dropdown from main nav links */
    a.nav-link .dropdown>.dropdown-menu.show {
        display: block;
        border: 0;
        margin-top: 5px !important;
    }

    ul.dropdown-menu {
        border: 0;
    }

    .dropdown-menu .menu-item--expanded>a:after {
        visibility: hidden;
    }

    ul.dropdown-menu.show li.menu-item--expanded>ul.dropdown-menu {
        display: block;
        border: 0;
    }

}

/* Only for non-mobile */
@media (min-width: 768px) {

    /* Enables first level dropdown from main nav links */
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

}

/* Force manu items with no link to still use pointer */
span.nav-link {
    cursor: pointer;
}

.dropdown-menu .menu-item--expanded:hover>a:after {
    visibility: hidden;
}

.dropdown-menu .menu-item--expanded:hover {
    border-right: 1px solid #fff;
}

/* Enables next level dropdowns to go horizontal */
.dropdown-menu .menu-item--expanded>.dropdown-menu {
    top: 0px;
    left: 100%;
    margin-top: -1px;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Creates right arrow which vanishes on rollover/expansion */
.dropdown-menu .menu-item--expanded>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 7px;
    margin-right: -5px;
}

.dropdown-item {
    padding: 10px 20px;
}

/* Remove margin and padding around each flyout's containing UL, so that there is no "gap" where hover does not function, and flyouts vanish as you roll over the gap */
ul.dropdown-menu {
    padding: 0;
    margin: 0;
}

/* Make sure links in the active trail reverse out to white so that they do not diappear when the LIs highlight */
.dropdown-menu li.active>a {
    color: #fff;
}


.node-preview-container {
    background: #d1e8f5;
    background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
    background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
    font-family: Arial, sans-serif;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
    position: fixed;
    z-index: 499;
    width: 100%;
    padding: 10px;
}

.node-preview-backlink {
    background-color: #419ff1;
    background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
    background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
    /* LTR */
    border: 1px solid #0048c8;
    border-radius: .4em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 0.9em;
    line-height: normal;
    margin: 0;
    padding: 4px 1em 4px 0.6em;
    /* LTR */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

[dir="rtl"] .node-preview-backlink {
    background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
    background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
    padding: 4px 0.6em 4px 1em;
    float: right;
}

.node-preview-backlink:focus,
.node-preview-backlink:hover {
    background-color: #419cf1;
    background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
    background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
    /* LTR */
    border: 1px solid #0048c8;
    text-decoration: none;
    color: #fff;
}

[dir="rtl"] .node-preview-backlink:focus,
[dir="rtl"] .node-preview-backlink:hover {
    background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
    background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
}

.node-preview-backlink:active {
    background-color: #0e69be;
    background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
    background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
    /* LTR */
    border: 1px solid #0048c8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
}

[dir="rtl"] .node-preview-backlink:active {
    background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
    background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
}

.node-preview-backlink::before {
    content: '';
    width: 10px;
    display: inline-block;
}


/**
 * @file
 * Visual styles for Bootstrap Barrio's node component.
 */

.node__content {
    font-size: 1.071em;
    margin-top: 10px;
}

/* View mode teaser styles. */
.node--view-mode-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.node--view-mode-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}

.node--view-mode-teaser h2 a {
    color: #181818;
}

.node--view-mode-teaser.node--sticky {
    background: #f9f9f9;
    background: rgba(0, 0, 0, 0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px;
}

.node--view-mode-teaser .node__content {
    clear: none;
    font-size: 1em;
    line-height: 1.6;
}

/* Node metadata styles. */
.node__meta {
    font-size: 0.857em;
    color: #68696b;
    margin-bottom: -5px;
}

.node__meta .field--name-field-user-picture img {
    float: left;
    /* LTR */
    margin: 1px 20px 0 0;
    /* LTR */
}

[dir="rtl"] .node__meta .field--name-field-user-picture img {
    float: right;
    margin-left: 20px;
    margin-right: 0;
}

/* Node links styles. */
.node__links {
    text-align: right;
    /* LTR */
    font-size: 0.93em;
}

[dir="rtl"] .node__links {
    text-align: left;
}

/* Unpublished node styles. */
.node--unpublished {
    padding: 20px 15px 0;
}

.node--unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}


/**
 * @file
 * Styles for Bootstrap Barrio page.
 */

/* Hack for .placeholder issue https://www.drupal.org/project/drupal/issues/3233533 */
em.placeholder {
    vertical-align: unset !important;
    cursor: unset !important;
    background-color: unset !important;
    opacity: unset !important;
}

section.full-width {
    width: 100vw;
    position: relative;
    /*  left: 0;
    right: 0;
    margin-left: -50vw;
    margin-right: -50vw; */
}

/* .container-full {
    width: 100vw;
  } */

/**
 * Visual styles for progress bar.
 */



/**
 * @file
 * The visual styles for Bootstrap Barrio's search form(s).
 */

input[type="search"] {
    box-sizing: border-box;
}

header #search-block-form {
    padding: 5px 15px;
    flex-flow: row wrap;
}

#search-block-form {
    display: flex;
}


/**
 * @file
 * Visual styles for the Shortcut action link in Bootstrap Barrio.
 */

.shortcut-wrapper {
    margin: 2.2em 0 1.1em 0;
    /* Same as usual .page-title margin. */
}

.shortcut-wrapper .page-title {
    float: left;
    /* LTR */
    margin: 0;
}

[dir="rtl"] .shortcut-wrapper .page-title {
    float: right;
}

.shortcut-action {
    border-bottom: none;
    margin-left: 0.5em;
    /* LTR */
    padding-top: 0.35em;
}

[dir="rtl"] .shortcut-action {
    margin-left: 0;
    margin-right: 0.5em;
}

.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
    border-bottom: none;
}


/* ------------------ Sidebar ----------------- */

#sidebar_first {
    height: 100%;
    padding-right: 0;
    padding-top: 20px;
}

/* collapsed sidebar styles */
@media (max-width: 47.9em) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -41.6%;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -41.6%;
    }

    .row-offcanvas-right.active {
        right: 41.6%;
    }

    .row-offcanvas-left.active {
        left: 41.6%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 41.6%;
    }

    .sidebar_first {
        padding-top: 0;
    }
}


/* ------------------ Sidebar ----------------- */

.sidebar .block {
    border-style: solid;
    border-width: 1px;
    padding: 15px 15px;
    margin: 0 0 20px;
}

.sidebar h2 {
    margin: 0 0 0.5em;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.071em;
    line-height: 1.2;
}

.sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4;
}

.sidebar tbody {
    border: none;
}

.sidebar .even,
.sidebar .odd {
    background: none;
    border-bottom: 1px solid #d6d6d6;
}

.sidebar nav .nav {
    margin: 0 -1rem;
}


/**
 * @file
 * Footer Styling.
 */

.site-footer {
    padding: 70px 0 30px;
}

.site-footer .layout-container {
    padding: 0 15px;
}

@media all and (min-width: 560px) {
    .site-footer__top .region {
        float: left;
        /* LTR */
        position: relative;
        width: 50%;
    }

    [dir="rtl"] .site-footer__top .region {
        float: right;
    }
}

@media all and (min-width: 560px) and (max-width: 850px) {
    .site-footer .region {
        box-sizing: border-box;
    }

    .site-footer__top .region:nth-child(2n+1) {
        padding-right: 10px;
        /* LTR */
    }

    [dir="rtl"] .site-footer__top .region:nth-child(2n+1) {
        padding-left: 10px;
        padding-right: 0;
    }

    .site-footer__top .region:nth-child(2n) {
        padding-left: 10px;
        /* LTR */
    }

    [dir="rtl"] .site-footer__top .region:nth-child(2n) {
        padding-left: 0;
        padding-right: 10px;
    }

    .region-footer-third {
        clear: both;
    }
}

@media all and (min-width: 851px) {
    .site-footer__top .region {
        width: 24%;
        padding: 0 0.65%;
    }

    .site-footer__top .region:first-child {
        padding-left: 0;
        /* LTR */
    }

    [dir="rtl"] .site-footer__top .region:first-child {
        padding-left: 10px;
        padding-right: 0;
    }

    .site-footer__top .region:last-child {
        padding-right: 0;
        /* LTR */
    }

    [dir="rtl"] .site-footer__top .region:last-child {
        padding-left: 0;
        padding-right: 10px;
    }
}

.site-footer h2 {
    color: #c0c0c0;
    color: rgba(255, 255, 255, 0.65);
}

.site-footer blockquote {
    color: #555;
}

.site-footer .content {
    color: #ffffff;
    font-size: 0.857em;
}

.site-footer .menu-item {
    padding: 0;
}

.site-footer .content ol:not(.menu),
.site-footer .content ul:not(.menu) {
    padding-left: 1.4em;
    /* LTR */
}

[dir="rtl"] .site-footer .content ol:not(.menu),
[dir="rtl"] .site-footer .content ul:not(.menu) {
    padding-right: 1.4em;
    padding-left: 0;
}

.site-footer .content a,
.site-footer .content a.is-active {
    color: var(--bs-primary);
    text-decoration: none;
}

.site-footer .content a:hover,
.site-footer .content a:focus {
    filter: brightness(0.8);
    text-decoration: underline;
}

/* .site-footer .block {
    margin: 20px 0;
    border: 1px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
  } */
.site-footer table {
    font-size: 1em;
}

.site-footer tr td,
.site-footer tr th {
    border-color: #555;
    border-color: rgba(255, 255, 255, 0.18);
}

.site-footer tr.odd {
    background-color: transparent;
}

.site-footer tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0, 0, 0, 0.15);
}

/* Footer Top Styling. */
.site-footer__top h2 {
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.site-footer__top .content {
    margin-top: 0;
}

.site-footer__top p {
    margin-top: 0.25em;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.site-footer__top .content .menu {
    padding-left: 0;
    /* LTR */
}

[dir="rtl"] .site-footer__top .content .menu {
    padding-right: 0;
}

.site-footer__top .content li a {
    display: block;
    border-bottom: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
    line-height: 1.2;
    padding: 0.8em 2px 0.8em 20px;
    /* LTR */
    text-indent: -15px;
}

[dir="rtl"] .site-footer__top .content li a {
    padding: 0.8em 20px 0.8em 2px;
}

.site-footer__top .content li a:hover,
.site-footer__top .content li a:focus {
    background-color: #1f1f21;
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}

.site-footer__top .block-menu,
.site-footer__bottom .block {
    margin: 0;
    padding: 0;
    border: none;
}

/* Footer Bottom Styling. */
.site-footer__bottom .block {
    margin: 0.5em 0;
}

.site-footer__bottom .content {
    padding: 0.5em 0;
    margin-top: 0;
}

.site-footer__bottom .block h2 {
    margin: 0;
}

.site-footer__bottom {
    letter-spacing: 0.2px;
    margin-top: 30px;
    border-top: 1px solid #555;
    border-color: rgba(255, 255, 255, 0.15);
}

.site-footer__bottom .region {
    margin-top: 20px;
}

.site-footer__bottom .block {
    clear: both;
}

/* We need to be specific to overwrite [dir="rtl"] .block ul in block.css. */
.site-footer__bottom .block .menu {
    padding: 0;
}

.site-footer__bottom .menu-item a {
    float: left;
    /* LTR */
    padding: 0 12px;
    display: block;
    border-right: 1px solid #555;
    /* LTR */
    border-color: rgba(255, 255, 255, 0.15);
}

[dir="rtl"] .site-footer__bottom .menu-item a {
    float: right;
    border-left: 1px solid #555;
    border-right: none;
}

.site-footer__bottom .menu-item:first-child a {
    padding-left: 0;
    /* LTR */
}

[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
    padding-right: 0;
    padding-left: 12px;
}

.site-footer__bottom .menu-item:last-child a {
    padding-right: 0;
    /* LTR */
    border-right: none;
    /* LTR */
}

[dir="rtl"] .site-footer__bottom .menu-item:last-child a {
    padding-left: 0;
    padding-right: 12px;
    border-left: none;
}

/**
   * When the item is both first and last, :last-child overrides the right padding
   * when using [dir="rtl"]. We need this rule to remove the right padding.
   */
[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
    padding-right: 0;
}


/**
 * @file
 * Styles for the skip link.
 */

.skip-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    background: #444;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0.94em;
    line-height: 1.7em;
    padding: 1px 10px 2px;
    border-radius: 0 0 10px 10px;
    border-bottom-width: 0;
    outline: 0;
}

.skip-link.visually-hidden.focusable:focus {
    position: absolute !important;
    color: #fff;
}


@media (max-width: 767px) {
    .navbar-collapse {
        border-top: 0;
    }

    .navbar-collapse .navbar-nav {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-collapse [class*="container"] {
        background-color: inherit;
        border-color: inherit;
    }

    .navbar-collapse .navigation {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        width: 100%;
        height: 100%;
        margin: 0;
        overflow: auto;
        background-color: transparent;
        border-right-color: inherit;
        padding-left: 0.25rem;
    }

    .bg-dark .navbar-collapse .navigation {
        background-color: transparent !important;
    }

    .navbar-collapse .navigation .navbar-nav .dropdown-menu li a {
        width: 100%;
        white-space: normal;
    }

    .navbar-collapse .navbar-form {
        width: 100%;
        margin: 8px 0;
        overflow: hidden;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navigation {
        display: block;
        width: auto !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.navbar-dark .navbar-toggler-icon {
    opacity: 0.6;
    background-size: 60%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.navbar-dark .collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon {
    opacity: 0.6;
    background-size: 60%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
}

.navbar-light .collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.4%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


/**
 * @file
 * Styles for Bootstrap Barrio's tables.
 */

table {
    border: 0;
    border-spacing: 0;
    font-size: 0.857em;
    margin: 10px 0;
    width: 100%;
}

table table {
    font-size: 1em;
}

tr {
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
    background: #efefef;
    background: rgba(0, 0, 0, 0.063);
}

thead>tr {
    border-bottom: 1px solid #000;
}

tr.odd {
    background: #e4e4e4;
    background: rgba(0, 0, 0, 0.105);
}

table tr th {
    background: #757575;
    background: rgba(0, 0, 0, 0.51);
    border-bottom-style: none;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
    color: #fff;
    font-weight: bold;
}

table tbody tr th {
    vertical-align: top;
}

tr td,
tr th {
    padding: 4px 9px;
    border: 1px solid #fff;
    text-align: left;
    /* LTR */
}

[dir="rtl"] tr td,
[dir="rtl"] tr th {
    text-align: right;
}

/**
   * Responsive tables.
   */
@media screen and (max-width: 37.5em) {

    /* 600px */
    th.priority-low,
    td.priority-low,
    th.priority-medium,
    td.priority-medium {
        display: none;
    }
}

@media screen and (max-width: 60em) {

    /* 920px */
    th.priority-low,
    td.priority-low {
        display: none;
    }
}


/**
 * @file
 * Visual styles for table drag.
 */

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

a.tabledrag-handle .handle {
    width: 25px;
    height: 25px;
}


/**
 * @file
 * Table select behavior.
 *
 * @see tableselect.js
 */

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
    /* This is required to win over specificity of [dir="rtl"] td */
    text-align: center;
}


/**
 * @file
 * Tablesort indicator styles.
 */

.tablesort {
    width: 14px;
    height: 14px;
    vertical-align: top;
    margin: 1px 0 0 5px;
}

.tablesort--asc {
    background-image: url(/core/misc/icons/ffffff/twistie-down.svg);
}

.tablesort--desc {
    background-image: url(/core/misc/icons/ffffff/twistie-up.svg);
}


/**
 * @file
 * Table sort indicator.
 */

th.is-active img {
    display: inline;
}

td.is-active {
    background-color: #ddd;
}


/**
 * @file
 * Theme styling for tabs.
 */

/* nav.tabs {
    margin-bottom: 1rem;
}

nav.tabs ul {
    background: #e9ecef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

nav.tabs ul .nav-item {
    flex-grow: 1;
}

nav.tabs ul .nav-item a {
    color: #303030;
    text-align: center;
}

nav.tabs ul .nav-item.active a {
    background: #303030;
    color: #e9ecef;
} */


/**
 * @file
 * Theme styling for tabs.
 */

nav.tabs {
    margin-bottom: 1rem;
}


/**
 * @file
 * Visual styles for a resizable textarea.
 */

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}


body.toolbar-horizontal #navbar-top.fixed-top,
body.toolbar-vertical #navbar-top.fixed-top,
body.toolbar-vertical.toolbar-tray-open #navbar-top.fixed-top,
body.toolbar-horizontal #navbar-main.fixed-top,
body.toolbar-vertical #navbar-main.fixed-top,
body.toolbar-vertical.toolbar-tray-open #navbar-main.fixed-top {
    top: 40px;
}

body.toolbar-horizontal.toolbar-tray-open #navbar-top.fixed-top,
body.toolbar-horizontal.toolbar-tray-open #navbar-main.fixed-top {
    top: 80px;
}

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
    z-index: 1040;
}


/**
 * @file
 * Styles for Bartik's modal windows
 */

.ui-widget-overlay {
    background: #000;
    opacity: 0.7;
}

.ui-dialog {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 0;
}

.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
    font-size: 0.9em;
}

.ui-dialog .button {
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
    background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
    border: 1px solid #e4e4e4;
    border-bottom-color: #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 0.929em;
    font-weight: normal;
    text-align: center;
    padding: 0.250em 1.063em;
    border-radius: 1em;
}


/**
 * @file
 * Visual styles for Bartik's ui-widget component.
 */

#page .ui-widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Variables for color */

:root,
[data-bs-theme=light] {
    --bb-primary-dark: #0c63e3;
    --bb-primary-text: #212529;
    --bb-secondary-dark: #5a6168;
    --bb-h1-color: #212529;
    --bb-h2-color: #212529;
    --bb-h3-color: #212529;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bb-primary-text: #dee2e6;
    --bb-h1-color: #dee2e6;
    --bb-h2-color: #dee2e6;
    --bb-h3-color: #dee2e6;
}

/**
 * @file
 * Vertical tabs component.
 */

/* Vertical Tabs Reset */
.vertical-tabs__menu {
    margin: -1px 0 -1px;
    /* LTR */
    padding: 0;
}

[dir="rtl"] .vertical-tabs__menu {
    margin-left: 0;
    margin-right: -1em;
    /* This is required to win specificity over [dir="rtl"] .region-content ul */
    padding: 0;
}


/**
 * @file
 * Vertical Tabs.
 */

.vertical-tabs {
    margin: 0;
    /* LTR */
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
}

[dir="rtl"] .vertical-tabs {
    flex-direction: row-reverse;
    margin-left: 0;
    margin-right: 0;
}

.vertical-tabs__menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    /* LTR */
    width: 15em;
    margin: 0;
    /* LTR */
    padding: 0;
    border-top: 1px solid #ccc;
    list-style: none;
}

[dir="rtl"] .vertical-tabs__menu {
    margin-left: 0;
    margin-right: -15em;
}

.vertical-tabs__pane {
    margin: 0;
    border: 0;
}

.vertical-tabs__pane>summary {
    display: none;
}


/* Layout of each tab. */

.vertical-tabs__menu-item {
    border: 1px solid #ccc;
    border-top: 0;
    background: #eee;
}

.vertical-tabs__menu-item a {
    display: block;
    padding: 0.5em 0.6em;
    text-decoration: none;
}

.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title {
    text-decoration: underline;
}

.vertical-tabs__menu-item a:hover {
    outline: 1px dotted;
}

.vertical-tabs__menu-item.is-selected {
    border-right-width: 0;
    /* LTR */
    background-color: #fff;
}

[dir="rtl"] .vertical-tabs__menu-item.is-selected {
    border-left-width: 0;
    border-right-width: 1px;
}

.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
    color: #000;
}

.vertical-tabs__menu-item-summary {
    display: block;
    margin-bottom: 0;
    line-height: normal;
}


/**
 * @file
 * Styling for Views in Bartik.
 */

/* Tab styles */
.views-displays .tabs .open>a {
    border-radius: 7px 7px 0 0;
}

.views-displays .tabs .open>a:hover,
.views-displays .tabs .open>a:focus {
    color: #0071b3;
}

.views-displays .secondary .form-submit {
    font-size: 0.846em;
}

/* Tabs action list styles */
.views-displays .tabs .action-list {
    padding: 0;
}

/* Contextual filter options styles */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
    background-color: #f9f9f9;
}

/* Views action dropbutton styles */
.views-ui-display-tab-actions .dropbutton .form-submit {
    color: #0071b3;
}

.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
    color: #018fe2;
}


/**
 * @file
 * Visual styles for weform's form components.
 */

/* Add require asterisk to nessesary fields */

.form-required::after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(../../images/required.svg);
    background-repeat: no-repeat;
    background-size: 7px 7px;
    width: 7px;
    height: 7px;
    margin: 0 0.3em;
}

/* Button styles for radios and checkboxes when set under "Options Display" */

.webform-options-display-buttons-horizontal .webform-options-display-buttons-wrapper {
    flex: auto;
}

.webform-options-display-buttons .form-check-label {
    margin: 0 5px 10px 5px;
    border: 3px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 10px;
    width: 100%;
}

.webform-options-display-buttons .form-check-label:hover {
    border-color: #999;
    color: #333;
}

.webform-options-display-buttons .form-check-input:checked~.form-check-label {
    border-color: #0074bd;
    color: #000;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper .form-check-label {
    text-align: center;
    margin: 0 5px 10px 0;
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper .radio,
.webform-options-display-buttons .webform-options-display-buttons-wrapper .form-check {
    padding: 0;
}