@font-face {
  font-family: MyriadPro-200;
  src: url("../assets/admin/fonts/MyriadPro-Light.otf") format("opentype");
}
@font-face {
  font-family: MyriadPro-400;
  src: url("../assets/admin/fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}
@font-face {
  font-family: MyriadPro-700;
  src: url("../assets/admin/fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
}
/* @font-face {
  font-family: MyriadPro-900;
  src: url("../assets/fonts/MYRIADPRO-BOLD.OTF") format("opentype");
} */
@font-face {
  font-family: MyriadPro-900;
  src: url("../assets/admin/fonts/MYRIADPRO-BOLD.OTF") format("opentype");
}
@font-face {
  font-family: MyriadPro-italic;
  src: url("../assets/admin/fonts/MYRIADPRO-CONDIT.OTF") format("opentype");
}


body {
  background-color: #ebf9ff;
  font-family: MyriadPro-200;
}
.select-drop-iconbox {
  position: relative;
  background: #ffff;
  z-index: 1;
  border-radius: 0.375rem;
  border: 1px solid #3ba8dc;
}
.select-drop-iconbox i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  color: #565656;

}
.employe-form .form-group select {
  background: transparent;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
}
.landing-herobanner {
  width: 100%;
  height: 100vh;
}

.herobanner {
  width: 100%;
  height: 94vh;
  background-image: url("../assets/images/herobanner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  
}

.footer-navbar {
  width: 100%;
  height: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
  gap: 50px;
}
.footer-navbar a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #f3f3f3;
}

/* .banner-contentbox {
  padding: 180px 0 115px;
} */
.logo-clr {
  margin-bottom: 12px;
}

.landing-banner-content {
  width: 100%;
  max-width: 950px;
  font-size: 77px;
  font-family: MyriadPro-700;
  color: #f3f3f3;
  text-transform: uppercase;
  line-height: 77px;
  margin: 0 auto 40px;
}

.landing-banner-content span {
  font-size: 58px;
  font-family: MyriadPro-400;
}

.login-btn {
  flex-direction: column;
  display: inline-flex;
  gap: 9px;
}
.admin-employe-btn {
  border: none;
  padding: 8px 60px;
  border-radius: 100px;
  gap: 25px;
  font-size: 18px;
  color: #f3f3f3;
  background-color: #58bceb;
  font-family: MyriadPro-900;
}
.admin-employe-btn i {
  font-size: 16px;
}

.employe-btn-box {
  background-color: #38aae0;
}


.adress-box h5,
.adress-box p  {
  font-size: 18px;
  color: #f3f3f3;
  font-family: MyriadPro-900;
  margin-bottom: 4px;
}

.adress-box> p {
  font-family: MyriadPro-200;
  margin: 0;
}


.btn-box {
  align-items: center;
  gap: 15px;
  background-color: #58bceb;
  padding: 5px 25px;
  border-radius: 100px;
  font-size: 18px;
  color: #f3f3f3;
  font-family: MyriadPro-900;
  border: none;
  min-width: 150px;
  padding: 4px 20px;
  text-align: center;
  display: inline-flex;
  cursor: pointer;
  outline: none;
}

.btn-box:focus {
  outline: none;
  box-shadow: none;
}


.btn-box i {
font-size: 16px;
}
.social-icon a img:hover {
  filter: brightness(0) saturate(100%) invert(70%) sepia(16%) saturate(1434%) hue-rotate(159deg) brightness(93%) contrast(98%);
}
/****************login-page-css-start*****************/
.login-box {
  border: 1px solid rgb(255, 255, 255);
  width: 100%;
  max-width: 360px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 16%);
  margin-top: 40px;
  display: grid;
  place-items: center;
}
.user-iconbox {
  margin: 0 0 27px;
}
/* .login-contentbox.banner-contentbox {
  padding: 120px 0 115px;
} */
.login-formbox {
  display: flex;
  flex-direction: column;
  padding: 34px 42px;
  width: 100%;
}
.login-formbox h3 {
  font-family: MyriadPro-700;
}
.icon-box {
  position: relative;
}

.icon-box::before,
.password-icon::before,
.email-icon::before {
  content: "\f007";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%; 
  left: 20px;
  transform: translateY(-50%);
  font-weight: 900; 
  z-index: 1;
  color: #f3f3f3;
  font-size: 16px;
}
.password-icon::before {
  content: "\f023";
}
.email-icon::before {
  content: "\f0e0";
}

.icon-box input {
  width: 100%;
  padding: 10px 30px 10px 40px;
  border-radius: 100px;
  outline: none;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  color: #f3f3f3;
  font-family: MyriadPro-200;
  font-size: 16px;
}

.icon-box input:-webkit-autofill,
.icon-box input:-webkit-autofill:hover,
.icon-box input:-webkit-autofill:focus,
.icon-box input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.icon-box input::placeholder {
  color: #f3f3f3;
}


.checkbox-group {
  display: inline-block;
  margin-right: 1rem;
}

.checkbox-group label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #f3f3f3;
  font-size: 12px;
  font-family: MyriadPro-200;
  letter-spacing: 0.5px;
  user-select: none;
}

.checkbox-group label:before {
  cursor: pointer;
  content: '✓';
  border: solid;
  font-size: 8px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  display: inline-block;
  border: 1px solid #f5f5dc;
  color: transparent;
  background-color: transparent;
}

.checkbox-group .rounded-checkbox:checked + label:before {
  content: '✓';
  color: #f3f3f3;
}

.checkbox-group .rounded-checkbox {
  position: fixed;
  left: -9999px;
}

.forgot-pass {
  color: #f3f3f3;
  user-select: none;
  font-size: 12px;
  font-family: MyriadPro-200;
  text-decoration: none;
}

.login-btn-box {
  width: 100%;
  border-radius: 100px;
  padding: 10px 30px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #58bceb;
  background-color: #fff;
  text-decoration: none;
  font-family: MyriadPro-900;
}

.btn-hoverbox:hover {
  background-color: #58bceb;
  color: #fff;
}

/*****************login-page-css-end*****************/




/* admin-panel start */
aside {
position: relative;
}

.admin-user-img {
  width: 43px;
  height: 43px;
  border-radius: 100px;
  overflow: hidden;
}
.admin-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logout-option {
  position: absolute;
  bottom: -52px;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  padding: 12px 0;
}
.logout-option button {
  display: inline-block;
  min-width: 150px;
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #1a1a1a;
  box-shadow: none;
  background-color: transparent;
  border: none;
  width: 100%;
  border: 1px solid #58bceb;
  padding: 4px 20px;
  border-radius: 100px;
  text-align: center;
}



.btn-box:hover> .logout-option {
  display: block;

}
.logout-option button:hover {
  background-color: #58bceb;
  color: #fff;
}

.sidebar-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #d7d7d7;
  max-width: 300px; /* Default expanded width */
  width: 100%;
  height: 100%;
  background: #fff;
  transition: max-width 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 998;
}

