﻿.modal__header {
    height: 70px;
    background: white;
    border-bottom: #ebebeb;
    border-bottom-style: solid;
    border-width: 1px;
}

.modal__footer {
    height: 70px;
    background: white;
}

.modal__content,
.modal__footer {
    position: absolute;
    width: 100%;
    background:white;
}

.modal__content {
    bottom: 0px;
    top: 70px;
    overflow-y: auto;
    background: white;
}

.modal__footer {
    bottom: 0;
    background: white;
}
