.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.preview-box {
    border: none;
    top: 0;
    position: absolute;
    height: 100%;
}
.preview-box.mobile {
    border: 1px solid #eee;
    max-width: 425px;
    margin: 10px auto 0 auto;
    border-radius: 8px;
    position: initial;
}
.preview-box.mobile [id^="gb-widget-"] {
    margin-right: 15px!important;
}
.preview-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.preview-img {
    width:100%;
}
.viewport-group {
    position: fixed;
    top: 19px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 16000165 !important;
    max-width: 480px;
    margin: auto;
    background: #fafafa;
    box-shadow: 2px 1px 4px 1px rgb(0 0 0 / 38%);
    border-radius: 5px;
    padding: 9px 5px 14px;
}
.viewport-group p {
    font-weight: bold;
    margin-bottom: 4px;
}
.viewport-group label {
    position: relative;
    top: -2px;
}
.viewport-btn {
    float: none !important;
    color: #000;
    width: 100px;
    margin-top: 3px;
}
.viewport-btn:disabled {
    background-color: #227db9;
    border-color: #227db9;
    color: #fff;
    opacity: 1;
}
.viewport-btn:hover {
    background-color: #227DB9;
    border-color: #227DB9;
    color: #fff;
}
.is-pro-checkbox + label {
    font-weight: 200;
}
.is-pro-message {
    display:none;
    font-weight: 200;
}