﻿.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.zoggs-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/Blue gradient bg.png') center repeat;
}

@font-face
{
    font-family: 'HCo Gotham SSm';
    src: url('woff/GothamSSm-XLight_Web.woff') format('woff'), 
         url('OpenType/GothamSSm-Medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'HCo Gotham Bold';
    src: url('woff/GothamSSm-Medium_Web.woff') format('woff'), 
         url('OpenType/GothamSSm-Medium_Web.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.zg-outer {
    z-index: 999;
    background-color: rgba(255,255,255,0.5);
    padding: 3px;
    border-radius: 10px;
    font-family: 'HCo Gotham SSm';
    color: white;
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.zg-outer-live {
    bottom: 0%;
    top: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);
}

.zg-logo {
    position: fixed;
    top: 20px;
    left: 20px;
}

.zg-logout {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: white;
    padding: 11px 15px;
    border-radius: 50%;
    cursor: pointer;
}

.zg-share {
    background-color: white;
    padding: 11px 12px;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
    cursor: pointer;
}

.zg-inner {
    background: linear-gradient(to bottom, #0099ff 0%, #0060df 100%) !important;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
}

    .zg-inner > h2 {
    font-family: 'HCo Gotham Bold';

        font-size: 22px;
        margin: 0px !important;
        margin-bottom: 15px !important;
    }

.zg-desc {
    letter-spacing: normal;
    font-size: 15px;
    margin-bottom: 15px !important;
}

.zg-color {
    cursor: pointer;
}

.zg-social {
    background-color: white;
    padding: 20px 8px 6px 8px;
    cursor: pointer;
    margin-right: 3px;
    border-radius: 10px;
}

.zg-mb15 {
    margin-bottom: 15px !important;
}

.zg-mt15 {
    margin-top: 15px !important;
}

.zg-process {
    background-color: rgba(255,255,255,0.3);
    border-radius: 50%;
    padding: 0px 10px;
    margin-right: 10px;
}

.zg-circle {
    background-color: white;
    border-radius: 50%;
    padding: 2px 7px;
    color: #0060df;
}

.zg-active {
    background-color: white;
}

.zg-button {
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: inherit;
    background-color: white;
    border: none;
    width: 100%;
    color: #0060df;
    border-radius: 10px;
    padding: 8px 0px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    margin-bottom: 15px;
    cursor: pointer;
}

input[type=radio] {
    display: none;
}

.zg-label {
    display: inline-block;
    font-weight: 600;
    letter-spacing: inherit;
    background-color: white;
    border: none;
    width: 100%;
    color: #0060df;
    border-radius: 10px;
    padding: 10px 0px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
    margin-bottom: 15px;
    cursor: pointer;
}

input[type=radio]:checked + .zg-label {
    color: #ffffff;
    background-color: #003d8e;
}

.canvas-placement{
width: 90px;
height:90px;
background-color: powderblue;
}
