﻿#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-weight: bold;
}



label {
    font-weight: bold;
    display: block;
}


.rtl {
    direction: rtl;
}

/*body {
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    font-size: 18px;
    color: #343a40;*/
    /*overflow-x: hidden;*/
/*}*/


.container-fluid {
    padding: 0px;
}

.content-wrapper {
    padding: 20px 20px 20px 20px;
}

@media (max-width: 991.98px) {

    .content-wrapper {
        padding: 10px 5px 10px 5px;
    }
}

.brand-link .brand-image {
    /*float: unset;*/
    line-height: .8;
    margin-left: unset;
    /*margin-right: unset;*/
    margin-top: -3px;
    max-height: 45px;
    width: auto;
}


h3 {
    /*margin: 0 0 24px 0;
    display: block;
    width: 100%;
    text-align: left;
    color: #343a40;
    background: none;
    border: none;
    position: relative;*/
    display: none;
}

h2 {
    padding-left: 15px;
    font-size: 25px;
    /*font-weight:bold;*/
}

.k-icon.k-svg-icon.k-svg-i-filter {
    color: white !important;
}

.k-table-thead {
    background: linear-gradient(90deg, #343a40 0%, #343a40 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.k-grid {
    border: unset;
    border-style: unset;
    border-width: unset;
    border-radius: 4px;
}

    .k-grid a {
        color: #007bff;
        text-decoration: underline;
    }

        .k-grid a:hover {
            color: #007bff;
            text-decoration: underline;
        }

.k-grid-toolbar {
    border: none;
    background: #f4f6f9;
    padding: unset;
}

.k-grid-aria-root {
    border-radius: 4px;
}

.k-grid td {
    color: #343a40;
    font-size: 18px;
    padding: 8px 6px;
    border-bottom: 1px solid #f0f0f5;
}

.k-window-titlebar {
    background: linear-gradient(90deg, #343a40 0%, #343a40 100%);
    color: #fff;
    font-size: 18px;
}

.k-window-content {
    padding: 12px;
    background: #f8fafc;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 18px;
}

.k-button-flat-primary {
    color: #343a40;
    font-weight: bold;
}

    .k-button-flat-primary:hover,
    .k-button-flat-primary:focus {
        background: #f0f4f8;
        box-shadow: 0 4px 16px rgba(44, 62, 80, 0.08);
        color: #16a085;
    }

.k-checkbox:checked {
    border-color: #343a40;
    color: #fff;
    background-color: #343a40;
}

.k-form-error, .k-invalid-msg {
    color: #e74c3c;
    font-size: 18px;
}

.k-input-inner {
    font-size: 18px;
}

.k-button-text {
    
}

.k-svg-icon {
  
}


.card-header {
    font-size: 20px;
    text-align: center;
    background: linear-gradient(90deg, #343a40 0%, #343a40 100%);
    color: #fff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.form-label, .required-label {
    font-weight: 500;
    color: #343a40;
    margin-bottom: 0;
    font-size: 18px;
}

.form-text {
    color: #343a40;
    font-size: 18px;
    margin-bottom: 0;
}


.input-file {
    font-size: 18px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    padding: 4px 8px;
    width: 100%;
    background-color: #fff;
    transition: border-color 0.3s, background-color 0.3s;
    margin-bottom: 4px;
}

    .input-file:hover {
        border-color: #343a40;
        background-color: #f7f7f7;
    }

.action-label {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    background: #e0f7fa;
    color: #343a40;
    margin-right: 4px;
}


.btn {
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    transition: background 0.2s, box-shadow 0.2s;
    padding: 10px 20px;
    cursor: pointer;
    margin-top: 10px;
}

    .btn:hover {
        background: linear-gradient(90deg, #007bff 0%, #007bff 100%);
        color: #fff;
    }

.btn-success {
    background: linear-gradient(90deg, #1c6b4c 0%, #0b3d2e 100%);
    color: #fff;
}

.btn-danger {
    background: linear-gradient(90deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
}

.btn-primary {
    background: linear-gradient(90deg, #343a40 0%, #343a40 100%);
    color: #fff;
}

.btn-warning {
    background: linear-gradient(90deg, #f7b731 0%, #f5af19 100%);
    color: #fff;
}

.addNewBtn {
    margin-bottom: 15px;
    background: linear-gradient(90deg, #343a40 0%, #343a40 100%);
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    padding: 10px 22px;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    transition: background 0.2s, box-shadow 0.2s;
}

    .addNewBtn:hover {
        background: linear-gradient(90deg, #007bff 0%, #007bff 100%);
        box-shadow: 0 4px 16px rgba(44, 62, 80, 0.12);
    }


.saveBtn, .cancelBtn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    outline: none;
    margin: 0 2px;
}

.saveBtn {
    background: linear-gradient(90deg, #343a40 0%, #343a40 100%);
    color: #fff;
}

    .saveBtn:hover, .saveBtn:focus {
        background: linear-gradient(90deg, #007bff 0%, #007bff 100%);
        color: #fff;
        box-shadow: 0 4px 16px rgba(44, 62, 80, 0.12);
    }

.cancelBtn {
    background: linear-gradient(90deg, #e0e7ef 0%, #f0f4f8 100%);
    color: #343a40;
}

    .cancelBtn:hover, .cancelBtn:focus {
        background: linear-gradient(90deg, #007bff 0%, #007bff 100%);
        color: #343a40;
        box-shadow: 0 4px 16px rgba(44, 62, 80, 0.10);
    }

    /* Optional: style the icon inside the button for better alignment */
    .saveBtn .k-icon, .cancelBtn .k-icon {
        font-size: 16px;
        margin-right: 4px;
        vertical-align: middle;
    }

.editIconBtn, .deleteIconBtn {
    background: transparent;
    border: none;
    border-radius: 4px;
    padding: 6px 8px;
    margin: 0 2px;
    color: #343a40;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .editIconBtn:hover, .editIconBtn:focus {
        background: #e8f6f3;
        color: #16a085;
        box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    }

.deleteIconBtn {
    color: #e74c3c;
}

    .deleteIconBtn:hover, .deleteIconBtn:focus {
        background: #faeaea;
        color: #c0392b;
        box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    }

.saveIconBtn, .cancelIconBtn {
    background: transparent;
    border: none;
    border-radius: 4px;
    padding: 6px 8px;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

/* Save: teal/blue, matches your palette */
.saveIconBtn {
    color: #343a40;
}

    .saveIconBtn:hover, .saveIconBtn:focus {
        background: #e8f6f3;
        color: #16a085;
        box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    }

/* Cancel: blue/gray, matches your palette */
.cancelIconBtn {
    color: #343a40;
}

    .cancelIconBtn:hover, .cancelIconBtn:focus {
        background: #e0e7ef;
        color: #343a40;
        box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    }

.roundIconBtn {
    padding-right: 4px;
    border-radius: 10px;
}

a:not([href]):not([class]) {
    color: #007bff;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.2s;
}

    a:not([href]):not([class]):hover {
        color: #007bff;
        font-weight: 500;
        text-decoration: underline;
        cursor: pointer;
        transition: color 0.2s;
    }

.dataGrid {
    min-width: 1200px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.07);
    background: #fff;
    font-size: 18px;
}

.k-button-text {
    font-size: 18px;
}
.k-pager .k-button-text {
    font-size: 20px !important;
    min-width: 20px;
    min-height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

/* Optional: Make the pager bar itself a bit taller */
.k-pager {
    min-height: 3em !important;
}

.dataGrid.rtl .k-grid-toolbar {
    display: flex !important;
    justify-content: flex-end !important;
}

li > p {
    text-align: right !important;
}


.k-grid td {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    white-space: normal;
    word-wrap: break-word;
    z-index: 1000;
    position: relative;
}

    /*.k-grid td:hover {
        white-space: normal;
        word-wrap: break-word;
        z-index: 1000;
        position: relative;*/
        /*background-color: #fff;*/ /* Optional: helps readability */
    /*}*/

.required-label::after {
    content: " *";
    color: red;
}

/*For Loader to cover full page even with scroll*/
.k-loader-container,
.k-loader-container-overlay {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
}

.brand-text {
font-size:18px;

}