/* .modal a.close-modal {
    display: none;
}

.modal .action {
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* .modal .action .btn {
    width: 150px;
    height: 35px;
    background: #048080;
    color: #fff;
    line-height: 30px;
    border-radius: 20px;
    border: 2px solid #048080;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
} */

/* .modal .action .btn:hover {
    background: #658ae6;
    border: 2px solid #658ae6;
}

.modal .action .btn+.btn {
    margin-left: 16px;
}

.modal .action .btn.reset_btn {
    background: #fff;
    color: #048080;
}

.modal .action .btn.reset_btn:hover {
    background: #f3f3f3;
    color: #048080;
} */

.modal .action .btn{
    width: 150px;
    height: 40px;
    font-size: 16px;
}


/*----- notch_modal -----*/
.notch_modal.modal {
    padding: 0 0;
    /* overflow: hidden; */
    border: 2px solid #658ae6;
    background-color: transparent;
    position: relative;
    max-width: 680px;
}

.notch_modal.modal a.close-modal {
    display: block;
    top: 8px;
    right: 8px;
    background-image: url(/static/v2/images/cross_x_white.svg);
}

.notch_modal .item_header {
    width: 100%;
    height: 50px;
    background-color: #285ee4;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.notch_modal .item_header h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0;
}

.notch_modal .item_body {
    background-color: #fff;
    padding: 16px;
    border-radius: 0 0 8px 8px;
}

.notch_modal.modal .message {
    text-align: left;
    color: #000;
}

.notch_modal.modal .message li+li {
    margin-top: 16px;
}

.notch_modal.modal .message a {
    text-decoration: underline;
}
