body {
    font-family: 'Figtree', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    font-weight: 900;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.page-heading {
    font-size: 2em;
}

.app-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.app-toolbar {
    padding-top: 1rem !important;
}

.app-content {
    padding-bottom: 1rem !important;
}

.card .card-header {
    min-height: 50px;
}

.card .card-header .card-title {
    font-size: 1.2rem;
    font-family: 'Figtree';
    font-weight: 700;
}

[data-kt-app-header-fixed=true] .app-header {
    box-shadow: 1px 1px 5px #dbdbdb78;
}

[data-kt-app-layout=light-sidebar][data-kt-app-header-fixed=true] .app-header {
    box-shadow: 1px 1px 5px #dbdbdb78 !important;
    background: white;
    border-bottom: 1px solid #eeeeee;
}

[data-kt-app-layout=light-sidebar] .app-sidebar {
    border-right: 0 !important;
    box-shadow: 1px 1px 5px #dbdbdb78;
}

.hovershowpopover {
    position: relative;
    display: inline-block;
}

.profilePopup {
    box-shadow: 0px 1px #e2e2e2;
    border: 1px solid #d2d2d2;
    border-radius: 0.625rem;
    background: white;
    padding: 15px;
    display: none;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 150px);
    color: #777777;
    font-weight: normal;
    width: 300px;
    z-index: 1111;
}

.profilePopup:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #e2e2e2;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 6px);
}

.hovershowpopover:hover>.profilePopup {
    display: block;
}

.profilepopupIcons i {
    font-size: 1.5em;
    color: #4198f1;
}

.profilepopupIcons a:hover i {
    font-size: 1.5em;
    color: #666666;
}

