html,
body {
    height: 100%;
   /* overflow: hidden;position: fixed;*/
}

#zaglushka{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background: linear-gradient(180deg, #5e77ff, #74b25f, #61a8fa, #9cd888);
    background-size: 800% 800%;
    -webkit-animation: LoginAnimation 15s ease infinite;
    -moz-animation: LoginAnimation 15s ease infinite;
    -o-animation: LoginAnimation 15s ease infinite;
    animation: LoginAnimation 15s ease infinite;
}

.zaglushka_title{
    font-size: 2.5rem;
    line-height: 115%;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.timer {
      display: inline-flex;
      align-items: center;
      justify-content: center;

      font-size: 40px;
    }

.undertimer{
    font-size: 22px; text-transform: none;
}

    .timer__item {
      position: relative;
    }

    .timer__item::before {
      content: attr(data-title);
      display: block;
      position: absolute;
      bottom: -35px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 0.875rem;
      color: #fff;
  }

body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

h1 {
    font-size: 3.5rem !important;
    line-height: 5rem !important;
}

h2 {
    font-size: 3rem !important;
    line-height: 4.2rem !important;
}

h3 {
    font-size: 1.5rem !important;
    line-height: 2.2rem !important;
}

.border-none {
    border: none !important;
}

.col-card {
    display: flex;
}

div.card-angles {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    overflow: hidden;
}

.logo-img {
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 15px;
}

.navbar .navbar-brand {
    top: 10px;
}

.sidebar {
    background: #393f4f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar::-webkit-scrollbar {
    width: 3px;
    margin-right: 10px;
    background-color: #cad0db;
}

.sidebar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    background-color: #888;
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #cad0db;
}

.sidebar .logo {
    display: block;
    padding-left: 20px;
}

.sidebar .logo .simple-text {
    margin-top: 14px;
    margin-left: 15px;
    color: #fff;
    overflow: visible;
    white-space: normal;
    font-size: 13px;
    font-style: italic;
}

.sidebar .nav li a,
.sidebar .nav li .dropdown-menu a {
    margin: 0;
    color: #ffffff;
}

.sidebar .nav li:first-child > a {
    margin-left: 0;
    margin-right: 0;
}

.sidebar[data-color="purple"] li.active > a {
    background-color: #242b3f;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar[data-color="purple"] li:hover > a {
    color: #D1D1D1;
}

.allert_work_message img{
    width: 50px; margin-right: 20px;
}

.material-icons-main {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-main.png") left center no-repeat;
}

.material-icons-default {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-reg-link.png") left center no-repeat;
}

.material-icons-mystructure {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-structure.png") left center no-repeat;
}

.material-icons-business-programs {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icons-business-programs.png") left center no-repeat;
}

.material-icons-events {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-events.png") left center no-repeat;
}

.material-icons-webinars {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-webinars.png") left center no-repeat;
}

.material-icons-businesstools {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icons-business-tools.png") left center no-repeat;
}

.material-icons-directorsclub {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-directors-club.png") left center no-repeat;
}

.material-icons-uploads {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-uploads.png") left center no-repeat;
}

.material-icons-settings {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-settings.png") left center no-repeat;
}

.material-icons-exit {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icon-exit.png") left center no-repeat;
}

.material-icons-orbit {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icons-orbit.png") left center no-repeat;
}

.material-icons-news {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icons-news.png") left center no-repeat;
}

.material-icons-mplan {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icons-mplan.png") left center no-repeat;
}

.material-icons-draft {
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-icons-draft.png") left center no-repeat;
}

.user-id,
.user-name {
    display: inline-block;
    vertical-align: top;
}

.user-name {
    margin-right: 2rem;
}

.form-control,
.is-focused .form-control {
    background-image: none;
}

.input-group {
    max-width: 170px;
    border-bottom: 1px solid #000;
}

.navbar-form button,
.navbar-form button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none !important;
}

