.cpnt_dialog_confirm.cpnt_hcp_gate {
    display: none
}

.cpnt_dialog_confirm.cpnt_hcp_gate.active {
    display: block
}

.cpnt_dialog_confirm.cpnt_hcp_gate::before {
    background-color: rgba(128, 128, 128, .72)
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntWrap {
    max-width: 44rem;
    padding-bottom: 45px
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntHeader {
    height: auto;
    margin: 0 2.5rem
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntHeader .heading {
    padding-top: 45px;
    text-align: center;
    font-size: 24px;
    line-height: 1.28;
    letter-spacing: -.03em
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntHeader .hcp_gate_title {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntHeader .hcp_gate_subtitle {
    display: block;
    margin-top: .75rem;
    font-size: 24px;
    line-height: 1.28;
    font-weight: 700
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntBody {
    margin-top: 1.75rem;
    color: #444
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp_gate_body {
    text-align: center;
    font-size: 18px;
    line-height: 1.6
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntFooter {
    margin: 2rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntFooter>button {
    min-width: 15rem;
    height: 3.25rem;
    margin: 0;
    border-radius: 6px
}

.cpnt_dialog_confirm.cpnt_hcp_gate .cpntFooter>button span {
    font-size: 1rem;
    font-weight: 600
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-accept-btn {
    border: solid 1px #00733C;
    background-color: #00733C
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-accept-btn span {
    color: #fff
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-accept-btn:hover {
    border-color: #00552D;
    background-color: #00552D
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-accept-btn:hover span {
    color: #fff
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-deny-btn {
    border: solid 1px #111;
    background-color: #fff
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-deny-btn span {
    color: #111
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-deny-btn:hover {
    border-color: #111;
    background-color: #111
}

.cpnt_dialog_confirm.cpnt_hcp_gate .hcp-deny-btn:hover span {
    color: #fff
}

@media (max-width: 768px) {
    .cpnt_dialog_confirm.cpnt_hcp_gate .cpntHeader .heading {
        font-size: 20px;
        line-height: 1.35
    }

    .cpnt_dialog_confirm.cpnt_hcp_gate .cpntHeader .hcp_gate_title {
        font-size: 26px;
        line-height: 1.2
    }

    .cpnt_dialog_confirm.cpnt_hcp_gate .cpntHeader .hcp_gate_subtitle {
        margin-top: .625rem;
        font-size: 20px;
        line-height: 1.35
    }

    .cpnt_dialog_confirm.cpnt_hcp_gate .hcp_gate_body {
        font-size: 18px;
        line-height: 1.55
    }

    .cpnt_dialog_confirm.cpnt_hcp_gate .cpntFooter {
        flex-direction: column;
        gap: .5rem
    }

    .cpnt_dialog_confirm.cpnt_hcp_gate .cpntFooter>button {
        width: calc(100% - 3rem);
        min-width: 0
    }
}
