#stwr_customizer {
	margin-bottom: 30px;
	border-bottom: none
}
#stwr_customizer .nav-link {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-right: 3px;
    color: #2A81BA;
    font-size: 16px;
}
#stwr_customizer  .nav-link.active{
    background: #2A81BA;
    color: #fff;
    border-color:#2A81BA;
}
.backend_wheel_outer {   
	position: relative;
	display: flex;
}
.backend_wheel_outer .chart1 , .backend_wheel_outer .chart {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	z-index: 2;
	width: 100%;
}
.backend_wheel_outer .chart1 svg , .backend_wheel_outer .chart svg  {
	margin-left: 0px;
}
.chart_customizer {
    display: inline-block;
    width: 100%;
    margin-top:15px;
}
.chart_customizer ul.templates-styles li {
    width: 33.33%;
}
#previewwheel .wheel_outer, .wheel_outer {
    height: auto ;
    width: 1000px;
    max-width: 1000px;
    margin-bottom: 20px;
    max-height: 1000px;
    min-height: 620px;
} 
#previewwheel .wheel_outer {
    margin-left: 10px;
}
.chart_upload_img {
	padding-bottom: 18px;
    position: relative;
}
.chart_upload_img i {
    background: #d43434;
    color: #fff;
    border-radius: 50px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    position: absolute;
    right: 12px;
    top: 14px;
    display:none;
}
.custom_form_inner .form-control {
    height: 38px;
    border-radius: 4px;  
}
.custom_form_outer .custom_form_inner{
    margin-left: 0 !important;
    position: static !important;
    top: 0 !important;
    transform: translate(0%,-0%) !important;
    z-index: 2;
    margin: 0 auto;
    background: #fff;
    width: auto;
    padding: 12px;
    right: 0;
    float: left;
}
.custom_form_outer {
    border: 2px dashed #ddd;
    padding: 15px;
    float: left;
    width: 100%;
}
.wheel_outer {
    position: relative;
    width: 850px;
    display: inline-block;
    background: #fff;
    background-repeat: initial;
    background-size: 100%;
    
}

#manage-wheel .wheel_outer {
    padding-left: 32px;
    padding-bottom: 14px;
    }
 
#wheel-select-template li {
    width: 188px;
    float: left;
    margin: 0;
    position: relative;
    margin-right: 5%;
    cursor: pointer;
}
#wheel-select-template li:last-child{
	margin-right:0;
}
#wheel-select-template li img {
    width: 100%;
    max-width: 100%;
}
#wheel-select-template li .hover_div:after {
    background: rgba(0,0,0,.5);
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    border-radius:50%;
    height:100%;
    width:100%;
    display:none;
    top:0;
    transition: all .4s;
}
#wheel-select-template li:hover .hover_div:after, #wheel-select-template li.active .hover_div:after{
	display:block;
}

#wheel-select-template li a {
    position: absolute;
    left: 17%;
    top: 40%;
    font-size: 17px;
    background: #ffc107;
    z-index: 5;
    color: #fff;
    letter-spacing: 1px;
    display:none;
    transition: all .4s;
}
#wheel-select-template li:hover a, #wheel-select-template li.active a {
    display:block
}

.wheel_background_customizer {
	float: left;
	margin-bottom: 30px;
}
.wheel_background_customizer .templates-styles{
	display:flex;
}
.wheel_customizer .wheel_preview_cust li{
	 float:left;
	 width:30%;
	 border-bottom: 0;
	 border-right: 1px solid #e1e1e1;
}
.wheel_customizer .wheel_preview_cust  {
  margin-bottom: 20px !important;
}

.wheel_outer .close_icon{
	display:none
}    
	  
.customizer_result_tab_body .result_html {
   border: 2px dashed rgb(121, 121, 121);
   padding: 18px;
   max-width: 600px;
   margin-bottom: 15px;
   margin-left: 100px;
}
.customizer_result_tab_body span {
   max-width: 100px;
   float: left;
   margin-top: 16px;
   font-weight: 600;
   color: #555;
}


.slices_customizer_outer{
    display: inline-block;
    width: 100%;
}
.slices_customizer_outer ul.templates-styles li {
    width: 33.33%;
}
.warning_box_green b{
    font-weight: 800;
    color: #555;
}
.warning_box_green  .btn-warning {
    color: #ffffff !important;
    background-color: #ffc107;
    border-color: #ffc107;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 10px;
}

.other_responsive .coupon_result_data{
	width:300px;
}

.other_responsive .table thead th {
    white-space: nowrap;
}

.modal-dialog {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

@media (min-width: 1500px) {
	.wheel_background_customizer{
		max-width:340px;
		float: right;
	}
	.wheel_background_customizer .templates-styles{
		display:block;
	}
}


