html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

.pubble-off{
    display:none !important;
}

.pubble-on{
    display:block !important;
}

.force{
    display:block !important;
}

.pubblecolor{
    color:#19bdf3 !important;
}

.pubble-deploy
{
	z-index:0; 
    background-image:none;
    background-repeat:repeat;
    background-position:0px 0px;
	height:100%;
    width:100%;
	overflow-x:hidden;
}

.pubble-branded {
	background-color:#1392bf;
	background-image:url(https://cdn.pubble.io/resources/web/chatify/img/network-pattern.png);
	background-position:top;
}

.no-pubble-brand {
	background-image:none;
}

/* MAIN STRUCTURE */

.pubble-deploy-container {
	max-width: 600px;
	margin:0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
.pubble-deploy-segment{
    /* padding:25px !important; */
}

.pubble-actions.right{
    text-align:right !important;
    margin-top:20px !important;
}

.pubble-actions.right button{
    margin-right:0;
}