/* Rules for sizing the icon. */
.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

/* slongate */

.slongate-header-icon {
    background-repeat: no-repeat;
    background-position: left 56px center;
    background-image: url('images/slongate-header-48.png');
}

.slongate-greeting-section {
    position: relative;
    height: auto;
    width: auto;
    background-color: white;
    /*background: url(images/slongate-greeting-section.jpg) center 30% no-repeat;*/
    background-size: cover;
    padding-bottom: 40px;
}

.slongate-blank-section {
    position: relative;
    height: 400px;
    width: auto;
    background-color: #f3f3f3;
    background-size: cover;
}

.logo-font {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    color: #616161;
    font-weight: bold;
}

.slongate-slogan {
    font-size: 32px;
    padding-top: 74px;
    text-transform: uppercase;
}

.slongate-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}

.slongate-release-date {
    font-size: 21px;
    padding-top: 112px;
}

.demo-card-square.mdl-card {
    width: 100%;
    height: 320px;
}

.demo-card-square>.mdl-card__title {
    color: #fff;
    background-color: navy;
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.mdl-demo .mdl-layout__header-row {
    padding-left: 74px;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
    font-size: inherit;
}

.mdl-demo .mdl-card {
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mdl-demo .mdl-card>* {
    height: auto;
}

.mdl-demo .mdl-card .mdl-card__supporting-text {
    margin: 25px;
    margin-bottom: 5px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    /*width: calc(100% - 80px);*/
}

.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.mdl-demo .mdl-card__actions {
    margin: 0;
    padding: 4px 40px;
    color: inherit;
}

.mdl-demo .mdl-card__actions a {
    color: #00BCD4;
    margin: 0;
}

.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
    color: inherit;
    background-color: transparent;
}

.mdl-demo .mdl-card__supporting-text+.mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}

.mdl-demo .mdl-card .mdl-card__supporting-text>h3:first-child {
    margin-bottom: 24px;
}

.mdl-button--colored.slongate-button-try {
    margin-top: 60px;
    height: 46px;
    width: 306px;
    background-color: limegreen;
}

.mdl-button--colored.slongate-button-try:hover,
.mdl-button--colored.slongate-button-try:active,
.mdl-button--colored.slongate-button-try:focus {
    background-color: forestgreen;
}


.mdl-button--colored.slongate-button-send {
    margin-top: 16px;
    margin-bottom: 16px;
    height: 46px;
    width: 306px;
}

.slongate-button-send-send {
    width: 250px;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 46px;
    background-color: #3B9702;
    color: white;
}

.slongate-button-send-send:hover {
    background-color: #3B9702;
}


.mdl-card.sg-card-for-whom {
    height: 384px;
}

.mdl-card__title-text.sg-title-text-for-whom {
    margin: auto;
}

.mdl-card__title.sg-title-for-whom {
    height: auto;
    min-height: 90px;
}

.slongate-section-0 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #616161;
}

.slongate-section-1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #888888;
    color: white;
    padding-left: 50px;
    padding-right: 50px;

}

.slongate-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
}


.sg-section-caption {
    width: auto;
    text-align: center;
}

.sg-section-caption-text {
    font-weight: bold;
    font-size: 27px;
    margin-top: 20px;
    margin-bottom: 27px;
}

.sg-send {
    border-radius: 40px;
    background-color: #efefef;
    padding: 40px;
    padding-bottom: 20px;
}

.sg-white-label {
    height: 256px;
    width: 256px;
    padding: 20px;
    margin: auto;
}

.sg-card-widget {
    width: 244px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mdl-card__title.sg-offer {
    background-color: #c7c6c6;
}

.sg-header {
    height: 64px;
}

p.sg-ccc {
    font-size: 14px;


}

.sg-gjkdfg456 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.sg-sfg35sdfg {
    max-width: 400px;
    margin: auto;
}


.sg-aSsfgsdg2 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 12px;
    margin-bottom: 31px;
    color: black;
}


