/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.cancellation_survey_container {
    position: fixed;
    background-color: #1d2327b8;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cancellation_survey_container {display: none;}

.shop_table.subscription_details .cancel {display: none;}

.cancellation_survey_modal {
	background-color: #ffffff;
    padding: 50px;
    position: fixed;
    top: 25%;
	z-index: 30;

}


.cancellation_survey_modal h3 {font-size: 20px; color: #000000 !important; width: 100%;}
.cancel-survey-submit {
	margin-top: 25px !important;
}

.cancellation_survey_modal textarea {display: none;}

.cancellation_survey_modal textarea, .cancellation_survey_modal select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

@media (max-width: 600px) {
	.cancellation_survey_modal {
		left: 0px;
		right: 0px;
	}
}