/* Minification failed. Returning unminified contents.
(31,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(69,28): run-time error CSS1030: Expected identifier, found '.'
(69,45): run-time error CSS1031: Expected selector, found ')'
(69,45): run-time error CSS1025: Expected comma or open brace, found ')'
(77,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(88,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(97,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(105,59): run-time error CSS1030: Expected identifier, found ':'
(105,65): run-time error CSS1031: Expected selector, found ')'
(105,65): run-time error CSS1025: Expected comma or open brace, found ')'
(114,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(115,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(122,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(168,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(171,58): run-time error CSS1030: Expected identifier, found ':'
(171,64): run-time error CSS1031: Expected selector, found ')'
(171,64): run-time error CSS1025: Expected comma or open brace, found ')'
(182,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(269,31): run-time error CSS1046: Expect comma, found '64'
(269,36): run-time error CSS1046: Expect comma, found ')'
(288,67): run-time error CSS1046: Expect comma, found '64'
(288,72): run-time error CSS1046: Expect comma, found ')'
(410,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(500,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(506,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(512,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(513,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(524,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(525,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(541,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(547,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(553,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(557,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(566,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(567,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(591,40): run-time error CSS1046: Expect comma, found '0'
(591,44): run-time error CSS1046: Expect comma, found '/'
(598,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(602,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(605,31): run-time error CSS1046: Expect comma, found '183'
(605,38): run-time error CSS1046: Expect comma, found ')'
(606,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(617,36): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(631,43): run-time error CSS1030: Expected identifier, found ':'
(631,49): run-time error CSS1031: Expected selector, found ')'
(631,49): run-time error CSS1025: Expected comma or open brace, found ')'
(637,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(638,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(659,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(662,36): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(668,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(686,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(692,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(761,20): run-time error CSS1030: Expected identifier, found '.'
(761,33): run-time error CSS1031: Expected selector, found ')'
(761,33): run-time error CSS1025: Expected comma or open brace, found ')'
(802,30): run-time error CSS1046: Expect comma, found '46'
(802,36): run-time error CSS1046: Expect comma, found '/'
(852,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(865,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(870,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(877,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(882,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(907,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(909,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(918,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
 */
html, body {
    height: 100%;
    margin: 0;
    font-family: "Roboto", "Segoe UI Semilight", Helvetica, Arial, sans-serif;
    letter-spacing: 0.3px;
}

body {
    display: grid;
    grid-template-rows: 35px 1fr 25px;
    height: 100vh;
}

body.dialog-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

hr {
    background-color: lightgray !important;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
    
}

.header {
    background: var(--primary-color);
    color: white;
    display: flex;
    justify-content: center;
}

.main {
    display: grid;
    grid-template-rows: 35px 1fr;
    background: #f7f7f9;
    overflow: hidden;
    gap: 15px;
}

.footer {
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1px;
    border: none;
}

.breadcrumb-toolbar {
    background: #ddd;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-weight: bold;
}

.emrb-height-container {
    background: #f7f7f9;
    overflow: hidden;
    padding: 0 15px 15px 15px;
}
.k-animation-container:has(.k-list-container) {
   
}
.k-animation-container .k-list-container,
.k-animation-container .k-filter-menu,
.k-animation-container .k-list-scroller,
.k-animation-container .k-overflow-container ,
#user-menu .k-animation-container .k-group {
    border: solid 0px var(--primary-color) !important;
    box-shadow: 2px 5px 8px 0px lightgray !important;
    background-color: white !important
}


    

    .k-animation-container > .k-list-container.k-group {
        background-color: white !important;
        font-weight: bold !important;
        color: var(--primary-color) !important;
    }

.k-list-scroller .k-item,
.k-list-container .k-item,
.k-list-container .k-button {
    padding: 5px 10px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: var(--primary-color) !important;
}

#sub-menu-dashboard-index[role="menuitem"] a,
#sub-menu-mrbdashboard-index[role="menuitem"] a {
    text-transform: none !important;
}

.k-list-container, .k-filter-menu-container > .k-item:has(:hover)
{
    background-color: var(--primary-color-30) !important;
    color: var(--primary-color) !important;
}

    .k-list-container .k-item.k-state-focused.k-state-selected,
    .k-list-container .k-item.k-state-focused.k-state-selected.k-state-hover,
    .k-list-container .k-item.k-state-hover {
        background-color: var(--primary-color-30) !important;
        color: var(--primary-color) !important;
    }



