
@font-face {
    font-family: "FontAwesome";
    src: url("https://www.pubnub.com/docs/console/static/fonts/fontawesome-webfont.eot");
    src: url("https://www.pubnub.com/docs/console/static/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("https://www.pubnub.com/docs/console/static/fonts/fontawesome-webfont.woff") format("woff"), url("https://www.pubnub.com/docs/console/static/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://www.pubnub.com/docs/console/static/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

:root {
    --primary: rgb(62, 123, 250);
    --regular: rgba(85, 87, 112, 1);
    --shadow: 0 16px 24px rgba(96, 97, 112, 0.16), 0 2px 8px rgba(40, 41, 61, 0.04);
    --dark: rgba(28, 28, 40, 1);
    --dark6: rgba(28, 28, 40, 0.6);
    --light: rgba(228, 228, 235, 1);
    --light8: rgba(228, 228, 235, 0.8);
    --light6: rgba(228, 228, 235, 0.6);
    --red: #ff3b3b;
    --red8: rgba(230, 53, 53, 0.8);
    --blue: rgba(0, 79, 196, 1);
}

body {
    margin: 0
}

*, *:before, *:after {
    box-sizing: border-box
}

body {
    line-height: 1.8;
    font-weight: normal;
    padding-top: 121px;
    transition: padding-top 0.5s
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input, select[multiple], textarea {
    background-image: none;
    color: var(--regular);
}

a {
    text-decoration: none
}

a:hover, a:focus {
    outline: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

#docs-panel input[type="search"] {
    font: 400 14px Arial;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
        float: left
    }
    .col-sm-1 { width: 8.33333% } .col-sm-2 { width: 16.66667% } .col-sm-3 { width: 25% } .col-sm-4 { width: 33.33333% } .col-sm-5 { width: 41.66667% } .col-sm-6 { width: 50% } .col-sm-7 { width: 58.33333% } .col-sm-8 { width: 66.66667% } .col-sm-9 { width: 75% } .col-sm-10 { width: 83.33333% } .col-sm-11 { width: 91.66667% } .col-sm-12 { width: 100% }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5)
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right
}

@media (max-width: 768px) {
    .pull-right {
        float: none
    }
}

.pull-left {
    float: left
}

.center {
    margin-right: auto;
    margin-left: auto;
    display: block
}

.clear {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.gray {
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2)
}

/**css **/

html {
    scroll-behavior: smooth;
}

body {
    color: var(--regular);
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    overflow: visible !important;
    padding-top: 60px;
}

article {
    margin: 0;
    box-shadow: none;
}

.btn {
    padding: 7px 20px !important;
    font-weight: normal !important;
}

#dev-console-ssl-button {
    padding-top: 8px!important;
    padding-left: 21px!important;
}

.btn-primary, .btn-secondary {
    color: #fff!important;
    background-color: #d0202a;
    border: none;
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}

.btn-primary {
    background: #005067
}

.btn-primary:hover, .btn-primary:focus {
    background: #047595
}

.btn-secondary {
    background: #19a2c6
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #4fd1f3
}

h1, .content h2, .content h3, #toctitle, .sidebarblock>.content>.title, .content h4, .content h5, .content h6 {
    font-weight: normal;
    font-style: normal;
    color: var(--regular);
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    line-height: 1.25em!important;
    font-family: "Nunito Sans", "Helvetica Neue Light", sans-serif;
    clear: both;
}

h5.inpage-link, article .content h5 {
    font-family: "Nunito Sans"!important;
    font-size: 20px !important;
    margin-bottom: 16px;
    margin-top: 1.5em;
    color: #585858;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 20px;
}

a {
    transition: none;
}

@media(max-width:768px) {
    .btn {
        width: inherit;
    }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
        padding-top: 0;
        padding-bottom: 0;
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: 0.3em
}

.fa.pull-right {
    margin-left: 0.3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.no-scroll-y {
    overflow-y: hidden!important
}

p {
    font-size: 16px;
    font-weight: normal;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    line-height: 26px;
    margin-bottom: 1.1em;
}

li p:only-child {
    margin: 0;
}

code {
    color: inherit;
    background-color: rgba(62, 123, 250, 0.06);
    border-radius: 5px;
    padding: 3px 5px;
}

ol, ul {
    margin-bottom: 1em;
    margin-top: 1em;
}

article .content h1 {
    font-size: 28px !important;
    margin-top: 1.5em;
    margin-bottom: 18px;
    font-family: "Nunito Sans"!important;
    color: var(--regular);
}

body.debug-console #dev_console_link {
    color: #fff !important;
    font-size: 18px !important;
}

.multi-view{
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
    margin: 0 0 1.15em 0;
}

