/* File Updated On : 7-05-2025  */

@charset "utf-8";
/* CSS Document */

body {
  /* background-color: #f8f8f8 !important; */
  font-family: Segoe UI, arial, sans-serif !important;
  color: #242424 !important;
}

.p0 {
  padding: 0px !important;
}

.m0 {
  margin: 0px !important
}

.plr8 {
  padding: 0px 8px;
}

.plr9 {
  padding: 0px 0px;
}

.mlr0 {
  margin-right: 0px;
  margin-left: 0px;
}

/* Scrollbar CSS */
* {
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: #d1d1d1 #f8f8f8;
  /* For Firefox */
}

/* For WebKit browsers (Chrome, Edge, Safari) */
*::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

*::-webkit-scrollbar-track {
  background: #f8f8f8;
  /* Track background */
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  /* Thumb color */
  border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0
    /* Thumb color on hover */
}

/* Scrollbar CSS */


/* Header CSS */

.main-header {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d2;
  padding: 0px;
  position: fixed;
  z-index: 2;
  top: 0;
}

.main-header .main-menu {
  padding: 8px 16px;
  margin: 0px;
}

.main-header .main-logo {
  height: 50px !important;
}

.navbar {
  padding: 0px !important;
}

.search-bar .main-search {
  width: 60%;
}

.s-icon {
  position: relative;
  top: 2px;
  left: 10px;
}

.menu-tabs {
  justify-content: end;
  padding-right: 0px;
}

.menu-tabs .navbar-expand .navbar-nav .nav-link {
  padding: 0;
}

.menu-tabs1 {
  gap: 10px;
}

.lang input.form-control {
  width: 3rem;
  padding: .25rem;
  border: none;
  margin-bottom: 0.5em;
}

.tp-lang-menu {
  background: #fff;
  border: none;
  margin-top: 10px;
}

.btn-chevron {
  padding: 0rem;
  margin-bottom: 0.5rem;
}

.c-icon {
  width: 1rem;
  rotate: 90deg;
  margin-bottom: 0.25rem;
}

.f-icon {
  margin-right: 4px;
  margin-bottom: 4px;
}

.m-link .btn {
  /* background-color: #fff; */
  padding: 4px 8px;
}

.m-link .btn:hover,
.m-link .btn:focus {
  background-color: #e0e0e0 !important;
  box-shadow: none;
}

.m-link .bar {
  width: 8px;
  height: 8px;
  background: #0E6BBB;
  border-radius: 15px;
  position: relative;
  bottom: 36px;
  left: 36px;
}

.m-link1 .btn {
  padding: 0px;
}

.m-link1 .btn:focus {
  box-shadow: none;
}

.profile-icon {
  width: 38px;
  height: 38px;
  border-radius: 50px;
}

.profile-icon-txt {
  font-size: 18px;
  padding: 3px;
  border: 1px solid #d2d2d2;
  border-radius: 200px;
  background-color: #f0f0f0;
  width: 34px;
  height: 34px;
  color: #242424;
  font-weight: 500;
}

.profile-icon-txt1 {
  font-size: 44px;
  padding: 8px 16px;
  border: 1px solid #d2d2d2;
  margin-right: 8px;
  border-radius: 200px;
  background-color: #f0f0f0;
  width: 84px;
  height: 84px;
  color: #242424;
  font-weight: 500;
}

.integration-icon {
  width: 26px;
}

.profile-txt {
  padding: 10px 16px 8px;
  font-size: 14px;
}

.profile-txt1 {
  padding: 16px;
  font-size: 14px;
  text-align: end;
}

.new-profile li {
  padding: 0 !important;
}

.new-profile .dropdown-menu a {
  padding: 0 10px !important;
}

.m-link1 li.p-tabs {
  width: 95%;
  margin-bottom: 4px;
  padding: 10px 16px;
}

.m-link1 li.p-tabs a {
  padding: 0px !important;
  color: #242424 !important;
  font-size: 16px;
}

.m-link1 li.p-tabs:hover,
.m-link1 li.p-tabs:focus {
  background-color: #f0f0f0 !important;
  font-size: 16px !important;
  border-radius: 2px !important;
}

.m-link1 .hr-bdr {
  border-color: #d2d2d2 !important;
  margin-bottom: 8px !important;
  margin-top: 0px !important;
  margin-left: 6px;
  margin-right: 6px;
}

.menu-tabs .notifications {
  width: 320px;
  position: absolute !important;
  left: -232px !important;
  padding: 16px !important;
}

.menu-tabs .close-icon {
  position: absolute;
  right: 16px;
  top: 12px;
}

.notifications .msgs {
  margin: 4px;
}

.msgs .list-group-item {
  margin-bottom: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 12px;
  background-color: transparent;
}

.msgs .list-group-item:hover {
  background: #fafafa;
}

.msgs .list-group-item.active {
  background: transparent;
  border-left: 2px solid #0F6CBD;
  color: #242424;
  background-color: transparent;
}

.msgs .task-badge {
  padding: 0px;
  text-align: center;
  margin-right: 12px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: transparent;
}

.msgs .task-badge .card-body {
  padding: 8px 12px;
}

.msgs .task-badge h3 {
  font-size: 16px;
}

.msgs .task-badge h6 {
  padding-bottom: 6px;
  font-size: 14px;
}

.msgs .description h5 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 4px;
}

.msgs .description p {
  margin: 4px 0px;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
}

.notification-tab {
  margin-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
}

.notification-tab .nav-link {
  margin: 0px;
  margin-right: 10px;
  padding: 10px !important;
  border-top: 1px transparent;
  border-left: 1px transparent;
  border-right: 1px transparent;
  border-bottom: 2px solid #fff;
  color: #616161;
}

.notification-tab .nav-link.active {
  color: #242424;
  background-color: #fff;
  border-bottom: 2px solid #0F6CBD !important;
}

.notification-tab .nav-link:hover {
  color: #242424;
  background-color: #fff;
  border-bottom: 2px solid #0F6CBD !important;
}

.p-menu {
  width: 300px;
}

.profile-icon-l {
  width: 80px;
  margin-right: 12px;
  border-radius: 200px;
}

.p-menu h5 {
  font-size: 20px;
}

.p-menu p {
  font-size: 14px;
  margin-bottom: 6px;
}

.admin-btn {
  border-top: 1px solid #d2d2d2;
  background-color: #f5f5f5;
  margin-bottom: 0px !important;
  width: 100% !important;
  margin-top: 8px;
  padding: 16px 24px !important;
}

.integrations-menu {
  right: 60px;
  background-color: #fff !important;
}




/*** Top Menu ***/

.new-navbar {
  background: #fff;
  border-bottom: none;
  border-top: 1px solid #d2d2d2;
}

.new-navbar .nav-link:hover {
  background: #f0f0f0;
}

.new-navbar .navbar-nav>li>a:focus,
.new-navbar .navbar-nav>li>a:hover,
.new-navbar .navbar-nav>li>a.active {
  background-color: #f0f0f0;
  font-size: 16px !important;
}

.new-navbar .navbar-nav>li>a {
  font-size: 16px;
  color: #242424 !important;
  border-radius: 4px;
  padding: 8px 16px !important;
}

.new-navbar .dropdown-toggle::after {
  display: none;
}

.top-menu .c-offcanvas {
  left: 0;
  padding: 1rem 0;
  overflow-y: scroll;
}

.dropdown-menu {
  background-color: #fff !important;
  border-radius: 2px !important;
  min-width: 180px !important;
  padding: 2px;
  text-align: left;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.14) !important;
  border: none !important;
}


.dropdown-item:hover {
  background-color: #f0f0f0;
  border-radius: 2px;
  text-decoration: none;
}

/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color: #f0f0f0!important; font-size:16px !important; border-radius: 2px!important;}

 .dropdown-menu > li > a {color: #000 !important; padding: 10px !important; font-size: 16px !important; border-bottom: 0px solid #a7e7ff;} */


.dropdown-submenu {
  position: relative;
}


.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

/* .dropdown-submenu>a:after {display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px;}

.dropdown-submenu:hover>a:after {border-left-color: #fff;} */

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}


