* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

body, html {
    font-family: 'Ubuntu', Helvetica, sans-serif;
    height: 100%;
    background: #fff;
    color: #2e3243;
}

a {
    color: #0085BA;
}

a:focus {
    text-decoration: none;
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none;
}

iframe {
    max-width: 100%;
}

b, strong {
    font-weight: bold;
}

.btn {
    border-radius: 20px;
}

.desk-message {
    word-break: break-word;
}

.adm-actions select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.small select.form-control:not([size]):not([multiple]) {
    height: 30px;
}

.small .form-control option, .small .form-check option {
    font-size: 120%;
}

select.form-control,
select.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBVcGxvYWRlZCB0bzogU1ZHIFJlcG8sIHd3dy5zdmdyZXBvLmNvbSwgR2VuZXJhdG9yOiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4NCjxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSI4MDBweCIgd2lkdGg9IjgwMHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiANCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggaWQ9IlhNTElEXzIyNV8iIGQ9Ik0zMjUuNjA3LDc5LjM5M2MtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWwtMTM5LjM5LDEzOS4zOTNMMjUuNjA3LDc5LjM5Mw0KCWMtNS44NTctNS44NTctMTUuMzU1LTUuODU4LTIxLjIxMywwLjAwMWMtNS44NTgsNS44NTgtNS44NTgsMTUuMzU1LDAsMjEuMjEzbDE1MC4wMDQsMTUwYzIuODEzLDIuODEzLDYuNjI4LDQuMzkzLDEwLjYwNiw0LjM5Mw0KCXM3Ljc5NC0xLjU4MSwxMC42MDYtNC4zOTRsMTQ5Ljk5Ni0xNTBDMzMxLjQ2NSw5NC43NDksMzMxLjQ2NSw4NS4yNTEsMzI1LjYwNyw3OS4zOTN6Ii8+DQo8L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 16px center;
    padding-right: 30px;
}

.changelog {
    max-height: 400px;
    overflow-y: scroll;
    background: #F6F7FB;
    padding: 20px;
    font-size: 13px;
    border-radius: 20px;
}

.pagination {
    justify-content: center;
    display: inline-block;
}

.pagination li {
    display: inline-block;
    margin-bottom: 4px;
}


.form-check-input {
    margin-top: 0;
    position: relative;
    vertical-align: middle;
}

.strong {
    font-weight: bold;
}



.card {
    margin-bottom: 15px;
}

.card-body {
    padding: .75rem 1.25rem;
}


.particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fa-stack-05x {
    font-size: 70%;
}

.fa-inline {
    width: 1.6em;
    line-height: 1.6em;
    height: 1.6em;
}

.extensions-list .small {
    height: 55px;
    overflow: hidden;
}

.extensions-list .extension-icon {
    background: #25282D;
    border-radius: 50%;
}

.navbar-inverse .navbar-nav .nav-link:visited, .navbar-inverse .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,.7);
}

.featurette-heading {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #2e3243;
}

.space {
    margin-top: 20px;
}


.top-actions {
    margin-bottom: 10px;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    box-shadow: none;
}

.form-bg {
    background: #F6F7FB;
    padding: 20px;
    margin: 10px 0;
    border-radius: 20px;
}




code {
    background: #fff;
    word-break: break-all;
}

.text-primary {
    color: #0085BA !important;
}


.navbar-inverse .navbar-toggler:hover {
    cursor: pointer;
}

table {
    background: #F6F7FB;
}

.business-hours {
    background: #fff;
}

.business-hours td {
    padding: 5px;
}

.business-hours tr {
    border-bottom: 1px solid #eee;
}
.business-hours tr:last-child {
    border: none;
}


button:focus {
    outline: none;
}


.text-center th {
    text-align: center;
}

body {
    min-height: 100%;
}

.h1, h1 {
    margin-bottom: 20px;
    font-size: 2rem;
}

.h2, h2 {
    font-size: 1.6rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #2e3243;
}

h1 {
    text-align: left;
}

