/* shorcode render area */
.klick-sa-data {
    display: inline-block;
    width: 33.33%;
    float: left;
    padding: 0 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}
.klick-sa-inner-data{
    background: #F68D22;
    padding: 20px;
    display: inline-block;
    width: 100%;
    min-height: 200px;
}
.klick-sa-data h2 {
    color: #F68D22;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    background: #034378;
    padding: 9px;
    box-sizing: border-box;
}

/* ajax loader */
.klick-sa-data-container{
    width: 100%;
    display: inline-block;
    position: relative;

}
.klick-sa-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}
.loading-image{
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