/* Top Menu css */
.tm1 {
  display: none;
}

/*** Top Menu ***/



/*** Blue Sidebar Menu ***/

.new-sidebar .anchor-menu {
  z-index: 3;
  width: 60px !important;
  min-width: inherit !important;
  max-width: inherit !important;
  background: #168FCE;
  color: #fff;
  text-align: center;
  padding-bottom: 50px !important;
  position: fixed;
  left: 0px;
  top: 64px;
  height: 100%;
}

/* .new-sidebar .main-icon svg{color: #fff; fill: #fff; stroke: #fff} */



/* .new-sidebar .main-icon{
&:hover svg {
fill: #fff; 
}
&:hover svg {
stroke: #fff;
stroke-opacity: 0;	
}	
}
.new-sidebar-icon{
&:hover svg {
stroke: #fff;
stroke-opacity: 1 !important;	
	}
} */

.anchor-links {
  padding: 8px 6px;
  display: block;
  line-height: 45px;
  height: 60px;
}

.anchor-links:hover {
  background: #0d6ea3;
}

.new-sidebar h1 {
  color: #fff;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: inherit;
}

.new-sidebar h1:hover {
  color: #fff !important;
}

/* .new-sidebar ul li a:hover {color: #fff!important;} */

.new-sidebar a:hover h1 {
  color: #fff !important;
}

.new-gear {
  width: 60px !important;
  min-width: inherit !important;
  max-width: inherit !important;
  /* background: #0d6ea3; */
  border-radius: 0px !important;
  padding: 5px;
  position: fixed !important;
  left: 0px !important;
  bottom: 36px;
}

.new-gear:hover {
  /* background: #0a5882; */
  background: #0d6ea3;
}

.new-gear {
  &:hover svg {
    fill: none !important;
  }
}

.new-sidebar .dropdown-toggle::after {
  display: none;
}


.a-t-menu {
  top: 106px !important;
}


/* sidebar */


.sidebar {
  position: fixed;
  top: 67px;
  left: 60px;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding-bottom: 30px;
  border-right: 1px solid #d2d2d250;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
}

.sidebar-expand {
  width: 250px;
}

.sidebar-collapse {
  width: 60px;
}

.sidebar .logo-details {
  height: 60px;
  width: 100%;
  padding: 16px 8px 16px 20px;
}

.sidebar .nav-links {
  height: 100%;
  padding: 0px 0 150px 0;
  overflow: auto;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
  color: #242424;
}

.sidebar .nav-links li.arrow:hover {
  background: #f0f0f0;
  cursor: pointer;
}

.sidebar .nav-links li.arrow:hover .sb-icon-f {
  fill: #2886DE;
}

.sidebar .nav-links li.arrow:hover .sb-icon-s {
  stroke: #2886DE;
}

.sidebar .nav-links li .icon-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-tab-active {
  background: #f0f0f0;
}

.menu-tab-active .sb-icon-s {
  stroke: #2886DE;
}

.menu-tab-active .sb-icon-f {
  fill: #2886DE;
}

.c-icon1 {
  width: 1rem;
  rotate: 90deg;
  margin-right: 1rem;
}

.sidebar-collapse:hover {
  width: 250px;
}

.sidebar-collapse .nav-links li a .link_name {
  display: none;
}

.sidebar-collapse:hover .nav-links li a .link_name {
  display: block;
}

/* .sidebar-collapse .pin-icon {
  display: none;
} */

.sidebar-collapse:hover .pin-icon {
  display: block;
  padding: 2px 6px;
}

.sidebar .nav-links li a .link_name {
  font-size: 16px;
  font-weight: 400;
  color: #242424;
  margin-left: 0.8rem;
  text-align: left;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #242424;
  font-size: 16px;
  padding: 0.25rem 1rem;
  font-weight: 400;
  margin: 0.25rem 0rem;
}

.sidebar .nav-links li .sub-menu,
.sidebar.close .nav-links li .sub-menu2 {
  padding: 0px 0px 0px 34px;
  background: #fff;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}

.sidebar .nav-links li .sub-menu a:hover {
  color: #0E6BBB;
  background-color: #f0f0f0;
  /* border-left:2px solid #0E6BBB; margin-left: 0.5rem;*/
}

.arrow1 .icon-link:hover {
  background: #f0f0f0;
}

a.link_name2 {
  color: #242424 !important;
  border-left: none !important;
  font-weight: 500 !important;
}

.sidebar .sub-menu2 {
  display: none;
}

.sidebar .sub-menu {
  display: block;
}


/* Anchor Menu CSS */




/* Main Content CSS */

.main-content {
  padding: 12px 24px;
  margin-bottom: 6%;
  position: relative;
  height: 100%;
  transition: all 0.5s ease;
  top: 30px;
}

.main-content-expand {
  left: 120px;
  width: calc(100% - 120px) !important;
}

.main-content-shrink {
  left: 310px;
  width: calc(100% - 310px) !important;
}

/* below css class is for top-menu */
.t-m-body {
  left: 60px;
  width: calc(100% - 60px) !important;
}



/* Metrics CSS */

.metric-widget {
  width: 100%;
  height: auto;
  padding: 16px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  background-color: #fff;

}




.metrics .card {
  padding: 16px !important;
  border: 1px solid #ebebeb !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  height: 162px;
  min-width: 240px;
  width: calc((100% / 6.3));
}

.metrics .card:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.14);
  cursor: pointer;

}

.metrics .card:last-child {
  margin: 0px;
}

.metrics .card:hover .m-icon {
  fill: #2886DE;
}

.metrics-icon1 {
  padding: 4px;
  /* background-color: #F7F3FF; */
  background-color: #f0f0f0;
  border-radius: 8px;
  width: 46px;
  height: 46px;
}

.m-icon {
  /* fill: #8957FF; */
  fill: #0a2e4ad9;
  width: 36px;
  height: 36px;
}

.metrics {
  gap: 16px;
  width: 100%;
  height: auto;
  padding: 0px;
  border: 0px;
  border-radius: 4px;
  /* background-color: #e7ebed; */
  /* background-color: #e7ebed; */
}

.metrics h3 {
  font-size: 32px;
  margin-bottom: 0px;
}

.metrics-labels {
  font-size: 18px;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}


.metrics-sub-count {
  margin-bottom: 0px;
  font-size: 18px;
}




/* Widgets CSS */

.widgets {
  margin-bottom: 8%;
  padding: 0px;
}

.widget {
  width: 100%;
  height: auto;
  padding: 16px 16px 0 16px;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  background-color: #fff;
}



.widget .card {
  border: none;
  padding: 0px;
  background-color: transparent;
  height: 100%;
}

.widget .card-title {
  margin-bottom: 0px;
}

.widget .card-body {
  padding: 0px;
}

.widget h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

/* .widget-icon { width: 16px; margin-right: 0.15rem;   margin-bottom: 0.15rem; } */

.widget .card-footer {
  padding: 0px;
  background-color: transparent;
  border: none;
  margin-top: 16px;
}

.widget-action-icons .btn {
  padding: 4px;
  opacity: 0;
}

.widget .card:hover .widget-action-icons .btn {
  opacity: 1;
}

.widget .date-picker {
  position: absolute;
  right: 8px;
  top: 9px;
  vertical-align: text-bottom;
}

.widget .table {
  margin-bottom: 0px;
}

.widget .list {
  height: 250px;
}





.req {
  width: 100%;
}


.req li {
  border: 0px;
  border-bottom: 1px solid #d2d2d2;
  padding: 0px 0px 4px 0px;
  margin-bottom: 0.5rem;
  background: transparent;
}

.req .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: none !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}


.head {
  font-size: 16px;
  margin-bottom: 4px;
}

.sub-txt {
  font-size: 14px;
  margin-bottom: 0px;
  color: #707070;
}

.receipts {
  gap: 16px;
}

