html {
    overflow-x: hidden;
}

html body{
    position: sticky;
}

.masonry__item article {
    overflow: hidden;
}

@media (max-width: 1024px){
    .item-list .masonry__item a{
        height: 240px!important;
    }
}

@media (max-width: 768px){
    .item-list .masonry__item a{
        max-height: 400px;
        height: auto!important;
    }
    article .article__body img{
        height: auto;
    }
}

.masonry__item a{

    /*
    height: 200px;
    max-height: 200px;
    */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    overflow: hidden;
}

.item-list .masonry__item a{
    height: 180px;
    /*
    max-height: 200px;
    */
}

.masonry__item a.block img{

    /*
    height: 100%;
    width: auto;
    max-width: fit-content;
    */
}

.masonry__item .date{
    height: 26px;
    width: 100%;
    display: block;
}

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

.article-date{
    display: block;
    margin-bottom: 30px;
}

.blog-header{
    padding-left: 15px;
    padding-right: 0;
}

@media (max-width: 1200px) {
    .blog-header{
        padding-right: 15px;
    }
}

.blog-header h2{
    color: gray;
}

.sidebar__widget:not(:last-child){
    margin-bottom: 2.5em;
}

.keywords .btn {
    margin: 3px;
    background-color: white;
    border: 1px solid #e3e3e3;
    font-weight: normal;
    font-size: inherit;
    color: #36404a !important;
}

.keywords .btn.active {
    color: white !important;
    border: 1px solid transparent !important;
    background: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.btn-group-toggle .btn {
    color: white !important;
    border: 1px solid transparent !important;
}

.btn-group-toggle .btn:not(.active){
    background-color: white !important;
    border: 1px solid #e3e3e3 !important;
    color: #36404a !important;
}

.boxed.boxed--sm{
    padding-top: calc(1.23809524em - 10px);
}

.display-none{
    display: none;
}

a.youtube-title{
    text-decoration: none;
}

div.youtube-title{
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 1em;
    display: inline-flex;
}

h3.youtube-title{
    margin-bottom: 0.5em;
}

.tag-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.youtube-form{
    display: flex;
    flex-direction: row;
}

.youtube-form{
    display: flex;
    flex-direction: row;
}

.youtube-form div.form-group{
    width: 100%;
    max-width: 450px;
    min-width: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
}

@media (max-width: 576px) {
    .youtube-form{
        flex-wrap: wrap;
    }

    .youtube-form div.form-group{
        margin-right: 0;
    }
}

.nav-container.nav-container--sidebar div.nav-sidebar-column{
    max-height: calc(100% - 65px);
}

.content .container.m-t-60{
    max-width: 100%;
}

.bg--dark.sma-navbar .sma-navbar-audit-form-container{
    width: 350px;
}

#report-form .audit-search-field{
    width: calc(100% - 125px);
}

.m-l-0{
    margin-left: 0!important;
}

.m-r-0{
    margin-right: 0!important;
}

footer{
    position: sticky;
}

.file-zoom-dialog .file-preview-other .file-other-icon{
    font-size: 45vmin;
}

.file-thumbnail-footer .file-footer-caption{
    max-width: 148px    ;
}

.progress-bar{
    line-height: 22px;
}

/*@media (max-width: 725px){*/
/*    .sma-logo-container {*/
/*        display: none;*/
/*    }*/
/*}*/

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.keywords label.btn{
    white-space: pre-wrap;
    box-sizing: content-box;
    height: auto;
    padding-top: 0.649em;
    padding-bottom: 0.649em;
    max-width: calc(100% - 3 * 1.23809524em);
    overflow: hidden;
}

@media (max-width: 991px) {
    #search-result .col-md-6{
        padding-left: 0;
        padding-right: 0;
    }
}

/*body .sma-navbar{*/
/*    align-items: center;*/
/*    display: inline-flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*}*/


.sma-navbar-menu-links li{
    line-height: 30px;
}

.flex-divider{
    width: 100%;
    max-width: calc(100vw - 1200px);
}

.article-content{
    margin: 0 auto;
    max-width: 100vw;
}

.dataTables_filter label input[type="search"]{
    max-width: calc(100% - 40px - 0.5em);
}

.pagination li.page-item{
    cursor: pointer;

}

.statistic-inputs-container{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.statistic-inputs-container > div{
    margin: 0 20px;
}

#statistic-table-container{
    overflow-x: overlay;
}

