﻿.cssloader {
    width: 5px;
    height: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    clip-path: inset(-45px);
    box-shadow: -60px 15px,-60px 15px,-60px 15px;
    transform: translateY(-15px);
    animation: l19 1s infinite linear;
}
.help-block {
    color: #f46969;
    font-size: 0.75rem;
}
@keyframes l19 {
    16.67% {
        box-shadow: -60px 15px,-60px 15px,19px 15px
    }

    33.33% {
        box-shadow: -60px 15px, 0px 15px,19px 15px
    }

    40%,60% {
        box-shadow: -19px 15px, 0px 15px,19px 15px
    }

    66.67% {
        box-shadow: -19px 15px, 0px 15px,60px 15px
    }

    83.33% {
        box-shadow: -19px 15px, 60px 15px,60px 15px
    }

    100% {
        box-shadow: 60px 15px, 60px 15px,60px 15px
    }
}

.loader-wrapper {
    display: flex;
    gap: 50px;
    align-items: center;
}
/*
.check-label input{
    display:none;
}
.check-label >span {
    display: inline-block;
    width:18px;
    height:18px;
    padding:0.8px;
    border:1px solid #ccc;
}

.check-label > span > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 2px;
    background:#ccc;
}

.check-label input:checked + span {
    border: 1px solid #3699ff !important;
}

    .check-label input:checked + span span {
        background: #3699ff !important;
    }*/

.check-list{
    display:flex;
    flex-wrap:wrap;
}



.k-treeview .k-image{
    width:25px !important;
}

.k-grid .k-grid-header {
    font-size: 12px !important;
    padding-right:0 !important;
}
.k-grid-content{
    overflow-y:hidden
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 9999; /* Ensure loader is on top of other elements */
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center; /* Center the loader content */
}

.loading-wrapper {
    background: #fff;
    width: max-content;
    padding: 15px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lds-grid,
.lds-grid div {
    box-sizing: border-box;
}

.lds-grid {
    display: inline-block;
    position: relative;
    /* width: 80px; */
    height: 80px;
}

.gif-loader {
    width: 100%;
    height: 100%;
}

        


.pull-left-container {
    background-color: #4f8ff5;
    padding: 5px;
    color: white;
    border-radius: 15px;
    width: 26px;
    text-align: center;
    font-size: 14px;
}