.dz-stepper{
    width: 125px;
    small{
        text-align:center;
        display: block;
        color: var(--dark);
        font-weight: 500;
        margin-bottom: 5px;
    }    
    .bootstrap-touchspin{
        display: flex;
        align-items: center;
        margin-bottom: 0;
        .input-group-btn{
            height: 100%;
            .btn{
                border-radius: 40px;
                width: 40px;
                height: 40px;
                padding: 0;
                text-align: center;
                border: 1px solid var(--border-color);
                font-size: 1.5rem;
                color: var(--title);
                background-color: transparent;
                &:hover, &:focus ,&:active{
                    background:#E8EFF3;    
                    border-color:#E8EFF3;
                    color: inherit;
                }
            }   
            &:not(:first-child){
                padding: 0;    
            }
        }
        .form-control{
            padding: 0 10px;
            height: 100%;
            font-size: 1.125rem;
            font-weight: 500;
            color: var(--dark);
            background: transparent;
            border: 0;
            z-index: 3;
            text-align: center;
        }
    }
    &.stepper-fill{
        .bootstrap-touchspin{
            .input-group-btn{
                .btn{
                    background-color: var(--primary);
                    color: #fff;
					border-color: var(--primary);
                }
            }    
        }    
    }
	&.border-2{
        .bootstrap-touchspin{
            overflow: hidden;
            .btn{
				border-width: 2px;
			}
        }
    }
    &.small-stepper{
        .bootstrap-touchspin{
			.btn{
				width: 35px;
				height: 35px;
			}			
        }    
    }
    &.large{
        .bootstrap-touchspin{
			height: 45px;   
            .btn{
				width: 45px;
				height: 45px;
			}     
        }    
    }
    &.rounded-stepper{
        .bootstrap-touchspin{  
            overflow: hidden;
			.btn{
				border-radius: var(--border-radius);
			}
        }    
    }
    &.danger{
        .bootstrap-touchspin{
            border-color: $danger;
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: $danger;
                }   
            }
            .form-control{
                border-color: $danger;    
                color: $danger;    
            }
        }
    }
    &.secondary{
        .bootstrap-touchspin{
            border-color: var(--secondary);
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: var(--secondary);
                }   
            }
            .form-control{
                border-color: var(--secondary);    
                color: var(--secondary);    
            }
        }
    }
    &.warning{
        .bootstrap-touchspin{
            border-color: $warning;
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: $warning;
                }   
            }
            .form-control{
                border-color: $warning;    
                color: $warning;    
            }
        }
    }
    &.success{
        .bootstrap-touchspin{
            border-color: $success;
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: $success;
                }   
            }
            .form-control{
                border-color: $success;    
                color: $success;    
            }
        }
    }
    &.info{
        .bootstrap-touchspin{
            border-color: $info;
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: $info;
                }   
            }
            .form-control{
                border-color: $info;    
                color: $info;    
            }
        }
    }
    &.yellow{
        .bootstrap-touchspin{
            border-color: #ffcc00;
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: #ffcc00;
                }   
            }
            .form-control{
                border-color: #ffcc00;    
                color: #ffcc00;    
            }
        }
    }
    &.green{
        .bootstrap-touchspin{
            border-color: #4cd964;
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: #4cd964;
                }   
            }
            .form-control{
                border-color: #4cd964;    
                color: #4cd964;    
            }
        }
    }
    &.dark{
        .bootstrap-touchspin{
            border-color: #000;
            .input-group-btn{
                .btn{
                    color: #fff;
                    background-color: #000;
                }   
            }
            .form-control{
                border-color: #000;    
                color: #000;    
            }
        }
    }
	&.style-2{
		width: 100px;
		.bootstrap-touchspin{
            .input-group-btn{
                .btn{
					width: 30px;
					height: 30px;
					font-size: 0;
					border-color: var(--primary);
					border-radius: 50%;
                    background-color: var(--primary);
                    &.bootstrap-touchspin-up{
                        &::after{
                            content: "\e8b1";
                            font-family: 'feather' !important;
                            font-size: 16px;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            color: #fff;
                            transform: translate(-50%, -50%);
                        }
                    }
                    &.bootstrap-touchspin-down{
                        &::after{
                            content: "\e897";
                            font-family: 'feather' !important;
                            font-size: 16px;
                            position: absolute;
                            left: 50%;
                            color: #fff;
                            top: 50%;
                            transform: translate(-50%, -50%);
                        }
                    }
                }				
            }
			.form-control{
				padding: 0 5px;
				font-size: 14px;
                font-weight: 500;
			}
        }
	}	
	&.style-3{
		width: 128px;
		.bootstrap-touchspin{
            border: 1px solid #c4c4c4;
            height: 42px;
            border-radius: var(--border-radius-xl);
            overflow: hidden;
            .input-group-btn{
                height: unset;
                .btn{
					font-size: 0;
                    border: 0;
                    border-radius: 0;
                    &.bootstrap-touchspin-up{
                        &::after{
                            content: "\e8b1";
                            font-family: 'feather' !important;
                            font-size: 20px;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            color: var(--primary);
                            transform: translate(-50%, -50%);
                        }
                    }
                    &.bootstrap-touchspin-down{
                        &::after{
                            content: "\e897";
                            font-family: 'feather' !important;
                            font-size: 20px;
                            position: absolute;
                            left: 50%;
                            color: var(--primary);
                            top: 50%;
                            transform: translate(-50%, -50%);
                        }
                    }
                }				
            }
			.form-control{
				padding: 0 5px;
				font-size: 18px;
                font-weight: 500;
			}
        }
	}	
}
