.select-content {
    width: 514px;
    position: relative;
}
.select-oper {
    width: 186px;
    height: 50px;
    /* text-transform: uppercase; */
    color: #fff;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 15px;
    /* font-weight: bold; */
    background: transparent;
    line-height: 48px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    float: left;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding-right: 10px;
}
.dropdown-select-custom {
    position: absolute;
    background: #000;
    box-shadow: 4px 6px 45px -6px;
    height: 200px;
    left: 0px;
    z-index: 15;
    box-sizing: border-box;
    overflow: auto;
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
.dropdown-select-custom p:hover {
    background: #126e51;
    color: #fff;
}
.dropdown-select-custom p {
    width: 100%;
    cursor: pointer;
    /* color: #007dc6;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    box-sizing: border-box;
    margin:0; */
    padding: 8px;
}
.dropdown-select-custom .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
.select-oper:after {
	font-family: 'FontAwesome';
	content: "\f107";
	font-size: 1.5em;
	color:  #fff;
	vertical-align: middle;
	/* padding: 8px; */
	position: absolute;
	right: 8px;
	top: 0;
	bottom: 10px;
	z-index: 1;
	pointer-events: none;
}

.custom-select-loader{
    position: absolute;
    top: 237px;
    z-index: 999;
    left: 78px;
}