.sidebar-nav.tabsmode {
  display: none;
}

/* When sidebar is collapsed */
.sidebar-nav.active {
    max-width: 90px;
    transform: translateX(0px);
    transition: max-width 0.3s ease-in-out, transform 0.3s ease-in-out;

}

/* ,
.sidebar-nav.tabsmode */
.sidebar-nav.active:hover {
  max-width: 300px;
}

.navbar-box {
  width: calc(100% - 300px);
  margin-left: 300px;
  border-bottom: 1px solid #d7d7d7;
  position: fixed;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 998;
  transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}

/* When sidebar is collapsed */
.navbar-box.active {
  width: calc(100% - 90px);
  margin-left: 90px;
}
.navbar-box.overlap-nav {
  width: 100%;
  margin-left: 0;
}

.navbar-box.tabsmode, .main-box-content.tabsmode {
  width: 100% !important;
  margin-left: 0 !important;
}
.full-imgbox {
 display: block;
}
.sidebar-nav.active .navbar-brand .full-imgbox {
 display: none;
}
/* ,
.sidebar-nav.tabsmode .navbar-brand .full-imgbox */
.sidebar-nav.active .navbar-brand .full-imgbox {
  transform: translateX(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s ease-in-out;
  display: block;
  width: 70px;
}
/* .fav-imgbox {
  display: none;  
} */
/* .sidebar-nav.active:hover .navbar-brand .fav-imgbox {
  display: none;  
} */
.sidebar-nav.active:hover .navbar-brand .full-imgbox {
  transform: translateX(0);
  opacity: 1;
  width: auto;
}
/* .sidebar-nav.active .navbar-brand .fav-imgbox {
  display: block;
} */
.sidebar-nav.active .navbar-brand,
.sidebar-nav.tabsmode .navbar-brand {
  display: block;
}
.sidebar-nav.active .slide-nav,
.sidebar-nav.tabsmode .slide-nav {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 65.5px 0;
}

.main-space-box {
  padding: 0 93px;
}

.navbar-box .navbar {
  padding: 40px 0;
}
.sidebar-nav .navbar-brand {
  display: block;
  padding: 30px 40px;

}

.sidebar-nav.active .navbar-brand {
  display: flex;
  justify-content: center;
  padding: 50px 28px;
  width: 100%;
}

.search-box {
  position: relative;
}
.search-box input {
  border: 1px solid #58bceb;
  width: 273px;
  border-radius: 100px;
  color: #1a1a1a;
  background-color: #f9fdff;
  padding-right: 30px;
}


.search-box input::placeholder {
  color: #1a1a1a;
}
.search-box input:focus {
  outline: none;
  box-shadow: none;
}


.search-box> button {
  position: absolute;
  right: 10px;
  color: #58bceb;
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
.search-box> button:hover {
  color: #58bceb;
}

.side-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.sidebar-nav .side-menu li a span.nav-content-menu,
.sidebar-nav.active:hover .side-menu li a span.nav-content-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  line-height: normal;
  text-wrap-mode: nowrap;
}
 

/* When sidebar is collapsed */
.sidebar-nav.active .side-menu li a span.nav-content-menu
{
  opacity: 0;
  visibility: hidden;
  width: 0;
  margin-left: -10px;
}

.sidebar-nav.tabsmode .side-menu li a span.nav-content-menu {
  opacity: 1;
}
.side-menu li a {
  display: block;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 30px;
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #1a1a1a;
  text-decoration: none;
  text-transform: capitalize;
}
.side-menu li:hover a,
.side-menu li.active a {
  background-color: #58bceb;
  color: #f3f3f3;
}
.side-menu li a span img {
  width: 28px;
}
.side-menu li:hover a span img,
.side-menu li.active a span img  {
  filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(123%) hue-rotate(5deg) brightness(117%) contrast(91%);
}

.overlay-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #00000098;
  display: none;
}

.overlay-box.active {
  display: block;
}
 
.sidebar-nav.overlap-nav {
  display: block;
  z-index: 9999;
}

/***content-css-start***/
.main {
  padding-top: 121px;
}
.main-box-content {
  width: calc(100% - 300px);
  margin-left: 300px;
  padding-top: 48px !important;
  padding-bottom: 48px !important;
  position: relative;
  bottom: 0;
  transition: width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}
.main-box-content.active{
  width: calc(100% - 90px);
  margin-left: 90px;
}
.main-box-content.overlap-nav{
  width: 100%;
  margin-left: 0;
}
.project-doorbox {
  margin-bottom: 60px;
}

.heading-content-box {
  margin-bottom: 27px;
}
.heading-content-box h2 {
  font-size: 49px;
  font-family: MyriadPro-900;
  color: #58bceb;
  text-transform: uppercase;
}

.heading-content-box p {
  max-width: 980px;
  width: 100%;
  font-size: 18px;
  font-family: MyriadPro-200;
  color: #1a1a1a;
  margin: 0;
}

.user-project {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-project> li {
  border: 1px solid #58bceb;
  background-color: #fff;
  padding: 14px 20px;
  border-radius: 3px;
  margin-bottom: 19px;
}
.user-project li:last-child {
  margin-bottom: 0 !important;
}
.user-namebox {
  font-size: 22px;
  font-family: MyriadPro-900;
  align-items: center;
  display: flex;
  gap: 16px;
  color: #565656;
}
.user-namebox span {
  font-size: 18px;
  color: #58bceb;
}
.project-codebox {
  font-size: 22px;
  color: #565656;
  font-family: MyriadPro-900;
}
.project-codebox span {
  color: #58bceb;
}
.ongoing-btnbox span {
  font-family: MyriadPro-italic;
  font-size: 16px;
  color: #565656;
}
/***content-css-end***/



/****** graph 1 css start *******/
.chartBars {
  position: relative;
  max-width: 600px;
  height: 300px;
  margin: 50px auto 100px;
}

.chartBars .bars {
  display: flex;
  justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0 1%;
  margin: 0;
}

.chartBars .bars li {
  display: inline-block;
  flex: 0 1 24%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.chartBars .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  padding-top: 18px;
  bottom: 0;
  height: 0;
  overflow: hidden;
  font-weight: bold;
  outline: 2px solid transparent;
  -webkit-transition: 1.5s height cubic-bezier(.6, .4, .4, 1.1);
  transition: 1.5s height cubic-bezier(.6, .4, .4, 1.1);
}

.chartBars .bars li .bar:after {
  content: '%';
  font-size: 22px !important;
  vertical-align: top;
  color: rgba(255, 255, 255, .8);
  margin-right: -8px;
}

.chartBars .bars li b {
  color: #565656;
  width: 100%;
  position: absolute;
  bottom: -2em;
  left: 0;
  text-align: center;
}
.chartBars .numbers li span {
  color: #565656;
}
.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}

.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 11px;
  right: -9px;
  color: #eee;
}

.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}

.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}


