.help {
    background-color: #06152c;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    overflow: auto;
    position: relative;
    line-height: 1.3;
}

.help .section {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    /* for Firefox */
    min-height: 0;
    padding-left: 40px;
    padding-right: 40px;
}

.help .wrapper-moyosa {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 1rem;
}

.help .wrapper-moyosa .close-icon-screenspace {
    z-index: 3004;
    opacity: 1;
    cursor: pointer;
    position: fixed;
    right: 40px;
    content: url('../krpano/Assets/Images/Icons/close.svg');
    width: 40px;
    height: 40px;
}

.help .wrapper-moyosa .close-icon-screenspace, h1 {
    align-self: center;
}

.help h1 {
    color: #fff;
    font-family: ReaderMedium, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 34px;
    letter-spacing: 2px;
    margin: 0;
}

.help .header-line {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid #eaeaea;
}

.help .arrows {
    position: absolute;
    display: inline-flex;
    width: 100%;
    height: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.help .arrows > .arrow-left, .arrow-right {
    margin-left: 5%;
    margin-right: auto;
    cursor: pointer;
}

.help .arrows > .arrow-right {
    margin-left: auto;
    margin-right: 5%;
}

.help .arrows img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.help .icon-area {
    position: absolute;
    bottom: 30%;
    height: 50%;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    justify-content: center;
}

.help .icon-area > .icon {
    position: absolute;
    max-height: 70%;
    max-width: 70%;
    width: 300px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: default;
}

.help .description {
    position: absolute;
    text-align: center;
    bottom: 15%;
    height: 15%;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.help .description > p {
    color: #FFFFFF;
    font-family: CardoRegular, serif;
    letter-spacing: 0.3px;
    font-weight: normal;
    font-size: clamp(20px, 2vw, 30px);
}

.help .circle-area {
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 15%;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help .circle-area > .circle > img {
    padding: 5px;
    width: 2vmax;
    height: 2vmax;
}

.helpSlideItem {
    display: none
}

/* Work around for inherited clickable-image properties for elements with the icon class */
.icon {
    pointer-events: none;
}