.sg-sfgkLJlkjk {
    font-size: 18px;
    text-align: left;
    color: black;
}

.sg-KJGHKgkhjg {
    font-size: 18px;
    font-weight: normal;
    color: black;
}

.sg-jgjhGJGjg {
    font-size: 18px;
    font-weight: normal;
    color: #f50000;
    background-color: antiquewhite;
    border-radius: 12px;
}

.sb-whatsapp-text {
    color: #32cd32 !important;
    font-weight: bold !important;
}

.sb-navigation-whatsapp,
.sb-footer-whatsapp,
.sb-contacts-whatsapp {
    text-decoration: none;
}

.sb-navigation-whatsapp img,
.sb-footer-whatsapp img,
.sb-contacts-whatsapp img {
    width: 40px;
    height: 40px;
}

.sb-navigation-whatsapp img {
    margin-right: 10px;
}

.mdl-layout__header-row .sb-documentation-button {
    color: #3B9702;
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.mdl-layout__header-row .sb-documentation-list a {
    text-decoration: none;
}

.mdl-layout__header-row .sb-documentation-list li {
    color: rgb(97, 97, 97);
    font-weight: bold;
}

.mdl-mega-footer__link-list {
    position: relative;
    z-index: 2;
}

.mdl-mega-footer .sb-email-support * {
    text-decoration: none;
}

.sb-libraries-section {
    width: 100%;
    text-align: center;
    background-color: white;
    padding-bottom: 60px;
}

.sb-libraries-section .sb-caption {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 56px;
}

.sb-libraries-section .sb-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.sb-libraries-section .sb-logos a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
}

.sb-libraries-section .sb-logos img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}

.sb-libraries-section .sb-logos img.sb-1c-logo {
    height: 60px;
    width: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* green-api */

.examples .click-to-expand-wrapper.is-expandable:before {
    display: none;
}

.click-to-expand-wrapper.is-snippet-wrapper.is-expandable:after {
    display: none;
}

.click-to-expand-wrapper.is-snippet-wrapper {
    max-height: none;
}

button.btn.btn-sm.pull-right.copy-snippet {
    display: none;
}

footer.mdl-mega-footer.sg-header.green-api {
    position: relative;
    z-index: 10;
}

.no-gutter.sidebar {
    top: 0;
    overflow-x: hidden;
}

.sb-logo.green-api h3 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.sb-id-instance,
.sb-api-token-instance,
.sb-id-message {
    color: #ef5b25;
}

.container.examples-inner {
    display: none;
}

.mdl-mega-footer__link-list.green-api:hover a {
    text-decoration: none;
    color: rgb(158, 158, 158);
}

.sb-green-api-page .mdl-mega-footer .sb-email-support:hover {
    text-decoration: none;
    color: #9e9e9e;
}

.sb-green-api-page .request-body pre {
    max-height: none;
}

/* quick-start */

.sb-quick-start .sb-section {
    padding-bottom: 40px;
    text-align: center;
}

.sb-quick-start .sb-header {
    padding-top: 40px;
}

.sb-quick-start .sb-section.sb-header .sb-content {
    font-size: 32px;
}

.sb-quick-start .sb-section img {
    max-width: 60%;
    border: solid #616161 1px;
}

.sb-quick-start .sb-section .sb-content {
    max-width: 600px;
    display: inline-block;
    text-align: left;
}

.sb-quick-start .sb-section .sb-content,
.sb-quick-start .sb-section .sb-content * {
    color: #616161;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    font-size: 16px;
}

.sb-quick-start .sb-api-link {
    word-wrap: break-word;
    text-decoration: underline;
}

/* 1c */

.sb-page-1c .sb-main-section {
    padding-top: 40px;
    min-height: 80%;
    background-color: white;
}

.sb-page-1c .sb-main-section .sb-description-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
}