.input-group-prepend span.input-group-text{
    white-space: nowrap;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome, Edge, Opera and Firefox */
}

.table thead th.sorting {
    background-image: url(../../../img/sort_both.png);
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

.table thead th.sorting_desc {
    background-image: url(../../../img/sort_desc.png);
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

.table thead th.sorting_asc {
    background-image: url(../../../img/sort_asc.png);
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

.budge-pricing{
    /* background: #909399; */
    padding: 7px 12px;
    /* margin-bottom: 20px; */
    /*margin-bottom: 2px;*/
    border-radius: 250px;
}
.plan-pricing__guest-message {
    color:#808080;
    font-size: 14px;
}

.pricing-1 p.plan-pricing__price-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    min-height: auto;
}


.plan-pricing__price-wrapper--tax .plan-pricing__price {
    display: block;
    margin-bottom: 10px;
}

.plan-pricing__price-wrapper--tax  .plan-pricing__price-description {
    display: block;
}

.plan-title{
    min-width: 225px;
    height: 50px;
}

.pricing-1 p.plan-pricing__year-price {
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: auto;
    font-size: 18px;
}

@media (max-width: 768px) and (min-width: 768px) {
    .container.pos-vertical {
        max-width: 750px;
    }
}

.report-custom-title{
    max-width: calc(100vw - 25px);
}

@media(max-width: 576px) {
    .report-custom-title{
        padding: 5px;
    }
}

#embedded-text-container{
    margin: 0 15px;
}


.container.size-limited{
    max-width: 100%;
}

#form-container{
    display: flow-root;
}

#form-container form textarea,
#result-container textarea{
    resize: vertical;
}

#form-container form textarea:disabled{
    opacity: 0.5;
}

#result-container textarea{
    min-height: 50vh;
}

#form-container form .row,
#description-statistic-container .row{
    margin-right: 0;
    margin-left: 0;
}

#form-container .row.form-group{
    width: 100%;
    margin-bottom: 10px;
}

#form-container form .form-flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#form-container form .form-flex-row div.form-group:first-child{
    width: calc(100% - 30px);
}

#form-container form .input-label{
    font-size: larger;
    color: var(--theme-color);
}

#description-generator .tag-actions {
    justify-content: flex-end;
}

h3 + form.form-inline{
    margin-top: 0;
}

.tooltip-inner{
    display: inline-block;
    max-width: 350px;
    width: fit-content;
}

#description-statistic-container{
    font-size: larger;
}

#description-statistic-container .statistic-text{
    font-size: larger;
}

#description-statistic-container .header{
    font-weight: 300;
}

.d-inline-block{
    display: inline-block;
}

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

.f-s-small{
    font-size: small;
}

.f-s-smaller{
    font-size: smaller;
}

.keywords-list div:last-child:not(.row){
    padding-right: 0;
    padding-left: 8px;
}

.keywords-list div:nth-child(3){
    padding-left: 0;
    padding-right: 8px;
}

.keywords-list div:nth-child(4){
    padding-right: 4px;
    padding-left: 4px;;
}

@media(max-width: 1200px) {
    .keywords-list div,
    .keywords-list div:last-child:not(.row),
    .keywords-list div:nth-child(3),
    .keywords-list div:nth-child(4){
        padding-left: 0;
        padding-right: 0;
    }
}

.font-weight-bold{
    font-weight: bold;
}

.c-black{
    color: black;
}

.d-inline-flex{
    display: inline-flex;
}

#keyword-usage-counter{
    display: inline-flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    #description-statistic-container .col-xs-12{
        width: 100%;
        text-align: left;
    }
}

.keyword{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-weight: 300;
    font-size: smaller;
}

.f-w-300{
    font-weight: 300;
}

.w-fit-content{
    width: fit-content;
}

.website-score-message{
    font-size: 1.3em;
}

.audit-result-buttons a.btn{
    padding: 0.14em 1em 0.232em 1em;
}

.audit-result-buttons a.btn.btn--icon{
    padding: 0.11em 0.5em 0.232em 3.5em;
}

.audit-result-buttons .btn--icon i{
    line-height: 2.1em;
}

.audit-result-buttons a.btn{
    height: 2.3em;
}

.field-tooltip{
    margin-top: -10px;
    font-size: small;
}