.profilepopupIcons a {
    margin-right: 10px;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link {
    color: #ffffff;
    padding: 1rem;
    cursor: pointer;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-arrow:after {
    background-color: #333333;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-sub .menu-item .menu-link {
    padding: 0.5rem 1rem;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon,
[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
    color: #0089ac;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #0089ac;
    font-size: 1.3em;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: 1px solid #eeeeee !important;
}

[data-kt-app-layout=light-sidebar] .app-sidebar .app-sidebar-logo a {
    padding: 5px;
    background: white;
    border-radius: 5px;
}

.app-header {
    box-shadow: none;
    border-bottom: 1px solid #eeeeee;
}

.image-input-placeholder {
    background-image: url('../media/svg/avatars/blank.svg');
}

[data-bs-theme="light"] .image-input-placeholder {
    background-image: url('../media/svg/avatars/blank-dark.svg');
}

.simple-list-example-scrollspy a {
    color: black;
    font-size: 1.2em;
    padding: 0.4em 0 0.4em 0.8em;
    border-left: 2px solid transparent;
}

.simple-list-example-scrollspy a.active {
    font-weight: bold;
    border-left: 2px solid #4198f1;
}

.label {
    color: #999999;
    font-size: 1em;
    margin-top: 10px;
}

.showval,
.form-control-plaintext {
    color: #111111;
    font-size: 1.2em;
    padding: 0.5rem 0;
}

.form-control {
    padding: 0.50rem 1rem;
    color: #111111;
    font-size: 1.2em;
}

.profileData .form-control,
.k-input.k-numerictextbox {
    padding: 0.5rem 0;
    border-width: 0 0 1px 0;
    border-radius: 0px;
    color: #111111;
    font-size: 1.2em;
}

.profileData .k-input.k-numerictextbox {
    border-bottom-color: #e1e3ea !important;
}

.profileData .form-control:disabled {
    background: transparent;
    cursor: not-allowed;
    color: #777777;
    font-weight: normal;
    border-width: 0 0 0 0;
}

.profileData .k-input-solid.k-multiselect {
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.k-input-solid:focus,
.k-input-solid.k-focus {
    box-shadow: none;
}

.profileData .k-timepicker {
    display: flex;
    font-size: 1em;
    font-weight: normal;
    padding: 0;
}

.profileData .k-input-md .k-input-inner,
.profileData .k-picker-md .k-input-inner {
    padding-block: 0;
    padding-inline: 0px;
}

.profileData .addressSearch {
    font-weight: normal;
    position: absolute;
    top: 30px;
    width: 0px;
    z-index: 10;
    transition: all 0.5s ease;
}

.profileData .addressSearch.showsearch {
    width: calc(100% - 20px);
}

.profileData .addressSearch .btn {
    display: none;
}

.profileData .addressSearch.showsearch .btn {
    display: inline-block;
}

.downloadDropdown .btn:after {
    display: none;
}

.downloadDropdown .dropdown-menu {
    z-index: 100;
}


.symbol img {
    object-fit: cover;
}

.symbolimportant {
    display: inline-block !important;
}

.btn.btn-primary {
    background-color: #008cc4;
}

.form-check-label {
    color: #5e6278;
}

.text-primary {
    color: #008cc4 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/* #org-chart{
    width:100%;
   overflow:auto;
    padding: 20px;
   height: calc(100vh - 210px); 
} */
/*#org-chart{
    padding: 20px;
}*/

#org-chart .google-visualization-orgchart-node {
    text-align: center;
    vertical-align: top;
    font-family: 'Figtree', sans-serif;
    cursor: default;
    border: 1px solid #dddddd;
    border-radius: 0px;
    box-shadow: 1px 1px 5px #dbdbdb78;
    background: #ffffff;
    min-width: 150px;
    padding: 0;
    position: relative;
}

.customBoxContainer {
    padding: 0 !important;
}

/*.customBoxContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    display:flex;
    justify-content: center;
    align-items:center;
    padding:0!important;
    background:white;
}*/

#org-chart .google-visualization-orgchart-nodesel {
    border: 1px solid #3388dd;
}

.google-visualization-orgchart-table {
    background-color: white;
}

.customBox {
    padding: 10px 10px 20px 10px;
    font-size: 12px;
    /* position: relative; */
    /* overflow: hidden; */
    min-height: 200px;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center;
    justify-content: center; */
    border: 0px solid #dddddd;
    border-radius: 0px;
    background: transparent;
}

#org-chart .customBox.SelectNode:before {
    content: '';
    /*box-shadow:0px 0px 9px 2px #cccccc;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3388dd;
}

#org-chart .customBox .name {
    font-size: 1.2em;
    font-weight: 600;
    color: #333333;
    line-height: 1.3em;
}

#org-chart .customBox.SelectNode .name {
    color: #3388dd;
}

#org-chart .customBox .title {
    font-size: 1em;
    color: #fff;
    min-height: 22px;
}

#org-chart .customBox .companyname {
    font-size: 1em;
    font-weight: 600;
    color: #ebf7fada;
    min-height: 22px;
}

#org-chart .customBox img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-bottom: 5px;
    object-fit: cover;
}

#org-chart .bottomIcons {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #E1F6FB;
    text-align: center;
    margin-top: auto;
}

#org-chart .google-visualization-orgchart-lineleft,
#org-chart .google-visualization-orgchart-lineright {
    position: relative;
}

#org-chart .google-visualization-orgchart-lineleft:after {
    content: '▼';
    position: absolute;
    top: 1px;
    left: -0.58em;
    color: #3388dd;
    font-size: 10px;
}

#org-chart .google-visualization-orgchart-lineright:after {
    content: '▼';
    position: absolute;
    top: 1px;
    right: -0.5em;
    color: #3388dd;
    font-size: 10px;
}



#kt_header_user_menu_toggle {
    position: relative;
}

#kt_header_user_menu_toggle>.symbol:hover+.menu-sub-dropdown,
.menu-sub-dropdown:hover {
    display: block;
}

#kt_header_user_menu_toggle>.menu-sub-dropdown {
    position: absolute;
    top: calc(100% - 15px);
    right: 0;
}

.menu-link:hover+.menu-sub-dropdown,
.menu-sub-dropdown:hover {
    display: block;
}

#kt_header_user_menu_toggle .menu-item {
    position: relative;
}

#kt_header_user_menu_toggle .menu-item>.menu-sub-dropdown {
    position: absolute;
    top: 0;
    right: calc(100% - 10px);
}

/* .updateLink:hover > .editDeleteAction{
    display:block;
} */
.updateLink {
    position: relative;
    overflow: hidden;
}

.updateLink .editDeleteAction {
    position: absolute;
    display: block !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 138, 173, 0.8);
    display: none;
    line-height: 50px;
    text-align: center;
}

.transparentBackground {
    background: transparent !important;
}

.mytoast {
    z-index: 1090;
}

/* Loader */
.Login_Loader {
    display: block;
    top: 0;
    z-index: 11111;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.Login_Loader .loader_progress {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.Login_Loader .loader_progress {
    top: 0;
    margin: auto;
    width: 186px;
    height: 80px;
    border-radius: 0;
    padding: 5px;
    z-index: 10500;
    background: url(../images/pleasewait.gif) center no-repeat #fff;
    border: 3px solid #4298D0;
    box-shadow: 0 0 25px rgba(0, 130, 153, .07), 0 0 25px rgba(66, 152, 208, .1) inset;
    background-size: auto 100%
}

.Login_Loader .loader_progress {
    background-size: auto 90%;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Loader ends */


.multiSelectmenu {
    position: relative;
}

.multiSelectmenu .list-group {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    display: none;
}

input.openlist:focus+.list-group {
    display: block;
}

.link-crop {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 13px;
}

.withoutarrow .dropdown-toggle::after {
    display: none;
}

#myTabContent .card .card-header {
    min-height: 1px;
    border: none;
}


/*----begin Kendo Grid------*/
.k-grid-content {
    background-color: #fafafa;
}

.k-grid .k-table-row.k-table-alt-row {
    background-color: #fafafa;
}

.k-grid td,
.k-grid .k-table-td {
    border-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

col.k-sorted,
.k-table-th.k-sorted {
    background-color: rgba(250, 250, 250, 1);
}

.k-grid-md .k-table-th {
    padding: 15px;
    font-weight: bold;
    background-color: #f5f5f5;
}

.k-filter-row.k-table-row .k-table-td {
    background-color: #f5f5f5;
    padding: 15px;
    border-color: #f5f5f5;
}

.k-textbox {
    background: white;
    border-radius: 3px;
    border: 0;
    outline: 0;
    color: inherit;
    padding: 4px 8px;
    width: 100%;
}

.k-table-td .symbol.me-5 {
    margin-right: 1rem !important;
}

div::-webkit-scrollbar,
main::-webkit-scrollbar,
ol::-webkit-scrollbar,
pre::-webkit-scrollbar,
span::-webkit-scrollbar,
ul::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

div:hover::-webkit-scrollbar-thumb,
main:hover::-webkit-scrollbar-thumb,
ol:hover::-webkit-scrollbar-thumb,
pre:hover::-webkit-scrollbar-thumb,
span:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
}

div::-webkit-scrollbar-thumb,
main::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
    background-color: #ebebeb;
    border-radius: 0 !important;
}


/*----end Kendo Grid------*/

.Login_Loader {
    display: block;
    top: 0;
    z-index: 11111;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.Login_Loader .loader_progress {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.Login_Loader .loader_progress {
    top: 0;
    margin: auto;
    width: 186px;
    height: 80px;
    border-radius: 0;
    padding: 5px;
    z-index: 10500;
    background: url(../images/pleasewait.gif) center no-repeat #fff;
    border: 3px solid #4298D0;
    box-shadow: 0 0 25px rgba(0, 130, 153, .07), 0 0 25px rgba(66, 152, 208, .1) inset;
    background-size: auto 100%
}

.Login_Loader .loader_progress {
    background-size: auto 90%;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/*--Begin Kendo confirmation popup*/
.k-dialog-wrapper .k-dialog {
    border-radius: 10px;
}

.k-dialog-titlebar {
    border-color: inherit;
    color: #111111;
    background-color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    font-weight: 600;
}

.k-dialog-actions>.k-button:nth-child(2) {
    background-color: #008CC4;
    border-color: #008CC4;
    color: white;
}

/*--end Kendo confirmation popup*/

.k-input-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #ffffff;
}

kendo-searchbar .k-input-inner {
    padding: 0.5rem 1rem;
    padding-block: 0.5rem !important;
    padding-inline: 1rem !important;
    border-radius: 0.475rem !important;
}

.k-list-item.k-selected,
.k-selected.k-list-optionlabel,
.k-list-item.k-selected:hover,
.k-selected.k-list-optionlabel:hover {
    color: #ffffff;
    background-color: #008CC4;
}

.k-chip-solid-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #ffffff;
    background-color: #008CC4;
    background-image: none;
}

.k-chip-solid-base:hover,
.k-chip-solid-base.k-hover {
    background-color: #ebebeb;
    color: #000000 !important;
}

.k-chip-content {
    width: 50px;
}



/*--set the image in proportion--*/
.symbol img,
img.rounded {
    object-fit: cover;
}

/*--end image proportion--*/

/*--begin search results hover--*/
.searchResultHolder>div {
    cursor: pointer;
}

.searchResultHolder>div:hover {
    background: #f1f1f1;
    border-radius: 20px;
    cursor: pointer;
}

/*--end search results hover--*/


/*---begin timeoff calendar--*/
.timeoffCal>tbody>tr:hover>td:after {
    content: '';
    background: red !important;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
}

.timeoffCal>tbody>tr:hover>td:first-child:after {
    display: none;
}

.timeoffCal td {
    position: relative;
}

.timeoffCal {
    width: 100%;
}

.timeoffCal {
    border-collapse: separate !important;
    border-spacing: 0;
}

.timeoffCal td,
.timeoffCal th {
    padding: 0.5em;
}

.timeoffCal th {
    text-align: center;
}

.timeoffCal td {
    width: 30px;
    text-align: center;
    border-right: 1px solid rgb(161, 165, 183);
    ;
    border-bottom: 1px solid rgb(161, 165, 183);
    ;
}

.timeoffCal td:first-child {
    width: 200px;
    text-align: left;
}

.timeoffCal th>div {
    font-weight: normal;
    text-align: center;
    font-size: smaller;
}

.timeoffCal td.weekoff {
    background-color: #f1f1f1;
}

.timeoffCal td.publicholiday {
    background-color: #f7e5e5;
}

.timeoffCal td.sickleave {
    background-color: #fff2c0;
    text-align: center;
}

.timeoffCal td.holidayleave {
    background-color: #90c7d7;
    text-align: center;
}

.timeoffCal td.lieuleave {
    background-color: #cfb2ef;
    text-align: center;
}

.timeoffCal th.today {
    position: relative;
    color: #f1416c;
}

.timeoffCal td.today {
    position: relative;
}

.timeoffCal td.today:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #f1416c;
}

.callegend>span {
    display: flex;
    line-height: 15px;
}

.callegend .sick::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff2c0;
    margin-right: 5px;
}

.callegend .holiday::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: #90c7d7;
    margin-right: 5px;
}