body.debug-console article .content h1 {
    border: 0;
    padding: 0;
    margin:0;
    font-size: 32px !important;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif !important;
}

a.console-new {
  width: 273px;
  height: 36px;
  border: 2px solid #d02129;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #d02129;
  font-size: 14px;
}

a.console-new:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(https://www.pubnub.com/docs/console/static/img/modern-view.svg) no-repeat center;
  margin-right: 8px;
}

a.console-new:hover {
  background: rgb(235, 235, 240);
}

.node>.content, #comments, .page-contact #content-wrapper {
  padding: 20px 15px;
}

.title-heading, h2.title-heading, h3.title-heading, h4.title-heading, h2 a.title-heading, h3 a.title-heading, h4 a.title-heading {
  color: inherit;
  font-family: "Nunito Sans";
}

@media(max-width:1099px) {
  a.console-new {
    margin-left: calc(100% - 273px);
    margin-top: 20px;
  }
}

@media(max-width:1023px) {
  #content-wrapper h1.page-title {
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 0;
    margin-top: 45px;
  }
  .node>.content, #comments, .page-contact #content-wrapper {
    padding: 20px;
  }
}

@media(max-width:767px) {
  #content-wrapper h1.page-title {
    padding: 35px 0 0;
  }
}

@media(max-width:479px) {
  h1.page-title {
    display: flex;
    flex-wrap: wrap;
  }
  a.console-new {
    margin-left: calc(50% - 136px);
  }
}

.region.region-content a#dev_console_link[target="_blank"]:after {
  display: none;
}

.region.region-content .copy-to-clipboard a[target="_blank"]:after {
    display: none;
}

.fa:before {
    cursor: pointer
}

.col-sm-6 .dev-console-input-box label.dev-console-input-title[for=auth-enable] {
    top: 10px
}

#dev-console-send-button {
    position: absolute;
    top: 15px;
    right: 15px
}

input[type=text]:disabled {
    background-color: #efeffa
}

.dev-console-status-area {
    position: relative;
    height: 41px;
    background: #e22;
    border-radius: 5px
}

.dev-console-status-area-title {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: rgba(255, 255, 255, .7)
}

.dev-console-status-text {
    font-size: 20px;
    line-height: 56px;
    height: 44px;
    text-align: left;
    margin-left: 9px;
    color: #fff
}

.dev-console-input-box {
    position: relative;
    height: 52px
}

.dev-console-input-title, .dev-console-textarea-title {
    cursor: default;
    position: absolute;
    top: 4px;
    left: 11px;
    font-weight: 700;
    font-size: 13px;
    line-height: 10px;
    color: rgba(0, 0, 0, .3);
    z-index: 1
}

.dev-console-message-output, .dev-console-presence-output {
    position: relative;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 380px;
    color: #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: inset 0 8px 20px 2px rgba(255, 255, 255, .2)
}

.dev-console-presence-output {
    height: 320px;
    margin-bottom: 20px
}

.dev-console-message-output {
    height: 600px;
    margin-bottom: 0
}

#dev-console-presence-output div {
    padding-bottom: 10px
}

#dev-console-message-output .message div, #dev-console-presence-output .message div {
    display: inline
}

#dev-console-message-output .message {
    padding-bottom: 10px
}

#dev-console-message-output, #dev-console-presence-output {
    height: 380px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 16px 10px 10px;
    font-family: Monaco, mono;
    font-size: 10px;
    line-height: 11px;
    word-wrap: break-word;
    word-break: break-all
}

#dev-console-presence-output {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    height: 150px
}

#dev-console-history-output, #dev-console-message-output, #dev-console-presence-output {
    height: 100%;
    padding-top: 50px!important
}

.dev-console-meta-area, .dev-console-send-area {
    position: relative;
    margin-bottom: 20px;
    height: 150px
}

#dev-console-message, #dev-console-meta {
    margin: 0;
    height: 150px;
    padding: 50px 5.5% 20px;
    font-family: Monaco, mono;
    font-size: 14px;
    resize: none;
    color: inherit;
}

.dev-console-output-sep {
    float: left;
    width: 20px
}

.dev-console-output {
    position: relative
}

.dev-console-output-pos {
    position: absolute;
    top: 0;
    right: 10px;
    width: 558px
}

#dev-console-ssl-button div.off, #dev-console-ssl-button div.on {
    display: inline-block;
    border: 0;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px
}

.ralign {
    text-align: right
}

#dev-console {
    position: relative
}

#dev-console-clear-button, #dev-console-send-button, #here-now-button, #history-tool-button {
    opacity: .4
}

#dev-console-clear-button:hover, #dev-console-send-button:hover, #here-now-button:hover, #history-tool-button:hover {
    opacity: 1
}

