﻿@import url('../css/sb-admin-2.min.css');

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-Thin.ttf");
    font-weight: 100
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-ExtraLight.ttf");
    font-weight: 200
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-Light.ttf");
    font-weight: 300
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-Regular.ttf");
    font-weight: 400
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-Medium.ttf");
    font-weight: 500
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-SemiBold.ttf");
    font-weight: 600
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-Bold.ttf");
    font-weight: 700
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-ExtraBold.ttf");
    font-weight: 800
}

@font-face {
    font-family: "Poppins";
    src: url("../Fonts/Poppins/Poppins-Black.ttf");
    font-weight: 900
}

body {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 13px;
    height: 100vh;
    background-color: #f8f9fc
}

/*Blazored-Toast*/
.blazored-toast {
    padding: 0.5rem 1rem;
}

.blazored-toast-body p {
    font-size: 0.8rem;
}

.blazored-toast-body .blazored-toast-header .blazored-toast-close {
    font-size: 1rem;
}

.blazored-toast-body .blazored-toast-header h5 {
    font-size: 1rem;
}

.blazored-toast-icon {
    font-size: 1.5rem;
}

.display_logo {
    height: 25px;
}

@media (min-width: 576px) {
    .blazored-toast {
        width: 22rem;
        border-radius: .25rem;
    }

    .display_logo {
        height: 40px;
    }
}
/*Blazored-Toast - End*/
.mandatory:after {
    content: '*';
    color: red;
    margin-left: 3px;
}
/* custom css by kishore */
.jccard {
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}

.jccardheader {
    position: relative;
    /*background-color: #fff;*/
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 12px 15px;
    border-bottom: 1px solid #c1c1c1;
}

    .jccardheader .h4 {
        font-size: 16px;
        font-weight: 600;
        color: #1a636d;
        margin: 0;
    }

        .jccardheader .h4.small {
            font-size: 13.5px;
        }

.jccard_header_blue, .jccardheader {
    background-color: #092d5a;
}

    .jccard_header_blue .h4, .jccardheader .h4 {
        color: white;
        margin-bottom: 0px;
    }

    .jccardheader h6 {
        color: white;
        margin-bottom: 0px;
        font-size: 0.9rem;
        font-weight: 500;
    }

.jccard_subheader {
    background-color: #eff3ff;
}

    .jccard_subheader .h4 {
        font-size: 0.80rem;
        margin: 5px 0px;
        color: #000e25;
        font-weight: 600;
    }

.jccard .card-body {
    padding: 15px;
    position: relative;
}

.jc_loader {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f3f2f28c;
    left: 0;
    top: 0;
    z-index: 100;
}

    .jc_loader > .spinner {
        top: 40%;
        position: relative;
        transform: translateY(-50%);
    }

        .jc_loader > .spinner > div {
            background-color: #4e73df !important;
        }



.wcard-actions {
    display: flex;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.form-row label {
    font-weight: 500;
    font-size: 13px;
}

.form-row .form-group {
    margin-bottom: 1rem;
}

.form-row .form-control {
    font-size: 0.875rem;
    /*border: 1px solid #a6abb0;*/
    /*height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;*/
}

    .form-row .form-control:focus {
        /*box-shadow: none;*/
    }
/*.advance-filter-button {
    margin: 22px 0;
    height: 1px;
    text-align: center;
    background: #c7c7c7;
}*/
.advance-filter-button .filter-button {
    /*display: inline-block;
    padding: 6px 13px;
    background: #ffffff;
    color: #66676a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #a6abb0;
    cursor: pointer;
    border-radius: 35px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;*/
    display: inline-block;
    padding: 6px 13px;
    background: #1cc88a;
    color: #fff;
    position: relative;
    border: 1px solid #1cc88a;
    cursor: pointer;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0;
    text-transform: uppercase;
}

    .advance-filter-button .filter-button.collapsed {
        background: #ffffff;
        color: #66676a;
        border: 1px solid #a6abb0;
    }

    .advance-filter-button .filter-button i {
        margin-right: 7px;
    }

    .advance-filter-button .filter-button:hover {
        border-color: #1cc88a;
        background: #1cc88a;
        color: #fff;
    }

.form-row .btn {
    font-size: 13px;
    font-weight: 600;
    padding: 6px 24px;
    text-transform: uppercase;
    margin: 0 auto;
}

/*table.table-bordered {
        border-radius: 12px;
    }*/

.table td, .table th {
    padding: 8px;
}

.table-bordered thead th {
    border: 0px solid #dee2e6;
}

.table-bordered td {
    border: 1px solid #dee2e6;
}

table.table-bordered thead tr {
    /*background: #7891da; */
    background: #1a636d;
    color: #fff;
}

table.table-bordered th {
    font-weight: 500;
    white-space: nowrap;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e6f0;
    background-color: #1b3c9b;
    color: #fff;
    text-align: center;
}

.btn-primary {
    color: #fff;
    /*background-color: #36b9cc;
    border-color: #4ec0d0;*/
}

    .btn-primary:hover {
        color: #fff;
        /*background-color: #3e909c;
        border-color: #3e909c;*/
    }

.btn-outline-primary {
    /*color: #36b9cc;
    border-color: #36b9cc;*/
}

    .btn-outline-primary:hover {
        color: #fff;
        /*background-color: #36b9cc;
        border-color: #36b9cc;*/
    }


.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
    background-color: #1c6670;
    color: #fff;
}

