/******************************************** Flex containter **************************************************
 ***************************************************************************************************************/

.popup main .flex-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: inherit;
    box-sizing: border-box;
    overflow-x: hidden;
}

.flex-container .section {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    /* for Firefox */
    min-height: 0;
}

.flex-container .wrapper-moyosa {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 1rem;
}

.wrapper-moyosa .close-icon-screenspace {
    z-index: 3004;
    opacity: 1;
    cursor: pointer;
    position: fixed;
    right: 50px;
    content: url(../krpano/Assets/Images/Icons/close.svg);
    width: 30px;
    height: 30px;
}

.flex-container .wrapper-moyosa .close-icon-screenspace, h1 {
    align-self: center;
}

.flex-container .scrollable-content {
    flex-grow: 1;
    overflow: auto;
    /* for Firefox */
    min-height: 0;
    text-align: left;
    color: #eaeaea;
    font-size: 23px;
    font-weight: 400;
    margin-top: 1.5rem;
}

/******************************************** Popup ************************************************************
 ***************************************************************************************************************/

.popup {
    background-color: #06152c;
    height: 100%;
    margin: 0;
    border-radius: 0;
    line-height: 1.4;
    overflow-y: auto;
    /*box-sizing: border-box;
    padding: 0 0 1.5rem;*/
}

.popup .container {
    display: flex;
    overflow: hidden;
    height: 100%;
}

.popup main {
    width: 55%;
    height: auto;
    float: right;
    overflow: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    transform: translate3d(0, 0, 0.1px);
}

.popup aside {
    height: 100%;
    width: 50%;
    float: left;
    overflow: hidden;
}

.popup main .wrapper-moyosa {
    width: auto;
    height: auto;
    margin-top: 40px;
}

.wrapper-moyosa .title {
    width: 30%;
    float: left;
}

.wrapper-moyosa .description {
    width: 70%;
    float: right;
}

.wrapper-moyosa .description p {
    margin-top: 0;
}

.popup main .panel_wrapper-moyosa {
    width: auto;
    height: auto;
    margin-top: 40px;
}

.panel_wrapper-moyosa .title {
    width: 30%;
    float: left;
}

.panel_wrapper-moyosa .description {
    width: 70%;
    float: right;
}

.panel_wrapper-moyosa .description p {
    margin-top: 0;
}

.popup main:only-child {
    width: 100%;
}

.popup main > * {
    padding-left: 50px;
    padding-right: 50px;
}

.popup .header {
    justify-content: space-between;
    margin: 2rem 0 1rem;
}

.popup .header .close-icon-screenspace, h1 {
    align-self: center;
}

.popup h1 {
    color: #FFFFFF;
    text-align: left;
    font-family: ReaderMedium, sans-serif;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0 30px 26px 0;
}

.popup h2 {
    color: #FFFFFF;
    text-align: left;
    font-family: ReaderMedium, sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 18px;
}

.popup p {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    font-family: CardoRegular, serif;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin: 0 0 18px;
}

.popup p strong {
    color: rgba(255, 255, 255, 1);
    font-family: CardoBold, serif;
}

ul {
    list-style-position: inside;
    margin: 0 0 26px;
}

ul li::marker {
    color: rgba(29, 201, 245, 1);
}

li {
    color: rgba(255, 255, 255, 0.8);
    font-family: CardoRegular, serif;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.popup .shop-now {
    display: flex;
    justify-content: left;
}

.popup .shop-now a {
    text-decoration: none;
}

.popup .shop-now-button {
    display: flex;
    align-items: center;
}

.popup .shop-now p {
    color: rgba(255, 255, 255, 1);
    font-family: ReaderMedium, sans-serif;
    font-size: 14px;
    cursor: pointer;
    margin: 0 20px 0 10px;
}

.popup .shop-now img {
    height: 50px;
    cursor: pointer;
}

.popup .image-container {
    width: 45%;
}

.popup .image-container img {
    width: 85%;
    margin: 50px;
    border: 2px solid white;
    object-fit: cover;
}

.popup .image-container.coming-soon-image img {
    width: 70%;
    height: 80%;
    margin: 80px;
    border: none;
    object-fit: contain;
}

.popup .spacing {
    margin-bottom: 26px;
}

.popup .sidebar-controls {
    position: absolute;
    width: 50%;
    text-align: center;
    bottom: 20pt;
    height: 50pt;
}

.popup .sidebar-controls > * {
    display: inline-block;
    height: 100%;
    margin-left: 4vw;
}

.popup .sidebar-controls > *:first-child {
    margin-left: 0;
}

.popup-container-worldspace > *:not(.popup-worldspace) {
    display: none;
}

.popup-container-worldspace p {
    font-weight: normal;
}

/* dome panel */
.popup .dome-panel-image img {
    width: 100%;
}

/* screenspace panel */
.popup.screenspace-panel main {
    padding: 80px 0;
    transform: none;
}

.popup.screenspace-panel main > * {
    padding: 0 80px;
}

.popup.screenspace-panel .row {
    display: flex;
}

.popup.screenspace-panel .feature {
    width: 50%;
}

.popup.screenspace-panel .feature:first-child {
    margin-right: 100px;
}

.popup.screenspace-panel h1 {
    font-size: 32px;
    margin-bottom: 40px;
}

.popup.screenspace-panel h2 {
    font-size: 25px;
}

.popup.screenspace-panel p {
    font-size: 20px;
    margin-bottom: 40px;
}

.popup.screenspace-panel .feature p {
    font-size: 20px;
    margin-bottom: 18px;
}

.popup.screenspace-panel ul {
    padding-left: 0;
}

.popup.screenspace-panel li {
    font-size: 20px;
}

.popup.screenspace-panel iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
}

/******************************************** Html panel *******************************************************
 ***************************************************************************************************************/

.worldspace-container {
    width: 850px;
    height: auto;
    background-color: #06152c;
    position: fixed;
    transform: translate(-50%, -50%);
    border-radius: 0;
    overflow: hidden;
    touch-action: pinch-zoom;
}

.loaded-inner-html {
    padding: 0;
    border-width: medium;
    position: relative;
    height: 100%;
    width: 100%;
}

.bundle {
    display: inline-block;
}

.dropshadow {
    filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.5));
}