@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body {
    background: #eeeeee;
}

body.green {
    background: #5bb353;
}

.app-brand {
    height: 64px;
    margin-top: 16px;
}

#success-info {
    display: block;
    margin-top: 20px;
}

.btn-primary, .tox .tox-dialog__footer .tox-button:last-child, .tox .tox-button {
    --bs-btn-color: #fff;
    --bs-btn-bg: #3874ff;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #004dff;
    --bs-btn-hover-border-color: rgba(0, 0, 0, 0.2);
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2d5dcc;
    --bs-btn-active-border-color: rgba(0, 0, 0, 0.25);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3874ff;
    --bs-btn-disabled-border-color: transparent;
}

.font-normal {
    font-weight: normal;
}

.btn em:not(.no) {
    margin-right: 8px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-spinner:not(.no-spin) {
    animation: 1s linear infinite spin;
}

.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hidden {
    display: none!important;
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 550px;
}

.flex-right input {
    width: 200px;
    margin-right: 0px;
}

.flex-right button {
    margin-left: 8px;
}

.gcaptcha-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.flex {
    display: flex;
}

.wm-1 {
    margin-left: 15px;
}

.m0i {
    margin: 0!important;
}

.complex-values-add {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px;
}

.complex-values-add input {
    width: 200px;
    margin-right: 8px;
}

.upload-input {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    text-align:center;
    font-size:16px;
    padding: 5px 30px;
    width: 200px;
    border-radius: 4px;
    cursor: pointer;
}

.upload-input input {
    display: none;
}

.small-image {
    width: 128px;
}

.top-right-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.margined-button-1 {
    margin-right: 8px;
}

.checkbox1 {
    margin-right: 12px;
    margin-bottom: 4px;
}

.thumbnail-box {
    position: relative;
    margin-top: 16px;
    margin-right: 16px;

    width: 128px;
}

.thumbnail-box img {
    width: 128px;
}

.thumbnail-box button {
    position: absolute;
    top: 16px;
    right: 16px;
}

#thumbnails-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.spinner-loader {
    width: 64px;
    height: 64px;
    border: 5px solid #000;
    border-bottom-color: #0099ff;
    border-radius: 50%;
    animation: spinner .5s infinite linear;
}

.project-variable.real * {
    /* pointer-events: none; */
}

.handle-drag {
    margin-top: 4px;
    margin-right: 8px;
}

.project-variable {
    position: relative;
}

.project-variable .variable-name {
    margin-left: 24px;
}

.project-variable .fa-arrows-alt-v {
    position: absolute;
    top: 16px;
    left: 16px;
    margin: 0px!important;
    padding: 0px;
    max-width: 32px;
}

.edit-attachement-name {
    padding-left: 32px;
}

.transparent-label {
    display: block;
    color: transparent;
}

.preview-var {
    padding: 10px 0;
    padding-top: 20px;
    border-bottom: 1px solid #fff;
}