.callegend .lieu::before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: #cfb2ef;
    margin-right: 5px;
}

.timeoffCal thead th:not(:first-child) {
    position: sticky;
    top: 0px;
    background: white;
    border-top: 1px solid rgb(161, 165, 183);
    border-bottom: 1px solid rgb(161, 165, 183);
    border-right: 1px solid rgb(161, 165, 183);
    z-index: 2;
}

.timeoffCal tbody td:first-child {
    /* position: sticky; made this change by devdatt */   
    left: 0px;
    background: white;
    border-left: 1px solid rgb(161, 165, 183);
    border-right: 1px solid rgb(161, 165, 183);
    z-index: 3;
}

.timeoffCal thead th:first-child {
    position: sticky;
    background: white;
    border-top: 1px solid rgb(161, 165, 183);
    border-left: 1px solid rgb(161, 165, 183);
    border-right: 1px solid rgb(161, 165, 183);
    border-bottom: 1px solid rgb(161, 165, 183);
    top: 0;
    left: 0px;
    z-index: 4;
}

.tableResponsive {
    height: calc(100vh - 330px);
    overflow-y: scroll;
}

/*.timeoffCal > tbody > tr:hover > td:first-child{
    background:#e7e7e7!important;
}*/
div.tableResponsive ::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}