.receipt-img {
  width: 150px;
  height: 150px;
  border-radius: 16px;
}

.table-no-data-text {
  margin: 16px 0px;
}

.table-no-data-text1 {
  margin-bottom: 24px;
  margin-top: 8px;
}




.list-status {
  /* background-color: red; */
  margin-right: 12px;
  float: left;
  width: 4px;
  height: 64%;
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 0px;
}


.widget-lists .table-bordered td {
  border: none;
  border-bottom: 1px solid #d2d2d2 !important;
  padding: 4px 12px;
}

.widget-lists small {
  color: #616161 !important;
  font-size: 14px !important;
}

.widget .legend {
  padding-bottom: 16px;
}






/* Widgets CSS */

/* Gridstack CSS */

.gs-id-0>.grid-stack-item>.grid-stack-item-content {
  inset: 8px !important;
}

.ui-resizable-se {
  bottom: 16px !important;
  /* Adjust distance from the bottom */
  right: 16px !important;
  /* Adjust distance from the right */

  position: absolute;
  cursor: se-resize;
  /* Resize cursor */
}


/* Gridstack CSS */


/* Tooltip CSS */

#tooltip {
  text-align: left;
  color: #242424;
  background: #fff;
  position: absolute;
  z-index: 1000;
  padding: 4px 8px;
  border: 1px solid #d2d2d250;
  font-size: 12px;
  line-height: 23px;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.14);
}

abbr[data-original-title],
abbr[title] {
  text-decoration: none !important;
}


/* Tooltip CSS */



/* Report page CSS */

.reports-tab .nav-pills {
  margin-bottom: 12px;
  border-bottom: 1px solid #d2d2d2;
}

.reports-tab .nav-link {
  margin: 0px 6px;
  margin-right: 10px;
 padding: 2px 10px !important;
  border-top: 1px transparent;
  border-left: 1px transparent;
  border-right: 1px transparent;
  border-bottom: 2px solid #fff;
  color: #616161;
  border-radius: 0px;
}


.reports-tab .nav-link.active {
  color: #242424;
  background-color: #fff;
  border-bottom: 2px solid #0F6CBD !important;
}

.reports-tab .nav-link:hover {
  color: #242424;
  background-color: #fff;
  border-bottom: 2px solid #0F6CBD !important;
}


.reports {
  margin-top: 32px;
  gap: 16px;
}

.report-data {
  margin: 32px 0px;
}

.report-icons {
  display: inline-flex;
  flex-flow: row wrap;
}

.report-icons .action-icons {
  padding: 4px;
}

.chart-icons {
  display: inline-flex;
  flex-flow: row wrap;
  gap: 6px;
}

.chart-icons .action-icons {
  padding: 4px 6px;
}

.reports .card {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.14);
  height: 180px;
  width: 294px;
}

.reports-c .card {
  height: 150px;
}

.reports>.card {
  flex: none;
  border-radius: 4px !important;
}

.reports .media {
  margin-bottom: 16px;
}

.reports .media-body {
  display: inline-grid;
}

.reports .card-body {
  padding: 16px 16px 8px 16px;
}

.reports .card-footer {
  background-color: transparent;
  border-top: 0px solid #d2d2d2;
  border-radius: 0px;
  padding: 4px;
}

.sub-head h3 {
  margin-bottom: 0px;
  font-size: 18px;
}

.reports h5 {
  font-size: 16px;
}

.reports p {
  font-size: 14px;
  margin-bottom: 0px;
}

.report-btn {
  display: inline-flex;
  gap: 8px;
  flex-flow: row wrap;
}

.r-description {
  height: 40px;
  margin-bottom: 20px;
}

.reports .file-name {
  font-weight: 500;
  color: #717171;
}


.main-content-shrink .reports .card {
  width: 236px;
}







/* Report page CSS */

/* Footer CSS */

.footer-section {
  background: #fff;
  border-top: 1px solid #ddd;
  position: fixed;
  bottom: 0px;
  z-index: 110;
}

.version {
  text-align: left;
  font-size: 13px;
}

.support {
  text-align: center;
  font-size: 13px;
}

.inner-page-copyright {
  float: right;
  text-align: right !important;
  font-size: 13px;
  padding: 0px !important;
}

.footer-content {
  padding: 4px 16px;
}


/* Footer Buttons */

.footer-buttons {
  padding: 12px 24px;
  background: #f8f8f8;
  position: fixed;
  bottom: 28px;
  left: 6%;
  width: 96%;
  z-index: 1;
}

/* .footer-dropdown {
    position: absolute;
    top: -20px !important;
    
} */
.footer-dropdown .dropdown-item:focus {
  color: #0F6CBD;
}



/* SVG Icons CSS */

.icon-size-xs {
  width: 16px;
  height: 16px;
}

.icon-size-s {
  width: 20px;
  height: 20px;
}

.icon-size {
  width: 24px !important;
  height: 24px !important;
}

.icon-size-sb-m {
  width: 26px;
  height: 26px;
}

.icon-size-sb-l {
  width: 28px;
  height: 28px;
}

.icon-size-am-s {
  width: 30px;
  height: 30px;
}

.icon-size-am-m {
  width: 32px;
  height: 32px;
}

.icon-size-am-l {
  width: 34px;
  height: 34px;
}

.icon-size-l {
  width: 24px;
  height: 24px;
}

.icon-size-xl {
  width: 48px;
  height: 48px;
}

.icon-size-xxl {
  width: 56px;
  height: 56px;
}

.svg-icon-fill {
  fill: #0A2E4A;
}

.svg-icon-stroke {
  stroke: #0A2E4A;
}

.command-icon {
  stroke: #2886DE;
}

.command-icon-f {
  fill: #2886DE;
}

.svg-icon-fill-disable {
  fill: #bdbdbd;
}

.svg-icon-stroke-disable {
  stroke: #bdbdbd;
}

.anchor-icon-fill {
  fill: #fff
}

.anchor-icon-stroke {
  stroke: #fff
}

.icon-error {
  fill: #C50F1F;
}

.icon-align {
  vertical-align: text-bottom;
}

.icon-mt8 {
  margin-top: 8px;
}

.icon-mb4 {
  margin-bottom: 4px;
}

.icon-mb2 {
  margin-bottom: 2px;
}

.icon-mr8 {
  margin-right: 8px;
}

.icon-mr12 {
  margin-right: 12px;
}

.icon-mr4 {
  margin-right: 4px;
}

.icon-ml8 {
  margin-left: 8px;
}

.icon-ml4 {
  margin-left: 4px;
}

.fl-right {
  float: right;
}


.action-btn {
  &:hover path {
    fill: #2886DE;
  }
}

.action-btn-s {
  &:hover path {
    stroke: #2886DE;
  }





}

/* Message Bar CSS */

.info-msg-sec {
  background: #f5f5f5;
  border: #d2d2d2 solid 1px;
  padding: 6px 12px;
  border-radius: 4px;
  color: #242424;
}

.info-msg-sec p {
  margin-bottom: 0px;
}

.info-msg-sec svg {
  vertical-align: text-bottom;
  margin-right: 6px;
  margin-top: 3px;
}


.success-bg {
  background: #F1FAF1;
  border: #9FD89F solid 1px;
  padding: 6px 12px;
  border-radius: 4px;
}

/* Message Bar CSS */


/* Legend CSS */

.box-square {
  width: 16px;
  height: 16px;
  margin: 4px 5px;
  float: left;
}

.legend .list-inline {
  margin-bottom: 0px;
}

/* .box-a {
  background-color: #F2C661;
}

.box-b {
  background-color: #5EC75A;
}

.box-c {
  background-color: #FF8C00;
}

.box-d {
  background-color: #5CAAE5;
}

.box-e {
  background-color: #DC5E62;
}

.box-f {
  background-color: #11910D;
}

.box-g {
  background-color: #A79CF1;
}

.box-teal {
  background-color: #4CB4B7;
} */

.box-gray {
  background-color: #D2D2D2;
}

