﻿html {
    max-width: 100vw;
    overflow-x: hidden;
}

.page-body {
    margin-top: 0px !important;
}

.page-header {
    padding-bottom: 10px !important;
}

.main-nav {
    top: 0px !important;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
}

.alert-warning {
    color: #664d03 !important;
    background-color: #fff3cd !important;
    border-color: #ffecb5 !important;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.page-content-wrapper {
    margin-top: 66px;
    padding: 5px 25px 25px 25px;
}

    .page-content-wrapper .page-content {
        padding: 15px;
        background-color: #fff;
        border-radius: 5px;
        justify-content: space-between;
    }

        .page-content-wrapper .page-content .input-group-custom {
            padding: 7px 10px;
            background-color: #f5f7fb;
            border-radius: 0.25rem !important;
        }

        .page-content-wrapper .page-content .input-group .custom-icon {
            position: absolute;
            z-index: 8;
            top: 16px;
            left: 20px;
        }

        .page-content-wrapper .page-content .input-group .custom-input {
            padding-left: 35px;
            border: none !important;
            border-radius: inherit !important;
        }

        .page-content-wrapper .page-content .input-group .input-group-append .btn-custom {
            border: none !important;
            border-radius: inherit !important;
            background-color: inherit !important;
            color: #6c757d !important;
            padding: 6px 12px;
        }

.btn-modal-custom {
    margin-top: 30px;
}

.blazored-modal-header {
    padding: 0 !important;
    margin-bottom: 0px;
}

    .blazored-modal-header .blazored-modal-title {
        font-size: 20px !important;
    }

.add-task-btn-wrapper {
    text-align: right;
}

.btn {
    padding: 3px 28px !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 13px;
    margin-right: 5px;
}

button {
    outline: none !important;
}

.btn-icon {
    padding-right: 10px;
}

.btn-next i {
    padding-left: 10px;
}

.btn-previous i {
    padding-right: 10px;
}

.col-form-label {
    font-weight: normal;
}

.form-control {
    font-size: 13px;
    color: black;
}

.form-select-custom {
    display: none;
}

.jsgrid-grid-header {
    border: none !important;
    overflow: auto !important;
}

.jsgrid-header-cell {
    background: #b8daff !important;
    padding: 8px !important;
    color: #242934;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.jsgrid-grid-body {
    border: none !important;
    overflow: auto !important;
}

    .jsgrid-grid-body > .jsgrid-table > tbody > tr:hover td {
        background: rgba(173,181,189,.075) !important;
        color: #212529 !important;
    }

.jsgrid-cell {
    border-bottom: 2px solid #e9ecef !important;
    background: #fff !important;
    padding: 8px !important;
    font-size: 12px !important;
}

}
/**/

.jsgrid-header-cell {
    border: none !important;
}

.card-body {
    padding: 0 !important;
    padding-top: 15px !important;
    height: 86%;
}

body {
    font-size: 13px;
    overflow-x: hidden;
    font-family: Tahoma, sans-serif;
    color: #607d8b;
    background-color: #f5f7fb;
}

.fieldset-custom {
    height: calc(100vh - 180px);
    border-radius: 7px;
    padding: 0.35em 0px 0.75em;
}

.f1-step-icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    line-height: 30px !important;
}

    .f1-step-icon i {
        margin-left: 1px;
    }

.f1-progress {
    top: 16px !important;
}

.blazor_modal_digins {
    padding: 10px 15px !important;
}

.custom-select {
    margin-top: 20px;
}

.input-wrapper {
    margin-top: 12px;
}

.validation {
    margin-top: 5px;
    margin-left: 5px;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0;
    padding-right: 0px;
}

a {
    color: #2e57a6;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.btn-link {
    text-decoration: none;
}

*a {
    color: #24695c;
    text-decoration: none;
}

    *a:hover {
        text-decoration: none;
    }

*.btn:focus {
    box-shadow: none !important;
}

h6 {
    font-weight: 600;
}

p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: inherit;
}

span {
    font-weight: 500;
}

.dropdown-item:active, .dropdown-item.active {
    background-color: #24695c;
}

hr {
    background-color: #e6edef;
    opacity: 1;
}

