.block-item {
    display: block;
    border: 1px solid;
    height: 100%;
    overflow: auto;
}

.sm-block-item {
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 500;
    background-size: cover;
    background-position: center center;
}

.section-header > div label,
.section-header > div .dropdown-toggle {
    letter-spacing: 0.0625rem;
}

.dashboard-amount-item {
    flex-grow: 1;
    display: flex;
}

.sm-block-item-wrapper {
    width: 100%;
}

.dashboard-amount-item > .row {
    width: calc(100% + 2rem);
}

.block-item img,
.ico {
    max-height: 2.625rem;
}

.block-item.flex-column img {
    max-height: 11.25rem;
}

.block-item-img-wrapper {
    flex-shrink: 0;
}

.sm-block-item label,
.sm-block-item span {
    transition: color 0.2s ease-in-out;
    line-height: 1.2;
    margin-bottom: 0;
    cursor: pointer;
}

.block-item-title {
    padding: 0 1.25rem 1.25rem 1.25rem;
    margin: 0 -1.25rem 1.25rem -1.25rem;
    position: relative;
    border-bottom: 2px solid;
}

.progress-line-wrapper {
    margin: 1.25rem 0;
}

.progress-line-cnt,
.progress-line {
    height: 0.5rem;
    border-radius: 0.25rem;
}

.progress-line-cnt {
    margin-top: 0.625rem;
}

.graph-header > div:not(.dropdown) {
    line-height: 1.75rem;
}

.chart-block-header + form .chart-dates-wrapper {
    margin-top: -1.9375rem;
    width: 70%;
    float: right;
    justify-content: flex-end;
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-top: 56.25%;
}

    .video-wrapper iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100% !important;
        height: 100% !important;
    }

.imagelink-wrapper-section {
    background-repeat: no-repeat;
}

.imagelink-wrapper-section.full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.imagelink-wrapper {
    transition: opacity 0.3s ease-in-out;
}

.gridmap-viewcontainer {
    max-height: 100vh;
}

@media only screen and (max-width: 1300px) {
    .chart-dates-wrapper {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .chart-dates-wrapper {
        margin-top: 0;
        width: 100%;
        float: none;
        justify-content: flex-start;
    }
}

ul.fieldsPicker {
    list-style-type: none;
    margin: 0;
}

    ul.fieldsPicker li {
        display: inline;
    }

    ul.fieldsPicker span {
        padding-right: 0.9375rem;
    }


.account-info-block > .block-header,
.links-head-text > .block-header {
    margin-top: 0 !important;
}

.content > .fe-area section:first-child:last-child {
    margin-bottom: 0 !important;
}

.detailblock-viewcontainer {
    min-height: 60px;
}

.dashboard-facetfilters-section,
.dashboard-facetfilters-contentposition-left,
.dashboard-facetfilters-contentposition-right {
    display: flex;
    flex-direction: column;
}

.section-content,
.dashboard-facetfilters-content {
    flex-grow: 1;
}

    .section-content > .xcontent {
        height: 100%;
    }

.dynamic-filter-button-wrp {
    position: sticky;
    bottom: -1px;
    width: auto;
    z-index: 1;
}

/*Bg decoration block */
.xbgdecoration-wrap.has-background {
    padding: 1rem;
    border-radius: 8px;
}


.xbgdecoration-wrap.has-border {
padding: 1rem;
border-width: 1px;
border-style: solid;
border-radius: 8px;
}

.xbgdecoration-wrap .xblock,
.xbgdecoration-wrap .empty-space {
    background: transparent;
}

.xblock_map {
    background: transparent !important;
}

.collapsible .xbgdecoration-wrap.has-background,
.collapsible .xbgdecoration-wrap.has-border {
    padding: 0 1rem;
}
/*Bg decoration block end*/