.box-blue {
  background-color: #B4D6FA;
}

.box-yellow1 {
  background-color: #F8E59E;
}

.box-orange1 {
  background-color: #FFBA66;
}

.box-red {
  background-color: #F2A7A1;
}

.box-green2 {
  background-color: #7FC47F;
}

.box-orange2 {
  background-color: #FAA674;
}

.box-teal {
  background-color: #58D3DB;
}


.box-green1 {
  background-color: #9FD89F;
}

.box-lavender {
  background-color: #C5CBFA;
}


.box-yellow2 {
  background-color: #EDD194;
}

.box-purple {
  background-color: #AD96C8;
}

.box-pink {
  background-color: #E39BF2;
}



/* Elements Active CSS */

/* breadcrumb over css */

.a-tag-default {
  font-size: 1rem;
  padding: 0.25rem;
  color: #707070;
}

.a-tag-hover:hover {
  text-decoration: underline;
  color: #2886DE;
  cursor: pointer;
}

.a-tag-active {
  font-weight: 500;
  color: #242424;
}

.a-tag-active:hover {
  text-decoration: none;
  color: #242424;
  cursor: default;

}

/* button and field hover css */

.b-hover:hover {
  background-color: #f0f0f0;
  color: #242424;
  cursor: pointer;
  border-radius: 4px !important;
}

.b-focus:focus {
  background-color: #e0e0e0;
  box-shadow: none;
}

.n-hover:hover {
  background-color: transparent !important;
}

.n-focus:focus {
  background-color: transparent;
  box-shadow: none;
}

.b-active {
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}

.b-disable {
  background-color: transparent;
  cursor: not-allowed !important;
}

/* text hyperlink css */

.link-txt {
  color: #2886DE;
}

.link-txt:hover {
  color: #0F6CBD;
  text-decoration: underline;
  cursor: pointer;
}

.no-border {
  border: none !important;
}


/* menu text hyperlink css */

.mlink-text-hover:hover {
  text-decoration: none;
}


/* Search Field */

.search-field {
  padding: 4px 4px 4px 40px;
  border: 1px solid #d2d2d2;
  border-bottom: 2px solid #bdbdbd;
  border-radius: 4px;
  margin-left: -20px;
  width: 100% !important;
  background: transparent;
}

.search-field :active,
.search-field:focus {
  border-color: #d2d2d2;
  border-bottom: 2px solid #0F6CBD !important;
  box-shadow: none !important;
}




/* Breadcrumb */

.breadcrumb-menu {
  position: relative;
  top: 0rem;
  left: 0rem;
  margin-bottom: 0px;
  width: 100%;
}

.breadcrumb-menu .breadcrumb {
  background-color: transparent;
  padding: 0rem;
  margin-bottom: 0px;
}

.breadcrumb-menu .breadcrumb-item {
  padding: 0px;
}

.breadcrumb-btn {
  padding: 4px;
  position: relative;
  left: -4px;
  border: none;
  background: transparent;
  border-radius: 4px;
}

.dropdown.show .breadcrumb-icon {
  rotate: 90deg;
  fill: #2886DE;
}

.breadcrumb-menu .breadcrumb-item+.breadcrumb-item::before {
  display: none;
}

.breadcrumb-btn:hover .breadcrumb-icon path {
  fill: #2886DE;
}



/* Dropdown */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 6px 16px;
  margin-bottom: 2px;
  color: #242424;
  cursor: pointer;
}

.dropdown-item:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}

.dropdown-item:focus {
  background-color: #e0e0e0;
}

.dropdown-item:active {
  color: #242424;
  text-decoration: none;
  background-color: #e0e0e0;
}

.dropdown-menu.show {
  display: block;
  position: absolute;
  transform: translate3d(0px, 35px, 0px);
  top: 6px;
  will-change: transform;
  box-shadow: 0px 2px 6px #00000020;
  border: 1px solid #f0f0f0;
  padding: 4px
}

.dropdown-menu.show .dropdown-item:last-child {
  margin-bottom: 0px;
}

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



/* inner-page */

.sub-section {
  padding: 24px !important;
  margin: 12px 0px 28px 0px !important;
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}


.page-title h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.sidebtn {
  gap: 6px;
}

.sidebtn .action-icons {
  padding: 4px 8px;
  height: 34px;
  border-radius: 4px;
  color: #242424;
}

.data-search h2 {
  font-size: 24px;
}

.data-search .table-searchbar {
  margin: 0px;
  gap: 8px;
}

.table-action-btns {
  margin-left: 0px;
  margin-right: 0px;
}

.table-action-btns .action-icons {
  height: auto;
}

.sticky-top {
  position: sticky;
  top: 67px;
  background-color: #fff;
  z-index: 1;
  padding-top: 8px;
}

.page-head-sticky {
  position: sticky;
  top: 67px;
  /* Sticks at 67px from the top */
  background: white;
  /* Ensures it doesn't become transparent */
  z-index: 1;
  /* Keeps it above other content */
  transition: box-shadow 0.3s ease-in-out;
  /* Smooth transition for box-shadow */
  padding: 8px 0px;
}

/* Apply box-shadow ONLY when it becomes sticky */
.page-head-sticky.sticky-shadow {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
}


/* Search Form */

.search-form {
  margin: 32px 0px;
  padding: 32px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.14);
}

.advance-search div[class^="col"] {
  padding-right: 8px;
  padding-left: 8px;
}

/* Status Badge CSS */

.status.badge {
  min-width: 96px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px;

}

.status-badge1 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 14px;
  border-radius: 20px;
  display: block;
  cursor: pointer;
}

.gray-status {
  background: #D2D2D240;
  border: 1px solid transparent;
}

.blue-status {
  background: #B4D6FA40;
  border: 1px solid transparent;
}

.yellow-status-1 {
  background: #F8E59E40;
  border: 1px solid transparent;
}

.orange-status-1 {
  background: #FFBA6640;
  border: 1px solid transparent;
}

.red-status {
  background: #F2A7A140;
  border: 1px solid transparent;
}

.green-status-2 {
  background: #7FC47F40;
  border: 1px solid transparent;
}

.orange-status-2 {
  background: #FAA67440;
  border: 1px solid transparent;
}

.teal-status {
  background: #58D3DB40;
  border: 1px solid transparent;
}

.green-status-1 {
  background: #9FD89F40;
  border: 1px solid transparent;
}

.lavender-status {
  background: #C5CBFA40;
  border: 1px solid transparent;
}

.yellow-status-2 {
  background: #EDD19440;
  border: 1px solid transparent;
}

.purple-status {
  background: #AD96C840;
  border: 1px solid transparent;
}

.pink-status {
  background: #E39BF240;
  border: 1px solid transparent;
}

/* Table-List */

.table-hover tbody tr:hover td {
  background-color: #fafafa;
}

.list {
  margin-bottom: 8px;
}

.list .table-responsive {
  display: block;
  width: 100%;
  overflow: auto;
  /* height: 300px;*/
}

/* .list .table-responsive .list-head {  position: sticky;  top: 0; boder-top: 1px solid #d2d2d2; border-bottom:1px solid #d2d2d2; } */

.list-head>th {
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
}