.k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
}


ul#edoc-menu > li.k-item.k-menu-item.k-state-default {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    min-width: 100px;
    line-height: 2.4;
    margin-right:10px;
}

#edoc-menu li a {
    padding: 0 10px;
    line-height: 2;
}


.k-menu .k-state-active {
    background-color: transparent;
}

.k-menu .k-state-active:hover {
    background-color: #000;
    color: #fcab35 !important;
}

#user-menu .k-animation-container {
    width: 250px !important;
    right:0px;
    top:32px !important
}

#user-menu .k-animation-container .k-group {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
#user-menu .k-animation-container > ul[role=menu] li {
    background-color: white !important;
    color: var(--primary-color);
    font-weight: bold;
}
#user-menu .k-animation-container > ul[role=menu] li:has(:hover){
    background-color: var(--primary-color-30) !important
}
#user-menu .k-link.k-menu-link {
    padding: 0;
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
}

ul[role=menu] li {
    background-color: var(--primary-color) !important;
    color: #fff;
}

ul[role=menu] li:hover, .k-state-hover {
    background-color: #000;
    border-bottom: solid 2px #fcab35;
    color: #fcab35;
}

#menu-area ul li.k-item.k-menu-item.k-state-default,
#menu-area ul li.k-item.k-menu-item {
    border-bottom: solid 2px transparent;
}


#menu-area ul li.k-item.k-menu-item.k-state-default.k-state-hover,
#menu-area ul li.k-item.k-menu-item.k-state-default:hover {
    background-color: #000 !important;
    border-bottom: solid 2px #fcab35;
    color: #fcab35 !important;
    position: relative;
    z-index: 2;
}

#user-menu {
    border: none;
}

    #user-menu .k-item.k-menu-item.k-state-default.k-first.k-last.k-state-border-down.k-state-hover,
    #user-menu:hover {
        background-color: #000;
        border-bottom: solid 2px #fcab35;
        color: #fcab35;
    }

    #menu-area ul.dropdown-menu li.k-item.k-menu-item.k-state-default,
    #user-menu .k-group.k-menu-group.k-popup.k-reset.k-state-border-up
    {
        padding: 1px 10px;
    }

    #user-menu ul li.k-item.k-menu-item.k-state-default {
        padding: 5px 10px;
    }

    #user-menu .k-group.k-menu-group.k-popup.k-reset.k-state-border-up {
        font-size: 12px !important;
    }

    #menu-area ul.dropdown-menu, #user-menu .k-group.k-menu-group.k-popup.k-reset.k-state-border-up {
        border: none;
        padding: 0.5em 0;
        overflow: hidden !important;
    }

#user-display-name {
    width: fit-content;
    max-width: 500px !important;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 350;
    color: #ffffffcf;
}

#person-icon {
    font-size: 10px;
    font-weight: 600;
    color: #ffffffcf;
    border: none;
    padding: 0;
    margin-right: 5px;
}

#question-mark {
    font-size: 12px !important;
    font-weight: 600;
    color: #e9e9e9 !important;
    border-right: solid 1px #ffffff7a !important;
    padding: 0 10px;
    display: block;
}

.edoc-tooltip .tooltiptext {
    visibility: visible;
    width: 120px;
    background-color: rgb(220 64 74) !important;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px !important;
    position: absolute;
    z-index: 1;
    top: -2px !important;
    right: 95% !important;
}

    .edoc-tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent rgb(220 64 74) !important;
    }

.tooltiptext {
    animation: color-change 2.5s infinite !important;
}

.k-menu .k-animation-container {
    margin-top: 0;
}

ul.breadcrumb, ul.breadcrumb2 {
    padding: 6px 15px;
    top: 0px;
    line-height: 1.5em;
}

ul.breadcrumb li a {
    font-size: 12px;
}

ul.breadcrumb li + li:before {
    padding: 5px;
    color: #dcdcdc;
}

#breadcrumbToolbar {
    margin: 0;
    background-color: #fff;
    flex-wrap: nowrap;
    border-bottom: solid 1px #dcdfe3;
}