.input-group > .form-control,
.input-group > .form-control:focus {
    outline: 0 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-form button i {
    background: transparent url("/wp-content/themes/lk_li/assets/img/lk/serach-icon-mglass.png") center center no-repeat;
}

.nav-item-bell-link {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 15px;
    margin-top: 1px;
    background: url("/wp-content/themes/lk_li/assets/img/lk/search-icon-bell.png") center center no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
}

.navbar .collapse .navbar-nav .nav-item .nav-link .material-icons-user {
    display: inline;
    text-transform: none;
    font-size: 1rem;
    top: 0px !important;
    line-height: 25px;
}

.nav-item-main {
    margin-top: -1px;
    margin-right: 5px;
}

.user-icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    padding-right: 20px;
    margin-top: -2px;
    margin-right: 15px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.user-icon img {
    width: 32px;
    height: 32px;
}

.material-icons-user {
    padding-right: 25px;
    background: url("/wp-content/themes/lk_li/assets/img/lk/nav-arrow.png") right 4px no-repeat;
}

.main-panel {
    position: relative;
    background: #eeeeee;
    min-height: 100%;
}

.top-title {
    margin-bottom: 3.5rem;
    color: #666666;
    font-size: 3rem;
    font-weight: bold;
}

.card-text {
    font-size: .9rem;
    font-style: italic;
}

.card.card-stats .card-header .card-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 1.6rem;
}

.card.card-stats .card-body {
    text-align: left;
}

.card-title-qualification {
    float: right;
    font-size: 1rem;
    margin-top: 3rem;
}

.card-stats-new-ones .card-header .card-title,
.card-stats-business-news .card-header .card-title {
    max-width: 400px;
}

.card-stats-new-ones .card-header .card-title:after,
.card-stats-business-news .card-header .card-title:after {
    display: block;
    content: '';
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: #000;
}

.card-stats-new-ones li {
    font-size: 1rem;
    line-height: 2.1;
}

.card .card-header .card-icon {
    width: 90px;
    height: 90px;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#front_page .card .card-header .card-icon {
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.22);
}


.card .card-header .card-icon_small {
    width: 70px;
    height: 70px;
}

.card .card-header div.card-icon-personal-data {
    background: #5E77FF url("/wp-content/themes/lk_li/assets/img/lk/card-icon-tick.png") center center no-repeat;
    -webkit-background-size: 36px;
    background-size: 36px;
}

.card .card-header .card-icon-structural-data {
    background: #00439E url("/wp-content/themes/lk_li/assets/img/lk/card-icon-people.png") center center no-repeat;
    -webkit-background-size: 42px;
    background-size: 42px;
}

.card .card-header .card-icon-qualification {
    background: #74B25F url("/wp-content/themes/lk_li/assets/img/lk/card-icon-qualification.png") center center no-repeat;
    -webkit-background-size: 32px;
    background-size: 32px;
}

.card .card-header .card-icon-my-sctructure {
    background: #D05C3E url("/wp-content/themes/lk_li/assets/img/lk/hierarchical-structure.svg") center center no-repeat;
    -webkit-background-size: 42px;
    background-size: 42px;
}

.card .card-header .card-icon-my-bonus {
    background: #b33ed0  url("/wp-content/themes/lk_li/assets/img/lk/money_lw.svg") center center no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
}

.coin-bonus{
    background-size: 28%;
    background-position: 94% bottom;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/lk_li/assets/img/lk/money_gray.svg);
}

.card .card-header .card-icon-new-ones {
    background: #6694C6 url("/wp-content/themes/lk_li/assets/img/lk/mortarboard.svg") center center no-repeat;
    -webkit-background-size: 70px;
    background-size: 70px;
}

.card .card-header .card-icon-business-news {
    background: #F7B733 url("/wp-content/themes/lk_li/assets/img/lk/newspaper.svg") center center no-repeat;
    -webkit-background-size: 50px 55x;
    background-size: 50px 55px;
}

.card-stats {
    padding-bottom: 1rem;
}

