﻿.ck-content {
    height: 300px;
}

.cursor-pointer {
    cursor: pointer;
}

.drop-zone {
    max-width: 200px;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Quicksand',sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #c6b6b6;
    border: 4px dashed #224482;
    border-radius: 10px;
}