#breadcrumb-custom {
    display: flex;
    line-height: 1.8;
}

#breadcrumbToolbar .justify-content-end {
    margin-right: 20px;
    margin-top: 8px;
    background-color: #edeff2;
}
.k-tabstrip-items > .k-state-default > .k-link {
    color: #142e57 !important;
    font-weight: bold;
}

.k-tabstrip-items-wrapper > .k-tabstrip-items > .k-state-active {
    padding: 0 20px !important;
}

.k-tabstrip-items-wrapper > .k-tabstrip-items .k-item.k-state-hover {
    padding: 0 20px !important;
}
.k-tabstrip-items {
    gap: 20px;
}
.active-project-link {
    margin: 0;
}

.breadcrumb li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.breadcrumb.project-page li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: auto;
}

.breadcrumb li span:first-child {
    flex: 1;
}

.breadcrumb li span:last-child {
    margin-left: auto;
}

#MrbList .k-grid-content.k-auto-scrollable {
    height: calc(98vh - 290px) !important
}


#treeList .k-grid-content .k-grid-content.k-auto-scrollable {
    height: auto !important;
}

#splitter {
    height: calc(100vh - 125px) !important;
}

    #splitter .k-pane.k-scrollable {
        overflow: hidden;
        height: calc(100vh - 127px) !important;
    }

.k-grid-toolbar {
    background-color: #fff;
    border-width:0px
}

.k-widget.k-splitter {
    border-width: 0 !important;
}

.k-grid-toolbar {
    background-color: #fafafa;
}

.k-checkbox {
    -webkit-appearance: none !important;
}

.k-checkbox:checked {
    border-color: #bfbfbf;
    color: #fff;
    background-color: var(--primary-color);
}

#treeList .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 605px);
}

#treeList .k-grid-content-locked {
    height: calc(100vh - 625px);
}

#MrbList, #PoList {
    height: auto;
}

#mrbPoTab {
    height: auto !important;
}

.k-popup .k-button {
    color: #fff;
}


#listCustomSettingMenu-projectGrid .k-menu .k-state-active {
    background-color: #000000;
}

#kButtons .k-button-icontext, #kButtons .k-button,
.toolbar-buttons .k-button-icontext, .toolbar-buttons .k-button,
.k-filter-menu .k-action-buttons > button,
.k-button.k-clear-selected, k-button.k-upload-selected.k-primary {
    color: #fff !important;
    border-color: #142e57 !important;
    background-color: #142e57 !important;
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 3px;
}

    #kButtons .k-button:hover, #kButtons .k-button-icontext:hover,
    .toolbar-buttons .k-button:hover, .toolbar-buttons .k-button-icontext:hover,
    .k-filter-menu .k-action-buttons > button:hover,
    .k-button.k-clear-selected:hover, .k-button.k-upload-selected:hover,
    .k-grid .k-toolbar .k-button.k-button-icontext:hover,
    .clear-all .btn-u:hover, .clear-all button.btn-u:hover, .clear-all a.btn-u:hover,
    #poActivationDialog.k-content, #btnDialogActivate, #btnDialogClose {
        background-color: #1a3c71 !important;
        border-color: #142e57 !important;
    }

#roleGrid .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 255px) !important;
}

/*#MetaDataGrid .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 490px) !important;
}*/

#DocumentsForReview .k-grid-content.k-auto-scrollable,
#DocumentsForDocument .k-grid-content.k-auto-scrollable,
#DocumentsOverdue .k-grid-content.k-auto-scrollable,
#DocumentsForUpload .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 325px) !important;
}

#DocumentsForReview .k-grid-content-locked,
#DocumentsForDocument .k-grid-content-locked,
#DocumentsOverdue .k-grid-content-locked,
#DocumentsForUpload .k-grid-content-locked {
    height: calc(100vh - 325px) !important;
}

#DocumentsForExportDMS .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 365px) !important;
}

#DocumentsForExportDMS .k-grid-content-locked {
    height: calc(100vh - 385px) !important;
}

#DocumentList .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 395px) !important;
}

#PoList .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 355px) !important;
}
 
.btn-u, .btn-group button {
    background-color: var(--primary-color);
    border-radius: 3px;
}


    .btn-u:hover, .btn-group button:hover, .k-grid .k-toolbar .k-button:hover {
        background-color: var(--primary-color-30) !important;
    }


