﻿.modal-info {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

    .modal-info .container {
        text-align: center;
        background-color: white;
        width: 350px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 10px #000;
        border-radius: 8px;
        background: #fff;
        padding: 5px;
    }

    .modal-info .buttonContainer {
        padding-bottom: 10px;
    }

    .modal-info .container span {
        font-weight: normal;
    }

.popup-button-cancel {
    float: unset;
    margin-right: 10px;
    background-color: gray !important;
}

.color-white {
    color: white;
}

.display-none {
    display: none;
}