/*.full-width-section{*/
/*    width: 100vw;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*.with-sidebar{*/
/*    left: 321px;*/
/*    margin-left: -35px;*/
/*    width: calc(100vw - 286px);*/
/*}*/

/*body.hasScroll .with-sidebar{*/
/*    width: calc(100vw - 286px - 15px);*/
/*}*/

/*@media (max-width: 1024px){*/
/*    .with-sidebar{*/
/*        margin-left: -60px;*/
/*        width: calc(100vw - 262px);*/
/*    }*/

/*    body.hasScroll .with-sidebar{*/
/*        width: calc(100vw - 262px - 15px);*/
/*    }*/
/*}*/

/*@media (max-width: 991px){*/
/*    .with-sidebar{*/
/*        margin-left: -85px;*/
/*        width: calc(100vw - 50px);*/
/*    }*/

/*    body.hasScroll .with-sidebar{*/
/*        width: calc(100vw - 50px - 15px);*/
/*        left: 135px;*/
/*    }*/
/*}*/

/*.without-sidebar{*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*body.hasScroll .without-sidebar{*/
/*    width: calc(100vw - 15px);*/
/*}*/

/*section.full-width-section + .after-full-width-section{*/
/*    margin-top: 350px;*/
/*}*/

/*@media (max-width: 1160px){*/
/*    section.full-width-section.with-sidebar + .after-full-width-section{*/
/*        margin-top: 400px;*/
/*    }*/
/*}*/

/*@media (max-width: 450px){*/
/*    section.full-width-section + .after-full-width-section,*/
/*    section.full-width-section.with-sidebar + .after-full-width-section{*/
/*        margin-top: 400px;*/
/*    }*/
/*}*/

/*@media (max-width: 400px){*/
/*    section.full-width-section + .after-full-width-section{*/
/*        margin-top: 450px;*/
/*    }*/
/*}*/

/*@media (max-width: 410px){*/
/*    section.full-width-section.with-sidebar + .after-full-width-section{*/
/*        margin-top: 470px;*/
/*    }*/
/*}*/

/*@media (max-width: 350px){*/
/*    section.full-width-section + .after-full-width-section,*/
/*    section.full-width-section.with-sidebar + .after-full-width-section*/
/*    {*/
/*        margin-top: 500px;*/
/*    }*/
/*}*/

/*@media (max-width: 290px){*/
/*    section.full-width-section.with-sidebar + .after-full-width-section*/
/*    {*/
/*        margin-top: 550px;*/
/*    }*/
/*}*/

article .article__body ol { /* not for ul only */
    /*
    list-style-position: inside;
    text-indent: 7px;
    margin-left: 19px;
    */
    font-size: 1.35714286em;
    line-height: 1.68421053em;
    font-weight: 400;
    color: #808080;
    list-style-type: decimal!important;
}
article .article__body ol,
article .article__body ul{
    list-style: outside;
    padding-left: 20px;
}

.article__body--blog > section {
    padding-top: 0;
    padding-bottom: 0;
}

.article__body--blog figure {
    margin-bottom: 1.36842105263158em;
}

.article__body--blog img {
    height: auto;
}

article .article__body li > ul {
    font-size: 1em;
}

ol li:not(:last-child) {
    margin-bottom: 0;
}

.outline--primary{
    border-color: var(--theme-color-lighter)!important;
    color: var(--theme-color-lighter)!important;
    border-width: 1px;
    border-style: solid;

    line-height: inherit; /* bug */
}

.youtube-account {
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 400px;
}

.youtube-account button.btn.btn--sm,
.youtube-account a.btn.btn--sm {
    padding: 0;
    line-height: 2.8em;
    height: 2.8em;
    width: 2.9em;
}
.youtube-account__empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.youtube-account__empty.display-none {
    display: none;
}

article .article__title--margin {
    margin-bottom: 1.8em;
}

.youtube-account__connect-button.btn {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.5em;
    padding-right: 2.5em;
    margin: 3em auto;
}

.youtube-account__wrapper-link-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.youtube-account__link:not(:first-child) {
    margin-left: 25px;
}

button.youtube-account__view-form-button:hover {
    color: var(--theme-color)9c;
    text-decoration: underline;
}

input[type] + button.youtube-account__view-form-button {
    margin-top: 0;
}

.btn.btn--primary-disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
}