.k-grid .k-toolbar .k-button {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    line-height: normal;
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 3px;
}

.k-split-container > li:hover,
.k-overflow-container.k-list-container li:not(.li-status-group):hover,
.li-status-group .k-button-icontext.k-overflow-button.k-button:hover {
    background-color: var(--primary-color-30) !important;
    color: var(--primary-color) !important;
}

.k-split-container,
.k-overflow-container >
.k-button.k-state-focused,
.k-button.k-state-focused.k-state-disabled,
.k-button:focus,
.k-button:focus:hover,
.k-state-disabled .k-button.k-state-focused {
    border-color: unset !important;
    box-shadow: unset !important;
}


.k-list > .k-state-focused, .k-list > .k-state-hover {
    background-color: var(--primary-color-30) !important;
    border-width: 0px !important;
    box-shadow: unset !important
}

#reviewCode .k-state-selected, span.k-in.k-state-selected {
    background-color: var(--primary-color-30) !important;
    border-width: 0px !important;
    box-shadow: unset !important
}

#reviewCode .k-listview-item > h3 {
    color: var(--primary-color) !important;
}

.k-item.k-state-focused.k-state-selected.k-state-hover {
    background: var(--primary-color) !important;
}

.k-item.k-state-focused.k-state-selected {
    background: #000 !important;
}

.k-grid-toolbar .k-button {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

    .k-grid-toolbar .k-button:hover {
        background-color: #1a3c71;
        border-color: #142e57;
    }

.k-overflow-anchor.k-button {
    padding: 0 !important;
    width: 15px;
}

.elci-footer-a {
    color: #f16c32;
    font-size: 11px !important;
}

    .elci-footer-a:hover {
        color: #ff8752 !important;
    }

.k-popover {
    border-width: 0px !important;
    box-shadow: 6px 7px 20px 0px rgb(0 0 0 / 40%), 0 4px 5px 0 rgba(0, 0, 0, .04) !important
}

.k-popover-body {
    padding: unset !important;
    overflow-y: auto !important;
    background-color: white !important;
    color: var(--primary-color) !important
}

    .k-popover-body .notification-item{
        color:var(--primary-color)
    }
    .k-popover-header {
        border-color: rgb(183 183 183) !important;
        color: var(--primary-color) !important;
        font-weight: bold !important;
        background-color: white !important;
        padding: 5px !important
    }
    .k-popover-header .k-hstack {
        flex: 1;
        justify-content: space-between;
    }
        .k-popover-header .k-hstack #new-count {
            border-radius: 8px !important;
            background-color: var(--secondary-color)
        }

        .k-menu:not(.k-context-menu) > .k-item > .k-state-active {
            color: #fcab35 !important;
        }

#total-project-scope-grid .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 570px) !important;
}

.k-overflow-container .k-split-button {
    background-color:white !important
}
.k-overflow-container .k-split-button:has(:hover) {
    background-color: unset !important
}

.k-split-button {
    color: #fff !important;
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.k-toolbar {
    gap: 5px !important
}

    .k-toolbar > * {
        margin-top: unset !important;
        margin-bottom: unset !important;
        margin-right: unset !important;
    }

/*Menu setting*/
.custom-setting-menu {
    background-color: white !important;
}
    .custom-setting-menu ul,
    .custom-setting-menu .k-animation-container > ul > li,
    .custom-setting-menu .k-group{
        background-color: white !important;
        color: var(--primary-color) !important
    }
        .custom-setting-menu .k-animation-container > ul > li:hover {
            background-color: var(--primary-color-30) !important
        }



 .custom-setting-menu > .k-item.k-menu-item > * {
    color: var(--primary-color) !important;
    font-weight: bold
}


.column-setting-menu-padding:hover {
    background-color: unset !important;
}

.custom-setting-menu > .k-menu .k-animation-container .k-menu-group{
    padding:unset !important
}
.custom-setting-menu .k-pager-wrap.k-link:hover {
    background-color: unset !important
}

.k-treeview .k-group {
    background-color: white !important;
    color: var(--primary-color) !important;
    font-weight: bold !important
}

.k-treeview .k-in.k-state-selected,
.k-treeview .k-in:hover {
    background-color: var(--primary-color-30) !important;
    color: inherit !important;
}


.k-toolbar .k-overflow-anchor {
    height: 75% !important;
    top: 5px;
}

.k-overflow-anchor.k-button {
    width: 11px;
}

a {
    color: #0275d8;
    text-decoration: none;
}

.flex {
    display: flex;
}

.k-overflow-anchor.k-button {
    padding: 5px 0 !important;
    width: 11px;
}

.k-overflow-anchor.k-button .k-icon.k-i-more-vertical {
    font-size: 12px;
}

#kButtons{
    padding-right:20px!important;
}

