﻿.modal-content {
    border: 0;
}

.modal-header {
    color: white;
}

    .modal-header .modal-title {
        font-weight: 400;
    }

    .modal-header .btn-close {
        color: white!important;
        font-size: 1.5rem;
        background: transparent;
        width: unset;
        height: unset;
    }

        .modal-header .btn-close:focus {
            box-shadow: none;
        }