.list .table thead th {
  vertical-align: middle;
  padding: 9px;
  border: 0px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.list-head:hover {
  background: #ebebeb !important;
  cursor: pointer;
}

.list .table td {
  padding: 4px 8px;
  vertical-align: middle;
  border-top: 1px solid #d2d2d2;
  border-bottom: 0px !important;
  background: #fff;
  font-size: 16px;
  height: 39px;
}

.list .a-icons {
  display: flex;
  gap: 4px;
}

/* .list .actions_main a { margin-right: 8px; } */

.list .actions_main:hover {
  cursor: pointer;
}

.list .actions_main {
  border-radius: 4px;
}

.list .table-action-icons {
  padding: 4px 6px !important;

}

/* .list .table-action-icons {
  &:hover path {
    stroke: #2886DE;
  }

  &:hover ellipse {
    stroke: #2886DE;
  }
} */

.list .table tr:last-child {
  border-bottom: 1px solid #d2d2d2;
}

.table-filter-icons {
  display: inline-flex;
}

.table-filter-icons .btn {
  padding: 0px 4px;
}

/* .date-formate {
  text-align: center;
} */

.col-width {
  width: 9%;
}

/* .list .table thead th:last-child, .list .table td:last-child {
  position: sticky;
  right: 0;
  
} */

/* .list .actions_main:focus {   box-shadow: none; }

.list .actions_main:hover {  background: #e0e0e0; } */

/* .line-items  {padding-bottom:4%; }   */

.line-items .table td {
  padding: 8px;
  vertical-align: top;
  border: none;
  background: #fff;
  font-size: 16px;
  height: 39px;
}


.line-items .table {
  margin: 0px;
}


.line-item-box {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  padding: 10px;

}


.list-head th {
  height: 39px !important;
  border-top: none;
  padding: 8px !important;
  border-bottom: 1px solid #d2d2d2 !important;
}


/*table-list */


/*Form Page CSS */

.form-section {
  margin: 24px 0;
}

.sub-head {
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 16px;
}

/* .sub-box {
  margin: 24px 0px;
} */

.sub-box .card {
  border: 1px solid #d2d2d2;
  border-radius: 8px
}

.fixed-content {
  margin-left: 56px;
  overflow: hidden;
}

.fixed-content h5 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 500;
}

.text-sub2 {
  font-size: 16px;
  color: #616161;
}



/*Form Page CSS */



/*pagination */

.list-info {
  gap: 6px;
  align-items: center;
}

.list-select {
  border: none;
  border-radius: 4px;
}

.list-select .table-action-icons {
  padding: 0px;
}

.list-select .table-action-icons:focus {
  background-color: none;
  box-shadow: none;
}

.page-info .select-icon {
  position: absolute;
  right: 22px;
  top: 11px;
}


.pull-right {
  float: right;
}

.page-item:first-child .page-link {
  border: 1px solid #d2d2d2;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.pagination .page-link {
  padding: 0px !important;
  border: 1px solid #d2d2d2;
  background-color: transparent !important;
}

.pagination .page-icon {
  padding: 5px 6px;
  border-radius: 0px;
}

.pagination-chevron {
  rotate: 180deg;
  margin-bottom: 2px;
}

.pagination .page-item.active .page-link-txt {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  border-radius: 4px;
}

.pagination .page-item.more1 .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination .page-item.more2 .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination .more1 .page-icon,
.pagination .more2 .page-icon {
  padding: 5px 0px !important;
}

.pagination .page-link-txt {
  padding: 6px 12px;
  color: #242424;
  margin: 0px 2px;
}

.disabled-svg {
  fill: #bdbdbd;
}

.page-item.disabled svg {
  fill: none;
}


/*second -option pagination */

.page-info {
  width: 50px;
}

.p2 .page-link {
  padding: 0px !important;
}

.p2 .page-icon {
  padding: 5px 8px;
  border-radius: 0px;
}

.p2 .page-link-txt {
  padding: 6px 12px;
  color: #242424;
  border: 1px solid #d2d2d2;
  border-radius: 0;
}

.p2 .p-default {
  background: #f5f5f5;
}


.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  border: none;
}



/* Popup CSS */

#staticBackdrop {
  background: rgb(0 0 0 / 5%);
}

.modal-dialog {
  margin: 5rem auto;
}


/* More Filter Popup CSS */


.filter-options .modal-header {
  border-bottom: none;
  padding: 24px;
}

.filter-options .modal-body {
  padding: 0px 24px;
  /* margin-bottom: 24px;*/
}

.filter-options .modal-footer {
  padding: 8px 24px 24px;
  border: 0px;
}


/* More Action Popup CSS */

.actions-popup h5 {
  font-size: 18px;
  color: #242424;
}

.actions-popup .modal-content {
  border-radius: 8px !important;
  box-shadow: 0px 2px 6px #00000020;
  border: none !important;
}

.actions-popup .modal-header {
  display: flex;
  padding: 8px 16px;
  border-bottom: 1px solid #d2d2d2;
}

.actions-popup .modal-body {
  padding: 0px;
  margin: 4px;
}

.more-action .list-group-item {
  border: none;
  color: #242424;
}



/* Text & Select Field CSS */

.choose-btns {
  position: relative;
  display: block;
  padding-left: 0;
  margin-bottom: 12px;
}

/* .checkbox-btn {  box-sizing: border-box;  padding: 0;  width: 16px;  height: 16px;  accent-color: #0f6cbd;   position: absolute;  margin-top: .3rem;  margin-left: -1.5rem; } */


.label-txt {
  display: block !important;
  margin-bottom: 6px;
  font-size: 16px;
  /* text-align: left !important; */
}

.form-check-label {
  margin-bottom: 0 !important;
  display: inline-block !important;
  margin-left: 6px;
}

.required {
  margin-left: 2px;
  fill: #DC626D;
  vertical-align: text-top;
}



.error input {
  border-bottom: 2px solid #C50F1F !important;
}

.fld-error-msg {
  font-size: 14px !important;
  color: #C50F1F;
  margin-bottom: 0px !important;
}

.fld-msg {
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

.selectbtn {
  margin: auto;
  gap: 16px;
}

/* label {  display: block !important; margin-bottom:6px !important; text-align: left !important;} */

.input-fields {
  margin-bottom: 16px;
}

.input-field {
  padding: 6px;
  border: 1px solid #d2d2d2;
  border-bottom: 2px solid #bdbdbd;
  border-radius: 4px;
  width: 100%;
  background-color: transparent;
}

.input-field:active,
.input-field:focus {
  border-color: #d2d2d2;
  border-bottom: 2px solid #0F6CBD !important;
  box-shadow: none;
}

.input-field:focus-visible {
  outline: none;
}

.select-field {
  appearance: none;
}

/* .select-field:active,  .select-field:focus{border-color: #d2d2d2; border-bottom: 2px solid #0F6CBD!important;box-shadow:none; } */

.select-icon {
  position: absolute;
  right: 28px;
  top: 42px;
  rotate: 90deg;
}

.s-select-icon {
  position: absolute;
  right: 8px;
  top: 42px;
  rotate: 90deg;
}

.select-chart .select-icon {
  position: absolute;
  right: 8px;
  top: 11px;
}

.split-btn-sec .select-icon {
  position: absolute;
  right: 52px;
  top: 12px;
  rotate: 90deg;
}

/* .date-picker {padding: 0px 6px; border: 1px solid #d2d2d2;border-bottom: 1px solid #616161; border-radius: 4px; width: 100% !important; } */

.date-picker input.form-control {
  padding: 6px 40px 6px 6px;
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #242424;
  border-radius: 4px;
  width: 100% !important;
}

.date-picker input.form-control:active,
.date-picker input.form-control:focus {
  border-color: #d2d2d2;
  border-bottom: 2px solid #0F6CBD !important;
  box-shadow: none;
}

.date-picker {
  position: absolute;
  right: 20px;
  top: 39px;
  vertical-align: text-bottom;
}

.date-picker input.form-control:focus,
.date-btn:focus {
  box-shadow: none;
}

.date-btn {
  padding: 2px;
}

.date-btn svg {
  vertical-align: text-bottom;
}

.r-field {
  background-color: #f0f0f0 !important;
  padding: 6px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  width: 100% !important;
  color: #242424;
}

.r-field:focus {
  border: 1px solid #d2d2d2;
  box-shadow: none;
}

.input-group-append {
  z-index: 0;
}

.form-check-input[disabled]~.form-check-label {
  color: #bdbdbd;
}

.r-field1 {
  background-color: transparent !important;
  padding: 6px;
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #242424;
  border-radius: 4px;
  /* width: 100% !important; */
  border-right: 0px !important;
}

.r-field1:focus {
  border: 1px solid #d2d2d2;
  border-bottom: 1px solid #242424;
  box-shadow: none;
}

.r-field1:focus-visible {
  outline: none;
}

.label-txt-d {
  color: #bdbdbd;
}

.line-form .line-fields {
  width: 90%;
}


.line-field .select-field {
  appearance: auto;
}

.line-field .date-picker {
  position: absolute;
  right: 8px;
  top: 36px;
}

.line-form .checkbox-btn2 {
  position: relative !important;
  top: 2px !important;
  right: 4px !important;
}

.line-form .check-icon1 {
  position: absolute;
  top: 7px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}

.line-form .form-check-label {
  margin: 0px
}




.split-data-field {
  display: none;
  /* Hidden by default */
}

.show-textarea {
  display: block;
  /* Show when toggled */
  margin-top: -3px;
}


.files-sec {
  max-width: 100%;
  /* Ensure it respects the column width */
  overflow: hidden;
}

.text-wrap {
  white-space: normal;
  /* Ensures text wraps */
  word-break: break-word;
  text-overflow: ellipsis;
  /* Optional: Adds "..." for truncated text */
  overflow: hidden;
}

.line-field .s-select-icon {
  position: absolute;
  right: 8px;
  top: 10px;
  rotate: 90deg;
}


/*Radio Btn*/

.radio-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #616161;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  position: relative;
  margin-right: 0px;
  margin-top: .3rem;
  margin-left: -1.5rem;
  top: 3px;
}