#dev-console-clear-button, #here-now-button, #history-tool-button {
    position: absolute;
    right: 20px;
    top: 15px
}

#dev-console-history {
    position: absolute;
    left: 0;
    height: 100%
}

#dev-console-history-output div {
    padding-bottom: 10px
}

#dev-console-history-output {
    overflow: scroll;
    overflow-x: hidden;
    padding: 16px 10px 10px;
    font-family: Monaco, mono;
    font-size: 10px;
    line-height: 11px;
    height: 100%;
    word-wrap: break-word;
    word-break: break-all
}

#dev-console-history-tool {
    position: relative;
    height: 600px
}

.dev-console-input {
    padding: 0;
    text-indent: 10px;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 99.8%;
    height: 40px;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: inset 1px 2px 20px 2px rgba(0, 0, 0, .2);
    font-size: 11px;
    border-radius: 8px;
    padding-top: 3px;
    padding-right: 10px
}

.dev-console-input:active, .dev-console-input:focus {
    border: 1px solid rgba(100, 0, 0, .1);
    box-shadow: inset 1px 2px 20px 2px rgba(200, 0, 0, .2)
}

setion .btn {
    display: inline-block!important;
    width: auto!important
}

input:not(#docs-search)::-webkit-input-placeholder {
    text-align: right
}

input:-moz-placeholder {
    text-align: right
}

input::-moz-placeholder {
    text-align: right
}

input:-ms-input-placeholder {
    text-align: right
}

.message_ts {
    padding-bottom: 0!important;
    color: #fff
}

section .btn {
    padding: 10px 27px
}

h1.h-page {
    font-size: 48px!important;
    font-family: "Nunito Sans"!important;
    line-height: 1.1!important;
    margin: 0 0 15px
}

h5 {
    margin-top: 1px;
    font-size: 16px;
    margin-bottom: 12px
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Nunito Sans";
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.52857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 41px
}

.navbar-fixed-top .bottomBar .btn-get-started-nav {
    height: inherit
}

.btn-primary, .btn-secondary, .btn-tertiary {
    background-color: #d0202a!important;
    font-size: 14px;
    font-family: "Nunito Sans";
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 1.52857;
    text-align: center;
    vertical-align: middle;
    padding: 10px 27px!important;
    text-transform: uppercase
}

.btn-primary:hover {
    background: #950c1c!important
}

.btn-info, .btn-info:focus {
    color: #fff!important;
    background-color: #5bc0de
}

#dev_console_link {
    color: #fff;
    background-color: #ce1126;
    padding: 10px 27px 0!important;
    line-height: 41px
}

#dev_console_link:hover {
    background: #950c1c
}

.fa {
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 25px;
    vertical-align: top
}

.fa-chain:before, .fa-link:before {
    content: "";
    font-size: 24px!important
}

.fa.fa-lock {
    padding-left: 3.9px;
    margin-left: -.1px
}

.fa-lock:before {
    content: "";
    font-size: 14px!important
}

#dev-console-pam-button, #dev-console-ssl-button, #dev-console-subscribe-button, #dev-console-unsubscribe-button {
    margin-top: .5px
}

#dev-console-expand-button {
    line-height: 14px;
    height: 43px;
    width: 43.72px;
    margin-top: -.5px;
    padding: 14px 15px 13px!important
}

.btn-info {
    width: 89.73px
}

.fa-expand:before {
    content: "";
    font-size: 16px!important;
    line-height: 16px
}

.fa-compress:before {
    content: "";
    font-size: 16px!important;
    line-height: 16px
}

.navbar-fixed-top {
    z-index: 1000
}

.scrolled #right-section {
    padding-top: 0!important
}

#main-content,
.block {
    padding: 0
}

.node>.content {
    padding: 20px 0 0
}

body #content-wrapper {
    margin-bottom: 0
}

#dev-console-pam-button.btn-info, .well .dev-console-message-output i, .well .dev-console-meta-area i, .well .dev-console-presence-output i, .well .dev-console-send-area i {
    line-height: 1;
    width: 70px;
    height: 36px;
    font-size: 15px
}

#dev-console-pam-button.btn-info {
    width: 80.34px;
    height: 41px;
    line-height: 25px;
    font-size: 14px
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
    font-size: 15px!important
}

.fa-ban:before {
    content: "";
    font-size: 15px!important
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "";
    font-size: 15px!important
}

#dev-console-ssl-button {
    line-height: 25px
}

#beta-console .close.pull-right .btn.btn-danger {
    border: none
}

#beta-console .btn {
    padding: 10px 30px!important;
    min-width: 140px
}

#beta-console .btn.btn-success {
    font-weight: 700!important
}