.youtube-account__connect-button--link.btn {
    margin: 1em auto;
    font-size: 12px;
    line-height: 28px;
}
.youtube-account__connect-button.btn  i {
    font-size: 32px;
    margin-right: 20px;
    font-weight: normal;
    color: #fff;
}

.youtube-account__empty h3 {
    margin-bottom: 3em;
}

.youtube-account__state-label {
    top:0;
    right: 0;
    position: relative;
    line-height: 26px;
}

.youtube-account th {
    text-align: left;
}

.data-table-account__name {
    min-width: 150px;
}
.data-table-account__name > div{
    display: flex;
    align-items: center;
}

.data-table-account__name > div > div:first-child {
    flex: 0 0 30px;
}

.data-table-account__name > div > div:last-child {
    padding-left: 10px;
    line-height: normal;
}
.data-table-account__status {
    min-width: 110px;
}

article .article__body img.youtube-account__image {
    width: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}

article .article__body.youtube-account p {
    color:#808080;
}

.alert-dismissible .close {
    top: 0px;
    right: 0px;
}

.alert-container {
    position: relative;
    min-height: 30px;
    overflow: visible;
}

.alert-container .alert {
    width: 100%;
    border-color: #e23636;
    background: #fce8e8;
}

.social-card-container .boxed {
    min-height: 180px;
    height: calc(100% - 30px);
}

.social-card-container .answer {
    font-size: 1rem;
    font-weight: 600;
}

.social-card-container .append  img {
    max-height: 180px;
}

.social-card-container .append__link {
    font-weight: 700;
    line-height:1.68421053em;
    text-decoration: none;
}

.social-card-container .append {
    color: #808080;
    font-size: 14px;
    margin-top: 20px;
}

.social-card-container--monetization-status {
    padding: 0 15px;
}

.progress-bar-inside {
    width: 100%;
    height: 22px;
    font-size: 14px;
    font-weight: 600;
}

.progress-bar-inside__background {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
}

.progress-bar-inside__progress {
    width: 0;
    background: var(--theme-color);
    height: 100%;
    transition: width  500ms ease-out;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 100px;
}

.progress-bar-inside__background-label,
.progress-bar-inside__progress-label {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.progress-bar-inside__background-label {
    z-index: 1;
    color: #000;
    white-space: nowrap;
}

.perfomance-card__progress {
    visibility: hidden;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    background: var(--theme-color);
    align-self: center;
    flex-shrink: 0;
}

.perfomance-card__progress.perfomance-card__progress--up {
    visibility: visible;
}

.perfomance-card__progress.perfomance-card__progress--down  {
    visibility: visible;
    transform:translateY(-50%) rotate(180deg);
}

.perfomance-card__wrapper .perfomance-card__progress.perfomance-card__progress--down {
    transform:translateY(-85%) rotate(180deg);
}

.perfomance-card__progress::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 16px solid  var(--theme-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}

.progress-bar-inside__progress-label-wrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #fff;
    z-index: 1;
    transition: width  100ms ease-out;
}

.monetization__status {
    line-height: 26px;
    opacity: 0;
    transition: opacity 1000ms ease-out;
    position: static;
    margin-left: 35px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.monetization__status.label-success,
.monetization__status.label-default {
    opacity: 1;
}

.perfomance-card {
    box-sizing: border-box;
    min-height: 150px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 6px;
    padding: 2em  2.78571429em;
    display: flex;
    flex-wrap: wrap;
}

.perfomance-card__content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: start;
}

.perfomance-card__content .perfomance-card__info {
    margin-right: 0;
    margin-bottom: 0;
}

.perfomance-card__wrapper {
    min-width: 50%;
    flex-grow: 1;
    flex-basis: auto;
}

.perfomance-card__wrapper .perfomance-card__progress {
    font-size: 2em;
    padding-top: 0;
    align-self: center;
}

.perfomance-card__wrapper .perfomance-card__progress {
    margin-left: 10px;
    margin-right: 10px;
}

.perfomance-card__wrapper .perfomance-card__title {
    margin-bottom: 20px;
}
.perfomance-card__chart-wrapper {
    width: calc(100% - 32px);
    display: flex;
    align-items: center;
}
.perfomance-card__canvas {
    width: auto;
    max-height: 60px;
}

.perfomance-card__title {
    margin-top: 0px;
    margin-bottom: 6px;
    width: 100%;
}

.perfomance-card__graph {
    width: 50%;
    display: flex;
}

