:global {
    .ant-modal-footer>div {
        width: auto !important;
    }
}

.mainBox {
    border-radius: 6px;
    background   : #fff;
    margin-bottom: 40px;
    padding      : 0;
    box-shadow   : none;
    border       : none;

    .scheduleForm {
        .selectItem {
            position: relative;
            z-index : 10;

            .participant {
                position: relative;
                width   : 100%;
                padding : 4px 0;

                .partSelect {
                    cursor                   : pointer;
                    width                    : 32px;
                    height                   : 80%;
                    position                 : absolute;
                    left                     : 1px;
                    top                      : 20px;
                    z-index                  : 9;
                    border-top-left-radius   : 4px;
                    border-bottom-left-radius: 4px;
                    text-align               : center;
                    border-right             : 1px solid #d9d9d9;
                }

                .partSelectMutiple {
                    position   : relative;
                    line-height: 0;

                    .ant-select-selection {
                        max-height: 167px;
                        overflow-y: auto;

                        .ant-select-selection__rendered {
                            margin-left: 38px;
                        }
                    }
                }
            }
        }

        @media (min-width: 576px) {
            .ant-col-sm-3 {
                width             : 8.5%;
            }
        }
    }
}

:global {
    .iframeModal {
        overflow: auto!important;

        .ant-modal-title {
            color: #ffffff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .ant-modal-close-x {
            width: 50px;
            height: 50px;
            line-height: 50px;
            color: #ffffff;
        }
    }
}