#cpost-container {
    z-index: 999999;
    position: fixed;
    -webkit-backface-visibility: hidden;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
}

.cpost-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 15px;
    background-color: white;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    box-sizing: border-box;

}

.cpost-wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 13px;
    margin-bottom: 8px;
}

.cpost-wrapper-header-left {

}

.cpost-wrapper-header-center {

}

.cpost-wrapper-header-right {

}