.chartBarsWrap.chartBarsHorizontal {
  flex-direction: column;
  padding-left: 70px;
}

.chartBarsWrap.chartBarsHorizontal .bars b {
  color: #565656;
  width: 100%;
  position: absolute;
  top: 1em;
  left: -102%;
  text-align: right;
}

.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}

.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}

.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  -webkit-transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}

.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: 0.6em !important;
  margin-right: 20px;
}
.bars li .bar.greenBar {
  background-color: #58bceb;
  background: radial-gradient(#58bceb, #58bceb);
}

.bars li .bar.greenBarFlat {
  background-color: #58bceb;
}

.bars li .bar.blueBar {
  background-color: #58bceb;
  background: radial-gradient(#0a1b23, #0a1b23);
}

.bars li .bar.blueBarFlat {
  background-color: #58bceb;
}

.bars li .bar.orangeBar {
  background-color: #58bceb;
  background: radial-gradient(#58bceb, #58bceb);
}

.bars li .bar.orangeBarFlat {
  background-color: #58bceb;
}

.bars li .bar.purpleBar {
  background-color: #58bceb;
  background: radial-gradient(#00a1ff, #00aaf9);
}

.bars li .bar.purpleBarFlat {
  background-color: #58bceb;
}

/****** graph 1 css end *******/


/****** graph 2 css start *******/
.box-piesite {
  text-align: center;
  font-size: 22px;
}

.piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  cursor: default;
}

/* .piesite .percent {
  position: absolute;
  top: 1.1em;
  left: 0.1em;
  width: 100%;
  font-size: 0.3em;
  text-align: center;
  z-index: 2;
} */

.piesite .percent {
  position: absolute;
  top: 50%;
  left: 0.1em;
  width: 100%;
  font-size: 0.3em;
  text-align: center;
  z-index: 2;
  transform: translateY(-50% );
}

.piesite .percent .symbol {
  font-size: 0.5em;
  vertical-align: top;
  opacity: 0.5;
}

.piesite > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}

.piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}

.piesite > #slice > .pie {
  position: absolute;
  border: 0.1em solid #444;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}

li.design .piesite > #slice > .pie {
  border-color: #49E;
}

li.usability .piesite > #slice > .pie {
  border-color: #58bceb;
}

li.creativity .piesite > #slice > .pie {
  border-color: #58bceb;
}

.piesite > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.piesite.fill > .percent {
  display: none;
}

.piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  width: 0.8em;
  height: 0.8em;
  background: #ffffff;
  border-radius: 100%;
  z-index: 1;
}

.piesite:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #e7e5e6;
  z-index: 0;
}

.box-piesite ul {
  padding: 0;
}

.box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
}

.chartBarsHorizontal .chartBars .bars {
  flex-direction: column;
}

/****** graph 2 css end *********/


.graph-box-line, .graph-box-circle,
.graph-box-level {
  background-color: #fff;
  height: 350px;
  padding: 40px 20px;
  width: 100%;
  border-radius: 10px;
}

.graph-box-level {
  height: 600px;
}
/* admin-panel end ******/





/************ register-employee-page-css-start ************/
.employe-form .form-group label {
  font-size: 22px;
  font-family: MyriadPro-700;
  color: #2c2c2c;
}
.employe-form .form-group input,
.employe-form .form-group select {
  border: 1px solid #3ba8dc;
  color: #565656;
  font-size: 18px;
  font-family: MyriadPro-400;
  padding: 10px 24px;
}
.employe-form .form-group input:focus {
  box-shadow: none;
  outline: none;
  border-color: #3ba8dc;
  color: unset;
  
}


/**upload-img css**/
.upload-btn {
	background-color: #58b3e3;
	color: white;
	border: none;
	padding: 10px 50px;
	border-radius: 100px;
	font-size: 16px;
	font-family: MyriadPro-400;
	cursor: pointer;
}
.file-name {
  display: inline-block;
  background-color: #e5e5e5;
  color: #666;
  padding: 10px;
  border-radius: 100px;
  margin-left: 10px;
  position: relative;
}
.file-name span {
  position: absolute;
  right: 5px;
  top: -7px;
  cursor: pointer;
  background-color: #58b3e3;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  color: #fff;
  border-radius: 100px;
}
.upload-img-btn h4 {
  margin-right: 40px;
  font-size: 22px;
  font-family: MyriadPro-900;
  color: #2c2c2c;
}
.btn-submt-user {
  outline: none;
  padding: 10px 70px;
  border: none;
}

.report-logo-box .file-name {
  display: inline-block;
  background-color: transparent !important;
  color: #666;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
}
.report-logo-box  .file-name span {
  display: none;
}
/* .setting-image-preview-box .file-name {
  width: 130px;
} */
/**upload-img css**/

/************ register-employee-page-css-end **************/



/************employee-list-page-css-start**************/
.subheading-employe {
  margin: 0;
  font-size: 18px;
  font-family: MyriadPro-200;
  color: #858585;
}

.emply-user-img {
  width: 100%;
  max-width: 70px;
  height: 70px;
  border-radius: 100px;
  overflow: hidden;
}
.emply-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****filter-codebar****/
.filter-box-bar {
  border: 1px solid #b7b7b7;
  padding: 0 20px;
  border-radius: 3px;
  margin-bottom: 35px;
  background-color: #fff;
}
.dorpdown-search-box {
  padding: 18px 0;
}
.search-btn-filter {
  padding: 26px 0;
}
.filter-checkbox-item {
  padding: 25px 0;
}
.filter-box-bar > .row > .col-md-4 {
  position: relative;
}
.filter-box-bar > .row > .col-md-4:first-child::before,
.filter-box-bar > .row > .col-md-4:nth-child(2):before{
  position: absolute;
  border: 1px solid #b7b7b7;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
}

.dropdown-search select:focus {
  box-shadow: none;
}
.dropdown-search select {
  border: none;
  cursor: pointer;
}
.dropdown-search input[type="search"] {
  font-size: 18px;
  color: #858585;
  font-family: MyriadPro-200;
  border: none;
  padding: 10px;
  box-shadow: none;
  outline: none;
}
.dropdown-search .form-select {
  background-size: 19px 42px;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23858585' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.search-dumy-icon i {
  color: #58bceb;
  font-size: 18px;
}

.checkbox.style-a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-a input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-a input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-a input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-a:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-a:hover input:checked ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-a .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #58bceb;
  transition: background-color 0.25s ease;
  border-radius: 3px;
}
.checkbox.style-a .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid #58bceb;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-a .checkbox__body {
  line-height: 1.4;
  color: #858585;
  font-size: 18px;
  font-family: MyriadPro-200;
}

.search-btn-filter> p {
  color: #858585;
  font-size: 18px;
  font-family: MyriadPro-200;
  padding-left: 20px;
}

/****filter-codebar****/


/*** three-dots-btn ***/
.dots-menu i::after {
  content: " ";
  border: none;
}
/*** three-dots-btn ***/