.card.card-stats-new-ones .card-header + .card-footer,
.card.card-stats-business-news .card-header + .card-footer {
    border-top: none;
}

.card-stats-business-news .card-footer h6,
.card-stats-business-news .card-footer h5 {
    font-size: .8rem;
}

.card-stats-business-news .card-footer h6 {
    font-style: italic;
}

.card-stats-business-news .card-footer .stats {
    flex-direction: column;
}

.card-stats-business-news .card-footer,
.card-my-structure .card-footer {
    display: block;
}

.new-ones-list {
    margin-top: .8rem;
}

.card-link,
.card-my-structure .card-footer a {
    float: right;
}

.news-stripe {
    margin-bottom: 1.3rem;
}

.btn-blue {
    display: block;
    color: #686edd;
    text-decoration: none;
    font-size: 1rem;
    transition: color .33s ease-in-out;
    -webkit-transition: color .33s ease-in-out;
}

.btn-blue:hover,
.btn-blue:focus {
    color: rgba(104, 110, 221, 0.77);
}

.row-description {
    position: relative;
    bottom: 0;
    border-top: 1px solid #c0c0c0;
}

.col-footer {
    padding-top: 1.7rem;
}

.sidebar .sidebar-wrapper::-webkit-scrollbar {
    width: 4px;
    margin-right: 10px;
    background-color: #cad0db;
}

.sidebar .sidebar-wrapper::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    background-color: #a0a0a0;
}

.sidebar .sidebar-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #393f4f;
}

.sidebar-wrapper .navbar-form,
.sidebar-wrapper .nav-mobile-menu {
    display: none;
}

.sidebar .sidebar-wrapper .nav li:nth-child(4) a {
    /*color: #74B25F;*/
}

.highlight {
    background-color: #6076ab;
}

.highlight a {
    color: #fff !important;
}

.event-link {
    display: block;
}

.card.card-stats .card-header .card-category:not([class*="text-"]) {
    color: #333333;
}

.hr {
    width: 100%;
    height: 1px;
    background: #999;
}

.breadcrumb-wrapper {
    margin-top: 1px;
}

.breadcrumb-wrapper-account {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: inherit;
    background-color: transparent;
}

.breadcrumb {
    background-color: transparent;
}

.title-smaller {
    font-weight: bold;
    color: #666666;
}

#navigation .form-control {
    padding-left: 10px;
}

.navbar-wrapper span {
    color: #666;
    font-size: .9rem;
}

.news-item {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.news-item-date {
    font-size: 1rem;
    font-style: italic;
}

.news-item-link {
    color: #666;
    font-weight: bold;
    transition: color .33s ease-in-out;
    -webkit-transition: color .33s ease-in-out;
}

.news-item-link:hover {
    color: #999;
}

.news-item-text {
    font-size: 1rem;
}

.stats h4 {
    margin-bottom: .2rem;
}

.stripe-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-left: 0px;
    margin-bottom: .8rem;
    padding: 0 25px;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    transition: all .33s ease-in-out;
    -webkit-transition: all .33s ease-in-out;
}

.stripe-item:hover {
    margin-left: 20px;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.12)
}

.stripe-link:hover,
.stripe-link:focus,
.stripe-link {
    color: #3792d0;
    font-size: .9rem;
}

.table {
    display: table;
    width: 100%;
    /* border-collapse: collapse;*/
    background: #fff;
}

.col-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.col-structure {
    padding-left: 2rem;
    padding-right: 2rem;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    padding: 11px 7px;
}

.thead-dark {
    background: #393f4f;
    color: #fff;
}

div.thead-dark:hover {
    background: #393f4f;
}

.table-row-gap {
    padding-top: 2rem;
}

.table-row:hover {
    background: #f2f2f4;
}

.no-hover:hover {
    background: transparent;
}

.table-row-gap div {
    height: 10px;
}

.gray-link {
    color: #666;
    font-weight: bold;
    transition: color .33s ease-in-out;
    -webkit-transition: color .33s ease-in-out;
}

