﻿.custom-popup-box {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    background-color: #000A;
}

.custom-popup-box-center {
    width: 600px;
    background-color: white;
    margin: auto;
    margin-top: 50px;
    padding: 50px;
}

.custom-popup-title {
    font-size: 32px;
}

.custom-popup-main-name {
    font-size: 26px;
}

.custom-popup-main-date {
    color: grey;
}

.custom-popup-buttonrow {
    display: flex;
}

.custom-popup-main-center {
    padding: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.mid-filler {
    flex: auto;
}
