.roux-input > .resource
{
    flex-grow: 1;
    /* max-width: fit-content; */
    border-radius: var(--input-fixed-raidus);
    background-color: var(--input-bg);
    padding: 5px 10px;

    margin: 0px;

    transition: color 0.4s, background-color 0.4s, box-shadow 0.4s;    

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.roux-input > .resource > img:not(.resource-thumb)
{
    min-height: 100px;
    max-height: 200px;
}

.resource-thumb
{
    max-height: 150px;
    max-width: 100%;
    height: auto;

    cursor: pointer;
    border-radius: 8px;
    
}

.roux-input > .resource > svg
{
    max-width: 100%;
    max-height: 100px;
}

.fullscreen
{
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 0;
    height: 0;

    background-color: rgba(0,0,0,.8);
    text-align: center;
    opacity: 0;

    transition: opacity 0.4s;
}

.fullscreen:has(.fullscreen-image)
{
    opacity: 1;

    width: 100vw;
    height: 100vh;
}

.fullscreen.clearing-image
{
    opacity: 0;
}

.fullscreen-image
{
    padding: 30px;
    max-height: calc(100vh - 65px);
    max-width: calc(100vw - 65px);
    margin-left: auto;
    margin-right: auto;
}

#flipbookContainerBack
{
    background: rgba(0, 0, 0, 0.7); 
    overflow: hidden auto; 
    z-index: 2043; 
    outline: 0 !important; 
    -webkit-backface-visibility: hidden; 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    left: 0; 
    top: 0;
}

#flipbookContainerFrame
{
    padding-top: 40px; 
    padding-bottom: 40px; 
    text-align: center; 
    position: absolute; 
    left: 0; 
    top: 0; 
    padding: 0 8px; 
    padding-top: 0px; 
    padding-bottom: 0px; 
    box-sizing: border-box; 
    height: 100%; 
    width: 100%; 
    line-height:100vh;
}

#flipbookContainerSubFrame
{
    line-height: 0; 
    width: 100%; 
    max-width: 900px; 
    cursor: auto; 
    position: relative; 
    display: inline-block; 
    vertical-align: middle; 
    margin: 0 auto; 
    text-align: left; 
    z-index: 1045; 
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

#flipbookCloseButton
{
    position: relative; 
    top:-10px; 
    color: #FFF; 
    right: 0px; 
    text-align: right; 
    padding-right: 6px; 
    width: 100%; 
    overflow: visible; 
    cursor: pointer; 
    background: 0 0; 
    border: 0; 
    -webkit-appearance: none; 
    display: block; 
    outline: 0; 
    padding: 0; 
    padding-right: 0px; 
    z-index: 1046; 
    box-shadow: none; 
    touch-action: manipulation; 
    font-size: 18px;
}

.country-flag-icon, .country-flag-icon > img
{
    width: 20px;
    height: 15px;
}

.wizard-pane
{
    display: none;
}

.wizard-pane.active
{
    display: block;
}

.finance-value
{
    font-family: "consolas";
}

.roux-dot
{
    height: fit-content;
    line-height: 0;
}