.sidebar-nav .metismenu a:hover, .sidebar-nav .metismenu a:focus, .sidebar-nav .metismenu a:active {
    color: white;
    text-decoration: none;
    background: #a1c3de42;
}

/*    table.table-bordered th:first-child {
        border-top-left-radius: 12px;
    }

    table.table-bordered th:last-child {
        border-top-right-radius: 12px;
    }

table.table-bordered tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

table.table-bordered tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}*/

.table-hover tbody tr:hover {
    background-color: #f7f7ff;
    color: #000;
}



.form-subtitles {
    width: 100%;
    border-bottom: 1px solid #78261f;
    margin: 8px 5px 14px;
}

    .form-subtitles .h2 {
        font-size: 16px;
        color: #78261f;
    }

.has-buttons {
    position: relative;
}

.inline-buttons {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

    .inline-buttons .inline-icon {
        height: calc(1em + 0.75rem + 2px);
        background: #efefef;
        display: flex;
        width: calc(1em + 0.75rem + 2px);
        justify-content: center;
        align-items: center;
        color: rgba(0,0,0,0.7);
        margin-right: 5px;
        border-radius: 4px;
        pointer-events: none;
        transition: 0.3s all linear;
        opacity: 0.3;
    }

        input.form-control:hover ~ .inline-buttons .inline-icon, input.form-control:focus ~ .inline-buttons .inline-icon, .inline-buttons .inline-icon:focus, .inline-buttons:hover .inline-icon {
            opacity: 1;
            pointer-events: all;
            text-decoration: none;
        }
/*
.inline-button-info {
    position: absolute;
    bottom: 1px;
    right: 1px;
    height: 8px;
    width: 8px;
    background: #efefef;
    border-radius: 10px;
    pointer-events: none;
}*/
.static-data-viewer ul.items {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.static-data-viewer li.item {
    display: inline-block;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #dfdfdf;
    padding: 4px 0 7px;
}

.inline-card .h3, .card.transaction-history .h3 {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    color: #4e73df;
    border-bottom: 1px solid #d1d1d1;
}

.card-body.static-data-viewer {
    padding-top: 0;
    padding-bottom: 0;
}

.static-data-viewer li.item p.item-name {
    float: left;
    margin: 0;
    color: #545454;
    font-size: 12.5px;
}

.static-data-viewer li.item p.item-value {
    float: right;
    margin: 0;
    font-size: 12.5px;
    font-weight: 600;
    color: #424242;
}

.static-data-viewer li.item:last-child {
    border-bottom: 0;
}
/* new */
.overflow-card {
    position: relative;
}

.card.inline-card {
    height: 217px;
    overflow-y: hidden;
    background: #fff;
}

.auto-height {
    height: 217px;
    position: absolute;
}

.overflow-card:hover .auto-height {
    position: relative;
}

.overflow-card:hover .inline-card {
    position: absolute;
    top: 0;
    height: auto;
    overflow: unset;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 16%) 0 1px 4px;
}

    .overflow-card:hover .inline-card .h3 {
        background: #4e73df;
        color: #ffffff;
        border-top-left-radius: .35rem;
        border-top-right-radius: .35rem;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    z-index: 1;
    display: none;
}

.overflow-card:hover + .overlay {
    display: block;
}

.image-mocker {
    width: 100%;
    height: 130px;
}

.front-side-image .image-mocker {
    background: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
}

.back-side-image {
    display: none;
}

.inline-separator {
    background: #c1c1c1;
    height: 1px;
    width: 100%;
    margin: 5px 5px 20px;
}

span.mandate-icon {
    height: 20px;
    width: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-weight: 900;
    margin: 0 8px 0 0;
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}

.animate {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    animation: road-animates 1s linear infinite;
    -webkit-animation: swing 1s linear infinite;
    -moz-animation: swing 1s linear infinite;
    -o-animation: swing 1s linear infinite;
    transform-origin: center top;
    -moz-transform-origin: center top;
    -webkit-transform-origin: center top;
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    50% {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    100% {
        transform: rotateZ(5deg);
        -webkit-transform: rotateZ( 5deg);
    }
}

@keyframes swing {
    0% {
        transform: rotateZ(5deg);
    }

    50% {
        transform: rotateZ(-5deg);
    }

    100% {
        transform: rotateZ(5deg);
    }
}

@-moz-keyframes swing {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    padding: 6px 17px;
    background: none;
    font-weight: 400;
    border-color: #a6abb0;
    color: #495057;
}

    .btn-group-toggle > .btn.focus, .btn-group-toggle > .btn-group > .btn.focus {
        box-shadow: none;
    }

.transaction-history .nav-tabs {
    margin-bottom: 10px;
    border: 0;
    justify-content: center;
}

    .transaction-history .nav-tabs .nav-link {
        color: #6e707e;
    }

        .transaction-history .nav-tabs .nav-link.active {
            border: 0;
            background: #4e73df;
            border-radius: 34px;
            color: #fff;
            font-weight: 600;
        }

        .transaction-history .nav-tabs .nav-link:hover {
            border-color: transparent;
            color: #4e73df;
        }

        .transaction-history .nav-tabs .nav-link.active:hover {
            color: #fff;
        }


.card-h-100 .card {
    height: 100%;
}

.profile-card-image {
    position: relative;
}

.card-h-100 {
    margin-bottom: 15px;
}

.profile-card-flipper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);
    height: 30px;
    width: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: rgba(0,0,0,0.7);
    transition: 0.2s all linear;
}

    .profile-card-flipper:hover {
        background: #fff;
        cursor: pointer;
        color: rgba(0,0,0,1);
    }

