#notice_popup .modal-content {
    padding: 0;
    font-size: 16px;
    font-family: Verdana, sans-serif;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#notice_popup p {
    margin: 0;
}
.notice-popup--content {
    display: table;
}
.notice-popup--content .left {
    display: table-cell;
    width: 305px;
    padding: 30px;
    vertical-align: top;
}
.notice-popup--content .left img {
    width: 345px;
}
.notice-popup--content .right {
    display: table-cell;
    background: #1d1d1d;
    width: 100%;
    padding: 30px;
    vertical-align: top;
    color: #fff;
    text-align: center;
}
.notice-popup--picture-text {
    width: 345px;
    color: #fff;
    text-shadow: 0 0 0 #666, 0 0 5px #666;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: #6747e5;
}
.notice-popup--left-text {
    padding-top: 5px;
}
.notice-popup--right-text {
    padding-bottom: 10px;
    text-align: left;
}
a.notice-popup--button {
    display: inline-block;
    border: 1px solid #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    width: 250px;
    text-transform: uppercase;
}
#notice_popup .close {
    background: url(/images/close_circled_white.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
}
#notice_popup.black-close-btn .close {
    background-image: url(/images/close_circled_black.png);
}
.notice-popup--right-text .mobile {
    display: none;
}
input[name=ipay]:checked {
    filter: hue-rotate(45deg);
}
.recorder {
    align-items: center;
    margin-top: 24px;
}
.record-button {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #6747E5;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}
#timer {
    margin-right: 9px;
}
.status {
    margin-top: 37px;
    font-size: 18px;
    margin-left: 25px;
}
.audio-list {
    margin-top: 20px;
    list-style-type: none;
    padding: 0;
}
.audio-item {
    margin: 5px 0;
}