﻿
/*標題區塊*/
.infoModal .modal-header {
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: center;
}

/*footer區塊*/
.infoModal .modal-footer {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    display: block;
    padding: unset;
}

.two-buttons {
    display: flex;
    justify-content: space-around;
}

.pd-1 {
    padding: 1rem;
}

.cursor-pointer{
    cursor:pointer;
}

.line {
    border-right: 1px solid #e9ecef;
}

.infoModal .close {
    width: 20px;
    height: 20px;
    display: flex;
    position: fixed;
    font-size: 18px;
    color: #eee;
    z-index: 1075;
    top: 5%;
    right: 10%;
    background-color: #111;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 30px;
}

