:root {
    --main-font: 'Inter', system-ui, -apple-system, sans-serif;
}

html,
body {
    font-family: var(--main-font) !important;
}

button,
input,
textarea,
select,
.e-control,
.e-btn,
.e-input,
.e-grid,
.e-dropdown-btn,
.e-calendar,
.e-chart,
.sf-listview,
.sf-dialog,
.sf-tooltip {
    font-family: var(--main-font) !important;
}

body {
    overflow-y: scroll;
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

html,
body {
    background-color: #f8f9fa;
}

html,
body,
.displayText {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #283140;
}

.container {
    max-width: none;
}


.btn-primary {
    color: #fff;
    background-color: #7ac142;
    border-color: #7ac142;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #7ac142;
}


.navbar-brand {
    color: #2d323e;
    height: 26px;
}

.nav-item a.active {
    color: #7ac142;
}

.nav-item {
    color: #2d323e;
}

    .nav-item .nav-link,
    .syncfusion-blazor-icons {
        color: #283140 !important;
        font-size: 16px !important;
    }

    .nav-item a.active {
        background-color: #dfeccf !important;
        color: #283140 !important;
    }

    .nav-item .nav-link:hover {
        background-color: #f8f9fa !important;
        color: #283140 !important;
    }

.navbar-dark .navbar-brand,
a.navbar-brand,
.navbar-brand a:hover {
    color: #283140 !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px !important;
}

.top-row {
    background-color: #ffffff !important;
    border-bottom: 1px dashed #bec8d0 !important;
}

div.top-row.dx-4 {
    padding-left: 1.5rem !important;
}

h1:focus {
    outline: none;
}

a,
.btn-link {
    color: #0071c1;
}

.blue {
    background: #0b5688 !important;
    border: 1px solid #0b5688 !important;
}

.gray-icon {
    color: gray !important;
}

.red-icon {
    color: red !important;
}

/* data grid */

.card {
    border-radius: 16px;
    /*min-width: 900px;*/
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-color: #e5e7eb;
}

.e-row,
#Grid_header_table {
    height: 45px;
}

.e-grid {
    border: 1px solid #fff !important;
}

.e-headercelldiv {
    font-weight: 600 !important;
}

.e-grid .e-toolbar {
    border-top: 1px solid #fff !important;
    margin: 0 0 20px 0;
}

.e-toolbar .e-toolbar-items {
    background-color: #fff !important;
}

.e-breadcrumb {
    padding: 20px 0;
}

.e-pager {
    padding: 20px 0 !important;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
    background: #0b5688 !important;
    color: #fff !important;
}

    .e-toolbar .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
    .e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
        color: #fff !important;
    }

.e-grid.e-resize-lines .e-headercell .e-rhandler {
    border-right: 0px solid var(--color-sf-border-light) !important;
}


.e-grid td.e-active {
    background: #f0f8ea !important;
}

.tab-rectangle .e-control.e-toolbar.e-lib.e-tab-header.e-keyboard {
    width: 50% !important;
    z-index: 998;
}

.tab-rectangle .e-content.e-lib.e-touch {
    margin-top: -60px;
}

/* system */

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #7ac142;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/*<summary >
 29/05/2025 - Vinay.S - Created
 </summary >*/
.e-dialog .e-footer-content {
    border-top: none !important;
}

.e-grid .e-focused:not(.e-menu-item):not(.e-editedbatchcell) {
    box-shadow: none !important;
}

.e-dropdownbase .e-list-item:hover,
.e-dropdownbase .e-list-item.e-item-focus:hover {
    background-color: #dee2e6 !important;
}

.e-sortnumber {
    display: none !important;
}

/* icon company */
.company-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3b82f6 0%, #0b5688 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

    .company-icon i {
        font-size: 2rem;
        color: white;
    }

.image-loc {
    margin: 10px 0;
}

.noinline {
    white-space: normal !important;
    word-wrap: break-word;
    height: auto;
    min-height: 32px;
}

.e-card.card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.e-card-content {
    flex-grow: 1;
    padding-bottom: 10px;
}

.e-card-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

    .e-card-actions .d-flex.justify-content-center {
        width: 100%;
        align-items: center;
        gap: 10px;
    }

/* varie */

button:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.backbtnclass {
    position: absolute;
    bottom: 15px;
}

