.description-section {
    color: #9C9C9C;
    font-size: 11px;
    margin-top: 5px;
    margin-left: auto;
}


.k-edit-form-container {
    width: 100%;
}

    .k-edit-form-container .editor-label, .k-edit-label {
        float: left;
        clear: both;
        width: 25%;
        padding: .4em 0 1em;
        margin-left: 2%;
        margin-bottom: 0;
        text-align: right;
    }

    .k-edit-field, .k-edit-form-container .editor-field {
        float: right;
        clear: right;
        width: 65%;
        margin-right: 2%;
        margin-bottom: 0;
        padding: 0;
    }


.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.k-loader-container {
    z-index: 999999;
}

.k-loader-container-overlay {
    opacity: .8;
}

.swal2-container {
    z-index: 9999999 !important;
}

.custom-error {
    color: red;
    display: block;
}

.not-link {
    cursor: pointer;
}