	    	body {
		    	color: #000;
				font-weight: bold;
	    	}
	    	.sidebar {
		    	background-color: #FCECCB;
					color: #000;
					height: 60vh;
				padding: 25px 25px !Important;
		    	border-right: 0px solid #888;
		    	text-transform: capitalize;
	    	}

				@media screen and (min-width: 992px) {
					.sidebar {
						height: 100vh;
					}
				}

            #source_preview {
                margin-top: 50px;
                min-width: 80%;
                height: 50%;
            }

            .html_preview {
                -webkit-user-select: all;
                user-select: all;
                margin-top: 10px;
                border: 1px solid black;
                padding-left: 20px;
                min-height: 140px;
            }

            .main_logo {
		    -webkit-mask-image: none;
		    mask-image: none;

		    background-image: url("https://sinch.dodgemsandfloss.com/images/sinchLogo2022.svg");
                    background-size: contain;
		    background-repeat: no-repeat;
		    height: 100px;
			width: auto;
			max-width: 200px;
		    margin-bottom: 80px;
		   background-position: left top;

            }
            .row .select_template {
	            padding-bottom: 50px;
            }
            .alert {
	            margin-top: 20px;
            }

            .instructions {
				margin-top: 40px;
            }
			.copyHTMLsource:hover {
				text-decoration: underline;
				cursor: hand;
			}


			body.help img {
				width: 100%;
				padding: 20px;
				float: left;
				display: block;
			}

			a, a:hover, a:active, a:visited {
				color: ;
			}

			.step {
				border: 5px solid #000;
				padding: 20px;
				margin: 20px;
			}