/************employee-list-page-css-end ***************/


/************new-project-reg-page-css-start ***************/
.user-label {
  font-size: 18px;
  color: #565656;
  font-family: MyriadPro-900;
}
.user-input {
  border: 1px solid #cacaca;
  border-radius: 2px;
  font-size: 16px;
  color: #565656;
  font-family: MyriadPro-200;
}
.user-input:focus {
  box-shadow: none;
  border-color: #cacaca;
}

textarea.user-input {
 resize: none;
}


/****popup-employe-start****/

.popup,
.delete-confirmation-popup,
.assign-project-popup {
  width: 100%;
  height: 100%;
  background: hsl(0deg 0% 0% / 54%);
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999; 
}
.download-loader-popup {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.74);
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999; 
}


.popup.active {
  display: block;
}
.popup__content {
  width: 100%;
  max-width: 890px;
  padding: 50px 120px;
  background: #daf2fc;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 998;
}

.popup__content .close {
  position: absolute;
  right: 20px;
  top: -10px;
  display: block;
  cursor: pointer;
}

.popup__content .close i {
  width: 26px;
  height: 26px;
  background-color: #00a1ff;
  line-height: 27px;
  border-radius: 100px;
  color: #fff;
  font-size: 13px;
}

.asign-popup-content h2 {
  font-size: 22px;
  color: #1a1a1a;
  font-family: MyriadPro-900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.asign-task-project {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
  max-height: 380px;
  overflow: auto;
  min-height: 70px;
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #00a1ff rgba(255, 255, 255, 0.3); /* Custom thumb and track colors */
}

.delete-confirmation-popup .popup__content {
  width: 100%;
  max-width: 350px;
  padding: 30px 40px;
}

.asign-task-project::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.asign-task-project::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.asign-task-project::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px #00a1ff;
}

.asign-task-project::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.asign-task-project li {
  border: 1px solid #96cae0;
  padding: 6px;
  border-radius: 100px;
  background-color: #fff;
  margin-bottom: 10px;
}
.employe-img {
  width: 52px;
  height: 52px;
  border: 1px solid #96cae0;
  border-radius: 100px;
  overflow: hidden;
}
.employe-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employee-profile-btn a {
  font-size: 22px;
  text-transform: uppercase !important;
  display: flex;
  justify-content: center;
  padding: 13px;
}
.employe-name {
  font-size: 22px;
  color: #1a1a1a;
  font-family: MyriadPro-400;
  padding-left: 20px;
}
/****popup-employe-end****/

/************new-project-reg-page-css-end ***************/



/************inspection-reports-page-css-start ***************/

.line-h-report {
  line-height: normal;
}
.report-subtitile {
  font-family: MyriadPro-italic;
}
.report-datebox {
  font-family: MyriadPro-italic;
  font-size: 16px;
  color: #565656;
}
.download-menu-items li a {
  font-size: 16px;
  color: #1a1a1a;
  font-family: MyriadPro-200;
}
/************inspection-reports-page-css-end *****************/



/*************setting-page-css-start ****************/
.setting-updatebox {
  margin-bottom: 64px;
}
.setting-updatebox:nth-child(3){
  margin-bottom: 10px;
}
.report-changesbox {
  max-width: 447px;
}
.setting-updatebox h4 {
  font-size: 18px;
  color: #565656;
  font-family: MyriadPro-900;
  margin-bottom: 30px;
}

.setting-upload-btn {
  border-radius: 0;
  padding: 10px 60px;
}

.switch-btn button {
  font-size: 18px;
  font-family: MyriadPro-700;
  border: 1px solid #cacaca;
  padding: 9px 18px;
  background-color: #ddd; 
  color: #777; 
  cursor: pointer;
  border-radius: 2px;
}

.switch-btn button.active {
  background-color: #44acdd;
  color: #fff; 
  border-color: #44acdd; 
}

.switch-btn button:hover {
  opacity: 0.8; 
}
.offbtn-des {
  font-size: 16px;
  color: #9a9a9a;
  font-family: MyriadPro-400;
  margin: 0;
  padding-left: 30px;
}
#fileNameContainer {
  display: none;
}

/*************setting-page-css-end ******************/
div#imagePreview,
.createProjetc-tfc,
#imagePreview-customer {
  width: 200px;
  height: 200px;
}

div#imagePreview img,
.createProjetc-tfc img,
#imagePreview-customer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.add-image-preview{
  display: none;
}

.add-image-preview.visible-preview {
  display: block !important;
}



/*********************steps-code-start******************/
.steps-heading {
  font-size: 22px;
  font-family: MyriadPro-400;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 26px;
}
.follow-stepsbox {
  padding-top: 30px;
}

.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.step {
  width: 50px;
  height: 50px;
  background-color: #96cae0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 22px;
  font-family: MyriadPro-400;
}

.step.active {
  background-color: #3ba8dc;
}

.line {
  width: 85px;
  height: 3px;
  background-color: #96cae0;
}

.step-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 20px auto 30px;
}
.step-box-gap {
  max-width: 514px;
  width: 100%;
}
.step-content h2 {
  font-size: 22px;
  font-family: MyriadPro-700;
  color: #2c2c2c;
  margin-bottom: 0px;
  line-height: normal;
}
.step-content p {
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #565656;
  margin-bottom: 27px;
}
.nav-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 514px;
  width: 100%;
  margin: 0 auto;
}



.nav-buttons button {
  padding: 10px;
  background-color: #3ba8dc;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 2px;
  font-family: MyriadPro-400;
}

#nextBtn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.step-Inspectie {
  display: none;
}

.report-btnbox button {
  text-align: left;
  box-shadow: none;
  border: 1px solid #3ba8dc;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #1a1a1a;
}

.report-btnbox button:hover, .report-btnbox button.active {
  background-color: #3ba8dc;
  color: #fff;
}
.slide-btnbox button {
  box-shadow: none;
  background-color: #3ba8dc;
  padding: 12px 24px;
  border-radius: 3px;
  border: none;
}
.steps-upload-btn {
  border-radius: 2px;
  background-color: #3ba8dc;
}
.grid-main-imgbox {
  padding: 30px 0px 3px;
  margin: 0 auto;
  /* display: flex; */
  /* justify-content: center; */
}
.grid-imgbox {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
  /* max-width: 778px; */
}
.grid-main-imgbox> .d-block {
  /* height: 266px; */
  /* height: 400px; */
  overflow: auto;
  padding: 8px;
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #00a1ff rgba(255, 255, 255, 0.3); /* Custom thumb and track colors */
}

.grid-main-imgbox> .d-block::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  margin: 10px 0;
}

.grid-main-imgbox> .d-block::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.grid-main-imgbox> .d-block::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 6px 0 0 #3ba8dc;
}