.gray-link:hover,
.gray-link:focus {
    color: #999;
}

.card-title {
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    color: #666;
    font-weight: bold;
    font-style: normal;
}

.table-rounded {
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: .9rem;
}

.table-rounded .table-row:hover {
    background: transparent;
}

.table-title {
    margin-bottom: 0;
}

.thead-gray {
    background: #999;
    color: #ffffff;
}

.thead-gray:hover {
    background: #999 !important;
}

.content-text {
    animation: appear-text 1s ease forwards;
    -webkit-animation: appear-text 1s ease forwards;
}

@keyframes appear-text {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes appear-text {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*filters*/

.filter-wrapper {
    overflow: hidden;
}

.filter-btn{
    border: 2px solid #ababab;
    line-height: 100%;
    border-radius: 5px;
    transition: 0.3s ease;
}



.filter-btn,
.filter-btn:hover,
.filter-btn:focus {
    padding: .5rem 1rem;
    color: #393f4f;
    font-size: 18px;
    text-transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.filter-btn:hover{
    background-color: #ababab;
    color: #fff;
}

.filter-btn-cosmetics,
.filter-btn-cigun,
.filter-btn-production {
    margin-left: 2rem;
}

.filter-btn-structure-simple {
    margin-left: 1rem;
}

.filter-options {
    margin-top: -1px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #c0c0c0;
}

.filter-appear {
    animation: filter-appear-animation ease 1.33s forwards;
    -webkit-animation: filter-appear-animation ease 1.33s forwards;
}

.filter-visible {
    opacity: 1;
    height: 60px;
    overflow: visible;
    transform: translateY(15px);
}

@keyframes filter-appear-animation {
    0% {
        opacity: 0;
        height: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        height: 60px;
        transform: translateY(15px);
    }
}

@-webkit-keyframes filter-appear-animation {
    0% {
        opacity: 0;
        height: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        height: 60px;
        transform: translateY(15px);
    }
}

.filter-disappear {
    animation: filter-disappear-animation ease 1s forwards;
    -webkit-animation: filter-disappear-animation ease 1s forwards;
}

@keyframes filter-disappear-animation {
    0% {
        opacity: 1;
        height: 60px;
        transform: translateY(15px);
    }

    100% {
        opacity: 0;
        height: 0;
        transform: translateY(-15px);
    }
}

@-webkit-keyframes filter-disappear-animation {
    0% {
        opacity: 1;
        height: 60px;
        transform: translateY(15px);
        border-bottom: 1px solid #c0c0c0;
    }

    100% {
        opacity: 0;
        height: 0;
        transform: translateY(-15px);
        border-bottom: 1px solid #c0c0c0;
    }
}


.filter-btn-main,
.filter-btn-distributors-birthdays {
    font-weight: bold;
}

.filter-btn-distributors-birthdays {
    float: right;
}

.filter-options-month {
    display: inline-block;
    vertical-align: top;
    padding-right: 22px;
    background: url(/wp-content/themes/lk_li/assets/img/lk/nav-arrow.png) right 9px no-repeat;
    -webkit-background-size: 14px;
    background-size: 14px;
    cursor: pointer;
}

.filter-options-label,
.filter-options-month {
    font-size: .9rem;
}

.icon-link_big {
    display: block;
    width: 100%;
    height: auto;
}

.card-wrapper {
    display: flex;
    position: relative;
    width: 100%;
}

.card-hover {
    float: none;
    display: block;
    top: 0;
    left: 0;
    transition: all 1s ease;
}

.card-hover:hover {
    top: -20px;
    -webkit-box-shadow: 0px 7px 51px -1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 7px 51px -1px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 7px 51px -1px rgba(0, 0, 0, 0.13);
}

.card-footer-text {
    margin-bottom: 0.5rem;
}

.card-footer-text {
    color: #000000 !important;
}

.card-footer-qualification {
    margin-top: 11px !important;
}

#downloads .col-card {
    width: 100%;
}

.table-cell_left {
    padding-left: 1.5rem;
}

/*preloader*/

.preloader-wrapper {
    height: 20px;
}

.preloader {
    display: none;
}

.lds-css {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    margin-bottom: .8rem;
}

@keyframes lds-message {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-message {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

.lds-message {
    position: relative;
}

.lds-message > div {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 88px;
    -webkit-animation: lds-message 1s cubic-bezier(0.3, 0, 0.7, 1) infinite;
    animation: lds-message 1s cubic-bezier(0.3, 0, 0.7, 1) infinite;
}

.lds-message > div:nth-of-type(4n + 1) {
    background: #d1d1d1;
}

.lds-message > div:nth-of-type(4n + 2) {
    background: #7f7f7f;
}

.lds-message > div:nth-of-type(4n + 3) {
    background: #505050;
}

.lds-message > div:nth-of-type(4n) {
    background: #a4a4a4;
}

.lds-message > div:nth-of-type(4n + 1) {
    left: 28px;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}

.lds-message > div:nth-of-type(4n + 2) {
    left: 68px;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-message > div:nth-of-type(4n + 3) {
    left: 108px;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

.lds-message > div:nth-of-type(4n + 4) {
    left: 148px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lds-message {
    width: 88px !important;
    height: 88px !important;
    -webkit-transform: translate(-44px, -44px) scale(0.44) translate(44px, 44px);
    transform: translate(-44px, -44px) scale(0.44) translate(44px, 44px);
}

/*preloader end*/

.stripe-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: .8rem;
}

.business-news-img {
    max-width: 100%;
}

#business_news .stripe-link .btn {
    margin-left: 1.5rem;
}

.navbar-toggler {
    margin-top: 18px;
}

.btn-purple,
.btn-purple:hover,
.btn-purple:focus {
    background: #686edd !important;
}

.card-title-qualification {
    margin-top: 1.9rem !important;
}

.period-month {
    color: #888;
    font-weight: bold;
}

.nav-link_main {
    display: block;
    color: #555;
    font-size: .9rem;
    -webkit-transition: color .33s ease-in-out;
    transition: color .33s ease-in-out;
}

.nav-link_main:hover,
.nav-link_main:focus {
    color: #999;
}

.hover-shadow {
    transition: all .33s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hover-shadow:hover {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.12);
}

.hover-shadow_intensive {
    transition: all .33s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.hover-shadow_intensive:hover {
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.32);
}

.bell-icon {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 16px;
    background: url("/wp-content/themes/lk_li/assets/img/lk/bell-icon.png") center center no-repeat;
}

.dropdown-menu-notifications ul {
    list-style: none;
    padding-left: 0;
}

.dropdown-menu-notifications {
    min-width: 250px;
    max-width: 300px;
    width: 100%;
}

#navbarDropdownMenuLink {
    padding-left: 3px;
}

.nav-item_notifications {
    margin-left: 8px;
    padding-top: 1px;
}

.nav-link_main_mobile {
    display: none;
}

.card-video video {
    height: auto;
}

.table {
    border-collapse: collapse;
}

.table .table-cell_icon img {
    width: 130px;
}

.table-cell_img-wrapper {
    position: relative;
    width: 130px;
    display: block;
}

.table-cell_img-wrapper:before {
    position: absolute;
    content: '';
    top: 14%;
    left: -4px;
    width: 4px;
    height: 70%;
    display: block;
    background: #555;
    z-index: 5;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.table .table-cell_icon {
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table .table-row {
    border-bottom: 1px solid #ededed;
}

.table .download-pdf {
    margin-left: 1rem;
}

.navbar .navbar-nav .dropdown-menu-right {
    height: auto;
    padding: 15px 10px;
}

.dropdown-menu-notifications ul {
    overflow-y: auto;
    height: 100%;
    max-height: 350px;
}

.dropdown-menu-notifications ul::-webkit-scrollbar {
    width: 3px;
    margin-right: 10px;
    background-color: #cad0db;
}

.dropdown-menu-notifications ul::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
    background-color: #888;
}

.dropdown-menu-notifications ul::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #cad0db;
}

#start-popup .modal-title {
    font-weight: bold;
}

#start-popup .start-btn {
    -webkit-appearance: none;
    border: none;
}


#front_page .top-title {
    margin-bottom: 1rem;
}
.conf_baner {
    height: 130px;
    background: url("/wp-content/themes/lk_li/assets/img/lk/conf_baner/1400_130-01.jpg");
    background-repeat: no-repeat !important;
    background-size: contain  !important;
}

.loading {
    background: url("/wp-content/themes/lk_li/assets/img/lk/loading.gif");
    background-size: contain;
    background-repeat: no-repeat;
}

/*Media queries*/

@media all and (min-width: 1700px) {

    .container-widen {
        min-width: 1400px;
    }

    .container-widen2 {
        min-width: 1300px;
    }
}

@media all and (min-width: 991px) {
    .sidebar .nav .nav-item.active-pro {
        bottom: 53px;
    }
}

@media all and (max-width: 991px) {

    .conf_baner {
        height: 120px;
        background: url("/wp-content/themes/lk_li/assets/img/lk/conf_baner/1000_120.jpg");
    }

    .nav-open .off-canvas-sidebar .navbar-collapse,
    .nav-open .sidebar {
        right: 20px;
    }

    .sidebar-wrapper .navbar-form,
    .sidebar-wrapper .nav-mobile-menu {
        display: block;
    }

    .sidebar .nav li a.nav-item-bell-link {

        margin-left: .6rem;
        background: url(/wp-content/themes/lk_li/assets/img/lk/search-icon-bell_mobile.png) center center no-repeat;
        -webkit-background-size: 15px;
        background-size: 15px;
    }

    .input-group {
        margin-left: .8rem;
        border-bottom: 1px solid #c0c0c0;
    }

    .sidebar .nav i:nth-child(2) {
        font-size: 1rem;
        margin: .5rem 0 .5rem 4px;
        text-align: left;
    }

    .user-icon {
        display: block;
        margin-left: 1.6rem;
    }

    .material-icons-user {
        text-align: left !important;
        width: 150px;
        margin: 0.7rem 0 0px 1.6rem;
        padding-right: 0;
        background: none;
    }

    .sidebar[data-color="purple"] li.active > a {
        background-color: #000;
    }

    #navbarDropdownMenuLink {
        margin-top: .8rem;
        padding-top: 0;
    }

    #navbarDropdownMenuLink:hover {
        background: none;
    }

    .sidebar .nav {
        margin-top: 7px;
    }

    .dropdown {
        margin-top: 5px;
    }


    .navbar .navbar-brand {
        height: auto;
    }

    .user-id,
    .user-name {
        font-size: .9rem;
        color: #FFF;
    }

    .nav-divider {
        display: none;
    }

    .sidebar .nav i {
        height: inherit;
    }

    .sidebar-wrapper ul:nth-child(2) {
        position: relative;
        clear: both;
    }

    .sidebar-wrapper ul:nth-child(2):before {
        content: '';
        position: absolute;
        top: -3px;
        right: 15px;
        height: 1px;
        width: calc(100% - 30px);
        background-color: rgba(180, 180, 180, 0.3);
    }

    .nav-mobile-menu li a {
        padding-left: 10px !important;
    }

    .nav-item_notifications .d-md-block {
        color: red;
    }

    .nav-item_notifications .notification {
        display: none;
    }

    .nav-link_main {
        display: none;
    }

    .sidebar-wrapper li a.nav-link_main_mobile {
        display: block;
        color: #39aef0;
        margin-left: -1px !important;
        -webkit-transition: color .4s ease-in-out;
        -ms-transition: color .4s ease-in-out;
        transition: color .4s ease-in-out;
    }

    .sidebar-wrapper li a.nav-link_main_mobile:hover,
    .sidebar-wrapper li a.nav-link_main_mobile:focus {
        color: #1ac7ff;
    }

    .nav-mobile-menu .dropdown:hover a,
    .nav-mobile-menu .dropdown:hover a {
        background: transparent !important;
    }

}

