﻿.modal-content2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}

.modal-title2 {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body2 {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}

.modal-footer2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #eceeef;
}

.close2 {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close2 {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.btn-factus-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-factus-primary:hover {
        color: #fff;
        background-color: #025ce2;
        border-color: #0257d5;
    }

    .btn-factus-primary:focus, .btn-factus-primary.focus {
        color: #fff;
        background-color: #025ce2;
        border-color: #0257d5;
        box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
    }

    .btn-factus-primary.disabled, .btn-factus-primary:disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .btn-factus-primary:not(:disabled):not(.disabled):active, .btn-factus-primary:not(:disabled):not(.disabled).active,
    .show > .btn-factus-primary.dropdown-toggle {
        color: #fff;
        background-color: #0257d5;
        border-color: #0252c9;
    }

    .btn-factus-primary:not(:disabled):not(.disabled):active:focus, .btn-factus-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-factus-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(49, 132, 253, 0.5);
    }
