﻿#selection {
    width: 100%;
    height: 100%;
    z-index: 6;
    position: absolute;
    border: 2px dashed red;
    display: none;
    pointer-events: none;
}

#overlay {
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    display: none;
}

#selection_container {
    position: relative;
}

    #selection_container.active {
        border: green 1px solid;
    }


#image_copy_selection_modal .modal-header {
    padding: 5px;
}

.close-btn {
    border-radius: 50%;
    background-color: lightgray;
}

    .close-btn:hover {
        background-color: gray;
    }
