.fm-personalisation-bg {
    position: relative;
    background: black;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 120;
}

.fm-personalisation {
    width: 69%;
    height: 65%;
    padding: 4rem;
    border: 1px solid black;
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background: white;
    display: flex;
    z-index: 125;
}

.fm-infobox-content {
	font-size:14px;
}

.fm-personalisation-input-wrapper {
    flex-grow: 1;
    width: 45%;
}

.fm-personalisation-additional-textarea {
    margin-bottom: 2rem;
}

.fm-save-data-last,
.fm-personalisation-button,
.fm-remove-inputs {
    border: 1px solid black;
    display: block;
    width: 80%;
    padding: 0.5rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
}

.fm-remove-inputs {
    width: 8%;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0px;
}

#fm-personalisation-color-buttons {
    margin-left: 0;
    cursor: pointer;
}


.fm-personalisation textarea,
.fm-personalisation input[type="text"] {
    width: 80%;
    height: 50px;
    border: 1px solid black;
    padding: 0rem 0.5rem;
    margin: 1rem 0rem;
    display: block;
}

.fm-personalisation textarea{
    height: 200px;
    padding-top: 15px;
}

.fm-personalisation-image-wrapper {
    flex-grow: 1;
    width: 45%;
}


.fm-personalisation-additional-text-input {
    margin: 1rem 0;
}


.fm-personalisation-color-selection-wrapper ul li {
    width: 24px;
    height: 24px;
    display: inline-block;
    /*border: 1px solid black; */
    border-radius: 50%;
    margin: 2px;
}

.fm-personalisation-color-selection-wrapper ul li.fm-selected {
    border: 1px solid black;
}

.fm-close-pers-window {
    text-align: center;
    display: table-cell;
    padding: 1rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-size: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
	.fm-personalisation {
		width: initial;
		height: initial;
		padding: 4rem;
		border: 1px solid black;
		position: absolute;
		top: 0;
		left: 0;
		flex-wrap: wrap;
		transform: initial;
		background: white;
		display: flex;
		z-index: 125;
	}
	
	.fm-personalisation-input-wrapper,
	.fm-personalisation-image-wrapper {
		width: 100%;
	}
	
}