/* Create a custom "checked" state */

.radio-btn:checked {
  background-color: transparent;
  border-color: #0F6CBD;
}

.radio-btn:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #0F6CBD;
  border-radius: 50%;
}

.radio-btn1:checked::after {
  top: 7px !important;
  left: 3px !important;
}

.radio-btn-d,
.checkbox-btn-d {
  border-color: #bdbdbd !important;
}

/*Radio Btn*/




/*Check box*/

/* Define default theme (light theme) colors */
:root {
  --checkbox-border: #616161;
  /* Blue border for light theme */
  --checkbox-bg: #transparent;
  /* White background */
  --checkbox-checked-bg: #0F6CBD;
  /* Blue background when checked */
  --checkbox-border-focus: #0F6CBD;
  /* Darker blue when focused */
  --check-icon-color: #fff;
}

/* Dark theme colors 
      .dark-theme {
     --checkbox-border: #FF6347;  // Tomato red border for dark theme 
     --checkbox-bg: #333;         // Dark background 
     --checkbox-checked-bg: #FF6347; // Tomato red background when checked 
     --checkbox-border-focus: #FF4500; // Orange border when focused 
      }*/

/* Custom checkbox styling */
.checkbox-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--checkbox-border);
  background-color: var(--checkbox-bg);
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  top: 3px;
}

/* When checkbox is checked */
.checkbox-btn:checked {
  background-color: var(--checkbox-checked-bg);
  border-color: var(--checkbox-checked-bg);
}

/* When checkbox is focused */
.fcheckbox-btn:focus {
  border-color: var(--checkbox-border-focus);
}

/* Add inner check-mark when checked */


.check-icon-fill {
  fill: var(--check-icon-color);
}

.check-icon1 {
  position: absolute;
  top: 8px;
  left: 4px;
  opacity: 0;
  visibility: hidden;
}

.checkbox-btn:checked~.check-icon1 {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  /* Prevent .check-icon from interfering with clicks */
}

.check-icon {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.checkbox-btn1:checked~.check-icon {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  /* Prevent .check-icon from interfering with clicks */
}


.line-form .checkbox-btn {
  position: relative;
  top: -5px;
  right: -16px;
}

.line-item .card {
  border: none;
}

.line-item .card-header {
  padding: 0px !important;
  background-color: transparent !important;
}

.line-item .card-body {
  padding: 0px !important;
}



.accord-btn.collapsed .accord-icon {
  rotate: 180deg;
}


/*Check box*/


/* Multi-select container */

.multi-select {
  position: relative;
}

.multi-select .input-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 4px;
  min-height: 38px;
  border-bottom: 2px solid #bdbdbd;
}

.multi-select .input-container input {
  border: none;
  outline: none;
  flex: 1;
}

.multi-select .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 2;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.14) !important;
}

.dropdown-option {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

.dropdown-option:hover {
  background-color: #f0f0f0;
}

.dropdown-option input[type="checkbox"] {
  margin-right: 10px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  accent-color: #0F6CBD;
}

.multi-select .input-container span {
  background: #e0e0e0;
  margin: 2px;
  padding: 3px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 24px !important;
}

.multi-select .input-container span i {
  margin-left: 5px;
  cursor: pointer;
}


.multi-select .dropdown label {
  margin-bottom: 2px !important;
}




/* Toggel Button CSS */

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-bottom: 0px !important;
  /* float: left; */
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #616161;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: #616161;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #0F6CBD;
  border: 1px solid #0F6CBD;
}

input:focus+.slider {
  box-shadow: 0 0 1px #0F6CBD;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #fff;
  left: -4px !important;
}

.switch-d .slider {
  border-color: #bdbdbd;
  cursor: not-allowed;
}

.switch-d .slider:before {
  background-color: #bdbdbd;
}


/* Rounded sliders */

.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggle-para {
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 1;
}

.toggle-para1 {
  position: absolute;
  top: 16px;
  left: 190px;
}

.toggle-para1 .slider.round {
  border-radius: 30x;
  height: 21px;
}

.toggle-para1 span.slider.round {
  margin-top: -10px;
  font-size: 12px;
}

/* Toggel Button CSS */

/* Readonly & Disbale */

.form-control:disabled,
.form-control[readonly] {
  background-color: #f0f0f0 !important;
  opacity: 1;
  border: 1px solid #d2d2d2;
  box-shadow: none !important;
  color: #616161 !important;
}

/* .readonly-feild {
  
  border: 1px solid #d2d2d2;
  box-shadow: none!important;
  color:#616161 !important;
}

.readonly-feild:focus{ border-color: #d2d2d2;} */

/* Select and Search Feild CSS */

.select-container {
  position: relative;
  /* width: 300px; */
}

.options-list {
  position: absolute;
  z-index: 9;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  background: white;
  display: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.14) !important;
}

.options-list div {
  padding: 8px;
  cursor: pointer;
}

.options-list div:hover {
  background-color: #f0f0f0;
}

/* Select and Search Feild CSS */



/* Dropzone CSS */

.dropzone {
  /* min-height: 80px; */
  padding: 16px;
  border-radius: 4px !important;
  border: 2px dashed #d1d1d1 !important;
  background: #f8f8f8 !important;
  text-align: center;
  margin: 0px !important;
}


.dropzone p {
  margin-bottom: 0px;
}













/* Buttons CSS */

.buttons {
  display: flex;
  gap: 8px;
  justify-content: end;
}

.btn-first-sutisoft {
  border: 1px solid #0F6CBD !important;
  border-radius: 4px;
  min-width: 96px;
  color: #FFF !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  background: #0F6CBD;
}

.btn-first-sutisoft:hover {
  background: #115EA3 !important;
}

.btn-first-sutisoft:focus {
  box-shadow: none;
  border: 1px solid #0C3B5E !important;
  background-color: #115EA3 !important;
}

.btn-second-sutisoft {
  border: 1px solid #d2d2d2 !important;
  border-radius: 4px;
  min-width: 96px;
  color: #242424 !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  background: #fff;
}

.btn-second-sutisoft:hover {
  background: #f0f0f0 !important;
}

.btn-second-sutisoft:focus {
  box-shadow: none;
  border: 1px solid #242424 !important;
  background-color: #e0e0e0;
}

.btn-third-sutisoft {
  border: 1px solid #d2d2d2 !important;
  border-radius: 4px;
  min-width: 96px;
  color: #242424 !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  background: transparent;
}

.btn-third-sutisoft:hover {
  background: transparent;
  border: 1px solid #242424 !important;
}

.btn-third-sutisoft:focus {
  box-shadow: none;
  border: 1px solid #242424 !important;
  background-color: transparent;
}