.perfomance-card__content .perfomance-card__graph {
    max-width: 140px;
}

.dropdown-channel-names h3 {
    cursor: pointer;
}

.show-perfomance .article__body {
    margin-bottom: 20px;
}

.dropdown-header h3 {
    margin-bottom: 0;
    padding-left: 20px;
    display: inline-block;
    font-size: 25px;
}
article ul.dropdown-channel-names__list {
    list-style: none;
    padding-left: 0;
}

.dropdown-menu > li > a.channelItem {
    word-break: break-all;
    white-space: normal;
}

.show-perfomance .perfomance-card__value,
.show-perfomance .perfomance-card__value.answer {
    color: rgb(37, 37, 37);
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 0px;
}

.perfomance-card__info {
    margin-right: auto;
    margin-bottom: 10px;
    align-self: center;
}

.perfomance-card__tooltip {
    background: rgba(0,0,0, 0.8);
    border-radius: 5px;
}

.perfomance-card__tooltip table{
    margin-bottom: 0;
}

.perfomance-card__tooltip table th {
    padding: 5px 10px 2px;
}

.perfomance-card__tooltip table td {
    padding: 2px 10px 5px;
}

th.perfomance-card__tooltip-title {
    background: none;
    color: #fff;
}
td.perfomance-card__tooltip-value {
 background: none;
 color: #fff;
}

.perfomance-card__tooltip-value span {
    display: inline-block;
}

