﻿.ssi-submit-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ssi-submit-alert {
    color: #BA211C;
    padding-top: 1em;
}

    .ssi-submit-alert.is-hide {
        display: none;
    }

.btn-type-01:disabled {
    opacity: 0.6;
}
.btn:disabled {
    opacity: 0.6;
}
    .btn:disabled:hover {
        opacity: 0.6;
        cursor:default;
    }

.content-item-error-list-item {
    color: red;
    font-weight: bold;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.is-ssi-privacy-modal-dialog-show {
    display: block !important;
}

body:has(.is-ssi-privacy-modal-dialog-show) {
    overflow: hidden !important;
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-content {
    background: white;
    padding: 20px;
    margin: 7% auto;
    width: 90vw;
    height: calc(95vh - 14%);
    border-radius: 6px;
    overflow: auto;
}

.ssi-modal-dialog-title {
    margin-bottom: 1.2em;
    font-size: 1.5em;
}

#ssi_privacy_link {
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

    #ssi_privacy_link:hover {
        text-decoration: none;
    }

#entry-form .entry-formBox .decide-ex button {
    transition: .6s;
    display: inline-block;
    color: #fff;
    background: linear-gradient(to right, #35b597, #1eacbb);
    width: 100%;
    padding: 18px 7px;
    border-radius: 5px;
    font-size: 16px;
    border: none
}