.browse-btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.split-btn {
  border: 1px solid #d2d2d2 !important;
  border-radius: 4px;
  color: #242424 !important;
  padding: 6px 12px !important;
  font-size: 16px !important;
  background: #fff;
  height: 38px;
}

.split-btn:hover {
  background: #f0f0f0 !important;
}

.split-btn:focus {
  box-shadow: none;
  border: 1px solid #242424 !important;
  background-color: #e0e0e0;
}


/*** Interconnection Toggle Switch ***/

.s-switch input[type="checkbox"].switch_1 {
  font-size: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2.8em;
  height: 0.8em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.s-switch input[type="checkbox"].switch_1:checked {
  background: #1C88DB;
}

.s-switch input[type="checkbox"].switch_1:after {
  position: absolute;
  content: url(../images/s-toggle.svg);
  width: 1.85em;
  height: 1.85em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: -8px;
  top: -10px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.s-switch input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1.3em);
}

/*** Toggle Switch ***/



/***Invoice Page CSS ***/

.invoicezone {
  text-align: center;
  background: #f8f8f8;
  margin-top: 16px;
}

.iz-toplinks {
  border-bottom: 2px solid #fff;
  padding: 8px !important;
}

.mh168 {
  min-height: 168px !important;
}

.docsbox {
  text-align: center !important;
  padding: 48px 24px;
  border-radius: 4px;
}

.chevron-icon-left {
  rotate: 180deg;
}


/***Invoice Page CSS ***/

/* Large-Screen CSS */

@media (min-width:1440px) and (max-width:1919px) {



  .dropdown-submenu:hover>.dropdown-menu.m1 {
    top: 6px;
    left: -100% !important;
    width: 100%
  }

  .dropdown-submenu:hover>.dropdown-menu .m2 {
    top: 6px;
    left: -100%;
    width: 100%
  }

  .main-content {
    margin-bottom: 8%;
  }

  .metric-widget {
    padding: 10px;
  }

  .metrics .card {
    min-width: 192px;
    width: calc((100% / 6.5));
    height: 174px;
  }

  .metrics h3 {
    font-size: 28px;
  }

  .metrics-labels {
    font-size: 16px;
    margin-top: 12px;
  }

  .metrics-sub-count {
    font-size: 16px;
  }

  .main-content-shrink .metrics .card {
    min-width: 194px;
    width: calc((100% / 7));
  }

  .receipt-img {
    width: 130px;
  }

  .line-form .line-fields {
    width: 86%;
  }

}


@media (min-width:1280px) and (max-width:1439px) {

.btn-first-sutisoft{min-width: auto!important;}


  .dropdown-submenu:hover>.dropdown-menu.m1 {
    top: 6px;
    left: -100% !important;
    width: 100%
  }

  .dropdown-submenu:hover>.dropdown-menu .m2 {
    top: 6px;
    left: -100%;
    width: 100%
  }

  .main-content {
    margin-bottom: 8%;
  }

  .reports .card {
    height: 190px;
    width: 254px;
  }


  .main-content-shrink .reports .card {
    width: 280px;
  }



  .metrics .card {
    min-width: 254px;
    width: calc((100% / 7));
  }

  .metrics h3 {
    font-size: 28px;
  }

  .metrics-labels,
  .metrics-sub-count {
    font-size: 16px;
  }

  .main-content-shrink .metrics .card {
    min-width: 206px;
    width: calc((100% / 7));
  }

  .receipt-img {
    width: 114px;
    height: 120px;
  }

  /* form fields */
  .main-content-expand .form-fields {
    max-width: 960px;
  }

  .line-form .line-fields {
    width: 85%;
  }

  .footer-buttons {

    bottom: 28px;
    left: 10%;
    width: 92%;

  }

}





@media (min-width:1024px) and (max-width:1279px) {

.btn-first-sutisoft{min-width: auto!important;}

  .new-gear {
    bottom: 56px;
  }


  .dropdown-submenu:hover>.dropdown-menu.m1 {
    top: 6px;
    left: -100% !important;
    width: 100%
  }

  .dropdown-submenu:hover>.dropdown-menu .m2 {
    top: 6px;
    left: -100%;
    width: 100%
  }


  .metrics .card {
    min-width: 190px;
    width: calc((100% / 7));
    height: 174px;
  }

  .metrics-icon1 {
    padding: 6px;
    width: 40px;
    height: 40px;
  }

  .m-icon {
    width: 28px;
    height: 28px;
  }

  .metrics h3 {
    font-size: 28px;
    ;
  }

  .metrics-labels,
  .metrics-sub-count {
    font-size: 16px;
  }

  .main-content-shrink .metrics .card {
    min-width: 194px;
    width: calc((100% / 7));
  }


  /* Widget CSS */

  .widget h5 {
    font-size: 16px;
  }



  /* Main-Page CSS */

  .home-section {
    margin-bottom: 10%;
  }

  .reports .card {
    width: 258px !important;
  }


  .main-content-shrink .reports .card {
    width: 294px !important;
  }

  .reports h5 {
    font-size: 14px;
  }

  .r-description {
    height: 70px;
  }



  /* form fields */
  .main-content-expand .form-fields {
    max-width: 760px;
  }

  .line-form .line-fields {
    width: 80%;
  }

  .footer-buttons {

    bottom: 48px;
    left: 12%;
    width: 90%;

  }


}




/* Tablet-Screen CSS */

@media (min-width:768px) and (max-width:1023px) {

  .map-btn{width: auto; left: 5px;}


  /* anchor menu css */

  .a-t-menu {
    top: 124px !important;
  }

  .setups .dropdown-menu.show {
    transform: translate3d(5px, 414px, 0px) !important;
  }





  /* leftmenu toggel css */

  .new-navbar {
    padding: 8px !important;
    z-index: 2;
  }

  .js-offcanvas .menu-tabs1 {
    display: none;
  }

  .top-menu a.nav-link {
    font-size: 16px;
    color: #242424;
    text-align: left;
    padding: 8px 12px;
  }

  .top-menu a.nav-link:hover {
    background: #f0f0f0;
    color: #0F6CBD;
    text-decoration: none;
  }

  .top-menu .dropdown-toggle::after {
    display: none;
  }

  .dropdown-menu.show {
    position: relative !important;
    transform: none !important;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    box-shadow: none !important;
    margin-left: 8%;
  }

  .new-gear {
    bottom: 56px;
  }

  .m1.show,
  .m2.show {
    top: 8px !important;
    left: 0% !important;
    margin-bottom: 10px;
  }

  .dropdown-submenu>.m1.show,
  .dropdown-submenu>.m2.show {
    position: relative !important;
    transform: none !important;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    box-shadow: none !important;
  }


  /* notification css */

  .msgs .task-badge .card-body {
    padding: 4px 6px;
  }

  .breadcrumb-menu {
    width: 100%;
  }


  /* Metric CSS */

  .metrics .card {
    min-width: 172px;
    width: calc((100% / 7));
    height: 160px;
  }

  .metrics-icon1 {
    padding: 6px;
    width: 40px;
    height: 40px;
  }

  .m-icon {
    width: 28px;
    height: 28px;
  }

  .metrics h3 {
    font-size: 26px;
    ;
  }

  .metrics-labels,
  .metrics-sub-count {
    font-size: 14px;
  }



  .main-content-shrink .metrics .card {
    min-width: 172px;
    width: calc((100% / 7));
  }



  /* Widget CSS */

  .widget h5 {
    font-size: 16px;
  }


  /* Main-Page CSS */

  .home-section {
    margin-bottom: 16%;
  }

  .r-description {
    height: 75px;
  }

  .reports .card {
    width: 268px !important;
  }

  .main-content-shrink .reports .card {
    width: 360px !important;
  }


  .receipt-img {
    width: 118px;
    height: 130px;
  }

  .page-title {
    gap: 8px;
  }

  /* search form CSS */

  .search-form {
    padding: 32px
  }




  /* Pagination CSS */
  .page-sec {
    gap: 16px;
  }

  /* form fields */

  .input-fields {
    gap: 8px;
  }

  .main-content-expand .form-fields {
    max-width: 460px;
  }

  .line-form .line-fields {
    width: 70%;
  }

  .footer-buttons {

    bottom: 48px;
    left: 18%;
    width: 89%;

  }

}


