﻿p {
    margin-bottom: 0.4rem !important;
}

.modal-content {
    background-color: #2e2e2e !important;
    border: 2px solid #0099df !important;
    box-shadow: 0px 4px 20px #0099df !important;
}

.modal-dialog.full {
    max-width: 95% !important;
}

.fas {
    font-size: 1.1rem;
}

.text-secondary {
    color: #fff !important;
    opacity: 0.6 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

    .btn-secondary:hover {
        color: #6c757d !important;
        background-color: #fff !important;
        border-color: #6c757d !important;
    }

        .btn-secondary:hover > i {
            color: #6c757d !important;
        }

.btn-primary {
    color: #fff !important;
    background-color: #0099df !important;
    border-color: #0099df !important;
}

    .btn-primary:hover {
        color: #0099df !important;
        background-color: #fff !important;
        border-color: #0099df !important;
    }

.modal-dialog.fullscreen {
    width: 95% !important;
    height: 95% !important;
    max-width: 100%;
    max-height: 100%;
}

    .modal-dialog.fullscreen .modal-content {
        width: 100% !important;
        height: inherit;
        min-height: 90% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        background: #f0f;
    }

    .modal-dialog.fullscreen .modal-body {
        height: 100%;
        /*background: #ff0;*/
    }
