.mui-popup,.mui-popup.mui-popup-in {
	border-radius: 5px !important;
	background: #fff;
}

.mui-popup-inner,
.mui-popup-buttons,
.mui-popup-button {
	border-radius: 0 !important;
	background: #fff;
}

.mui-popup-text {
	color: rgb( 136, 136, 136 );
	text-align: center;
}

.mui-popup-button,
.mui-popup-button.mui-popup-button-bold {
	color: rgb( 255, 108, 23) !important;
	font-weight: normal;
	font-size: 15px !important;
}

.mui-popup-button-bold {
	color: #fff !important;
	font-weight: normal !important;
	background: none !important;
}
.mui-popup-button:first-child{border: none;}
.mui-popup-button:after {
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: rgba(0, 0, 0, .2);
}
.mui-popup-button {
    font-size: 17px;
    line-height: 44px;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #007aff;
    background: rgba(255, 255, 255, .95);
    -webkit-box-flex: 1;
    margin: 0;
}
.mui-popup-inner:after{width: 100%;margin-left: 0;}
.mui-popup-title+.mui-popup-text {
    color: rgb( 136, 136, 136 );
    font-weight: normal;
}
.mui-popup-inner {
    padding: 20px;
}
.mui-popup-button{color: rgb( 104, 102, 103 ) !important;}
.mui-popup-button.mui-popup-button-bold{color: rgb( 255, 108, 23) !important;}
