.bg__annotation-column {
    position: relative;

    /* General */
    > .column-content {
        height: 100%;
        max-height: 100%;
        > .warning {
            padding: 10px;
            margin: 10px;
            border: 1px solid $clPrimary;
            border-radius: 10px;
            background-color: mix($clPrimary, white, 15%);
            font-size: 13px;
            padding-left: 30px;

            i {
                color: $clPrimary;
                margin-left: -20px;
                display: inline-block;
                margin-right: 10px;
            }

            .action {
                text-decoration: underline;
                cursor: pointer;
                font-weight: bold;
                &:hover {
                    opacity: 0.8;
                }
            }
        }
    }
}
