#check_flexi_discount_form{
    display: none;
}
.check_flexi_discount_button {
    background: #21b259;
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #ffffff;
    border: 0px;
    margin-top: 1em;
    margin-left: 30px;
}
.check-flex-discount-modal .modal-dialog{
    max-width: 600px;
    margin: 0 auto;
}
.check-flex-discount-modal .modal-content{
	    background: white !important;
	    box-shadow: none !important;
	    border: none !important;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    align-content: center;
	    height: 250px;
}
.check-flex-discount-modal .checking-contert-for-flex-discount{
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 700;
    animation: blink 1s linear infinite;
}
@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}
.check-flex-discount-modal .flex-discount-applied-content {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #21b259;
}
div[data-name="hybridest_nest_app_remote_controls_yes_no"]{
	pointer-events: none;
	opacity: 0.6;
	user-select: none;
}