@charset "utf-8";

/* 跳轉用modal */
.leaveModal .modal-dialog{
    max-width: 680px;
    width: 100%;
}
.leaveModal.modal{
    --bs-modal-margin: 0;
    padding: 7px;
}
.leaveModal.modal .btn-close {
    background: url(../images/close.png) no-repeat;
    width: 2em;
    height: 2em;
    float: right;
}
.leaveModal .modal-header{
    background-color: #fff;
    border-radius: 30px 30px 0 0;
}
.leaveModal .modal-content {
    background-color: #fff;
    /* border: 5px solid rgba(26, 193, 220, 0.84); */
    /* border-radius: 30px; */
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.leaveModal .modal-body{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}
.leaveModal.modal .modal-title {
    color: #009999;
    font-weight: 600;
    font-size: 24px;
}

.leaveModal .btn.btn-primary{
    background: #009999;
    border-radius: 0;
    width: 80px;
    height: 38px;
}

.leaveModal .btn-secondary{
    background-color: #6c757d;
    width: 90px;
    height: 38px;
    border-radius: 0;
}