﻿.fa.help-icon {
    cursor: help;
}

    .fa.help-icon.inline {
        position: absolute;
        right: 5px;
        padding: 8px 10px;
        color: grey;
    }

.screenshot-well {
    color: darkgrey;
    text-align: center;
}

.screenshot {
    position: relative;
    display: inline-flex;
    margin-right: 2px;
}

    .screenshot > img {
        height: 50px;
        width: 100px;
        border: 1px solid black;
        cursor: zoom-in;
    }

    .screenshot > button.remove {
        position: absolute;
        right: 0;
        width: 24px;
        cursor: pointer;
        z-Index: 1;
        border: 1px solid black;
    }

    .axiom-modal1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 9099999;
    }
    
    .axiom-modal-header1 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        height: 50px;
        z-index: 9099999;
        border-bottom: 2px rgba(50, 88, 139, 0.25) solid;
        padding: 14px;
    }
    
    .axiom-modal-body1 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        z-index: 9099999;
        margin-bottom: auto;
        flex: 1;
        padding: 1rem;
    }
    
    .axiom-modal-footer1 {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        flex-wrap: nowrap;
        height: 60px;
        width: 100%;
        z-index: 9099999;
        padding: 14px;
    }

    .axiom-modal1 h1 {
        font-family: Ruda;
        font-size: 30px;
        margin: 0;
        text-overflow: ellipsis;
    }
    
    .axiom-modal-exit-modal-button1 {
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #32598C;
        border: 0;
        background: 0;
        margin: 0 0 0 auto;
    }