.theme-form .col-form-label {
    color: #59667a;
}

.form-label {
    color: #59667a;
    font-weight: 500;
}

code {
    color: #24695c !important;
    background-color: rgba(36, 105, 92, 0.03);
    padding: 3px;
    margin: 0 3px;
    border-radius: 2px;
}

blockquote {
    border-left: 4px solid #e6edef;
    padding: 15px;
}

    blockquote.text-center {
        border: none;
        padding: 15px;
    }

    blockquote.text-end {
        border-left: none;
        border-right: 4px solid #e6edef;
        padding: 15px;
    }

:focus {
    outline: none;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

svg {
    vertical-align: baseline;
}

input:focus {
    outline-color: transparent;
}

.font-nunito {
    font-family: Nunito, sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.font-rubik {
    font-family: 'Rubik', sans-serif, sans-serif;
}

.media-widgets .media-body {
    margin-bottom: 30px;
}

.rating-star {
    display: flex;
    align-items: center;
}

    .rating-star li i {
        color: #f4c705;
    }

@keyframes rotateInSetting {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
    }

    to {
        transform-origin: center;
        transform: none;
    }
}

.setting-primary, .setting-secondary, .setting-white {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

    .setting-primary svg, .setting-secondary svg, .setting-white svg {
        width: 15px;
        stroke-width: 2.5px;
        animation: rotateInSetting 1.5s ease infinite;
    }

.setting-primary {
    background-color: rgba(36, 105, 92, 0.1);
}

    .setting-primary svg {
        color: #24695c;
    }

    .setting-primary i {
        color: #24695c;
    }

    .setting-primary:hover {
        background-color: #24695c;
    }

        .setting-primary:hover svg {
            color: #fff;
        }

        .setting-primary:hover i {
            color: #fff;
        }

.setting-secondary {
    background-color: rgba(186, 137, 93, 0.1);
}

    .setting-secondary svg {
        color: #ba895d;
    }

    .setting-secondary i {
        color: #ba895d;
    }

    .setting-secondary:hover {
        background-color: #ba895d;
    }

        .setting-secondary:hover svg {
            color: #fff;
        }

        .setting-secondary:hover i {
            color: #fff;
        }

.setting-white {
    background-color: rgba(255, 255, 255, 0.1);
}

    .setting-white svg {
        color: #fff;
    }

    .setting-white i {
        color: #fff;
    }

    .setting-white:hover {
        background-color: #fff;
    }

        .setting-white:hover svg {
            color: #24695c;
        }

        .setting-white:hover i {
            color: #24695c;
        }

.setting-bg-primary {
    background-color: rgba(36, 105, 92, 0.1);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

    .setting-bg-primary svg {
        width: 15px;
        color: #24695c;
        stroke-width: 2.5px;
        animation: rotateInSetting 1.5s ease infinite;
    }

.typography h1, .typography .h1, .typography h2, .typography .h2, .typography h3, .typography .h3, .typography h4, .typography .h4, .typography h5, .typography .h5, .typography h6, .typography .h6 {
    margin: 20px 0;
    margin-top: 0;
}

    .typography h1:last-child, .typography .h1:last-child, .typography h2:last-child, .typography .h2:last-child, .typography h3:last-child, .typography .h3:last-child, .typography h4:last-child, .typography .h4:last-child, .typography h5:last-child, .typography .h5:last-child, .typography h6:last-child, .typography .h6:last-child {
        margin-bottom: 0;
    }

.typography small {
    padding-left: 10px;
    color: #2c323f;
}

pre {
    background-color: rgba(36, 105, 92, 0.03);
    padding: 20px 0;
}

a:hover {
    text-decoration: none;
    color: #24695c;
}

.typography .blockquote-footer {
    background-color: #f5f7fb;
}

.owl-theme .owl-dots .owl-dot span {
    background: #3eb59f;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #24695c;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-bottom: -10px;
    margin-top: 25px;
}

.click2edit ~ .note-editor.note-frame {
    margin-bottom: 30px;
}

.note-editor p {
    color: #999;
}

.note-editor.note-frame {
    border-color: #e6edef;
}

.note-editor i {
    color: #24695c;
}

.note-editor span {
    color: #24695c;
}

.note-editor.note-frame {
    border-color: #e6edef;
}

.modal .modal-body .card {
    box-shadow: none !important;
}

.modal-dialog .modal-content .modal-body p a {
    margin-right: 0;
}

.clipboaard-container p {
    font-weight: 600;
}

.clipboaard-container h6 {
    line-height: 1.8;
}

.alert-theme button {
    top: 24px !important;
    right: 30px !important;
    color: #24695c;
}

.alert-theme span + span + span {
    border-left: 5px solid #24695c;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 14px -3px rgba(0, 0, 0, 0.2);
}

.alert-theme i {
    padding: 20px;
    padding-right: 0 !important;
    margin-right: 10px !important;
}

.alert-theme .progress {
    margin-top: -2px !important;
    height: 2px;
}

    .alert-theme .progress .progress-bar {
        background-color: #24695c;
    }

.alert-copy {
    border: 1px solid #24695c;
    line-height: 1;
    display: inline-block;
    width: 300px;
    color: #fff;
    background-color: #24695c;
    box-shadow: 3px 3px 5px 0 #9b9b9b;
}

    .alert-copy .close {
        box-shadow: none;
        color: #fff;
        line-height: 1.4;
        font-weight: 100;
    }

.ace-editor {
    height: 400px;
    width: 100%;
}

.editor-toolbar {
    width: 100% !important;
}

.CodeMirror {
    top: 0 !important;
}

.border {
    border: 1px solid #e6edef !important;
}

.irs-from, .irs-to, .irs-single {
    background: #24695c;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.row > div {
    position: relative;
}

[class*="col-"] {
    position: relative;
}

.cke_top {
    background-color: #f5f7fb;
}

.cke_wysiwyg_frame, .cke_wysiwyg_div {
    background-color: #f5f7fb;
}

.modal-header .btn-close, .modal-footer .btn-close, .modal-content .btn-close {
    position: absolute;
    top: 30px;
    right: 25px;
}

.btn-close:focus {
    box-shadow: none;
}

.my-gallery.gallery-with-description img {
    border-color: #e6edef !important;
}

.tooltipinput {
    border: none;
    background-color: none;
}

.center:focus {
    border: none;
    background-color: none;
}

.tooltipinput {
    overflow: auto;
}

/**===================== 01. General CSS Ends ==========================**/
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    height: -webkit-fill-available;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #d2f4ea;
    }

    .btn-toggle::after {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::after {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}

/*spinner*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #060707;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #060707 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.borderless {
    border: none;
    background-color: none;
    outline: 0;
    font-size: 13px;
    width: 100%;
    height: 100%;
    min-height: 40px;
}

    .borderless:focus {
        border: none;
        background-color: none;
        outline: 0;
    }

.grid_cell {
    padding: 5px !important;
}

tr.selected {
    background-color: rgba(41, 103, 182, 0.89);
    color: #FFF;
}

}

.validation-message {
    color: red;
}

.invalid {
    border: solid 0.1px red
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 25px !important
}

.boostrap-table-header {
    padding: 8px !important;
    color: #607d8b;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.dx-treeview-item {
    min-height: 0px !important;
    font-size: 13px
}

.dx-widget {
    color: inherit !important;
}


.dataField {
    background: transparent;
    border: none;
}

}

.numberType {
    text-align: end;
}

input[type=number] {
    text-align: end;
}

textarea {
    resize: none;
}

.e-view {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.sb-left {
    float: left;
}

.sb-right {
    float: right;
}

.sb-block {
    display: block;
}

.sb-table {
    display: table;
}

.sb-table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*sample header*/


.sb-header {
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    z-index: 1001;
    opacity: 100;
}


.sb-header-left, .sb-header-right {
    height: 100%;
}

#sb-header-text {
    padding-left: 22px;
    opacity: 0.87;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    text-align: left;
}

.header-logo {
    float: left;
    padding-left: 8px;
    padding-right: 22px;
}

.footer-logo {
    background: url(https://ej2.syncfusion.com/home/images/footer-logo.svg) no-repeat right;
    height: 40px;
    width: 140px;
}

.sb-header-splitter {
    float: left;
    border-left: 1px solid rgb(196, 196, 196);
    height: 32px;
    margin-top: 8px;
    padding-left: 22 px;
}

.sb-header-settings {
    display: none;
}

.product-style a {
    padding-right: 15px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    color: #363636;
    text-align: center;
    text-decoration: none;
}

    .product-style a:hover {
        color: #3C78EF;
    }

.sb-download-btn a {
    text-decoration: none;
}

.sb-download-text {
    color: #FFFFFF;
}

.sb-download-wrapper {
    padding-right: 27px;
}

.sb-download-btn:hover .sb-download-btn:focus .sb-download-btn.active {
    border-radius: 2px;
    font-family: "Roboto";
    font-weight: bold;
    color: #FFFFFF;
}

.sb-download-btn:hover {
    background: #006CE6;
}

.sb-download-btn:focus {
    background: #0051CB;
}

.sb-download-btn.active {
    background: #0036B1;
}

.sb-download-btn {
    background-color: #3C78EF;
    opacity: 100;
    border-radius: 2px;
    font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
    font-weight: 500;
    line-height: 18px;
    height: 32px;
    border-color: transparent;
}

.sb-bread-crumb h2 {
    padding-left: 20px;
    padding-top: 24px;
    padding-bottom: 10px;
    margin: 0;
}

.sb-bread-crumb h1 {
    font-size: 22px;
    padding-left: 20px;
    padding-top: 24px;
    /* padding-bottom: 10px; */
    margin: 0;
}

.category-allcontrols a, .category-text a, .crumb-sample {
    display: table;
    opacity: 0.87;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    color: #3C78EF;
    text-align: left;
    text-decoration: none;
}

.sb-bread-crumb .sb-bread-crumb-text > div {
    font-size: 15px;
    font-weight: 500;
    padding-right: 8px;
    cursor: default;
    display: table-cell;
    padding-top: 5px;
    height: 100%;
}

.sb-bread-crumb-text > div.seperator {
    font-weight: 700;
    font-size: 15px;
    vertical-align: bottom;
    /* padding-top: 5px; */
}

.content {
    overflow: auto;
    height: calc(100% - 50px);
    top: 50px;
}


.sample-content {
    top: 48px;
    background: #FFFFFF;
}

.div {
    display: block;
}

.crumb-sample {
    color: #000000;
    line-height: 18px;
}

.control-section {
    padding-left: 4px;
}

#description {
    padding-bottom: 16px;
    padding-left: 20px;
    opacity: 0.75;
    font-family: Roboto;
    font-size: 13px;
    color: #000000;
    text-align: left;
    padding-top: 14px;
}

#action-description {
    padding-left: 20px;
    padding-bottom: 15px;
    opacity: 0.75;
    font-family: Roboto;
    font-size: 13px;
    color: #000000;
    text-align: left;
}

#description-section {
    padding-left: 20px;
    padding-top: 30px;
    opacity: 0.87;
    font-family: Roboto;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    text-align: left;
}

