﻿.modal-header{
    border-bottom: 0px;
    padding-bottom: 12px;
}

.modal-title{
    font-weight: 700;
    font-size: 20px;
}

.modal-body{
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-footer{
    border-top: 0px;
}

.modal-footer > .btn{
    padding: 9px 12px;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-left: 24px;
    padding-right: 24px;
}

.close[aria-label="Close"]{
    border: 0px;
    background-color: transparent;
}