.grid-imgbox .foto-grid-image {
  border: 1px solid #3ba8dc;
  width: 167px;
  /* height: 115px; */
  height:167px;
  border-radius: 2px;
  position: relative;
}
span.icon-close {
  width: 18px;
  height: 18px;
  display: block;
  line-height: 19.8px;
  font-size: 10px;
  border-radius: 100px;
  background-color: #3ba8dc;
  color: #fff;
  position: absolute;
  top: -9px;
  right: 9px;
  cursor: pointer;
}

.foto-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* step-3-start */
.heading-general {
  background-color: #3ba8dc;
  padding: 10px 24px;
  border-radius: 3px;
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #fff;
  margin-bottom: 3px;
}
.general-img-grid {
  display: grid;
  align-items: flex-start;
  border: 1px solid #3ba8dc;
  padding: 10px 10px;
  font-family: MyriadPro-200;
  border-radius: 3px;
  background-color: #fff;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.general-img-grid.groups-grid {
  grid-template-columns: 1fr;
}
.groups-grid .checkbox-img {
  width: 100%;
  max-width: 100%;
}
.groups-grid .checkbox-img> ul {
  flex-direction: column;
}
.groups-grid .checkbox-img> ul> li {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  background: #ebf9ff;
}
.group-name {
  width: 20%;
  display: flex;
  justify-content: end;
}
.group-name span {
  background: #3ba8dc;
    padding: 5px 16px;
    border-radius: 100px;
    color: #fff;
}
.group-images {
  width: 80%;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.general-img-grid .add-metadata-btns {
  padding: 0px !important;
}
.general-container {
  padding: 0 10px;
  max-height: 294px;
  min-height: 132px;
  overflow: auto;
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #00a1ff rgba(255, 255, 255, 0.3); /* Custom thumb and track colors */
  
}
.general-container::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  margin: 10px 0;
}

.general-container::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.general-container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 6px 0 0 #3ba8dc;
}

.checkbox-img {
  max-width: 280px;
  min-width: 40px;
  margin-right: 10px;
  flex-shrink: 1;
}
.checkbox-img ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 10px;
}
.checkbox-img li {
  width: 60px; 
}

.add-metadata-btns {
  flex-grow: 1; 
  /* min-width: calc(100% - 280px - 10px);
  max-width: calc(100% - 40px - 10px); */
  gap: 7px;
}
.btn-group-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.group-name-btn .group-box {
  background: #3ba8dc;
  padding: 5px 16px;
  border-radius: 100px;
  color: #fff;
}
span.delete-group {
  margin-left: 11px;
}
.group-name-btn {
  width: 100%;
  display: flex;
  align-items: self-start;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 15px;
  cursor:pointer;
}
.thumb-img-box {
  width: 60px;
  height: 60px;
}
.small-thumb-img {
  width: 60px;
  height: 60px;
  background-color: #d7edf6;
  border-radius: 3px;
overflow: hidden;
}
.small-thumb-img .disabled {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: brightness(1) saturate(100%) invert(73%) sepia(-1%) saturate(1%) hue-rotate(148deg) brightness(0%) contrast(53%);
}
.small-thumb-img.highlighted {
  border:2px solid rgb(38, 168, 38);
}
.thumb-close.disabled {
  pointer-events: none;
  opacity: 0.5; /* Optional: to give a visual cue it's disabled */
}

.thumb-img-box .checkbox.style-a .checkbox__checkmark {
  height: 14px;
  width: 14px;
  border: 1px solid #58bceb;
  border-radius: 3px;
}
.thumb-img-box .checkbox.style-a .checkbox__checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
}
.thumb-img-box .checkboxes__item {
  position: absolute;
  bottom: 11px;
  left: 0;
}
span.thumb-close {
  width: 15px;
  height: 15px;
  display: block;
  line-height: 17px;
  font-size: 10px;
  border-radius: 100px;
  background-color: #3ba8dc;
  color: #fff;
  position: absolute;
  top: -6px;
  right: 4px;
  cursor: pointer;
  text-align: center;
}
.small-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add-metadata-btns label,
.add-metadata-btns button {
  font-size: 15px;
  padding: 6px 14px;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  font-family: MyriadPro-200;
  color: #565656;
  background-color: #d7edf6;
}
.general-img-box:last-child {
  margin-bottom: 0 !important;
}
/***** meta-data-popup-start ******/
.popup-meta-data,.condition-popup-meta-data {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 998;
  display: none;
}
.meta-data-content {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.568);
}
.meta-data-contentbox {
  max-width: 1600px;
  width: 100%;
  padding: 20px;
}
.meta-popup-contentbox {
  max-height: 80vh;
  background-color: white;
  width: 100%;
  border-radius: 3px;
  overflow: auto;
  min-height: 247px;
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #00a1ff rgba(255, 255, 255, 0.3); /* Custom thumb and track colors */
}
.meta-popup-contentbox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  margin: 10px 0;
}

.meta-popup-contentbox::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.meta-popup-contentbox::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 6px 0 0 #3ba8dc;
}
.nen-codebox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nen-codebox .heading-general {
  padding: 10px 30px;
  background-color: #0cb1ff;
}
.nen-codebox ul li {
  padding: 22px 30px;
  background-color: #ddf4ff;
  margin-bottom: 4px;
}
.meta-data-img {
  max-width: 205px;
  height: 154px;
}
.meta-data-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nen-code-input input[type=number]::-webkit-inner-spin-button, 
.nen-code-input input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}
.nen-code-input input[type=number] {
  -moz-appearance:textfield;
}
.meta-data-input {
  /* margin-bottom: 20px; */
}
.meta-data-input .meta-fieldbox {
  max-width: 447px;
}
.meta-fieldbox span,
.nen-fieldbox span {
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translateY(-45%);
  z-index: 998;
}
.meta-data-input input, 
.nen-code-input input[type=number] {
  outline: none;
  box-shadow: none;
  padding: 5px 25px 5px 15px;
  color: #9a9a9a;
  border: 1px solid #cacaca;
  border-radius: 2px;
  font-size: 16px;
  font-family: MyriadPro-400;
  width: 100%;
}
.nen-code-input input[type=number] {
  width: auto;
  display: inline-block;
  min-width: 85px;
  max-width: 150px;
}
.meta-data-input label,
.nen-code-input label {
  font-size: 18px;
  color: #525252;
  font-family: MyriadPro-700;
  margin-bottom: 5px;
}
.boxbtn-update {
  border: 1px solid #0cb1ff;
  font-size: 16px;
  padding: 5px 45px;
  border-radius: 2px;
  box-shadow: none;
  border: none;
  background: #0cb1ff;
  font-family: MyriadPro-400;
  color: #fff;
}
.trash-btnbox i {
  font-size: 30px;
  color: #0cb1ff;
  cursor: pointer;
}
.close-btnmeta i {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 50px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  background-color: #34a6dc;
  color: #fff;
  cursor: pointer;
}
.condition-close-btnmeta i {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  right: 50px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  background-color: #34a6dc;
  color: #fff;
  cursor: pointer;
}
/***** meta-data-popup-end ******/
/***** step-3-end *******/



