/*==== ==== ==== ==== App Bages ==== ==== ==== ==== */
.app-bages {
    margin-top: 32px;
}

.app-bages .app-bages-title {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 8px;
}

.app-bages img {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin-bottom: 0px;
}

body .mce-question-pill {
    display: inline-block;
    margin-top: -5px;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.03rem;
    background-color: #5a5b76;
    outline: 0px solid transparent !important;
    border-radius: 6px;
    padding: 3px 6px;
    color: white !important;
}

/*==== ==== ==== ==== Pendo ==== ==== ==== ==== */


body button._pendo-badge {
    margin: 0px !important;
    padding: 0px !important;
    height: 34px !important;
    background-color: var(--btn_T1_2_Background) !important;
    border-radius: var(--btn_T1_2_BRadius) !important;
}

body button._pendo-badge>div {
    padding: 2px 24px !important;
    color: var(--btn_T1_2_Color) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
}

/*==== ==== ==== ==== Grid navigation ==== ==== ==== ==== */
.nav-grid {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    width: 100%;
    padding-bottom: 24px;
}

.nav-grid-left,
.nav-grid-right {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
}

.nav-grid-right {
    margin-left: auto;
}

.nav-grid-right label {
    margin-right: 8px;
}

#test_data {
    display: none;
    position: absolute;
    z-index: 3000100;
    bottom: 10px;
    right: 10px;
    background-color: white;
    border: 1px solid #a6a6a6;
    padding: 10px;
    box-shadow: 4px 8px 20px 2px rgba(0, 0, 0, 0.3);
}

#test_data ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#test_data.test_data_visible {
    display: block;
}

#test_data_wrap {
    font-size: 11.5px;
    overflow: auto;
    max-height: 500px;
}

#test_data_wrap li {
    padding: 4px;
    margin-bottom: 2px;
    background-color: white;
    color: red;
}



.QyDivider {
    position: relative;
}

.QyDivider.lT1 {
    background-color: yellow;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* QyDivider themes */
.QyDivider.dT2 {
    height: 2px;
}

.QyDivider.dT4 {
    height: 4px;
}

.QyDivider.dT8 {
    height: 8px;
}

.QyDivider.dT12 {
    height: 12px;
}

.QyDivider.dT16 {
    height: 16px;
}

.QyDivider.dT20 {
    height: 20px;
}

.QyDivider.dT24 {
    height: 24px;
}

.QyDivider.dT28 {
    height: 28px;
}

.QyDivider.dT32 {
    height: 32px;
}

.QyDivider.dT36 {
    height: 36px;
}

.QyDivider.dT1 {
    height: 40px;
}




/* Select - Accordion */
.select-accordion {
    margin-bottom: 1px;
}

.select-accordion--title {
    display: flex;
    background-color: var(--naturalsColorGray);
}

.select-accordion--title button {
    display: flex;
    width: 100%;
    align-content: space-between;
}



.select-accordion--title button .button-name {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 4px 8px;
}

.select-accordion--title button .button-icon,
.select-accordion--title button .button-icon-up {
    padding: 2px 8px;
    margin-left: auto;
}


.select-accordion--title button .button-icon:before,
.select-accordion--title button .button-icon-up:before {
    font-family: "MaterialIconsOutlined-Regular";
    content: '\e5cf';
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    color: var(--primaryTextColor);
    padding: 0px;
    margin: 0px;
}

.select-accordion--title button .button-icon-up:before {
    content: '\e5ce';
}


.select-accordion--content,
.select-accordion--content-expanded {
    display: none;
    border: 1px solid var(--primaryColorLineGray);
    padding: 4%;
}


.select-accordion--content-expanded {
    display: block;
    margin-bottom: 16px;
}