.img-fit {
    max-width: 100%;
    max-height: 100%;
}


.address-block {
    position: relative;
    padding: 12px;
    margin-bottom: 10px;
    border-right: 1px solid #aaaaaa;
}

    .address-block:nth-child(3n) {
        border-right: 0;
    }

    .address-block p {
        margin: 0;
    }

.address-actions {
    width: 0;
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.2s width linear;
}

    .address-actions div {
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #aaaaaa;
        border-radius: 25px;
        margin-bottom: 6px;
        cursor: pointer;
    }

        .address-actions div:last-child {
            margin-bottom: 0;
        }

        .address-actions div i {
            font-size: 12px;
            color: #6c6e7e;
        }

        .address-actions div:hover {
            background: #4e73df;
        }

            .address-actions div:hover i {
                color: #fff;
            }

.address-block:hover .address-actions {
    width: 30px;
}

.grid-block .img-block {
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: 8px;
}

    .grid-block .img-block .image {
        width: 100%;
        left: 50%;
        top: 50%;
        position: relative;
        transform: translate(-50%, -50%);
    }

    .grid-block .img-block .image-name {
        position: absolute;
        bottom: 0;
        width: 100%;
        font-weight: 600;
        color: #000;
        z-index: 9;
    }

        .grid-block .img-block .image-name p {
            font-weight: 600;
            color: #3c3e42;
            z-index: 9;
            position: absolute;
            bottom: 7px;
            left: 8px;
            margin-bottom: 0;
            width: 160px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .grid-block .img-block .image-name p span {
                display: block;
                font-size: 11px;
                color: #3c3e42;
                font-weight: 500;
                width: 160px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .grid-block .img-block .image-name:before {
            content: "";
            height: 85px;
            width: 100%;
            display: block;
            position: absolute;
            bottom: 0;
            background: rgb(255,255,255);
            background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            z-index: 1;
        }

.grid-actions {
    position: absolute;
    right: 25px;
    bottom: 12px;
    z-index: 9;
    height: 0;
    overflow: hidden;
    transition: 0.2s height linear;
}

    .grid-actions div {
        width: 27px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,0.6);
        border: 1px solid #3c3e42;
        border-radius: 25px;
        margin-bottom: 6px;
        cursor: pointer;
    }

        .grid-actions div:last-child {
            margin-bottom: 0;
        }

        .grid-actions div i {
            font-size: 12px;
            color: #3c3e42;
        }

        .grid-actions div:hover {
            background: #4e73df;
            border-color: #4e73df;
        }

            .grid-actions div:hover i {
                color: #fff;
            }

.grid-block:hover .grid-actions {
    height: 60px;
}

.action-icon {
    /* width: 27px; */
    /* height: 27px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.6);
    border: 1px solid #0f3182;
    border-radius: 25px;
    cursor: pointer;
    padding: 2px 10px;
    margin-right: 5px;
    font-size: 12px;
    color: #0f3182;
}

    .action-icon i {
        margin-right: 5px;
    }

    .action-icon:hover {
        background: #0f3182;
        border-color: #0f3182;
        color: #fff;
    }

.btn-sm-round {
    border-radius: 25px;
    font-size: 12px;
}

.btn-action {
    border-radius: 0.35rem;
}

.card {
    box-shadow: 2px 2px 5px #eee;
}

.blazored-toast-container {
    z-index: 999;
}

/*Table toolbar*/
.e-toolbar .e-toolbar-items {
    //background-color: #e0e8ff;
    background-color: #1a636d;
}

/*Table header alignment*/
.header_center .e-headercelldiv {
    padding: 0 !important;
}

/*Button center alignment*/
.fa-custom-style {
    font-size: 0.75rem;
    vertical-align: middle;
    padding: 0 0 3px 3px;
}

/*Striped table*/
.sf-grid tr:nth-child(odd) {
    background-color: #7295ff0f; /* Light blue background for odd rows */
}

.sf-grid tr:nth-child(even) {
    background-color: #ffffff; /* White background for even rows */
}

.e-grid td.e-active {
    background: #b7b7b72b;
}

/*Table font-size*/
.e-headercelldiv, .e-rowcell {
    font-size: 15px !important;
}

/*Table pagination style*/
.e-pager .e-currentitem {
    background-color: #4e73df;
}

    .e-pager .e-currentitem:hover {
        background-color: #2d5be1;
    }



/*input box style*/
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), .form-group .e-date-wrapper:active {
    border-color: #3152b4;
    -webkit-box-shadow: inset 0 0 0 1px #3152b4a6;
    box-shadow: inset 0 0 0 1px #3152b4a6;
}

.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #3152b4;
    -webkit-box-shadow: inset 0 0 0 1px #3152b4a6;
    box-shadow: inset 0 0 0 1px #3152b4a6;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
    border-color: #3152b4;
}

