﻿.help-box {
    margin-bottom: auto;
    margin-top: auto;
}

.help-container {
    position: relative;
    height: 20px;
}

.collapse-item {
    width: 500px;
    position: absolute;
    left: 50px;
    padding-top: 10px;
    top: -30px;
    z-index:100;
}

.help-text {
    text-wrap: wrap;
    font-size: 15px;
    top: 5px;
    border: solid 1px var(--color_box_light_background);
    padding-bottom: 10px;
    text-align: center;
    color: var(--gs1-color-orange);
    background-color: white;
    border-top: 4px solid var(--gs1-color-orange)
}

.bi-check-circle-fill:hover {
    cursor: pointer;
    transform: scale(1.25);
    background: #FFF;
    color: #000;
}
