.modal-wrapper {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 1000;
    overflow: auto;
    outline: none;
    background: rgba(0,0,0, 0.5);
}

.alertModal {
    position: relative;
    flex-direction: column;
    background: #ffffff;
    padding: 20px 20px;
    width: 480px;
    height: 200px;
    max-height: 80%;
    margin: auto;
    border: 1px solid #bbbdc1;
    border-radius: 16px;
    box-shadow: 0 3px 6px #0003;
}

.modal-header{
    position: relative;
    border-bottom: 0px solid #ffffff;
    padding-left: 0px;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    height: 24px;
}

.modal-header .modal-title {
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    align-items: center
}

/*tab css*/
.modal-content-wrapper {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 72px;
}

.modal-contents {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    height: 160px;
}

.button-set {
    float: right;
}

.layer-open {
    overflow:hidden;
}