.e-input.e-success, .e-input.e-success:focus, .e-input-group.e-success input.e-input, .e-input-group.e-control-wrapper.e-success input.e-input, .e-input-group.e-success .e-input-group-icon, .e-input-group.e-control-wrapper.e-success .e-input-group-icon, .e-input-group.e-success textarea.e-input, .e-input-group.e-control-wrapper.e-success textarea.e-input {
    border-color: #3152b4;
}

.e-input-group.e-success, .e-input-group.e-control-wrapper.e-success, .e-input-group.e-success:not(.e-float-icon-left), .e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) {
    border-color: #3152b4;
}
/*input calander*/
.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    background: #3253b4;
    border-color: #3152b4;
    color: #fff;
}

.e-input-group:not(.e-disabled) .e-input-group-icon:active, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
    background: #3253b4;
    border-color: #3152b4;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
    background: #3253b4;
    border-color: #3152b4;
    color: #fff;
}
/* text-area style*/
.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, .e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, .e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input {
    box-shadow: inset 0 0 0 1px #3152b4a6;
}

/*Checkbox style*/
.e-checkbox-wrapper .e-checkbox:focus + .e-frame, .e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame {
    /*background-color: #fff;
    border-color: rgba(0,123,255,.5);*/
    box-shadow: none !important;
}
/* radio btn style*/
.e-radio:checked + label::before {
    background-color: #425a9f;
    border-color: #3e5bb2;
}

.e-radio + label:focus::before {
    box-shadow: 0 0 0 3px rgb(100 139 255 / 26%);
}

/* toggle style*/
.e-switch-wrapper.e-focus .e-switch-inner, .e-switch-wrapper:focus .e-switch-inner, .e-css.e-switch-wrapper.e-focus .e-switch-inner, .e-css.e-switch-wrapper:focus .e-switch-inner {
    box-shadow: none !important;
}

.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
    background-color: #5174db;
    color: #fff;
}

.e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-off,
.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-on {
    top: 0;
}

.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), .e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) {
    /*background-color: #ffffff;*/
}

.e-switch-wrapper .e-switch-on, .e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-off,
.e-switch-wrapper .e-switch-handle, .e-css.e-switch-wrapper .e-switch-handle {
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.e-date-container .form-control, .e-date-container .form-control:enabled:focus {
    border: none;
    background: #ffffff00;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    /*border-right-width: 0 !important;*/
}

input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: Adds "..." if the text overflows */
}

.pre-no {
    border: 1px solid #d1d3e1;
    border-width: 1px 0px 1px 1px;
    border-radius: 0px;
}




.suf-no {
    border: 1px solid #d1d3e1;
    border-radius: 0px;
}