﻿.requiredSymbol::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-add::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle me-2"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="16"></line><line x1="8" y1="12" x2="16" y2="12"></line></svg>');
}

svg {
    width: 1.25em;
    height: 1.25em;
}

.svg-icon {
    width: 1.25em;
    height: 1.25em;
    min-width: 1.25em;
    margin: 0px 3px 0px 0px;
    vertical-align: bottom;
    color: inherit;
    font-size: 1.25em;
}

.svg-icon-add {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='white' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E%3Cpath d='M12 5l0 14' /%3E%3Cpath d='M5 12l14 0' /%3E%3C/svg%3E");
}

.svg-icon-excel {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke-width='2' stroke='white' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E %3Cpath stroke='none' d='M0 0h24v24H0z' fill='none' /%3E %3Cpath d='M14 3v4a1 1 0 0 0 1 1h4' /%3E %3Cpath d='M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4' /%3E %3Cpath d='M4 15l4 6' /%3E %3Cpath d='M4 21l4 -6' /%3E %3Cpath d='M17 20.25c0 .414 .336 .75 .75 .75h1.25a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h1.25a.75 .75 0 0 1 .75 .75' /%3E %3Cpath d='M11 15v6h3' /%3E %3C/svg%3E")
}

.swal2-html-container {
    overflow: hidden !important;
}

.k-grid td .btn-sm {
    padding: 2px 5px;
}

.k-grid-header th,
.k-grid td {
    font-size: 12px;
}

.k-grid .k-grid-header th.k-header {
    font-weight: 700;
}


.field-validation-error {
    color: #e80c4d;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.k-grid-toolbar {
    display: flex;
}

    .k-grid-toolbar input[type=text] {
        background-color: #fff;
        background-image: none;
        border: 1px solid #c2cad8;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        height: 28px;
        padding-left: 5px;
        width: auto;
        margin-left: auto;
    }

.form-control-input {
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 35px;
}

    .form-control-input.k-multiselect {
        height: inherit !important;
    }

.input-group .form-control-input {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

    .input-group .form-control-input .k-state-default {
        background-color: #fafafa;
        border-color: #f0f0f0;
        border-width: 1px;
        padding-bottom: 0.14em;
    }

input[readonly].form-control,
input[readonly].form-control-input {
    background-color: #eee;
    padding: 7px;
    pointer-events: none;
}

.form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.shade-Background {
    background-color: #eee;
    padding: 7px;
    pointer-events: none;
    min-height: 2.5em;
}

.k-list-container ul[aria-multiselectable=true] li.k-state-selected {
    background-color: #00cdd1;
    color: white;
}

.header-multiselect {
    width: 97.5%;
    text-align: center;
    background: #f9f9f9;
    padding: 5px;
    font-weight: 700;
}

.Zebra_DatePicker_Icon,
.modal-dialog .Zebra_DatePicker_Icon {
    top: 10px !important;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.custom-scroll {
    overflow-x: auto;
    overflow-y: auto;
    scroll-behavior: smooth;
}

    .custom-scroll::-webkit-scrollbar {
        height: 10px;
        width: 10px;
    }

    .custom-scroll::-webkit-scrollbar-corner {
        border-radius: 10px;
    }

    .custom-scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px lightgrey;
        border-radius: 10px;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        background: rgb(0, 0, 0);
        border-radius: 10px;
    }

        .custom-scroll::-webkit-scrollbar-thumb:hover {
            background: rgb(0, 0, 0);
        }

.k-pdf-export .k-clone,
.k-pdf-export .k-loader-container {
    display: none;
}

/* Page Template for the exported PDF */
.page-template {
    font-family: "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .page-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: none;
        color: black;
    }

    .page-template .footer {
        position: absolute;
        bottom: 30px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

    .page-template .watermark {
        font-weight: bolder;
        font-size: 300%;
        text-align: center;
        margin-top: 30%;
        color: #aaaaaa;
        opacity: 0.1;
        transform: rotate(-35deg) scale(1.7, 1.5);
    }