/***** step-4-end *******/
.conditie-wrapper {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}
.conditie-inner h5 {
  font-size: 17px;
  margin-bottom: 16px;
  font-family: MyriadPro-700;
  color: #525252;
  text-transform: uppercase;
}
.conditie-size-box .meta-data-img {
  width: 123px;
  height: 107px;
}
.conditie-size-box .meta-data-input {
  width: 125px;
}
.conditie-size-box .checkbox.style-a {
  padding-left: 30px;
}
.conditie-size-box .checkbox.style-a .checkbox__body {
  color: #525252;
  font-size: 13px;
  font-family: MyriadPro-200;
  text-wrap: nowrap;
}
.conditie-size-box .checkbox.style-a .checkbox__checkmark {
  top: -4px;
  border: 1px solid #cacaca;
}
.conditie-size-box .checkbox.style-a .checkbox__checkmark:after {
  left: 7px;
  top: 3px;
}
.conditie-size-box {
  max-width: 860px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 15px;
}
.conditie-size-box> .d-flex  {
  max-width: 272px;
  width: 100%;
}


/* Scrollbar styling */
.conditie-size-box {
  scrollbar-width: thin; /* Makes scrollbar thinner */
  scrollbar-color: #00a1ff rgba(255, 255, 255, 0.3); /* Custom thumb and track colors */
}
.conditie-size-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.conditie-size-box::-webkit-scrollbar-track {
  border-radius: 10px;
}

.conditie-size-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #3ba8dc;
}

/**** loader-spiner start****/

.loader--spinner,
.loader--spinnertext,
.loader--spinner-download{
  display: inline-block;
  position: relative;
  height: 60px;
  width: 60px;
}

.loader--spinner div,
.loader--spinnertext div,
.loader--spinner-download div {
  animation: loader--spinner 1.2s linear infinite;
  transform-origin: 30px 30px;
}

.loader--spinner div:after,
.loader--spinnertext div::after,
.loader--spinner-download div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 27px;
  width: 5px;
  height: 10px;
  background: rgb(157,131,235);
  background: linear-gradient(90deg, rgba(157,131,235,1) 4%, rgba(80,193,254,1) 97%);
  border-radius: 20%;
}

.loader--spinner div:nth-child(1),
.loader--spinnertext div:nth-child(1),
.loader--spinner-download div:nth-child(1) {
  animation-delay: -1.1s;
  transform: rotate(0deg);
}
.loader--spinner div:nth-child(2),
.loader--spinnertext div:nth-child(2),
.loader--spinner-download div:nth-child(2) {
  animation-delay: -1s;
  transform: rotate(30deg);
}
.loader--spinner div:nth-child(3),
.loader--spinnertext div:nth-child(3),
.loader--spinner-download div:nth-child(3) {
  animation-delay: -0.9s;
  transform: rotate(60deg);
}
.loader--spinner div:nth-child(4),
.loader--spinnertext div:nth-child(4),
.loader--spinner-download div:nth-child(4) {
  animation-delay: -0.8s;
  transform: rotate(90deg);
}
.loader--spinner div:nth-child(5),
.loader--spinnertext div:nth-child(5),
.loader--spinner-download div:nth-child(5) {
  animation-delay: -0.7s;
  transform: rotate(120deg);
}
.loader--spinner div:nth-child(6),
.loader--spinnertext div:nth-child(6),
.loader--spinner-download div:nth-child(6) {
  animation-delay: -0.6s;
  transform: rotate(150deg);
}
.loader--spinner div:nth-child(7),
.loader--spinnertext div:nth-child(7),
.loader--spinner-download div:nth-child(7) {
  animation-delay: -0.5s;
  transform: rotate(180deg);
}
.loader--spinner div:nth-child(8),
.loader--spinnertext div:nth-child(8),
.loader--spinner-download div:nth-child(8) {
  animation-delay: -0.4s;
  transform: rotate(210deg);
}
.loader--spinner div:nth-child(9),
.loader--spinnertext div:nth-child(9),
.loader--spinner-download div:nth-child(9) {
  animation-delay: -0.3s;
  transform: rotate(240deg);
}
.loader--spinner div:nth-child(10),
.loader--spinnertext div:nth-child(10),
.loader--spinner-download div:nth-child(10) {
  animation-delay: -0.2s;
  transform: rotate(270deg);
}
.loader--spinner div:nth-child(11),
.loader--spinnertext div:nth-child(11),
.loader--spinner-download div:nth-child(11) {
  animation-delay: -0.1s;
  transform: rotate(300deg);
}
.loader--spinner div:nth-child(12),
.loader--spinnertext div:nth-child(12),
.loader--spinner-download div:nth-child(12) {
  animation-delay: 0s;
  transform: rotate(330deg);
}