.dropdown-header {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

article .article__body .dropdown-header img {
    border-radius: 6px;
    margin-right: 0;
    border: 1px solid #d3d3d3;
    height: 60px;
    width: 60px;
    margin-bottom: 0;
}
.show-perfomance .article__title {
    padding-left: 15px;
    padding-right: 15px;
}

.show-perfomance .social-card-container .answer {
    font-size: 1rem;
    font-weight: normal;
}

.show-perfomance .perfomance-card__value,
.show-perfomance .perfomance-card__value.answer,
.show-perfomance .social-card-container .answer--number {
    color: rgb(37, 37, 37);
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 44px;
    word-break: break-all;
}

.show-perfomance .perfomance-card__wrapper .perfomance-card__value,
.show-perfomance .perfomance-card__wrapper .perfomance-card__value.answer {
    font-size: 26px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
    line-height: 30px;
    max-width: 96px;
}

.focus-area {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.focus-area__group {
    display: flex;
    flex-grow: 1;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin: 10px 0 10px;
}
@media  (max-width: 768px)  {
    .focus-area__group {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.focus-area__label-info {
    padding-left: 3px;
}

.focus-area__label-info i {
    font-size: 14px;
    font-weight: normal;
    color: #999;
}

.focus-area__property-check-value {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.focus-area__ceil {
    width: 130px;
    border: 5px dashed white;
    padding: 20px 0 20px ;
    position: relative;
}

.focus-area__property-check {
    position: relative;
    width: 115px;
    height:75px;
    margin: auto;
}

.focus-area__property-check-icon {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    font-size: 14px;
    transform: translate(-50%, -50%);
    max-width: 94%;
    line-height: normal;
}

@media  (max-width: 768px) {
    /* .focus-area__round-chart, */
    .focus-area__property-check {
        width: 75px;
        height: 75px;
    }
}

.focus-area__property-check-value  {
    display: block;
    text-align: center;
}

.focus-area__ceil-title {
    text-align: center;
    display: block;
    white-space: nowrap
}

.video-perfomance__round-chart,
.video-perfomance__property-check {
    position: relative;
    width: 75px;
    height: 75px;
    margin: auto;
}

.video-perfomance__round-chart-label {
    display: none;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    font-size: 14px;
    transform: translate(-50%, -50%);
    max-width: 94%;
    line-height: normal;
}

.video-perfomance__property-check-icon {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    font-size: 14px;
    transform: translate(-50%, -50%);
    max-width: 94%;
    line-height: normal;
}


.video-perfomance__ceil--published-at {
    padding-bottom: 38px;
    white-space: nowrap;
}
.video-perfomance__property-check-value {
    display: block;
    min-height: 26px;
}

.video-perfomance__round-chart--empty {
    border-radius: 50%;
    border: 3px solid #fafafa
}

.video-perfomance__ceil {
    width: calc(100% / 7);
    text-align: center;
    position: relative;
}
.video-perfomance__ceil-value {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: auto;
    transform: translate(-50%, 20px);
}

.video-perfomance__ceil--video {
    width: 266px;
    max-width: 266px;
}
.video-perfomance__ceil--over-all {
    border-right: 1px solid #f0f0f0;
}

th.video-perfomance__ceil--over-all {
    border-right: 1px solid transparent;
}
.video-perfomance__ceil-thumb {
    display: block;
}

.video-perfomance__ceil-thumb img {
    margin-bottom: 5px;
    margin-right: 0;
    max-width: 240px;
}

.video-perfomance__ceil-thumb span {
    white-space: normal;
}

.filters-form {
    margin-bottom: 10px;
}
.filters-form .form-group {
    margin-right: 25px;
    position:relative;
}

@media  (max-width: 768px) {
    .filters-form .form-group {
        margin-right: 0
    }
    .filters-form .form-group:last-child {
        margin-bottom: 0;
    }
    .filters-form {
        margin-bottom: 12px;
    }

    .video-perfomance__data-table .dataTables_filter {
        margin-bottom: 30px;
    }

    .video-perfomance__data-table div.dataTables_wrapper div.dataTables_filter label {
        display: block;
        text-align: center;
    }

    .video-perfomance__data-table div.dataTables_wrapper div.dataTables_filter input[type="search"] {
        display: block;
        margin-right: 0;
        max-width: 100%;
        margin-left: 0;
    }
}

.filters-form__select {
    height: 36px;
    font-size: 12px;
    min-width: 60px;
}

.datepicker--nav-title i {
    color: #4a4a4a;
}

.filters-form__input-reset {
    margin-top: 0;
    width: 21px;
    height: 21px;
    top: auto;
    bottom: 8px;
    right: 5px;
    display: none;
    float: none;
    text-align: center;
    position: absolute;
    background: transparent;
}

input[type] + button.filters-form__input-reset {
    margin-top: 0;
}

input[type].filters-form__input--date {
    padding-right: 30px;
    width: 200px;
}

.filters-form .form-control[readonly],
fieldset[disabled] .form-control {
    background-color:transparent;
    opacity: 1;
}

.datepicker--day-name {
    color: var(--theme-color);
}

.datepicker--cell.-in-range-,
.datepicker--cell.-in-range-.-focus- {
    background: rgba(193, 8, 14,.1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(193, 8, 14,.5);
    background-color: rgba(193, 8, 14,.1);
    border-radius: 0 4px 4px 0;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(193, 8, 14,.1);
    color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(193, 8, 14,.2);
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(193, 8, 14,.5);
    background-color: rgba(193, 8, 14,.1);
    border-radius: 4px 0 0 4px;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
    background: var(--theme-color);
    color: #fff;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background:rgba(193, 8, 14,.5);
}

.datepicker--cell.-current- {
    color: var(--theme-color);
}

.datepicker--cell.-current-.-in-range- {
    color: var(--theme-color);
}

.show-recommendations .dropdown-header {
    margin-bottom: 20px;
}
.show-recommendations .article__title {
    padding-left: 15px;
    padding-right: 15px;
}

 h3.youtube-report-title {
    position: relative;
    padding-right: 20px;
    word-break: break-all;
    white-space: normal;
}

h3.youtube-report-title  .caret {
    position: absolute;
    display: block;
    right: 5px;
    top:50%;
    transform: translateY(-50%);
}

.recommendations-list {
    padding-top: 15px;
}

.completeness-video-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

table.completeless-video-table {
    border: 1px solid #ececec;
    border-collapse: collapse;
}

table.completeless-video-table > tbody > tr:first-child{
    height: 125px;
    position: relative;
}

table.completeless-video-table > tbody > tr > th {
    vertical-align: bottom;
    min-height: 40px;
}

.completeless-video-table__item-title {
    white-space: normal;
}

.table-responsive__video-completness {
    position: relative;
}

.completeless-video-table__field-title {
    transform: rotate(-45deg) translate(20px, 0px);
    display: block;
    transform-origin: bottom left;
    white-space: nowrap;
    position: absolute;
}

.completeless-video-table__field-title > span {
    display: inline-block;
}

.completeless-video-table__info {
    display: inline-block;
    width: 15px;
    cursor: pointer;
    text-align: center;
}

.completeless-video-table__info i {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.check-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.check-section__item {
    width: calc(50% - 15px);
    align-items: stretch;
}

.check-section__item:nth-child(2n){
    margin-left: 30px;
}

.video-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 15px;
    margin-bottom: 35px;
    margin-top: 0;
}

.video-card {
    width: calc((100% - 60px)/3);
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    border: 1px solid #ececec;
    margin-right: 30px;
    margin-top: 30px;

}

.video-card:nth-of-type(3n) {
    margin-right: 0;
}
.video-card:nth-of-type(-n + 3) {
    margin-top: 0;
}

@media  (max-width: 1200px) {
    .video-card {
        width: calc((100% - 30px)/2);
    }
    .video-card:nth-of-type(-n + 3) {
        margin-top: 30px;
    }

    .video-card:nth-of-type(-n + 2) {
        margin-top: 0;
    }

    .video-card:nth-of-type(3n) {
        margin-right: 30px;
    }
    .video-card:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media  (max-width: 768px) {
    .video-card {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
    }

    .video-card:nth-of-type(3n) {
        margin-right: 15px;
    }
    .video-card:nth-of-type(2n) {
        margin-right: 0;
    }

    .video-card:nth-of-type(-n + 3) {
        margin-top: 15px;
    }

    .video-card:nth-of-type(-n + 2) {
        margin-top: 0;
    }
}

@media  (max-width: 600px) {
    .video-card {
        width: 100%;
        margin-right: 0;
    }

    .video-card:nth-of-type(-n + 3),
    .video-card:nth-of-type(-n + 2) {
        margin-top: 15px;
    }
    .video-card:nth-of-type(-n + 1) {
        margin-top: 0;
    }

    .video-card:nth-of-type(3n),
    .video-card:nth-of-type(2n) {
        margin-right: 0;
    }
}

.video-card__top {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}
.video-card__top a {
    display: block;
    width: 100%;
}
article .article__body  img.video-card__image {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.video-card__body {
    border-bottom: none;
    border-top: none;
    padding: 26px;
    text-align: center;
}

.video-card__body h4 {
    margin: 0;
}
.video-card__bottom {
    text-align: center;
    padding: 13px 26px;
    border-top: 1px solid #ececec;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

@media  (max-width: 480px) {
    .video-card__body {
        padding: 18px;
    }

    .video-card__bottom {
        padding: 13px 18px;
    }
}

.video-card__bottom .h6 {
    margin-bottom: 8px;
}

@media (max-width: 1200px) {
    .show-perfomance
    .perfomance-card__canvas {
        width: 100%;
        height: auto;
    }

    .show-perfomance .perfomance-card__content .perfomance-card__canvas {
        width: 80px;
        max-height: none;
    }
}

@media (max-width: 991px) {
    .show-recommendations .content-page.agency-dashboard.main-container,
    .show-perfomance .content-page.agency-dashboard.main-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .show-recommendations .container,
    .show-perfomance .container {
        padding-left: 0;
        padding-right: 0;
    }

    .show-recommendations .content,
    .show-perfomance .content {
        padding-left: 0;
        padding-right: 0;
    }

    .show-perfomance .article__title,
    .show-recommendations .article__title,
    .dropdown-header{
        padding-left: 0;
        padding-right: 0;
    }
}
.filters-form input[readonly].form-control.filters-form__input--date {
    background-color: #fcfcfc;
}

@media (max-width: 768px) {
    input[type].filters-form__input--date {
        width: 100%;
    }

    .social-card-container .boxed {
        min-height: auto;
        height: auto;
    }

    .check-section__item {
        width: calc(100%);
    }

    .check-section__item:nth-child(2n){
        margin-left: 0px;
    }
}

@media (max-width: 480px){
    .show-recommendations .content-page.agency-dashboard.main-container,
    .show-perfomance .content-page.agency-dashboard.main-container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .perfomance-card {
        padding: 1.5em;
        min-height: 0;
    }

    .monetization__status {
        margin-left: 5%;
    }

    .show-perfomance .perfomance-card__value,
    .show-perfomance .perfomance-card__value.answer,
    .show-perfomance .social-card-container .answer--number {
        font-size: 28px;
        line-height: 28px;
    }

    .show-perfomance .perfomance-card__wrapper .perfomance-card__value,
    .show-perfomance .perfomance-card__wrapper .perfomance-card__value.answer {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 0px;
    }

    .social-card-container .widget-bg-color-icon {
        margin-right: 10px;
    }
}
