.page-fork-wrapper {
    margin: 13px 20px 0 0px;
    float: right;
    .form-custom-select {
        .select-value {
            height: 23px;
            width: 110px;
            font-family: PingFangSC-Regular;
            font-size: 12px;
            color: #3e4e59;
            line-height: 20px;
            text-align: center;
        }
        .select-options {
            ul {
                background: #ffffff;
                box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
                border-radius: 2px;
            }
            li {
                width: 110px;
                height: 30px;
                padding: 0 0 0 10px;
                font-family: PingFangSC-Regular;
                font-size: 12px;
                color: #3e4e59;
                line-height: 30px;
                text-align: left;
                text-overflow: ellipsis;
                overflow: hidden;
                &.selected {
                    background: #f5f8fa;
                    &:hover {
                        background: #1687d9;
                    }
                }
            }
        }
    }
}
