.tg-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1055;
}

    #tg-modal.show {
        display: flex !important;
        opacity: 1 !important;
    }

    .tg-modal.banner {
        align-items: end;
        justify-content: end;
        padding: 0 1rem 1rem;
    }

.tg-modal-dialog {
    margin: auto;
    max-width: var(--tg-width, 740px);
}

.tg-modal-content {
    background: linear-gradient(135deg,#0088cc 0%,#009fe3 40%,#ff8300 100%);
    color: #fff;
}

.tg-close {
    background: transparent;
    border: 0;
    line-height: 1;
    cursor: pointer;
    opacity: .9;
    transition: opacity .15s ease;
}

    .tg-close:hover {
        opacity: 1;
    }

.mb-4 {
    color:white;
}

.btn.primary {
    background: #2C2D3F;
    color: #fff;
}