/*
  Note: If you add a color here, please add it to "/stories/base/colors.css" as well
*/

.modalClose {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 5;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 1rem;
    cursor: pointer
}

.modalClose .icon {
        font-size: 2.4em;
        transition: fill-opacity 0.3s ease;
        fill: #4b453d;
        fill-opacity: 0.6
    }

.modalClose .icon:hover {
            cursor: pointer;
            fill-opacity: 1;
        }
