.looder .skeleton {
    background: #fff;
    margin: 0 0 25px 0;
}
.looder .skeleton.skeleton--card {
    width: 500px;
    display: inline-block;
    vertical-align: text-top;
}
.looder .skeleton .skeleton--content .looder {
    background: #f6f7f8;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderSkeleton;
    -webkit-animation-timing-function: linear;
    background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 104px;
    position: relative;
}
.looder .skeleton .skeleton--content .skeleton--table .skeleton--tr {
    display: flex;
}
.looder .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--th {
    flex: 1 1 100%;
    height: 15px;
    margin: 5px 10px 15px;
}
.looder .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td {
    flex: 1 1 100%;
    height: 10px;
    margin: 5px 10px;
}
.looder .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__2 {
    flex-basis: 300%;
}
.looder .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__3 {
    flex-basis: 500%;
}
.looder .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__4 {
    flex-basis: 700%;
}
.looder .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__5 {
    flex-basis: 900%;
}
.looder .skeleton .skeleton--content .skeleton--title {
    margin: 5px 10px;
    height: 20px;
    width: 200px;
}
.looder .skeleton .skeleton--content .skeleton--hr {
    height: 2px;
    width: calc(100% - 20px);
    margin: 10px 10px 10px;
}
.looder .skeleton .skeleton--content .skeleton--line {
    height: 10px;
    width: calc(100% - 20px);
    margin: 10px;
}
.looder .skeleton .skeleton--content .skeleton--line.skeleton--line__short {
    width: 120px;
}
.looder .skeleton .skeleton--content .skeleton--circle {
    margin: 5px 10px 10px;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}
.looder .skeleton .skeleton--content .fl {
    display: inline-block;
    width: auto;
    vertical-align: text-top;
}
@-webkit-keyframes placeholderSkeleton {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}


.sai-skeleton {
    border-radius: 5px;
    /* display: flex; */

}
.sai-skeleton .square {
    height: 80px;
    border-radius: 5px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}
.sai-skeleton .line {
    height: 12px;
    margin-bottom:6px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}
.sai-skeleton-right{
    flex:1;
}
.sai-skeleton-left{
    flex:2;
    padding-right:15px;
}
.flex1{
    flex: 1;
}
.flex10{
    flex: 10;
}
.flex14{
    flex: 14;
}
.flex20{
    flex: 20;
}
.sai-skeleton .line:last-child{
    margin-bottom: 0;
}
.circle{
    border-radius: 50% !important;
    height: 140px !important;
    width: 140px;
}
.w-80{
    width: 80%;
}
.w-90{
    width: 90%;
}
@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
#survey_view .sai-skeleton{
    box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 5%);
    padding: 15px 25px;
    margin: 8px;
}