@keyframes loader--spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader--spinner-download {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader--spinnertext {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.nav-buttons .shipping-btn-report {
  background-color: #ff6347;
}


.report-list-spiner #loader--spinner-all {
  display: none;
}


/**** loader-spiner end****/

/***** step-5-end *******/


/***** step-6-start *******/
.report-generator-box {
  background-color: #fff;
  padding: 30px 30px;
  margin: 0 auto;
  text-align: start;
  max-width: 1034px;
  width: 100%;
}
.report-generator-box img {
  width: 100%;
}
.report-edit-btn {
  margin: 0 180px;
  padding: 0 30px;
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #565656;
}
.report-edit-btn span i {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #26a1f4;
}

/* popup-download-report-start */
.download-report-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 998;
  display: none;
}
.download-report-content {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.568);
}
.download-report-contentbox {
  max-width: 442px;
  width: 100%;
  padding: 40px 70px;
  left: 9%;
  background-color: #daf2fc;
  border-radius: 3px;
}
.cls-icon-btn i {
  top: -15px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.download-report-contentbox h3 {
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #2c2c2c;
  text-transform: uppercase;
}
.doc-btn-icon button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
/* popup-download-report-end */

/***** step-6-end *******/



/* Inspectie steps css start */
.choosebtn button {
  border: none;
  max-width: 110px;
  display: block;
  width: 100%;
  padding: 12px 0;
  border-radius: 3px;
  font-size: 18px;
  font-family: MyriadPro-400;
  color: #fff;
  background-color: #96cae0;
}
.choosebtn button.active, .choosebtn button:focus,
.choosebtn button:hover {
  background-color: #58bceb;
}
/* Inspectie steps css end */


/*********************steps-code-end******************/


/*************** project-here-page-css-start ***********/
.project-details-content {
  font-size: 16px;
  color: #9a9a9a;
  font-family: MyriadPro-400;
}
/*************** project-here-page-css-end **************/

/*************** add-project-details-page-css-start ***********/
.inspectiondate-box {
  max-width: 170px;
}
/*************** add-project-details-page-css-end **************/


/***************Employe-settiing-page-css-start **************/
.user-profile-edit {
  /* border: 1px solid red; */
  max-width: 447px;
}
.user-porfile-img {
  border: 1px solid rgb(221 221 221);
  width: 100%;
  max-width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.user-porfile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setting-edit-field {
  margin-bottom: 18px;
}
.setting-edit-field label {
  font-size: 16px;
  color: #565656;
  font-family: MyriadPro-400;
  margin-bottom: 10px;
}
/***************Employe-settiing-page-css-end **************/


/* error-msg-input */
.error-msg-field {
  color: rgb(185 15 15);
  font-size: 14px;
  font-family: MyriadPro-400;
  padding: 3px 22px 2px;
}

.is-error input {
  border: 1px solid rgb(185 15 15) !important;
}

.project-doorbox> nav .pagination .page-item> a{
  color: #000;
}
.project-doorbox> nav .pagination .page-item.active> a{
  background-color:#58bceb;
  color: #FFF;
  border: none;

}

.project-doorbox> nav .pagination .page-item> a:focus {
  box-shadow: none;
  border: none;
}
 
/***********************/
.ongoing-btnbox {
  display: grid;
  grid-template-columns: 3fr 3fr 10px;
  align-items: center;
  gap: 20px;
}

.ongoing-btnbox.new-gridbox {
  display: grid;
  grid-template-columns: 3fr 10px;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}

.ongoing-btnbox.new-gridbox a:nth-child(1),
.ongoing-btnbox.new-gridbox div:nth-child(1){ 
  grid-area: 1 / 1 / 2 / 2; 
  max-width: 260px;
  margin: 0 0 0 auto;
  width: 100%;
}
.ongoing-btnbox.new-gridbox a:nth-child(2),
.ongoing-btnbox.new-gridbox div:nth-child(2) { 
  grid-area: 2 / 1 / 3 / 2;
  max-width: 260px; 
  margin: 0 0 0 auto;
  width: 100%;
}
.ongoing-btnbox.new-gridbox a:nth-child(3),
.ongoing-btnbox.new-gridbox div:nth-child(3) {
   grid-area: 1 / 2 / 3 / 3; 
   max-width: 260px;
   margin: 0 0 0 auto;
   width: 100%;
  }
/************************/

/*******************contact-page-css-start*****************/
.enquiry-header {
  position: unset;
  top: 0;
  right: 0;
  left: 0;
  z-index: 998;
  background-color: #fff;
  height: 11vh;
}
.contact-banner {
  width: 100%;
  display: grid;
  place-items: center;
  /* padding-top: 140px;
  padding-bottom: 50px; */
}
.contact-banner-box {
  width: 100%;
  height: 81vh;
  border-radius: 10px 0 0 10px;
  margin: 9.5px 0;
}
.form-contact-box {
  width: 100%;
  height: 81vh;
  border-radius: 0 10px 10px 0;
  border: 1px solid #cccc;
  margin: 9.5px 0;
}
.contact-banner-box h2,
.form-contact-box h2 {
  font-size: 40px;
  font-family: MyriadPro-700;
}
.contact-page-description-box {
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 10px;
}
.contact-page-description-box h2 {
  font-family: MyriadPro-400;
}
.contact-page-description-box p {
  font-family: MyriadPro-200;
}
.form-contact-box form label,
.form-contact-box form input {
  font-family: MyriadPro-200;
}
.form-contact-box form input:focus,
.form-contact-box form textarea:focus {
  box-shadow: none;
  border-color: none;
}
.form-contact-box form textarea {
  min-height: 200px;
  max-height: 350px;
  overflow-y: auto;
  resize: none
}
/*******************contact-page-css-End*****************/

/*******************Policy-page-css-End*****************/
.policy-content {
  padding: 140px 0 40px;
}
.font-add h3 {
  font-family: MyriadPro-700;
}
.font-add p {
  font-family: MyriadPro-200;
}
/*******************Policy-page-css-End*****************/

.comment-box-enquiry {
  width: 74%;
}
.comment-box-enquiry textarea{
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  font-size: 16px;
  color: #565656;
  font-family: MyriadPro-200;
}
.comment-box-enquiry textarea:focus {
  outline: none;
}

.upload-databtns {
  width: 100%;
  background-color: #fff;
  padding: .375rem .75rem;
}
.upload-databtns p {
  margin: 0;
}


/*************Permission page start code******************/
.permission-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

/* .illustration-wrapper {
  max-width: 80%;
} */
.illustration-wrapper img {
  width: 500px;
}

.illustration {
  max-height: 50vh;
  object-fit: contain;
}

/* Content */
.permission-container .heading {
  font-size: 2rem;
  font-weight: bold;
  color: var(--heading-color);
}

.permission-container .description {
  margin-top: 1rem;
  font-size: 1rem;
  color: var(--text-color);
}

/* Button */
.permission-container .action-btn {
  display: inline-block;
  cursor: pointer;
}

.upload-image-path {
  width: 40px;
}

.report-img-logo {
 width: 447px;
}
.upload-image-path {
  width: 36px;
  height: 36px;
}
.upload-image-path img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*************Permission page end code********************/

/************Tooltip-css-start******************/

.tooltip-popup-box .popup__content {
  width: 100%;
  max-width: 350px;
  padding: 0;
  height: 280px;
  display: grid;
  place-items: center;
}
.report-big-image {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.report-big-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/************Tooltip-css-end******************/

/*****delete-confirmation popup css start**********/
/* Popup Title and Text */
.delete-confirmation-popup-body {
  text-align: center;
  margin-bottom: 20px;
}

.delete-confirmation-popup-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.delete-confirmation-popup-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* Buttons */
.delete-confirmation-popup-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.delete-confirmation-popup-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.delete-confirmation-popup-cancel-btn {
  background-color: #e0e0e0;
  color: #555;
}

.delete-confirmation-popup-delete-btn {
  background-color: #d9534f;
  color: white;
}

.delete-confirmation-popup-cancel-btn:hover {
  background-color: #c7c7c7;
}

.delete-confirmation-popup-delete-btn:hover {
  background-color: #c9302c;
}

/*****delete-confirmation popup css end**********/

.listing-project-clr p strong {
  color: #565656 !important;
}

#report-Inspection, #report-NEN {
  display: none; /* Initially hidden */
}

.condition-report-edit-btn {
margin: 0 180px;
padding: 0 30px;
font-size: 18px;
font-family: MyriadPro-400;
color: #565656;
}
.condition-report-edit-btn span i {
width: 32px;
height: 32px;
border-radius: 100px;
line-height: 32px;
font-size: 16px;
text-align: center;
color: #fff;
cursor: pointer;
background-color: #26a1f4;
}
.inspection-report-container {
  max-height: 100% !important;
}



/******* steps-popup-overlay-css-start ******/
.popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #020202e8;
  z-index: 998;
  display: grid;
  place-items: center;
  display:none;
}
.popup-overlay .d-block {
  /* border: 1px solid red; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.count-setbox {
  margin-top: 30px;
}
.count-setbox p:first-child {
  font-size: 15px;
}
.count-setbox p {
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-weight: 600;
}
/******* steps-popup-overlay-css-end ******/

.popup-btn-draft {
  gap: 25px !important;
}
.popup-btn-draft button {
    font-size: 18px !important;
    padding: 8px 25px !important;
    border-radius: 5px !important;
}
.popup-btn-draft button:nth-child(2) {
  background-color: #3ba8dc !important;
  border-color: #3ba8dc !important;
}




.promt-box {
  padding: 0 10px;
  display:none;
}

.promt-box .user-input {
  height: 100px;
  min-height: 100px;
  resize: none;
  
}
textarea.user-input {
  resize: none;

 }

/****/

.slide-nav {
  width: 30px;
  height: 50px;
  padding: 10px 0;
  top: 0;
  left: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slide-nav span,
.slide-nav span:before,
.slide-nav span:after {
  width: 30px;
  height: 2px;
  background: rgb(0, 0, 0);
  position: absolute;
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

.slide-nav span {
  top: 50%;
}

.slide-nav span:before {
  content: '';
  top: -10px;
}

.slide-nav span:after {
  content: '';
  top: 10px;
}


.min-w {
  min-width: auto !important;
}

.dropdown.dots-menu i {
  padding: 10px;
}

.dropdown.dots-menu .dropdown-menu {
  padding: 0;
}

.dropdown.dots-menu .dropdown-menu> li> button:hover,
.dropdown.dots-menu .dropdown-menu> li> button:active {
  background-color: transparent !important;
  color: #212529;
}

.pro-btn-box {
  padding: 0 120px;
  overflow: auto;
  min-height: 40px;
  max-height: 560px;
  scrollbar-width: thin;
  scrollbar-color: #00a1ff rgba(255, 255, 255, 0.3);
}


.pro-btn-box::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.pro-btn-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pro-btn-box::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px #00a1ff;
}

.pro-btn-box::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.project-name-desc {
  display: -webkit-box;    
  -webkit-line-clamp: 1;    
  -webkit-box-orient: vertical;     
  overflow: hidden;
}


.btn-box.py-box  {
  padding: 5px 18px !important;
}

.py-block {
  padding: 10px 20px !important;
  min-width: 150px !important;
}

 .cke_notifications_area .cke_notification{
  display:none !important;
}

span.cke_button_icon.cke_button__about_icon {
  display: none !important;
}

span.cke_button_icon.cke_button__maximize_icon{
  display: none !important;
}


.page-list-block {
  list-style: none;
  padding-left: 0;
  font-family: 'Trebuchet MS';
  font-size: 14px;
}

.page-list-block li {
list-style: none;
padding: 4px 0;
position: relative;
}

.list-headingbox {
font-weight: bold;
margin-top: 10px;
}

.page-list-block ul {
padding-left: 20px;
}

/* Styling for first-level items */
.page-list-block>li {
font-weight: bold;
}

/* Ensuring sub-level items have proper spacing */
.page-list-block>ul>li {
padding-left: 15px;

}

/* Fix alignment for dotted lines */
.page-list-block>ul>li::after {
width: calc(100% - 40px);
}

a {
text-decoration: none;
color: black;
font-weight: normal;

}

.list-headingbox .last{
font-weight: bold;
}

.cke_bottom {
  display: none !important;
}

.condition-information {
  max-width: 100%;
  height: auto;
  width: 340px;
  display: flex;
  justify-content: end;
  margin: 0 0 0 auto;
}

img.primary-highlight {
  border: 3px solid #00a1ff;
}
/* body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders,
iframe.cke_wysiwyg_frame {
  padding: 0 20px !important;
} */

a#cke_34 {
  display: none !important;
}

/****************************************** 
          Repsonsive-design-start 
*******************************************/
@media (max-width: 1510px) {
  .general-img-grid {
    gap: 15px;
    grid-template-columns: 2fr 150px 3fr;
}
  .general-img-grid .add-metadata-btns {
    padding: 0px !important;
    flex-direction: column;
}
  .general-img-grid .add-metadata-btns> button {
    width: 100%;
  }
  .btn-submt-user {
    padding: 10px;
    display: flex;
    justify-content: center;
}
}



@media (max-width: 1440px) {
  .main-box-content {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .main-space-box {
    padding: 0 40px;
}
  .btn-submt-user {
    padding: 10px 40px;
  }
}

@media (max-width: 1360px) {
  .grid-imgbox {
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
  .steps-upload-btn,
  .add-metadata-btns button {
    margin: 0 auto 0 0;
  }
  /* .add-metadata-btns {
    flex-direction: column;
  } */
  .general-container {
    width: 100%;
  }
  .ongoing-btnbox {
    gap: 20px;
  }
  .report-changesbox {
    max-width: 400px;
  }
  .btn-box {
    padding: 4px 18px;
  }
}


@media only screen and (min-width: 1200px) and (max-width: 1250px)  {
  .stats-graph> .row> div:nth-child(1),
  .stats-graph> .row> div:nth-child(2){
    flex: auto;
    width: 100%;
  }
  .graph-box-line {
    height: 210px;
  }
  .graph-box-level {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .condition-information {
    display: none;
  }
  
  .graph-box-line {
    height: 210px;
  }
  .graph-box-level {
    height: 500px;
  }
  .main-space-box {
    padding: 0 20px;
  } 
  .employe-set-tfc> div> form> .setting-updatebox .setting-edit-field input {
    width: 100%;
    max-width: 80%;
  }
  .sidebar-nav {
    z-index: 998;
    display: none;
  }
  .employee-profile-btn a, .btn-box, .employe-name {
    font-size: 16px;
  }
  .download-report-contentbox {
    left: 0;
  }
  .count-setbox p {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .grid-imgbox {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .heading-content-box h2 {
    font-size: 40px;
  }
  .heading-content-box p {
    font-size: 16px;
  }
  .user-namebox,
  .project-codebox {
    font-size: 18px;
    gap: 10px;
    word-break: break-all;
  }
  .equal-btnbox,
  .assign-pro-btn,
  .processing-btn,
  .new-gridbox> .dropdown> .dropdown-toggle {
    font-size: 16px !important;
    padding: 4px 10px;
  } 
  .ongoing-btnbox a, .btn-submt-user, .btn-box {
    font-size: 16px;
  }
  .btn-submt-user {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    min-width: auto;
}

}

@media (max-width: 992px) {
  .report-changesbox {
    max-width: 300px;
  }
  .chartBars {
    max-width: 490px;
  }
  .general-img-grid {
    gap: 10px;
    grid-template-columns: 2fr 130px 3fr;
  }
  .group-name-btn {
    gap: 4px;
  }
  .popup__content {
    max-width: 748px;
    padding: 40px 40px;
  }
  .report-datebox {
    font-size: 15px;
  }
}

/****************************************** 
          Repsonsive-design-end 
*******************************************/