.nextbtnclass {
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.sf-pager {
    padding: 20px 20px 0px 20px !important;
}

.e-rowcell {
    height: 52px !important;
}

.e-acrdn-content .e-rowcell {
    height: 40px !important;
}

/* employee list */
.status-badge {
    background: #dfeccf;
    color: #58a41c;
    border-radius: 12px;
    padding: 3px 12px;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
}

.status-badge-red {
    background: #fb8586;
    color: #a8080a;
    border-radius: 12px;
    padding: 1px 12px;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
}
.status-badge-grey {
    background: #f2f2f2;
    color: #000000;
    border-radius: 12px;
    padding: 1px 12px;
    font-weight: 500;
    font-size: 12px;
    white-space: nowrap;
}

.zerobottom {
    margin-bottom: -10px !important;
}

.e-toolbar-item.e-template {
    padding-right: 22px !important;
}

.bi-download {
    color: #0b5688;
}

    .bi-download:hover {
        color: #247eb9;
    }


/* download button */

.no-caret .e-btn-icon.e-caret {
    display: none !important;
}

.no-caret .e-btn-icon.e-icon-left {
    margin: 0 auto !important;
    width: 100% !important;
}

button.no-caret span.bi.bi-download.fs-4 {
    color: white !important;
    margin: -2px 0 !important;
}

.custom-hover {
    border: none !important;
}

    .custom-hover:hover {
        background-color: #7ac142 !important;
    }

/* wizard */


.profile-image {
    width: 130px;
    height: 130px;
    background-color: #f0f0f0;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 4px;
}
.mountain-bg {
    background-image: url('/images/mountains.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -12px;
    margin-bottom: -12px;
}

/* contracts wizard */
.mountain-header {
    background-image: url('/images/mountain.jpg');
    background-position: center;
    background-size: cover;
    min-height: 100px;
    position: relative;
    margin: -14px -14px 20px -14px;
}
.card-w-box {
    min-height: 135px;
    align-content: center;
}

 

.popup-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.square-button {
    min-width: 80px;
}

.form-control:focus {
    border-color: var(--color-sf-primary-light);
    box-shadow: 0 0 0 4px var(--color-sf-primary-shadow);
}

/*Wizard styling*/

.card-opzione {
    padding: 20px !important;
    margin-bottom: 15px;
    border: 1px solid #dee2e6;
    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .card-opzione:hover {
        background-color: #f8f9fa;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    }

.icona-cerchio {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e0e4ed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.tabella {
    margin: -14px -14px 12px -10px;
}

    .tabella table {
        /*border-bottom: 1px solid #c2c4c9 !important;*/
    }

    .tabella .e-grid.sf-grid .e-gridcontent .e-content {
        height: auto;
    }

span.e-input-group-icon.e-spin-down {
    margin: -3px 0 -4px 0 !important; /* up and down arrow on input text */
}

.e-grid.sf-grid .e-table.e-inline-edit {
    height: 52px;
}

.e-grid.e-default .e-rowcell.e-lastrowcell:not(.e-xlsel-bottom-border), .e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell {
    border-bottom-width: 0px;
}

.e-card-wiz .e-card {
    padding: 0.5rem;
    font-size: 0.95rem;
}

    .e-card-wiz .e-card .e-card-actions {
        padding: 0 12px;
    }

.e-card-wiz {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    max-height: 350px;
    height: 345px;
    overflow-y: auto;
    padding-right: 10px;
    margin: 15px;
}

/* success wizard page */
.success-message-final {
    text-align: center;
    margin-bottom: 30px;
}

    .success-message-final h3 {
        font-size: 22px;
        font-weight: 600;
        color: #2c3e50;
        margin: 20px;
        text-align: center;
    }

.success-icon {
    font-size: 70px;
    color: #7ac142;
    animation: pulse 2s infinite;
    text-align: center;
}

.navigation-links {
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    flex-grow: 1;
}

.shortcut-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .shortcut-list li {
        margin-bottom: 12px;
    }

.shortcut-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    padding: 12px 15px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    color: #2c3e50 !important;
    transition: all 0.2s ease !important;
    background-color: white !important;
    border: 1px solid #e0e0e0 !important;
    text-align: left !important;
    height: auto !important;
}

    .shortcut-link:hover {
        background-color: #f0f7ff !important;
        border-color: #b3d7ff !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .shortcut-link i {
        font-size: 20px;
        margin-right: 12px;
        color: #3498db;
    }

/* Search box styling */
.search-container {
    width: 100%;
    margin-bottom: 15px;
}

    .search-container input {
        border-radius: 4px;
        padding: 8px 12px;
        border: 1px solid #ddd;
        width: 100%;
    }


.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
    height: 290px;
    align-items: start;
    grid-auto-rows: 50px;
}

/* Location card styling */
.location-card {
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

    .location-card:hover {
        background-color: #e9ecef;
    }

    .location-card.selected {
        background-color: #e9f0ff;
        border-color: #c6d8f9;
        opacity: 1;
        opacity: 1 !important;
        color: blue !important;
    }

    .location-card.disabled {
        pointer-events: none;
        opacity: 0.6;
        filter: grayscale(0.2);
    }

.location-icon {
    /* color: #6c757d; */
    margin-right: 12px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.location-name {
    font-size: 14px;
    /* color: #495057; */
}

/* Location list styling */
.locations-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
    overflow-y: auto;
    padding-right: 10px;
    margin-top: 15px;
    height: 170px;
    align-items: start;
    grid-auto-rows: 50px;
}
    .locations-list.short {
        height: 120px;
    }

    /* scrollbar style */
    .locations-list::-webkit-scrollbar {
        width: 8px;
    }

    .locations-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .locations-list::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .locations-list::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

/* Apply to All checkbox styling */
.all-selected .e-checkbox-wrapper .e-frame.e-check {
    background-color: #b0b0b0 !important;
    border-color: #b0b0b0 !important;
}

/* scrollbar style */
.locations-grid::-webkit-scrollbar {
    width: 8px;
}

.locations-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.locations-grid::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

    .locations-grid::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }


/* accordion card */

.accordion-container {
    flex: 1;
    overflow-y: auto;
}

    .accordion-container .e-grid.sf-grid .e-gridcontent .e-content {
        overflow-y: auto;
        height: auto;
    }

    /* scrollbar style */
    .accordion-container::-webkit-scrollbar {
        width: 8px;
    }

    .accordion-container::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .accordion-container::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .accordion-container::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.fixed-height-card {
    height: 350px;
    max-height: 350px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .fixed-height-card .card-body {
        padding: 1.25rem;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: 100%;
    }

.col-custom {
    flex: 0 0 auto;
    width: 49%;
}

.e-icons2:hover,
.e-icons2:hover * {
    color: red !important;
    font-weight: bold !important;
}


.accordion-ico .e-btn.e-flat.e-danger:hover,
.accordion-ico .e-btn.e-flat.e-danger:focus,
.accordion-ico .e-btn.e-flat.e-danger:active {
    background: #fff;
    border-color: #fff;
    color: red;
}

.accordion-ico .e-btn.no-caret.e-flat.e-active,
.accordion-ico .e-btn.e-flat.show-btn:hover,
.accordion-ico .e-btn.e-flat:focus,
.accordion-ico .e-btn.e-flat:active {
    background: #fff;
    border-color: #fff;
    color: gray;
}
    .accordion-ico .e-btn.no-caret.e-flat.e-active,
    .accordion-ico .e-btn.e-flat:hover,
    .accordion-ico .e-btn.e-flat.e-primary:focus,
    .accordion-ico .e-btn.e-flat.e-primary:active {
        background: #fff;
        border-color: #fff;
        color: gray;
    }

.e-upload .e-btn.e-flat.e-danger:hover, 
.e-upload .e-btn.e-flat.e-danger:focus, 
.e-upload .e-btn.e-flat.e-danger:active {
    background: #fff;
    border-color: #fff;
    color: red;
}

.mountain-bg {
    background-image: url('/images/mountains.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -12px;
    margin-bottom: -12px;
}



/* excel upload widard page */

.upload-container {
    margin: 0 -10px;
}

.file-upload-box {
    background-color: #f8f9fa;
    border-radius: 16px;
    border: 1px dashed #dee2e6;
    padding: 30px;
    text-align: center;
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.upload-content {
    z-index: 1000;
}

.upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.upload-icon {
    color: #4a89dc;
}

.file-format-info {
    color: #6c757d;
    font-size: 14px;
}

.file-buttons {
    display: flex;
    gap: 10px;
}

.select-file-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 6px;
    color: #212529;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .select-file-btn:hover {
        background-color: #e9ecef;
    }


.download-template-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e6f4ff;
    border: 1px solid #89b6f7;
    border-radius: 6px;
    color: 0066cc;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .download-template-btn:hover {
        background-color: #cce6ff;
    }

.error-message {
    color: #dc3545;
    background-color: #f8d7da;
    border-radius: 6px;
    padding: 10px 15px;
    text-align: left;
}

.success-message {
    color: #28a745;
    background-color: #d4edda;
    border-radius: 6px;
    padding: 10px 15px;
    text-align: left;
}

.e-grid .e-gridheader {
    padding-right: 0px;
    transition: padding-right 0.05s ease;
}

.e-grid.has-vertical-scrollbar .e-gridheader {
    padding-right: 14px;
}

/* tabs settings */

.tt-tabs .e-dlg-content {
    padding: 0px !important;
}

.tt-tabs .e-toolbar-items {
    padding-bottom: 14px !important;
    padding-top: 14px !important;
}

.tt-tabs .e-hscroll {
    max-width: 94%;
}

.tt-tabs .e-scroll-nav {
    top: 14px !important;
}

.dialogdetails .e-dlg-content {
    padding: 0px !important;
}

.dialogdetails .e-toolbar-items {
    padding-bottom: 14px;
    padding-top: 14px;
}

.tt-tabs .text-muted {
    padding: 10px 16px;
    margin-bottom: 0px;
}

.accordion-container.tt-tabs {
    background-color: #f8f9fa;
    margin-bottom: 10px;
    border-radius: 6px;
}

.neg-mar.tt-tabs {
    margin-top: -14px !important;
}