.layout {
    display: inline-block;
    cursor: pointer;
}

#actionDes {
    opacity: 0.75;
}
/*sb-icons declaration*/

@font-face {
    font-family: 'sbicons';
    src: url(data:font/truetype;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sb-icons {
    font-family: 'sbicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sb-icon-Next:before {
    content: '\e91b';
}

.sb-icon-Previous:before {
    content: '\e91f';
}

#next-sample,
#prev-sample {
    font-size: 18px;
    border: 0.5px solid#E5E5E5;
    background: #FFFFFF;
    display: inline-table;
    padding: 2px 5px 0px 5px;
}

.sb-navigation-next a, .sb-navigation-prev a {
    color: #636363;
    text-decoration: none;
}

#prev-sample {
    border-radius: 4px 0px 0px 4px;
}

#next-sample {
    border-radius: 0px 4px 4px 0px;
    float: right;
}

    #next-sample:hover,
    #prev-sample:hover {
        background-color: #D8D8D8;
        text-decoration: none;
    }

.sb-sample-navigation {
    font-size: 18px;
    color: #5a5a5a;
    cursor: pointer;
}

.sb-custom-item {
    padding-right: 15px;
    padding-left: 30px;
    display: inline-table;
    padding-top: 20px;
}

a.e-disabled {
    cursor: not-allowed;
    opacity: 0.35;
}