/*---end timeoff calendar --*/
.fs-3em {
    font-size: 3em;
}

.timeoffCal td>.text-truncate {
    width: 30px;
    text-align: center;

}

.timeoffCal td:first-child {
    width: 200px;
}

#balalcetab .border-dashed {
    border-left: 10px solid #0089ac;
}

.menu-bullet i {
    color: #0089ac;
}

.k-grid td.k-selected,
.k-grid .k-table-row.k-selected>td,
.k-grid .k-table-td.k-selected,
.k-grid .k-table-row.k-selected>.k-table-td {
    background-color: rgb(239 246 249);
}

#backgroundOverlay {
    background-color: transparent;
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    display: none;
    width: calc(100% - 225px);
    height: 100%;
}

input.ng-invalid,
select.ng-invalid,
textarea.ng-invalid {
    position: relative;
    overflow: visible;
}

input.ng-invalid+.errormsg>span,
select.ng-invalid+.errormsg>span,
textarea.ng-invalid+.errormsg>span {
    content: 'Required';
    color: red;
    position: absolute;
    right: 10px;
    top: -8px;
    background: white;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.errormsg {
    position: relative;
}

.centertd .k-cell-inner .k-link {
    justify-content: center;
}

.centerth {
    text-align: center !important;
}

.customFileUpload input[type=file]::file-selector-button {
    background-color: #008cc4 !important;
    color: white !important;
    border: transparent;
    transition: none;
}

.customFileUpload input[type=file]::file-selector-button:hover {
    background-color: #067aa8 !important;
    color: white !important;
    border: transparent;
    transition: none;
}



@media all and (max-width:1023px) {
    .app-sidebar {
        display: block;
        position: absolute;
        left: -300px;
        transition: all 0.5s ease;
        height: 100%;
    }

    .showMobileMenu {
        display: block;
        position: absolute;
        height: 100%;
        left: 0;
    }

    .app-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

i[class*="ki-solid ki-pencil"],
i[class*="fa-solid fa-floppy-disk"],
.bs-primary {
    color: var(--bs-primary) !important;
}

/* i[class*="ki-solid ki-pencil"]:hover, i[class*="fa-solid fa-floppy-disk"]:hover{
    color: var(--bs-gray) !important;
} */
.k-popup.k-grid-columnmenu-popup {
    background: whitesmoke;
}

.k-grid-header-table button.k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base {
    display: none;
}

.k-grid-header-table .k-datepicker button.k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base {
    display: block;
}
.clsWorkSpace {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    text-align: right; /* width: 137px; */
    font-size: 17px;
    color: #fbfbfb;
    cursor: pointer;
}
.txtworkspace {
    border: none;
    border-radius: 9px 0px 0px 9px;
    text-align: right;
    font-size: 20px;
    padding: 0px !important;
    margin: 0px !important;
}
.txtworkspace::placeholder { color: #cfcfcf !important;opacity: 1 !important; }

/*demo css*/
.container-demo {
    display: flex;
    flex-direction: row;
    text-align: center;
    border: 1px solid white;
}
.clsWorkSpaceDomain {
    padding: 0px !important;
}

.top {
    position: relative;
    height: 100px;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box {
    /* flex: 0 0 30px; */
    width: 250px;
    padding: 10px;

}

.flex-left {
    width: 50%;
    display: grid;
}

.flex-right {
    width: 50%;
    display: grid;
}

.k-animation-container {
    z-index: 10003;
}
.clearfix {
    overflow: auto;
  }
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.md-drppicker{
    min-width: 500px !important;
    z-index: 10000000 !important;
}
.md-drppicker .btn{
    height: 30px !important;
    width: 50px !important;
    background-color: transparent !important;
    color: black !important;
    padding: 0px !important;
    margin: 0px !important;
}.info-box {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 0px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
}.info-box .info-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}
.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}
.clsWorkSpaceDomain span {
    font-size: 20px;
}

/* Devdatt's CSS */

.k-header{
    background-color: #fff !important; color: #181c32;
} 
.k-header{ 
    border-right: none !important; }
    .k-grid tbody tr {
        background-color: #fff;
    } 
    .k-grid tbody tr:nth-child(odd) 
    { background-color: #fff; } 
    
    .k-grid tbody tr:nth-child(even) {background-color: #ffffff;}
    
    .k-filter-row.k-table-row .k-table-td { background-color: #fff !important;} 
    
    .k-grid-header .k-header{ border-right: none !important; background-color: #fff; } 
    
    .k-filter-row .k-textbox,.k-filter-row input {background-color: #fbfbfb !important; height: 36px; border: 1px solid #dbdbdb;}
    
    .k-grid-header .k-header { font-size: 16px !important;  font-weight: 600 !important; } 
    
    .k-grid tbody tr { background-color: #fff !important; }.k-grid-content{color: #fff !important; } 
    
    .k-grid-header{padding: 0px important;}
    
    .k-grid td, .k-grid .k-table-td{ font-size: 15px !important;}
    
    .k-grid-header{padding: 0px !important;}
    
    .k-virtual-scrollable-wrap::-webkit-scrollbar { width: 12px; height: 12px; }
    
    .k-grid-content{background-color: #fff !important;}
    .esstial-list {
        max-height: 200px;
        overflow-y: auto;
    }
    .table i[class*="ki-solid ki-trash"]{
        color: var(--bs-primary) !important;
    }
    .icon-tab{
        width: 58px;
    }


    .table:not(.table-bordered).table-row-bordered tr {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #dbdbdb;
    }

    .mdc-notched-outline {
        display: none !important;
      }
      
      .cdk-overlay-container,
      .cdk-global-overlay-wrapper {
        pointer-events: none;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
      }
      
      .cdk-overlay-container {
        position: fixed;
        z-index: 1000
      }
      
      .modal-open .cdk-overlay-container{
        position: fixed !important;
        z-index: 2000 !important;
      }
      
      
      .cdk-overlay-container:empty {
        display: none
      }
      
      .cdk-global-overlay-wrapper {
        display: flex;
        position: absolute;
        z-index: 1000
      }
      
      .cdk-overlay-pane {
        position: absolute;
        pointer-events: auto;
        box-sizing: border-box;
        z-index: 1000;
        display: flex;
        max-width: 100%;
        max-height: 100%;
        background-color: #fff !important;
        box-shadow: 0 4px 45px #0000001a !important;
      }
      
      .cdk-overlay-backdrop {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        pointer-events: auto;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
        opacity: 0
      }
      
      .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: 1
      }
      
      .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
        opacity: .6
      }
      
      .cdk-overlay-dark-backdrop {
        background: rgba(0, 0, 0, .32)
      }
      
      .cdk-overlay-transparent-backdrop {
        transition: visibility 1ms linear, opacity 1ms linear;
        visibility: hidden;
        opacity: 1
      }
      
      .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
        opacity: 0;
        visibility: visible
      }
      
      .cdk-overlay-backdrop-noop-animation {
        transition: none
      }
      
      .cdk-overlay-connected-position-bounding-box {
        position: absolute;
        z-index: 1000;
        display: flex;
        flex-direction: column;
        min-width: 1px;
        min-height: 1px
      }
      
      .cdk-global-scrollblock {
        position: fixed;
        width: 100%;
        overflow-y: scroll
      }
      
    /* custom css */


    ng-select {
        height: 120px;
        cursor: pointer;
        border-radius: 7px;
        padding-left: 12px;
        padding-right: 12px;
        border: 1px solid #DBDFE9;
        border-radius: .475rem;
        box-shadow: none;
        border-color: #e8eef3;
        color: #062a44;
      
      }
      
      
      .ng-dropdown-panel {
      
        background-color: #fff !important;
        padding: 4px !important;
        position: absolute !important;
        right: 1px !important;
        top: 120px !important;
        border: 1px solid #dee2e6;
        border-radius: 7px;
      }
      
      .ng-dropdown-panel::-webkit-scrollbar {
        -webkit-appearance: none;
      }
      
      .ng-dropdown-panel::-webkit-scrollbar:vertical {
        width: 6px;
      }
      
      .ng-dropdown-panel::-webkit-scrollbar:horizontal {
        height: 6px;
      }
      
      .ng-dropdown-panel::-webkit-scrollbar-thumb {
        cursor: pointer;
        border-radius: 7px;
        background-color: var(--blackColor);
      }
      
      .ng-dropdown-panel::-webkit-scrollbar-track {
        border-radius: 7px;
        background-color: #ffffff !important;
      }
      
      .ng-dropdown-panel .scroll-host::-webkit-scrollbar {
        -webkit-appearance: none;
      }
      
      .ng-dropdown-panel .scroll-host::-webkit-scrollbar:vertical {
        width: 6px;
      }
      
      .ng-dropdown-panel .scroll-host::-webkit-scrollbar-thumb {
        cursor: pointer;
        border-radius: 7px;
        background-color: #dddddd !important;
      }
      
      
      .ng-select-container::-webkit-scrollbar {
      
        -webkit-appearance: none;
      }
      
      .ng-select-container::-webkit-scrollbar:vertical {
        width: 6px;
      }
      
      .ng-select-container::-webkit-scrollbar-thumb {
        cursor: pointer;
        border-radius: 7px;
        background-color: #dddddd !important;
      }
      
      
      .ng-select-container {
        height: 36px;
        top: 8px;
      }
      
      .ng-value {
      
        background: #f0f4f7;
        padding: 8px;
        margin-left: 12px;
        border-radius: 7px;
        height: 38px;
        width: auto;
        margin-top: 10px;
      }
      
      .ng-value-label {
        margin-left: 8px;
        font-size: 14px;
      }
      
      .ng-select .ng-clear-wrapper {
        top: 7px;
      }
      
      
      
      .ng-select .ng-select-container .ng-value-container .ng-input>input {
        cursor: default;
        width: 100%;
        height: auto;
        padding: 8px;
        height: 44px !important;
        
      }
      
      .ng-input {
        padding: 6px !important;
      }
      
      .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
        padding: 8px;
      }
      
      .ng-dropdown-panel-items .ng-option-selected:hover {
      
        color: #ffffff;
      }
      
      .ng-select .ng-select-container {
        height: 94px;
        overflow-y: scroll !important;
      }
      
      .ng-select:focus {
        background-color: #009ef7;
        color: #fff;
      }
      
      .ng-option-selected {
        background-color: #009ef7;
        color: #fff;
      }
      
      .ng-option:hover {
        background-color: #009ef7;
        color: #fff;
      }

      .ngselect-sm{
        height: 36px;
       
      }

      .ngselect-sm{
        border-bottom: 1px solid #DBDFE9 !important;
      }

      ng-select .ngselect-sm{
        border: unset !important;
      }

      .ngselect-sm  .ng-select-container{
        position: absolute !important;
    top: 0px !important;
    height: 36px;
    padding-top: 3px;
    overflow-y: auto !important;
      }

      .ngselect-sm .ng-value{
     
            background: #f0f4f7 !important;
            padding-left: 8px !important;
            padding-right: 8px !important;
            padding-top: 4px !important;
            margin-left: 2px !important;
            border-radius: 4px !important;
            height: 28px !important;
            width: auto;
            margin-top: 0px !important;
      }

      .ngselect-sm .ng-clear-wrapper{
        position: absolute !important;
        right: 6px !important;
        z-index: 1000 !important;
        width: 26px !important;
      }


      .mselect-sm ng-select{
        border-bottom: 1px solid #DBDFE9 !important;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius:0px !important ;
      }


      .cal-control span input{
        border-bottom: 1px solid #DBDFE9 !important;
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius:0px !important ;
      }

      .cal-control span input:active {
       border: none !important;
      }

      .p-timepicker{
        background: #fff;
        box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
        padding: 12px;
        justify-content: flex-start !important;
      }


      .ngselect-sm .ng-dropdown-panel{
        top: 34px !important;
      }

      .swal2-html-container div p {
        font-size: 16px;
    }

    .swal2-styled.swal2-confirm{
        background-color: #008cc4;
        padding-left: 20px;
        padding-right: 20px;
    }

    .profile-tabs{
        overflow-y: hidden !important;
    }

    @media screen and (min-width: 1510px) and (max-width: 1516px) and 
               (min-height: 735px) and (max-height: 741px) {

                

                .filters-scroll-container{
                    max-height: 100px !important;
                    inset: 0px auto auto -8px !important;
                }

               }
    
    .filter-mselect .ng-value{
        background: #f0f4f7;
    padding-left: 8px;
    margin-left: 4px;
    padding-right: 10px;
    border-radius: 7px;
    height: 32px;
    width: auto;
    margin-top: 10px;
    }


    .filter-mselect .ng-value span{
        font-size: 12px;
    }

    .filter-mselect  .ng-select-container{
        height: 98px !important;
    overflow-y: auto !important;
    top: 1px;
    }

    .filter-mselect{
        padding-right: 3px;
        padding-left: 3px;
    }

    .filter-mselec .ng-select-container .ng-value-container .ng-input>input{
        margin-top: 10px !important;
    }

    @media (min-width: 1200px) {
        .fs-3 {
            font-size: 1.45rem !important;
        }
    }

    .eye-btn-field .input-group-append{
        position: absolute; 
        right: 0px;
    }

    .input-group-append{
        z-index: 9999 !important;
            max-width: 56px;
    min-width: 56px;
    }



    .eye-btn-field .input-group{
            /* border-bottom: 1px solid var(--bs-gray-300); */
            height: 35px;
    }

    .eye-btn-field input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 20%;
}

.field-masked{
    border-bottom: 1px solid #DBDFE9 !important;
        padding-bottom: 36px;
}

.btn-tog-pass{
    min-width: 50px;
    max-width: 50px;
}

app-currency.ng-star-inserted {
    width: 100%;
}

.ng-select .ng-clear-wrapper{
    position: absolute !important;
    right: 0px !important;
        z-index: 100 !important;
}