@media all and (max-width: 992px) {
    .top-title {
        font-size: 2.4rem;
    }
}

@media all and (max-width: 768px) {

    body {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .events {
        min-height: 360px;
    }

    .filter-options {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .navbar-brand {
        position: static !important;
        max-width: 450px;
        white-space: normal;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .navbar-toggler {
        top: 22px;
        margin-top: 2px;
        position: absolute;
        right: 3%;
    }

    .dropdown {
        margin-top: 0;
    }

    .sidebar {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .main-panel {
        padding-top: 80px;
    }

    .navbar-wrapper {
        white-space: nowrap;
    }

    .main-panel > .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        overflow: hidden;
        z-index: 10;
        background: rgba(246, 246, 246, .85) !important;
        border-bottom: 1px solid #999 !important;
    }

    .sidebar-wrapper .navbar-form,
    .sidebar-wrapper .nav-mobile-menu {
        display: flex;
        flex-direction: column-reverse;
    }

    #brochures .table .table-row,
    #leaflets .table .table-row {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #brochures .table img,
    #leaflets .table img {
        display: block;
    }

    #brochures .table .links-block,
    #leaflets .table .links-block {
        padding-right: 0;
    }

    .table .table-cell_icon img {
        width: 150px;
    }

    .table-cell_img-wrapper {
        position: relative;
        width: 150px;
        display: block;
    }

    .navbar-wrapper span {
        font-size: .7rem;
    }
}

@media all and (max-width: 576px) {
    .top-title {
        font-size: 1.4rem;
        line-height: 2;
    }

    .conf_baner {
        height: 100px;
        background: url("/wp-content/themes/lk_li/assets/img/lk/conf_baner/720_100.jpg");
    }

    .card-stats-new-ones li,
    #front_page .card-stats-business-news .news-stripe h4,
    #front_page .card-stats-business-news .news-stripe h5,
    .news-item-date,
    .btn-blue,
    #business_tools .card-footer-text,
    #downloads .card-footer-text {
        font-size: .9rem !important;
    }

    .card-title {
        font-size: 1.2rem;
    }

    .filter-options {
        text-align: center;
    }

    .content-text {
        font-size: .9rem;
    }

    @keyframes filter-appear-animation {
        0% {
            opacity: 0;
            height: 0;
            overflow: hidden;
            transform: translateY(-15px);
        }

        100% {
            opacity: 1;
            height: 180px;
            overflow: inherit;
            transform: translateY(15px);
        }
    }

    @-webkit-keyframes filter-appear-animation {
        0% {
            opacity: 0;
            height: 0;
            overflow: hidden;
            transform: translateY(-15px);
        }

        100% {
            opacity: 1;
            height: 180px;
            overflow: inherit;
            transform: translateY(15px);
        }
    }

    .filter-disappear {
        animation: filter-disappear-animation ease 1s forwards;
        -webkit-animation: filter-disappear-animation ease 1s forwards;
    }

    @keyframes filter-disappear-animation {
        0% {
            opacity: 1;
            height: 180px;
            overflow: inherit;
            transform: translateY(15px);
        }

        100% {
            opacity: 0;
            height: 0px;
            overflow: hidden;
            transform: translateY(-15px);
        }
    }

    @-webkit-keyframes filter-disappear-animation {
        0% {
            opacity: 1;
            height: 180px;
            overflow: inherit;
            transform: translateY(15px);
        }

        100% {
            opacity: 0;
            height: 0px;
            overflow: hidden;
            transform: translateY(-15px);
        }
    }

    .navbar-brand {
        max-width: 250px;
    }

    .filter-options {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .filter-options-month {
        margin-left: 0;
    }

    .filter-options a {
        margin-left: 0 !important;
    }

}


@media all and (max-width: 576px) and (min-width: 400px) {

    #business_tools .card,
    #downloads .card {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

