//css for PolicyMask
@import 'cbkfe-assets/dist/css/control.less';

.modal-panel {
    position: fixed;
    bottom: 0;
    width: 100vw;
    overflow: auto;
    background: rgba(255, 255, 255, 1);
    border-radius: 0.5rem 0.5rem 0rem 0rem;
    padding: 0 0.75rem 1.25rem;

    .modal-panel-title {
        position: fixed;
        // top:20.7vh;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        width: 92vw;
        background-color: #fff;
        padding-top: 1.05rem;
        padding-bottom: 0.8rem;
        border-bottom: 0.02rem rgba(233, 233, 233, 1) solid;

        .modal-close {
            width: 0.9rem;
            height: 0.9rem;
            margin-top: 0.2rem;
        }
    }

    .modal-panel-body {
        margin-top: 3.5rem;
        max-height: 67vh;
        overflow: auto;
    }

    .reschedule-title {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
        font-weight: 400;
        color: rgba(68, 68, 68, 1);
        line-height: 0.9rem;
    }

    .item-title {
        display: block;
        font-size: 0.7rem;
        font-weight: 400;
        color: rgba(68, 68, 68, 1);
        line-height: 1.2rem;
    }

    .item-item-title {
        display: flex;
        border: 0.05rem solid rgba(233, 233, 233, 1);
        background: rgba(246, 247, 249, 1);
        font-size: 0.6rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 0.6rem;

        .item-table-left {
            padding: 0.7rem 0 0.67rem 0.5rem;
            flex: 2;
        }

        .item-table-right {
            flex: 1;
            padding: 0.7rem 0 0.67rem 0.5rem;
        }
    }

    .g-appoint-header {
        padding-bottom: 0.55rem;
        padding-top: 0.835rem;
    }

    .g-appoint-header-shrink {
        padding-bottom: 0.55rem;
    }

    .item-item-body-single {
        padding: 0.37rem 0.5rem;
        border-left: 0.05rem solid rgba(233, 233, 233, 1);
        border-right: 0.05rem solid rgba(233, 233, 233, 1);
        border-bottom: 0.05rem solid rgba(233, 233, 233, 1);
        font-size: 0.6rem;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 1rem;
    }

    .item-item-body {
        display: flex;
        border-left: 0.05rem solid rgba(233, 233, 233, 1);
        border-right: 0.05rem solid rgba(233, 233, 233, 1);
        border-bottom: 0.05rem solid rgba(233, 233, 233, 1);
        font-size: 0.6rem;
        font-weight: 300;
        color: rgba(0, 0, 0, 1);
        line-height: 1rem;

        .item-table-left {
            padding: 0.37rem 0 0.37rem 0.5rem;
            flex: 2;
            border-right: 0.05rem solid rgba(233, 233, 233, 1);
        }

        .item-table-right {
            flex: 1;
            padding: 0.37rem 0 0.37rem 0.5rem;

            &:not(:last-child) {
                border-right: 0.05rem solid rgba(233, 233, 233, 1);
            }
        }
    }

    .tips {
        margin-top: 0.435rem;
        font-size: 0.6rem;
        font-weight: 300;
        color: rgba(117, 117, 117, 1);
        line-height: 0.93rem;
    }

    .textlist {
        // margin-top: 0.81rem;
        font-size: 0.7rem;
        line-height: 1.08rem;
    }

}