.sb-page-1c .sb-main-section .sb-description-block .sb-picture {
    height: 350px;
    width: 350px;
}

.sb-page-1c .sb-main-section .sb-description-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sb-page-1c .sb-main-section .sb-description-block .sb-1c-button {
    width: 250px;
    height: 46px;
    background-color: rgb(244, 238, 88);
    color: black;
}

.sb-page-1c .sb-main-section .sb-description-block .sb-1c-button:hover {
    background-color: rgb(240, 212, 88);
}

.sb-page-1c .sb-main-section .sb-description-block .sb-github-button {
    margin-left: 10px;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.sb-page-1c .sb-main-section .sb-description-block .sb-github-button:hover {
    background-color: rgb(187, 187, 187);
}

.sb-page-1c .sb-main-section .sb-description-block .sb-github-button img {
    width: 40px;
    height: 40px;
}

.sb-page-1c .sb-main-section .sb-description-block .sb-description {
    max-width: 400px;
    padding-top: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sb-page-1c .sb-main-section .sb-description-block .sb-description .sb-caption {
    font-size: 16px;
    padding-bottom: 20px;
}

.sb-page-1c .sb-bottom-caption {
    padding: 40px 0 40px 40px;
    font-size: 16px;
}

.sb-page-1c .sb-bottom-caption ul,
.sb-page-1c .sb-bottom-caption ol {
    padding-left: 15px;
    margin: 0;
}

.sb-page-1c .sb-bottom-caption .sb-title {
    padding-bottom: 20px;
}

.sb-page-1c .sb-bottom-caption .sb-requirements {
    padding-bottom: 30px;
}

/* desktop */

@media only screen and (min-width: 991px) {

    /* green-api */

    .col-xs-12.info.no-gutter {
        width: calc(100% - 280px);
    }

    .no-gutter.sidebar {
        width: 280px;
    }
}

/* iPhone */

@media only screen and (max-width: 668px) {
    .sb-quick-start .sb-section .sb-content {
        max-width: 95%;
    }

    .sb-libraries-section .sb-logos {
        flex-direction: column;
    }

    .sb-libraries-section .sb-logos a {
        padding-bottom: 40px;
    }

    /* 1c */

    .sb-page-1c .sb-main-section {
        height: initial;
        padding: 30px 15px 50px 15px;
    }

    .sb-page-1c .sb-main-section .sb-description-block {
        display: flex;
        flex-direction: column;
        justify-items: center;
        margin: 0;
    }

    .sb-page-1c .sb-main-section .sb-description-block .sb-description {
        padding: 20px 0 0 0;
    }

    .sb-page-1c .sb-main-section .sb-description-block .sb-picture {
        height: 300px;
        width: 300px;
    }

    .sb-page-1c .sb-main-section .sb-description-block .sb-description .sb-caption {
        padding-bottom: 30px;
    }

    .sb-page-1c .sb-bottom-caption {
        padding: 40px 0 0 0;
        font-size: 16px;
    }

}

.footer-payment_line {
    text-align: right;
}

.footer-payment_line span {
    display: inline-block;
    margin: 10px 15px;
}

.footer-payment_line span:last-child {
    padding-right: 60px;
}

.footer-payment_line span img {
    max-height: 48px;
}

.sb-contacts-whatsapp {
    display: inline-block;
    margin-left: 16px;
    line-height: 36px;
    vertical-align: middle;
}

#hde-contact-open-btn {
    animation: none !important;
    box-shadow: none !important;
    background: #3B9702; !important;
}

.md-header {
    display: flex;
}

.md-header__inner {
    width: 100%;
    margin: auto;
}

#hde-contact-container #hde-contact-container-size #hde-contact-open-btn svg {
  display: none !important;
}
#hde-contact-container #hde-contact-container-size #hde-contact-open-btn {
  background-image: url('../assets/hde-logo.png') !important;
  background-size: cover !important;
}
