/**
 * This file is part of the iBobr - coin_collector package
 *
 * (c) Ondřej Záruba <info@zaruba-ondrej.cz>
 *
 * For the full copyright and license information, please view the license.md
 * file that was distributed with this source code.
 */

.coin_collector-map-container {
    width: 100%;
    background-color: #ffffff;
    position: relative;
}

.coin_collector-drop-zone {
    position: absolute;
}

.coin_collector-bag {
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    z-index: 10;
}

.coin_collector-move-mouse {
    cursor: move;
}