h2, h3, h4, h5 {
    text-align: center;
}

.text-right h5 {
    text-align: right;
}

.table {
    font-size: 12px;
}

.table-docs {
    background: none;
    width: 100%;
    margin-bottom: 10px;
}

.table-docs td {
    border: 1px solid #eceeef;
    padding: 5px;
}

.login-panel {
    background: #000;
    padding-right: 50px;
}

.login-panel .nav-item > a:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    vertical-align: top;
    content: "|";
    color: #fff;
}

.login-panel .nav-item:first-child > a:before {
    display: none;
}

.login-panel .nav-item > a {
    color: #fff;
    font-size: 10px;
}

ol.faq > li {
    margin-bottom: 20px;
}

ol.faq > li > ul {
    margin-left: 0;
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 20px;
    list-style-type: none;
    font-size: 13px;
}

ol.faq > li > ul > li > ul > li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.login-panel .navbar-nav {
    display: inline-block;
}

.login-panel .navbar-nav li {
    display: inline-block;
}

.btn-lg {
    min-height: 38px;
    line-height: 24px;
}

.btn-primary {
    background-color: #2e3243;
    border-color: #2e3243;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #2e3243;
    border-color: #2e3243;
}

.footer .btn-primary {
    background-color: #145388;
    border-color: #145388;
}


.logo {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo-description {
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 10px;
}

header.topbg {
    background: rgb(46,50,67);
    background: linear-gradient(90deg, rgba(46,50,67,1) 0%, rgba(25,28,36,1) 100%);
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0,0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0,0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0,0.5);
}

.indexindex .topbg {
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
}

.bf-wrapper header.topbg {
    background: #0B0B0B;
    box-shadow: none;
}

.bf-wrapper .footer {
    background: #0B0B0B;
}

.indexindex .login-panel {
    background: #000;
}

.indexindex .login-panel > div {
    z-index: 50;
}



.carousel-item > .container {
    position: relative;
}


.carousel-item .img-fluid {
    position: absolute;
    top: 220px;
    right: 0;
    max-width: 240px;
    margin-right: 140px;
    -webkit-box-shadow: rgb(255, 255, 255) 10px -10px 0px -3px, rgb(164, 195, 246) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px, rgb(201, 187, 227) 20px -20px;
    -moz-box-shadow: rgb(255, 255, 255) 10px -10px 0px -3px, rgb(164, 195, 246) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px, rgb(201, 187, 227) 20px -20px;
    box-shadow: rgb(255, 255, 255) 10px -10px 0px -3px, rgb(164, 195, 246) 10px -10px, rgb(255, 255, 255) 20px -20px 0px -3px, rgb(201, 187, 227) 20px -20px;

}

.carousel-item .img-fluid.screenshot-3 {
    top: 240px;
}

.navbar {
    background: none;
}

.carousel-wrapper {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0,0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0,0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0,0.5);
    background: rgb(46,50,67);
    background: linear-gradient(90deg, rgba(46,50,67,1) 0%, rgba(25,28,36,1) 100%);
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    margin-top: -152px;
}

.carousel-wrapper h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.carousel-item {
    height: 600px;
    background: none;
}

.carousel-caption {
    top: 200px;
    left: 2rem;
}

.marketing h4 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.marketing .fa-stack {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.marketing, .future {
    padding: 40px;
}

.marketing .col-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;

}

.page-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    table-layout: fixed;
}

.page-wrapper > .container {
    padding: 40px;
}


.footer-content {
    margin: 20px 0;
    color: #fff;
    font-size: 12px;
}

.footer-content .date {
    font-size: 10px;
    margin-bottom: 5px;
}

.footer-content a {
    color: #fff;
}

.footer-content .news-list a {
    text-decoration: underline;
}


.footer {
    background: rgb(46,50,67);
    background: linear-gradient(90deg, rgba(46,50,67,1) 0%, rgba(25,28,36,1) 100%);
    height: 200px;
    display: table-row;
    height: 1px;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-hr, .news-list li {
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255,0.1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255,0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255,0.1);
}






