/**
 * @copyright Copyright (c) rexx systems GmbH
 *
 * @link https://www.rexx-systems.com
 *
 * This software is protected by copyright.
 *
 * It is not permitted to copy, present, send, lease and / or lend the website
 * or individual parts thereof without the consent of the copyright holder.
 *
 * Contravention of this law will result in proceedings under criminal
 * or civil law.
 *
 * All rights reserved.
 */

.container {
    min-width: 800px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.container img {
    height: 80px;
    pointer-events: none;
}

.container .icon {
    height: 4em;
    margin-bottom: 10px;
}

.container label, .container #loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px dashed rgba(102, 110, 132, .8);
    border-radius: 8px;
}

#loader img {
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.row {
    display: flex;
    align-items: center;
    justify-content: start;
}

#result {
    margin: 20px 0;
}

#result b, #result span {
    text-align: left;
    display: block;
}

#result .row > .col > div {
    margin-bottom: 10px;
}

#result .status-icon {
    margin: 0 70px;
}
