#send-notification-page-container {
	.h150 {
	    height: 150px !important;
	    max-height: auto;
	}

	.dropfile__file {
	    bottom: 0;
	    cursor: pointer;
	    height: 100%;
	    left: 0;
	    opacity: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
	}

	.file-upload__wrapper {
	    border: 1px dashed #ccc;
	    margin-top: 10px;
	    padding: 10px;

	    .file-upload__photo {
		    margin-bottom: 10px;
		    width: 200px;

		    .file-upload__progress {
			    display: block;
			    margin: 0 auto;
			    width: 100%;
			}
		}
	}

	.form-kebab {
		.form-kebab__choice {
			background-color: white;
		    border: 1px solid #ccc;
		    display: block;
		    float: left;

		    .form-kebab__radio {
		    	display: none;
		    	input[type=checkbox], input[type=radio] {
				    margin: 4px 0 0;
				    margin-top: 1px\9;
				    line-height: normal;
				    -webkit-box-sizing: border-box;
				    -moz-box-sizing: border-box;
				    box-sizing: border-box;
				    padding: 0;
				}
		    }

		    .form-kebab__radio:checked + .form-kebab__label {
			    background-color: #3c8dbc;
			    color: white;
			}

		    .form-kebab__label {
		    	margin: 0;
			    background-color: white;
			    color: #666;
			    cursor: pointer;
			    display: block;
			    padding: 15px 18px;
			    user-select: none;
		    }
		}
	}
}