.news-list li {
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
}

.news-list li:last-child {
    border: none;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow:none;
}

.contact-block {
    border-right: 1px solid #000;
    -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255,0.1);
    -moz-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255,0.1);
    box-shadow: 1px 0px 0px 0px rgba(255, 255, 255,0.1);
}

.subscribe-block p, .contact-block p {
    padding: 20px 0;
}


.footer-contacts li {
    margin: 10px 0;
}

.footer-contacts {
    padding: 5px 0;
}

.footer-social a {
    font-size: 50px;
}

.footer-social {
    margin-top: 10px;
}

.copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid #000;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255,0.1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255,0.1);
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255,0.1);
}

.login-register-form {
    margin-top: 20px;
}


.license-features {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.license-features li {
    padding-left: 1em;
    text-indent: -.7em;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.license-features li.disabled,
.license-features li.disabled::before {
    color: #ddd;
}

input.disabled {
    background-color: rgb(235, 235, 228);
    border: 1px solid #A9A9A9;
}


.ext-list {
    margin-bottom: 20px;
}

.ext-list:last-child {
    margin-bottom: 0;
}

.ext-list {
    margin:  0 -30px;
}

.ext-list > div {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 100%;
}


.ext-list > div > .cover, .ext-list > div > .cover:link, .ext-list > div > .cover:visited,
.marketing > .row > .col-lg-4 > div,
.featurette .lead-block {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #2e3243;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.featurette .lead-block {
    padding: 40px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.featurette-heading {
    color: #ff5b00;
}

.featurette-heading i {
    color: #FEDDD1;
}

.marketing .fa-check {
    color: #BCE3CB;
}

.marketing .fa-pencil {
    color: #A1C3F6;
}

.marketing .fa-indent {
    color: #C9BBE3;
}

.marketing .fa-envelope {
    color: #F8E895;
}

.marketing > .row > .col-lg-4 > div {
    background: #fff;
}

.marketing-wr {
    background: #F6F7FB;
}

.future-wr {
    padding-top: 60px;
    background: #F6F7FB;
}

.future-wr .featurette {
    padding-bottom: 60px;
}

.ext-list.ext-actions > div > .cover, .ext-list.ext-actions > div > .cover:link, .ext-list.ext-actions > div > .cover:visited {
    padding: 20px;
}

.ext-list > div > .cover:hover a {
    text-decoration: none;
}

.ext-list h5 {
    border-radius: 30px;
    border-radius: 0;
    padding: 5px 5px 15px 5px;
    font-size:  17px;
    border-bottom: 1px dashed #ccc;

}

.ext-list > div > .cover:hover {
    cursor: pointer;
    text-decoration: none;
    background: #fff;
}

.ext-list.price-list > div > .cover:hover h5 {
    color: #ff5b00;
}

.license-actions a, .license-actions .btn {
    margin-bottom: 5px;
    width: 100%;
}

.dropdown-menu hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dropdown-menu {
    border-radius: 10px;
    padding: 5px;
}

.collapse hr, .collapsing hr {
    margin-top: 2px;
    margin-bottom: 2px;
}


.price, .affiliate-counter {
    font-size: 40px;
    color:  #ff5b00;
    margin-top: 15px;
    position: relative;
}


.price sup, .price sub,  .affiliate-counter sup,  .affiliate-counter sub {
    color: #ff5b00;
    font-size: 20px;
}

.price sup, .affiliate-counter sup {
    position: absolute;
    top: 0;
    margin-left: -15px;
    margin-top: 22px;
}

.affiliate-block hr {
    margin-top: 21px;
    margin-bottom: 21px;
}


.affiliate-counter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.buy-btn, a.btn-primary.buy-btn, a:hover.btn-primary.buy-btn {
    margin-top: 20px;
    color: #fff;
}

h1 .buy-btn, h1 a.btn-primary.buy-btn, h1 a:hover.btn-primary.buy-btn {
    margin-top: 0;
}

a.agreement-collapse, a.agreement-collapse:link, a.agreement-collapse:hover, a.agreement-collapse:active, a.agreement-collapse:focus {
    color: #2e3243;
    text-decoration: none;
}

a.attachment-link, a.attachment-link:hover, a.attachment-link:link, a.attachment-link:active, a.attachment-link:focus {
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
}


.btn-primary:hover {
    cursor: pointer;
    background: #25282D;
    border-color: #25282D;
}


.bd-sidenav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.bd-sidenav li {
    padding: 3px 0;
}


.bd-sidenav li.active a {
    color: #1d1e1f;
    text-decoration: none;
}

.table-action {
    width: 20px;
    text-align: center;
}

.table-name {
    width: 200px;
}


.btn-sm {
    font-size: 10px;
}

.docs-shortcodes > li {
    margin-bottom: 20px;
}


.docs-shortcodes > li > ul {
    margin-top: 10px;
}

.bd-help-sidebar a {
    color: #292b2c;
}


.lead {
    font-size: 1rem;
}

.navbar-inverse .navbar-toggler {
    margin-top: 30px;
    border-color: rgba(255, 255, 255, .5);
}

.templates {
    background: #F6F7FB;
}

.table td, .table th {
    vertical-align: middle;
}

[data-toggle="collapse"].collapse-arrow i.fa-plus:before{
    content: "\f106";
}

[data-toggle="collapse"].collapse-arrow.collapsed i.fa-plus:before{
    content: "\f107";
}

.site {
    margin-bottom: 5px;
}

.site:last-child {
    margin-bottom: 0;
}

.lead-block, .review-block {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}

.review-block {
    padding-top: 40px;
}

.lead-block.top-lead-block {
    background: none !important;
    border: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    box-shadow: none;
}


.download-item img {
    max-width: 100%;
}

a.card-link:focus {
    text-decoration: none;
}

a.licon {
    background: #0085BA;
    color: #fff;
    padding: 0px 4px;
    text-decoration: none;
}

.demo-item a, .demo-item a:visited, .demo-item a:focus, .demo-item a:link {
    text-align: center;
    background: #F6F7FB;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
}

.demo-item a:hover  {
    background: #eee;
    text-decoration: none;
}

.block-description {
    padding: 40px;
    background: #F6F7FB;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

hr.featurette-divider {
    border-color: transparent;
    margin: 1.5rem 0;
}


.extensions-wr {
    color: #2e3243;
}

.extensions-wr .extension {
    margin-bottom: 30px;
}

.extensions-wr .col-lg-4 {
    margin-bottom: 30px;
}

.extensions-wr h4 {
    color: #2e3243;
}

.featurette-heading {
    margin-top: 20px;
    margin-bottom: 40px;
}

.featurette-top-lead-image {
    margin-top: 60px;
    text-decoration: none;
    color: #2e3243;
    border: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.marketing h5 {
    margin-bottom: 30px;
}


.extensions-wr .featurette-heading {
    color: #ff5b00;
    margin-bottom: 80px;
    margin-top: 80px;
}

.extension-icon {
    margin-bottom: 20px;
    background: #2e3243;
    border-radius: 50%;
}

.marketing-wr h4 {
    color: #2e3243;
}



.custom-file-control.selected:lang(en)::after {
    content: "" !important;
}

.custom-file {
    overflow: hidden;
}
.custom-file-control {
    white-space: nowrap;
    text-align: left;
}


.ext-block {
    background: #F6F7FB;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
}

.custom-file-input {
    width: 35rem;
    min-width: 0;
}

.table td.chk-content {
    padding: 0;
    vertical-align: top;
}


.table td.chk-content table tr:first-child td {
    border-top: 0;
}

.table td.chk-content table tr:last-child td {
    border-bottom: 0;
}

.table td.chk-content table tr td:last-child {
    border-right: 0;
}

.table td.chk-content table tr td:first-child {
    border-left: 0;
}

.table td.chk-content table tr td {
    border: 0;
}

.info-block {
    background: #F6F7FB;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    padding: 20px;
    width: 100%;
}


.w-60 {
    width: 60%;
}


.word-break-all {
    word-break: break-all;
}


.row-tbl > div > .row {
    border: 1px solid #F6F7FB;
    border-bottom: 0;
    margin: 0;
    background: #F6F7FB;
    margin-bottom: 15px;
    border-radius: 20px;
}

.row-tbl > div > .row.bg-white {
    background: #eee;
}

.row-tbl > div > .row .form-control {
    background-color: #fff;
}

.row-tbl > div > .row > div {
    padding: 20px;
}

.row-tbl > div > .row > div.word-break-all {
    padding: 20px 0;
}

.row-tbl > div > .row > div:last-child {
    border-right: 0;
}


.row-tbl > div > .row:last-child {
    border-bottom: 1px solid #F6F7FB;
}

.collapse.show.flex {
    display: flex;
}


.small .form-control, .small .form-check {
    font-size: 80%;
}

.action {
    padding: 2px;
}

h2 .action a {
    font-size: 14px;
}

h2 .action a i {
    height: 28px;
    vertical-align: bottom;
    line-height: 28px;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: 200px;
}

.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget table th {
    width: 20px;
    height: 20px;
    line-height: 20px;
}



.footer-content h5 {
    color: #fff;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-schedule {
    color: #fff;
    background-color: #563D7C;
}

.badge {
    text-transform: uppercase;
}

.block-feature {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
}

.block-feature .description {
    color: #fff;
    background: #0085BA;
}

.block-feature .icon {
    padding: 20px;
    color: #5cb85c;
}

.block-feature.disabled .description {
    background: #ddd;
}

.block-feature.disabled .icon {
    color: #ddd;
}


.fa-inline.fa-inline-sm {
    width: 1em;
    line-height: 1em;
    height: 1em;
    margin-right: 2px;
}

.tooltip {
    font-size: 11px;
}

.search-form .btn-primary {
    padding-top: 7px;
    padding-bottom: 7px;
}


.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #F6F7FB;
    border: 1px solid #e1e1e8;
    border-radius: 12px;
}

.bd-docs .highlight {
    background: #fff;
}

.bd-docs h1, .bd-docs h2, .bd-docs h3 {
    padding-top: 20px;
    text-align: left;
}

.bd-docs h5 {
    text-align: left;
    display: inline-block;
    color: #0085BA;
    padding-top: 20px;
}

.bd-docs h6 {
    margin-top: 10px;
}

.bd-docs textarea {
    width: 100%;
    color: #bd4147;
    border-color: #eee;
    vertical-align: middle;
}

.bd-docs-new textarea {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
    padding: 5px;
    background: none;
}

.bd-docs-new .img-fluid {
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 20px;
}

.bd-docs-sub {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 10px;
    font-weight: bold;
}

.bd-docs hr {
    margin: 0;
}

.bd-docs-new {
    font-size: 14px;
}

.bd-docs-new .block-description {
    font-size: 14px;
    box-shadow: none;
    font-style: italic;
    background: none;
    border: 0;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bd-docs-new .docs-shortcodes > li > ul {
    margin-top: 0;
}

.bd-docs-new > ul > li {
    margin-bottom: 20px;
    padding: 20px;
    background: #F6F7FB;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 12px;
}

.bd-docs-new > ul.docs-submenu > li  {
    margin-bottom: 0;
    padding: 0;
    background: none;
    border: none;
}

.bd-docs-new > ul.docs-submenu > li > ul,
.bd-docs-new > ul.docs-submenu > li > ul > li > ul {
    padding-left: 20px;
}



.bd-docs-new h2 {
    margin-bottom: 20px;
}

.bd-docs-new h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-top: 0;
    font-weight: bold;
}

.bd-docs-new h2 > div.small {
    font-size: 13px;
}

.bd-docs-new .docs-shortcodes {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;

}

.bd-docs-new hr {
    border-top: 1px solid #222;
    margin-top: 30px;
}

.bd-sidebar-content-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

bd-sidebar-content-wrapper-new {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bd-sidebar-content-new h5 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
}

.bd-sidebar-content-new a.active {
    font-weight: bold;
}

.bd-sidebar-content-new h5:first-child {
    margin-top: 0;
}

.bd-sidebar-content-new ul > li > ul > li > ul {
    padding-left: 20px;
}

.bd-sidebar-content-new ul > li > ul {
    padding-left: 20px;
}

.desk-message pre code {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px;
}

.highlight pre {
    margin-bottom: 0;
}


code br {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #F6F7FB;
    color: #1d1e1f;
}

.cover a:focus, .cover a:hover {
    text-decoration: none;
}

.copyright a {
    color: #fff;
}

.subscribe-block .btn-primary:hover {
    background: #2e3243;
}

.page-item.active .page-link {
    background: #25282D;
    border-color:  #25282D;
}

.privacy-agreement {
    position: fixed;
    bottom: 50px;
    text-align: center;
    display: block;
    width: 80%;
    max-width: 850px;
    padding: 20px;
    color: #eee;
    font-size: 12px;
    transform: translate(-50%, 0);
    z-index: 99999;
    left: 50%;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -moz-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    color: #2e3243;
    border-radius: 20px;
}

.privacy-agreement a {
    text-decoration: underline;
}

.privacy-agreement a.btn {
    margin-top: 0.5rem;
    text-decoration: none;
}

.bg-yellow {
    background: #ffc107;
    color: #fff;
}

.topic-badges {
    padding-top: 10px;
}

.price-actions-list {
    margin-top: -20px;
}

.price-actions-list a {
    font-size: 12px;
    width: 100%;
}

h1.priced {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
}

.form-control, .custom-file-control, .custom-file-control::before {
    border: 1px solid #ddd;
    background: #F6F7FB;
    border-radius: 20px;
}

.form-control:focus {
    border: 1px solid #ddd;
    background: #F6F7FB;
}

.form-bg .form-control, .form-bg .custom-file-control, .form-bg .custom-file-control::before {
    background: #fff;
    border: 1px solid #ddd;
}

hr {
    border-top: 1px solid #F6F7FB;
}

.no-white-space {
    white-space: inherit;
}

.banner {
    display: inline-block;
    margin-bottom: 40px;
}

.banner img {
    width: 100%;
}

.attachment-link a.ajax-delete {
    position: absolute;
    top: 0;
    margin-right: 10px;
    display: inline-block;
    background: #fff;
    right: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
}

.alert-global {
    margin-bottom: 0;
    border-radius: 0;
    text-align: center;
}

.license-additional {
    position: absolute;
    font-size: 10px;
    width: 100%;
    left: 0;
    /* top: 62px;
       color: #fff;
    */
    top: 82px;
}

.captcha-pot {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/*
.blackfriday {
    display: none !important;
}
*/

.blackfriday {
    font-size: 13px;
}

.bf-banner {
    background: #0B0B0B;
    background: radial-gradient(circle at -8.9% 51.2%,  rgb(11, 11, 11) 0%,  rgb(11, 11, 11) 24.5%,  rgb(25, 28, 36) 66%);
    padding: 20px 0;
    color: #fff;
}

.bf-banner .btn-success {
    background: #C3161C;
    width: 100%;
    padding: 20px 20px;
    font-weight: bold;
    margin-bottom: 10px;
    border-color: #000 !important;
}

.bf-banner a,
.bf-banner a:hover,
.bf-banner a:active,
.bf-banner a:visited {
    color: #ff5b00;
}

.bf-banner .red {
    color: #C3161C;
}

.btn-bf, .btn-bf:hover, .btn-bf:active, .btn-bf:link, .btn-bf:visited {
    background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-bf:hover {
    background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(91 91 91) 99.4%);
}

.status-badge {
    position: relative;
    height: 26px;
    float: left;
    margin-top: 0;
    vertical-align: bottom;
    display: inline-block;
    overflow: hidden;
}

.status-badge iframe {
    -ms-zoom: 0.83;
    -moz-transform: scale(0.83);
    -moz-transform-origin: top right;
    -o-transform: scale(0.83);
    -o-transform-origin: top right;
    -webkit-transform: scale(0.83);
    -webkit-transform-origin: top right;
    margin-top: 2px;
    width:190px;
}

.iframe-loader {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBzdHJva2U9ImJsYWNrIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSI5LjUiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIzIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2UtZGFzaGFycmF5IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjEuNXMiIGtleVNwbGluZXM9IjAuNDIsMCwwLjU4LDE7MC40MiwwLDAuNTgsMTswLjQyLDAsMC41OCwxIiBrZXlUaW1lcz0iMDswLjQ3NTswLjk1OzEiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiB2YWx1ZXM9IjAgMTUwOzQyIDE1MDs0MiAxNTA7NDIgMTUwIi8+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMS41cyIga2V5U3BsaW5lcz0iMC40MiwwLDAuNTgsMTswLjQyLDAsMC41OCwxOzAuNDIsMCwwLjU4LDEiIGtleVRpbWVzPSIwOzAuNDc1OzAuOTU7MSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMDstMTY7LTU5Oy01OSIvPjwvY2lyY2xlPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDEyIDEyOzM2MCAxMiAxMiIvPjwvZz48L3N2Zz4=') no-repeat center center;
}

.iframe-loader iframe {
    overflow: hidden;
    visibility: hidden;
    width: 100%;
    height: 500px;
}

.apply-bf-coupon-wrapper {
    width: 100%;
    border-radius: 12px;
    background-color: #000;
    color: #fff;
    padding: 12px 0px;
    background: radial-gradient(circle at -8.9% 51.2%, rgb(255, 124, 0) 0%, rgb(255, 124, 0) 15.9%, rgb(255, 163, 77) 15.9%, rgb(255, 163, 77) 24.4%, rgb(19, 30, 37) 24.5%, rgb(25, 28, 36) 66%);
}

.apply-bf-coupon-type {
    background: #fff;
    color: #222;
    width: 100%;
    display: inline-block;
}

.apply-bf-coupon-type.lifetime {
    background: #C3161C;
    color: #fff;
}

.apply-bf-title {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 12px;
    background: #fff;
    color: #000;
}



a.apply-bf-coupon-code,
a.apply-bf-coupon-code:visited,
a.apply-bf-coupon-code:focus,
a.apply-bf-coupon-code:link
{
    display: inline-block;
    color: #fff;
    border: 1px dashed #fff;
    padding: 2px 5px;
    white-space: normal;
    text-decoration: none;
    width: 20%;
    text-align: center;
    font-size: 12px;
}

a.apply-bf-coupon-code:hover,
a.apply-bf-coupon-code.active {
    background: #F6F7FB;
    color: #000;
}

.carousel-indicators li {
    display: none !important;
}

.checkout-payment-method {
    padding: 2px 8px;
}

.sites-discount {
    color: #ff5b00;
    border: 1px solid #ff5b00;
    padding: 2px 5px;
    border-radius: 5px;
}

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .col-lg-5.col-lg-5-1 {
        flex: 0 0 36.666667%;
        max-width: 36.666667%;
    }
    .col-lg-1.col-lg-1-1 {
        flex: 0 0 13.333333%;
        max-width: 13.333333%;
    }
}

@media (max-width: 991px) {

    .indexindex .login-panel {
        background:  #25282D;
    }


    hr.featurette-divider {
        margin: 0;
    }

    .text-min-center {
        text-align: center;
    }

    .bottom-lead-block {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {

    .indexindex .login-panel {
        background:  #25282D;
    }


    hr.featurette-divider {
        margin: 0;
    }

    .text-min-center {
        text-align: center;
    }



    .bottom-lead-block {
        margin-top: 60px;
    }
}

@media (max-width: 576px) {
    .status-badge {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .login-panel {
        background: #000;
        padding-right: 0;
    }
}