/* Mobile-Screen CSS */

@media (min-width:320px) and (max-width:767px) {

  /* Header CSS */

  .main-header {
    z-index: 4;
  }


  .navbar-logo {
    margin-bottom: 1rem;
  }

  .search-bar {
    margin-bottom: 1rem;
  }

  .search-bar .main-search {
    width: 100%;
  }

  .menu-tabs {
    justify-content: center;
  }

  .new-navbar {
    padding: 8px !important;
    z-index: 2;
  }

  .dropdown-menu.show {
    position: relative !important;
    transform: none !important;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    box-shadow: none !important;
    margin-left: 8%;
  }

  .m1.show,
  .m2.show {
    top: 8px !important;
    margin-bottom: 10px;
  }

  .dropdown-submenu>.m1.show,
  .dropdown-submenu>.m2.show {
    position: relative !important;
    left: 0% !important;
    transform: none !important;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    box-shadow: none !important;
  }


  /* notification css */
  .menu-tabs .notifications {
    position: absolute !important;
    left: -60px !important;
  }


  /* leftmenu toggel css */



  .js-offcanvas .menu-tabs1 {
    display: none;
  }

  .top-menu a.nav-link {
    font-size: 16px;
    color: #242424;
    text-align: left;
    padding: 8px 12px;
  }

  .top-menu a.nav-link:hover {
    background: #f0f0f0;
    color: #0F6CBD;
    text-decoration: none;
  }

  .top-menu .dropdown-toggle::after {
    display: none;
  }

  .new-sidebar .anchor-menu,
  .sidebar-collapse,
  .sidebar-expand {
    top: 80px;
    /*display: none; */
  }

  .main-content{top: 10px!important;}

  .new-gear {
    bottom: 96px;
  }

  .sidebar .nav-links {
    height: 70%;
  }

  .a-t-menu {
    top: 234px !important;
  }

  .form-bg{padding: 12px;}

  .form-bg .btn-first-sutisoft{min-width:auto!important;}

  .form-bg .btn-second-sutisoft{min-width:auto!important;}

  .history-box{padding: 0;}

   .history-box .form-fld{padding: 10px 4px 8px;}

   .history-box .form-fld .label-txt {margin-top: 20px;}

   .history-box .mc-ribbon{top: 8px!important; text-align: center; left: calc(-0.8 * var(--f));}

  /* Top Menu css */
  .tm1 {
    display: block;
  }

  /* Left Side Menu css */
  .sm1 {
    display: none;
  }

  .setups .dropdown-menu.show {
    transform: translate3d(5px, 204px, 0px) !important;
  }


  /* Widget CSS */

  .widget h5 {
    font-size: 12px;
  }


  /* Main-Page CSS */

  .home-section {
    margin-bottom: 300px;
  }

  .main-content {
    top: 236px
  }

  .main-content-expand {
    left: 60px;
    width: calc(100% - 60px) !important;
  }

  /* Breadcrumb CSS */

  .breadcrumb-menu {
    width: 100%;
  }

  .a-tag-default {
    font-size: 14px;
  }

  .a-tag-active {
    font-size: 14px;
  }

  /* Inner Page CSS */

  .page-title {
    gap: 8px;
  }

  .page-title h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .table-action-btns {
    margin-left: -12px;
    margin-right: -12px;
  }

  .table-options {
    gap: 12px;
  }

  .table-searchbar {
    gap: 8px;
  }

  .table-options .buttons {
    display: block;
  }

  .reports .card {
    margin-right: 0px;
    margin-bottom: 0px;
    height: 210px;
  }

  .reports-c .card {
    height: 180px;
  }

  .reports>.card {
    flex: auto;
  }


.flight-detail-1{border-right:none!important;}

.flight-detail-2{border-left:none!important;}



  /* Pagination CSS */
  .page-sec {
    gap: 16px;
  }



  /* Footer CSS */

  .version {
    text-align: center;
    font-size: 13px;
  }

  .inner-page-copyright {
    float: none;
    text-align: center !important;
  }



  /* search form CSS */
  .search-form {
    padding: 24px
  }








}

/* Dark Theme CSS */

/* 
 body {
  background-color: #3d3d3d !important;
  font-family: Segoe UI, arial, sans-serif !important;
  color: #fff !important;
}

.main-header {
  background-color: #1F1F1F;
  border-bottom: 1px solid #adadad;
 
}

.main-header .main-logo {
 
  background: #fff;
}


.search-field, .input-field {
 
  border: 1px solid #616161;
  border-bottom: 2px solid #adadad;
 
}


.svg-icon-fill {
  fill: #adadad;
}
.svg-icon-stroke {
  stroke: #adadad;
}

.new-sidebar .anchor-menu {
 
  background: #397EC4;
  color: #fff;
  
}

.sidebar {
 
  background: #282828;
  
  border-right: 1px solid #616161;
 
}

.sidebar .nav-links li a .link_name { color: #fff;}

.menu-tab-active {
  background: #f0f0f030;
}

.sidebar .nav-links li.arrow:hover {
  background: #f0f0f020;
  cursor: pointer;
}

.a-tag-hover:hover {
  
  color: #62ABF5;
  
}

.menu-tab-active .sb-icon-f {
  fill: #62ABF5;
}

.a-tag-default {
  
  color: #adadad;
}

.a-tag-active {
  font-weight: 500;
  color: #62ABF5;
}

.command-icon-f {
  fill: #62ABF5;
}

.link-txt {
  color: #62ABF5;
}

.b-hover:hover {
  background-color: #f0f0f010;}

  .sub-section {  background: #282828 !important;}

  .sidebtn .action-icons { color:#fff !important;}

  .list .table td { color: #fff !important; background-color: #282828; border-top: 1px solid #616161; }

  .list-head th {
   
    border-bottom: 1px solid #616161 !important;
}

.list-head>th {
  background-color: #f6f6f620;
  color:#fff 
}

.list .table tr:last-child {
  border-bottom: 1px solid #616161;
}

.page-item:first-child .page-link, .pagination .page-link {
  border: 1px solid #616161;}


  .pagination .page-link-txt {    color: #fff; }

  .pagination .page-item.active .page-link-txt {
    background-color: #e0e0e050;
    border-color: #e0e0e050;}

    .footer-section {  background: #282828; border-top: 1px solid #616161;}

.metric-widget { background-color: #1F1F1F; color: #fff;}

.metrics .card { background-color: #3d3d3d; color: #fff; border: 1px solid #616161 !important;}

.metrics-icon1 {  background-color: #f0f0f020;}

.m-icon {  fill: #fff;}

.metrics .card:hover .m-icon {
  fill: #62ABF5 !important;
} */


.modal-dialog.modal-dialog-scrollable {
    margin: 1.6rem auto;
}

.refund-txt{background: #DFF6DD; border-radius: 6px; padding:4px 6px!important; font-size: 14px; display: inline;}

.refund-txt2{background: #FED9CC; border-radius: 6px; padding:4px 6px!important; font-size: 14px; display: inline;}


.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute;}

.switchToggle label {cursor: pointer; text-indent: -9999px; width: 56px; max-width: 56px; height: 22px; background: #6c757d; display: block; border-radius: 100px; position: relative;}

.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; background: #fff; border-radius: 90px; transition: 0.3s;}
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #0078d4;}

.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 0px; left: 28px; width: 18px; height: 18px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; font-size: 14px;}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 0px; left: 10px; width: 18px; height: 16px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; font-size: 14px;}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px;} 

.toggle-switchArea {margin: 10px 0 10px 0;}

.text-sub2 {font-size: 14px; color: #616161;}