.k-alt.k-master-row {
    background-color: #f7f6f9 !important;
}

.k-overflow-button.k-button.font-bold {
    font-weight: 600 !important;
}

#MetaData.k-widget.k-grid.k-grid-display-block.k-editable {
    overflow-y: auto;
}


.row-fluid {
    height: 100%;
    display:flex;
    flex-direction:column
}

.main-container {
    display: flex;
    height: 100%;
    flex-direction: column
}


.standard-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1
}

.standard-grid:has(.k-filter-row) {
    height: 100%
}

.standard-grid .k-grid-content.k-auto-scrollable {
    flex: 1;
    overflow: auto;
}

.k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item > .k-badge-circle
{
    margin-top: 6px;
}

.k-badge-circle.k-badge-md {
    width: calc(1em + 10px);
    height: calc(1em + 10px);
}

.k-badge-solid.k-badge-info {
    border-color: #b9cce4;
    color: #0f2f59;
    background-color: #e0e7f0;
}


.k-grid .k-grid-content-sticky {
    left: 0;
    right: 0;
}

.k-button, .k-header {
    font-weight: 400;
}

.k-grid tr td {
    color: #0f2f59;
    padding: 3px 5px !important;
}

.i-review-wf {
    border: 1px solid rgb(21 46 86 / 27%);
    background: #142e57;
    color: #fff;
    font-weight: 500;
}

.i-review-wf:hover {
    background: #2b4a79!important;
    color: #fff!important;
}

.bi-eye{
    color:#fff;
}

.k-loading-image {
    display: none !important;
}

.k-tabstrip-items-wrapper > .k-tabstrip-items > .k-state-active > .k-link {
    color: #e67e22 !important;
}

.k-grid-filter .k-i-filter {
    color: #b2b2b2!important;
}

.k-grid-filter .k-i-filter:hover {
    color: #969696 !important;
}

.icon-button-area {
    margin: 2px 5px;
    border: solid 1px #818181;
    border-radius: 5px;
    padding: 3px;
    color: #818181;
}

.icon-button-area:hover {
    background-color: #e8f3ff;
    border: solid 1px #0f2f59;
    color: #0f2f59;
}

.com-name:before {
    content: ""!important;
}

.com-name {
    color: var(--primary-color) !important;
    font-weight: 500;
    font-size: 15px;
}

.k-master-row.k-state-selected .k-grid-content-sticky {
    background-color: #fff;
}
    .standard-grid .k-grid-content.k-auto-scrollable {
        flex: 1;
        overflow: auto;
    }
.btn-default {
    border: 0px solid var(--primary-color);
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
}

.btn-no-background {
    background-color: white;
    color: var(--primary-color);
    border-width: 1px;
}

    .btn-default:hover {
        background: var(--primary-color-30);
    }

textarea {
    border-radius: 8px;
    border: 1px solid lightgray;
    outline: none;
    padding:5px
}
    textarea:focus, textarea:focus-visible {
        border-radius: 8px;
        border: 1px solid lightgray;
    }
.k-loading-text {
    text-indent: 0 !important;
    font-size: larger !important;
}

.k-loading-mask {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-button {
    min-height: 25px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--primary-color);
    background-color: white;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}

    .icon-button:hover {
        background-color: var(--primary-color);
        color: white;
    }

.flex-row-container {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 10px;
    background: #fff;
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: #002b65;
    cursor: move;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 20px 20px 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.3px;
}

.row.k-widget.k-wizard.k-wizard-horizontal {
    background-color: #fff!important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background-image: url('/Content/img/close-x.png') !important;
    background-size: 15px 15px;
    background-position: 0;
    right: 1.3em;
    top: 60%;
}


