﻿/* Minification failed. Returning unminified contents.
(82,27): run-time error CSS1030: Expected identifier, found ' '
 */
.modal.cookie {
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

    .modal.cookie .modal-dialog {
        display: flex;
        align-items: center;
        bottom: auto !important;
    }

        .modal.cookie .modal-dialog:before {
            display: block;
            height: calc(100vh - 3.5rem);
            content: "";


        }

    .modal.cookie .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: none;
        padding-bottom: 5px !important;
    }
        .modal.cookie .modal-header h4 {
            flex: 1;
            font-weight: bold;
        }

        .modal.cookie .modal-header img {
            max-height: 30px;
        }

    .modal.cookie .modal-content {
        border-radius: 0;
        border: none;
        height: auto;
        overflow-y: auto;
    }

        .modal.cookie .modal-content .container {
            padding: 0;
        }

    .modal.cookie .modal-header {
        background-color: transparent;
        padding: 15px 30px;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .modal.cookie .modal-body {
        background-color: rgba(#ffffff, 0.6);
        padding: 15px 30px 15px;
        font-weight: 400;
        font-size: 0.9em;
    }

        .modal.cookie .modal-body a {
            color: #999;
        }

            .modal.cookie .modal-body a :hover {
                color: #4facc0;
            }


    .modal.cookie .btn-dark:hover {
        background-color: #4facc0 !important;
    }

    .modal.cookie .bottom .fade .modal-dialog {
        bottom: -100%;
        transition: opacity 0.3s linear, bottom 0.3s ease-out;
        bottom: -100%;
    }


    .modal.cookie .bottom. fade .show .modal-dialog {
        bottom: 0;
    }

