.overlay span {
    padding-left: 5%;
    padding-bottom: 1%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.overlay {
    z-index: 3;
    border-radius: 25px 25px 25px 25px;
    color: white !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 425px;
    opacity: 0;
    transition: .5s ease;
    background-color: #323245;
}
.edit-case-details {
    cursor: pointer;
}

section .field-sm .key {
    color: white !important;
}

.gc-bottom{
    padding-top: 35px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 4px 2px -2px gray;
    padding-left: 15px;
    position: absolute;
    height: 150px;
    bottom: 0;
    width: 100%;
}

.ribbon {
    position:relative;
    background: #a8e117;
    text-align: center;
    z-index: 10;
    width: 100px;
    height: 25px;
    margin: 0 auto;
}


.ribbon-text p{
    position: relative;
    display: block;
    font-size: 0.9em;
    color: white;
}

.ribbon:after {
    content: '';
    border: 12.5px solid #a8e117;
    border-right-color: transparent;
    border-right-width: 12.5px;
    position: absolute;
    top: 0;
    right: -20px;
    height: 25px;
}

.ribbon-position{
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 0px;
}


.gc-bottom h3{
    font-size: 1rem;
}

.gc-ed-v2 .favorite-btn i {
    position: relative;
    z-index: 10;
    top: 20px;
    color: var(--button-color);
}

.gc-ed-v2{
    position:relative;
    height: 540px;
    width: 18rem;
    margin-bottom: 25px;
}

.gc-ed-v2 .favorite-btn{
    position: absolute;
    z-index: 10;
    top: 20px;
    padding: 5px;
    top: 0;
    right: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    font-size: 2rem;
}

.card-image{
    border-radius: 25px 25px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 425px;
    overflow: hidden;
}

.archive{
    filter:blur(0.30rem);
    opacity: 0.6;
    overflow: hidden !important;
    width: 105%
}

.archive-text{
    color: #F23657;
    font-size: 2rem;
    position: absolute;
    z-index: 10;
    font-weight: 700 !important;
    height: 425px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image-position{
    position: absolute;
    z-index: 2;
}

.lock-icon{
    position:relative;
    z-index: 10;
}

.gc-ed-v2 .lock-icon-position{
    position: absolute;
    z-index: 5;
    bottom: 20px;
    right: 20px;
}

.gc-ed-v2:hover .overlay {
    z-index: 4;
    opacity: 0.6;
}
.card.gc-ed-v2-admin {
    border-radius: 25px 25px 25px 25px;
    margin-bottom: 1rem;
    flex: 1;
}

.overlay-admin {
    z-index: 3;
    border-radius: 25px 25px 0px 0px;
    color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 425px;
    opacity: 0;
    transition: .5s ease;
    background-color: #323245;
}

.overlay-admin span {
    padding-left: 25px;
    padding-bottom: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gc-ed-v2-admin:hover .overlay-admin {
    z-index: 4;
    opacity: 0.6;
}

.gc-bottom-admin{
    padding-top: 35px;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 4px 2px -2px gray;
    position: absolute;
    height: 150px;
    bottom: 0;
    width: 100%;
}

.gc-bottom-admin h3{
    font-size: 1rem;
}

.gc-ed-v2-admin .favorite-btn i{
    position: relative;
    z-index: 10;
    top: 20px;
    color: #fff;
}

.gc-ed-v2-admin{
    position:relative;
    height: 540px;
    width: 18rem;
    margin-bottom: 25px;
}

.gc-ed-v2-admin .favorite-btn{
    position: absolute;
    z-index: 10;
    top: 20px;
    padding: 5px;
    top: 0;
    right: 5px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
    font-size: 2rem;
}


.card-image-position-admin{
    position: relative;
    display: flex;
    z-index: 2;
}