/* File: css/sps-styles.css */

.sps-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}

#sps-slider {
    margin: 20px 0;
    position: relative;
}

.sps-suggested-handle {
    position: absolute;
    top: -10px;
    width: 10px;
    height: 10px;
    background: purple;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#sps-message {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
	font-family: 'Monsterrat', Helvetica, sans-serif;
}

#sps-additional-email-container > label {
	display: block;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
	font-family: 'Monsterrat', Helvetica, sans-serif;
}

input#sps-additional-email {
	font-family: 'Montserrat', Helvetica, sans-serif;
	border-radius: 7px;
	outline: none;
	border: solid 1px #ccc;
	padding: 7px 12px;
	margin: 0 auto;
	display: block;
}

#sps-submit-offer, #sps-subscribe-button, #sps-confirm-subscribe {
    display: block;
    padding: 10px 20px;
    background-color: #3c1c8f;
    color: #fff;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-weight: 700;
    border: none;
    cursor: pointer;
	margin: 0 auto;
    margin-top: 10px;
    border-radius: 999px;
}

#sps-submit-offer:disabled {
    background-color: #bbb;
    cursor: not-allowed;
}

#sps-submission-message {
    text-align: center;
    font-weight: bold;
	font-family: 'Montserrat', Helvetica, sans-serif;
    margin-top: 10px;
}

#sps-subscribe-button {
    background-color: #3c1c8f;
}

/* Slider Elements */

.sps-container .noUi-connect {
	background: #cecece;
}