.tcp{
    display: flex;
    align-items: center;
    justify-content: center;
}


.tc_p{
    margin: 20px 0;
    width: 500px;
    max-width: 100%;
    height: 1150px;
    background: var(--color-bg2);
    text-align: center;
    border-radius: 3px;
}

.tcp-content{
    width: 100%;
    margin: 30px 0;
    height: calc(1150px - 150px);
}

.tcp-title h4{
    margin-bottom: 1rem;
}

.btm-title{
    margin: 1rem 0;
}
.tcp-btm{
    font-size: 0.8rem;
}

.tc_p .tc-btn{
    width: 100%;
    height: 80px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 21px 0;
}
.btn-reject{
    background: transparent;
    border-color: var(--color-white);
}
.tcp-top{
    margin: 0 35px 35px;
}
.tcp-content .tcp-btm{
    padding: 0 35px;
    overflow: auto;
    height: calc(100% - 790px);
}


.tcp-icon{
    font-size: 38px;
    margin-bottom: 8px;
}

.btm-info p{
    margin-bottom: 10px;
    font-style: italic;
}

.tc-btn button{
    width: 125px;
    padding: 10px;
    border: 0;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: var( --transition);
}


.tc-btn button:hover{
    border: 1px solid var(--color-white);
}