@media (max-width: 550px) {

    .sb-headers {
        height: 48px;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
        z-index: 1001;
        opacity: 100;
    }

    .sb-header {
        display: none;
    }

    .syncfusion-logo {
        float: left;
        padding-left: 8px;
        padding-right: 8px;
    }

    .sync-logo {
        padding-right: 0px;
        padding-left: 8px;
        background: url(../../styles/images/SyncfusionLogo.svg) no-repeat right;
        height: 40px;
        width: 40px;
    }

    .sb-icon-notification {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
        transform: rotate(-180deg);
        color: #5D5D5D;
        opacity: 100%;
    }

    #sb-header-text {
        padding-left: 0%;
    }

    .sb-icon-notification:before {
        content: "\ea08";
    }

    .product a:hover {
        color: #5D5D5D;
        text-decoration: none;
    }
}

.e-grid .e-rowcell {
    font-size: 12px !important;
}

.required:after {
    content: " *";
    color: red;
    top: 15px;
    position: absolute;
}

.select2-container {
    width: 100% !important
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    width: 50px;
    height: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.jsgrid-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .jsgrid-cell:hover {
        white-space: unset;
    }

.e-columnheader span.e-frame.e-icons {
    display: none !important;
}

.drop-zone {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover {
        border-style: solid;
    }

.h-center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lv2-header {
    background-color: #b8daff;
}

.check-box-grid {
    height: 20px;
    width: 20px;
}

.text-center {
    vertical-align: middle !important;
}

.nav-tabs .nav-link.activetab {
    background-color: rgba(36, 105, 92, 0.1);
    border-color: #e6edef;
    color: #24695c;
}

.nav-link:hover {
    border-radius: 0px !important;
}

.form-group-1 {
    position: relative;
}

    .form-group-1 input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 12px;
        transition: border-color 0.3s ease;
    }

    .form-group-1 label {
        position: absolute;
        left: 10px;
        top: -10px;
        font-size: 12px;
        color: #607d8b;
        transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
        background-color: #ffffff;
        padding: 0 4px;
        border-radius: 4px;
        font-weight: normal;
    }


.form-group-label {
    position: absolute;
    left: 24px;
    top: 2px;
    font-size: 12px;
    color: #607d8b;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    z-index: 5;
    font-weight: normal;
}

.form-group-label-show-window {
    position: absolute;
    left: 12px;
    top: -10px;
    font-size: 12px;
    color: #607d8b;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
    background-color: #fff;
    padding: 0 4px;
    border-radius: 4px;
    font-weight: normal;
}

.blazored-modal-content {
    border-top: 1px solid var(--ds-background-input-hovered, #EBECF0);
    padding-top: 7px;
}


.select-min-height {
    height: 40px !important;
}

.row-button {
    border-top: 1px solid var(--ds-background-input-hovered, #EBECF0);
}

.prt-15 {
    padding-top: 15px !important;
    padding-right: 0 !important;
}

.css-button-bottom {
    margin-top: 20px;
    border-top: 1px solid var(--ds-background-input-hovered, #EBECF0);
    padding-top: 11px;
    position: relative;
}

.button-left {
    position: absolute !important;
    bottom: -52px;
    left: 20px
}

.button-right {
    position: absolute !important;
    bottom: -35px;
    right: 20px;
}

.css-height-35 {
    height: 35px;
}

.css-input-select-date {
    height: 35px !important;
    border: 1px solid #ccc;
    transition: border-color 0.3s ease;
    font-size: 12px;
}

.disabletreegrid {
    pointer-events: none;
    opacity: 0.4;
}

.wrapper {
    cursor: not-allowed;
}

.blazored-modal-close {
    padding: 0rem 0.5rem 1rem 1rem !important;
}

.checkbox-style {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .checkbox-style input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 15px;
        left: 15px;
        background-color: #e9e9e9;
    }

    .checkbox-style input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 19px;
        left: 22px;
    }

    .checkbox-style input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid #1d35bb;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 19px;
        left: 22px;
    }