#beta-console h3 {
    color: var(--regular);
    font-family: "Nunito Sans", "Helvetica Neue Light", sans-serif!important;
    line-height: 1.3!important;
    font-weight: 400!important;
    margin-bottom: 15px;
    font-size: 19px!important;
    text-transform: uppercase;
    margin-top: 0
}

.padding-top-double {
    padding-top: 79px;
    padding-bottom: 0;
    box-shadow: none;
}

strong {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400
}

input[disabled]::-ms-input-placeholder, input[disabled]::-webkit-placeholder, input[disabled]::placeholder {
    color: red!important
}

#params-div>.col-sm-6 input[type=checkbox] {
    margin: 4px 0 3px;
    vertical-align: middle
}

#pam-tab .col-sm-6:nth-child(3) .dev-console-input-box:nth-child(2), #pam-tab .col-sm-6:nth-child(3) .dev-console-input-box:nth-child(3) {
    box-shadow: inset 1px 2px 20px 2px rgba(0, 0, 0, .2);
    border-radius: 8px;
    height: 41px!important;
    margin-bottom: 10px
}

#pam-tab .col-sm-6:nth-child(3) .dev-console-input-box:nth-child(2) .dev-console-input-title, #pam-tab .col-sm-6:nth-child(3) .dev-console-input-box:nth-child(3) .dev-console-input-title {
    top: 15px
}

input#pam-read-check, input#pam-write-check {
    height: initial;
    width: initial;
    margin-left: 65px;
    margin-top: 15px;
    background: 0 0!important;
    box-shadow: none
}

#dev-console-audit-button, #dev-console-grant-button, #dev-console-revoke-button {
    margin-bottom: 25px
}

input#auth-key, input#cipher-key {
    text-align: right
}

#user-dropdown {
    margin-top: 4px;
    position: relative
}

#user-dropdown a .fa-user {
    margin: -1px 0 0!important
}

#status, .mobile-nav #expanded-menu nav #menu-wrap-primary-mobile>.container .btn-login {
    height: inherit;
    height: initial
}

#dev-console-status-text {
    height: inherit;
    height: initial;
    line-height: 19px;
    padding-top: 19px;
    padding-bottom: 5px
}

#channel {
    width: calc(100% - 135px)
}

#with-presence {
    font-weight: 100;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: calc(100% - 130px)
}

#params-div>.col-sm-6 #presence-enable[type=checkbox] {
    margin-right: 5px;
    margin-top: 0
}

@media (max-width:1199px) {
    #dev-console-pam-button, #dev-console-ssl-button, #dev-console-subscribe-button, #dev-console-unsubscribe-button, .btn-primary, .btn-secondary, .btn-tertiary {
        margin-bottom: 5px
    }
}

@media (max-width:1019px) {
    #right-section {
        padding-top: 0;
        margin-top: -20px
    }
}

@media (max-width:991px) {
    #right-section {
        margin-top: -30px
    }
    .padding-top-double {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .padding-top-double {
        padding-top: 20px
    }
    #dev-console-history-tool,
    .dev-console-message-output {
        height: 200px
    }
    #dev-console-audit-button, #dev-console-grant-button, #dev-console-revoke-button {
        margin-bottom: 5px
    }
}

@media (max-width:767px) and (orientation:portrait) {
    #beta-console h3 {
        font-size: 16px!important
    }
}

@media (max-width:479px) and (orientation:portrait) {
    #beta-console a, #dev-console-audit-button, #dev-console-grant-button, #dev-console-revoke-button {
        width: 100%
    }
}

@media (max-width:479px) {
    h1.h-page {
        font-size: 35px!important
    }
    #beta-console .pull-right {
        float: none!important;
        display: block;
        margin: 0 auto 10px;
        text-align: center
    }
    #dev-console .col-sm-6 {
        padding-left: 0;
        padding-right: 0
    }
    #channels {
        height: 104px
    }
    #channel {
        width: 100%
    }
    label#with-presence {
        top: 60px;
        left: 0
    }
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

#origin-box>span {
    font-family: "Nunito Sans";
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 13px;
    color: var(--primary);
    animation: opac 1s 2s 5 ease
}

@keyframes opac {
    80% {
        opacity: 1
    }
    100%, 90% {
        opacity: 0
    }
}

#docs-panel:before {
    content: "";
    width: 100%;
    max-width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
}

#docs-panel .container {
    border-bottom-color: transparent!important;
    line-height:18px;
}

#docs-panel #header-links {
    line-height: 19px;
}

#header-links a.sign-up {
    line-height: 18px;
}

a.logo {
    line-height: 24px;
}

#docs-panel a.docs-logo{
    transform: scaleY(0.88)!important;
    line-height: 24px;
}

.well a:hover {
    text-decoration: none!important
}
