@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
/* ////====GENERAL STYLING====//// */

html {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: white;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: white;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.row {
  width: 100%;
  position: relative;
  display: inline-flex;
  flex-direction: row;
  box-sizing: border-box;
}

.row-content {
  position: relative;
  top: 72px;
  /* padding: 15px 30px 10px 30px; */
  padding: 1vw 1vw 1vw 1vw;
  width: 100%;
  height: fit-content;
  background-color: #f8f8f8;
  overflow: hidden;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  /* padding-right: 15px;
    padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

/* .sidebar-container-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100vh;
    margin: unset;
    padding: unset;
    z-index: 1000;
} */

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.center {
  display: flex;
  justify-content: center;
}

.d-flex {
  display: flex;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 4px 1px;
}

.fw-block {
  display: block;
  width: 100%;
}

/* ////====Floating====//// */

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/*////====MARGIN====////*/

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb {
  margin-bottom: 1.5rem;
}

.mt {
  margin-top: 1.5rem;
}

/*////====TEXT====////*/

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-xs {
  font-size: 83%;
  font-weight: 550;
}

.text-lg {
  font-size: 160%;
  padding: 1%;
  font-weight: 600;
  letter-spacing: 10px;
}

/*////====LOGIN PAGE====////*/

#page-top {
  margin-top: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 4px 1px;
  margin-bottom: 2rem;
}

.page-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0px;
}

.header-icon img {
  height: 2.5rem;
  width: 2.5rem;
  margin: 10px 0 0 10px;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/bg2.jpg");
  height: 100vh;
  width: 100vw;
}

.overlay {
  background-color: #03f6a34f;
  opacity: 0.2;
  height: 100vh;
}

.p-r {
  position: relative;
}

.login-body {
  position: absolute;
  background-color: #050c23ba;
  border: 1px solid;
  border-color: white;
  top: 20%;
  left: 30%;
  right: 30%;
  width: 40%;
  min-height: 55%;
  padding-bottom: 4%;
}

.login-form {
  padding: 0 12% 5% 12%;
}

.profile-icon {
  display: flex;
  justify-content: center;
}

.profile-icon img {
  width: 18%;
  height: 18%;
  border-radius: 50%;
  margin-top: -10%;
}

.input {
  padding: 3px 5px;
}

.input input {
  display: block;
  outline: none;
  font-size: 11px;
  width: 95%;
  height: 25px;
  border-radius: 6px;
  padding: 2px 11px;
}

/*BUTTONS*/

.btn {
  text-align: center;
  min-width: 55%;
  padding: 4% 22%;
  border-radius: 8px;
  outline: none;
}

.btn-orange {
  background-color: #ff7744;
  color: white;
  text-align: center;
  border: none;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  height: 50px;
  width: 80px;
  padding: 2px 10px;
  transition-duration: 0.4s;
}

.btn-orange:hover {
  transition: all ease-in 0.3s;
  border: 2px solid #f65f27;
  color: #f65f27;
  width: fixed;
  height: fixed;
  background-color: transparent;
  /* #ff895d; */
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  font-size: 11px;
}

/*ERROR*/

.error-msg {
  color: yellow;
  margin: 1% 0;
  display: none;
}

/* ////========SIDEBAR MENU==========//// */

#header_top {
  /* background-color: #23305c; */
  /* background-color: #0b1841e3; */
  background-color: #0b1841;
  z-index: 999;
  position: fixed;
  width: 4.2vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

#header_top .container {
  color: white;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin-left: 0;
}

#sidebar-user {
  padding-left: 6px;
  margin-right: -6px;
}

#sidebar-svg {
  height: 2.2vw;
  width: 2.2vw;
}

#sidebar-logout {
  padding-left: 5px;
  margin-right: -5px;
}

#nav {
  margin-top: 5rem;
}

#nav li {
  display: inline-flex;
  width: 100%;
  /* margin-top: 1rem; */
  transition: 0.5s ease-in;
}

#nav #sidebar-logout-link-li {
  /* margin-top: calc(100vh - 500px); */
  margin-top: calc(100vh - 72vh);
}

#nav li a {
  width: 100%;
  padding: 1vw;
  font-size: 2.2vw;
}

#nav li:hover {
  background-color: #587bd3;
  /* transform: translateX(15px); */
  transition: 0.3s ease-out;
  /* background-color: blue; */
}

#nav #sidebar-logout-link-li:hover {
  background-color: #db7474;
}

.sidebar.label-text {
  vertical-align: super;
}

.label-text {
  font-size: 0.83vw;
}

.sys-name .label-text {
  margin-left: 20px;
}

.label-text.float-right {
  margin: 15px;
}

.header-icon > .label-text {
  font-size: 15px;
  margin: 15px;
}

.sidebar.label-text {
  margin-top: -5px;
  margin-left: 15px;
}

.fa {
  width: 25%;
}

.fa-estimate {
  width: 1%;
  margin: auto;
  color: rgb(240, 240, 240);
  cursor: pointer;
}

.userlist-nav .fa {
  line-height: 0.8rem;
}

.hide {
  display: none;
}

.hide-by-leader {
  display: none !important;
}

#header_top .box-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 0px 1px;
}

/* .fade-left {
    animation: appear 0.5s;
}

.fade-right {
    animation: disappear 0.5s;
}

.fade-in {
    transition: all 0.2s;
    animation: fadeIn 0.5s ease;
} */

/* ////====LOGO_HOLDER====//// */

.logo-holder {
  position: fixed;
  left: 0;
  width: 100%;
  height: 60px;
  margin-top: 0;
  background-color: #587bd3;
  color: white;
  z-index: 2000;
}

.logo-holder .row {
  justify-content: flex-start;
}

.logo-holder h6 {
  margin-top: 18px;
  font-size: 1rem;
  margin-block-end: unset;
}

.sys-name {
  width: 50%;
}

.user-profile {
  width: 50%;
  margin-right: 3%;
}

.user-profile img {
  border-radius: 50%;
  margin: 10px;
}

.user-profile .fa {
  width: 5%;
  margin: 11px 10px;
  font-size: 35px;
  color: white;
}

.user-profile .fa:hover {
  color: #0b1841;
}

/*////====ANIMATIONS====////*/

@keyframes appear {
  0% {
    transform: translate(-100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*////==== MEDIA QUERIES===//// */

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 599px) {
  .header-icon img {
    height: 12%;
    width: 12%;
    padding-top: 1%;
  }
  .input input {
    height: 12px;
  }
  .login-body {
    right: 10%;
    left: 10%;
    width: 80%;
    min-height: 45%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 767px) {
  .text-lg {
    font-size: 100%;
    padding-top: 2%;
  }
  .text-xs {
    font-size: 50%;
  }
  .label {
    font-size: 70%;
  }
  .header-icon img {
    height: 6%;
    width: 6%;
    padding-top: 1%;
  }
  .btn {
    min-width: 50%;
    font-size: 30%;
    text-align: center;
    padding: 4% 10%;
  }
  .mt {
    margin-top: 2%;
  }
  .mb {
    margin-bottom: 5%;
  }
}

/* Medium devices (large laptops and desktops, 1024px and down) */

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .login-body {
    right: 20%;
    left: 20%;
    width: 60%;
    min-height: 45%;
  }
}

/* ////======== ACTUAL CONTENT BODY ==========//// */

#background-shade {
  display: none;
  position: fixed;
  top: 0;
  left: 60px;
  width: calc(100% - 60px);
  height: 100%;
  background-color: black;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 100;
}

.page-container {
  position: relative;
  left: 4.2vw;
  /* width: calc(100% - 60px); */
  width: 95.8vw;
  height: 100vh;
  color: black;
  z-index: 1;
  background-color: #efefef;
}

.modal-container {
  overflow: scroll;
  display: none;
  position: absolute;
  top: -4px;
  left: 0px;
  height: calc(100vh - 60px - 4px);
  width: calc(100% - 0px);
  z-index: 1000;
  /* background-color: #F8F8F8; */
  background-color: #f0f0f0;
  transform: translateY(42px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.7, 0.7, 0.3, 1), opacity 0.5s cubic-bezier(0.5, 0.2, 0.8, 1);
  scrollbar-width: none;
}

.modal-show {
  display: unset;
  transition: 0.5s ease;
  transform: translateY(72px);
  /* transition: transform 0.5s cubic-bezier(0.5, .5, .5, 1), opacity 0.5s ease-in; */
  opacity: 1;
}

.modal-form-container {
  width: 1000px;
  position: relative;
  margin: auto;
  transform: translateY(calc(-50% - 105px));
  transition: 0.3s cubic-bezier(0, 0.4, 0.6, 1);
  z-index: 999;
}

.modal-form-container._user {
  max-height: 1200px;
  top: 45em;
}

.modal-form-container._client {
  max-height: 1200px;
  top: 25em;
}

.modal-form-container._project {
  max-height: 1200px;
  top: 46em;
}

.modal-form-container._maintenance {
  max-height: 1200px;
  top: 45em;
}

.modal-form-container._estimate {
  max-height: 1200px;
  top: 43em;
}

.modal-show .modal-form-container {
  transform: translateY(calc(-50% - 85px));
  transition: transform 0.3s 0.2s cubic-bezier(0.5, 0.5, 0.5, 1), opacity 0.5s ease-in;
  z-index: 1001;
}

.modal-form-input-container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.modal-form-input-container._dark {
  background-color: #00000005;
  border-radius: 8px;
}

.modal-form-input-container .delete {
  margin-top: 17px;
  color: #eb2222;
  border: 2px solid #eb2222;
  text-align: center;
  background-color: white;
  margin-left: 0px;
  box-shadow: none;
}

.modal-form-input-container .delete:hover {
  color: white;
}

#entryInfo span {
  width: 100%;
}

.modal_addBtn {
  float: right;
  width: 30px;
  height: 28px;
  padding: 0;
  margin-right: 12px;
  box-shadow: none;
}

.modal-form-input-container:nth-child(even) {
  /* background-color: #00000005 */
}

.modal-form-input-container:nth-child(odd) {
  /* background-color: #00000005 */
  /* background-color: #00000010; */
}

/* ////======== USER LIST ==========//// */

.menu {
  font-weight: 500;
  background: white;
  height: auto;
  position: absolute;
  top: 3em;
  min-width: 9em;
  width: auto;
  z-index: 2;
  color: black;
  box-shadow: 0 3px 4px #00000050;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  text-align: center;
}

.scroll-filter {
  overflow: auto;
  width: auto;
  min-height: 33px;
  max-height: 320px;
}

.option {
  padding: 0.5em 1em;
}

.option:hover {
  background-color: #d7c5f7b6;
}

.pointerCursor:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  content: "\f0d7";
  position: absolute;
  right: 0px;
  padding-right: 4px;
}

.pointerCursor:hover:after {
  content: "\f0d8";
}

.jisseki-yotei-dropdown .option:hover {
  background-color: #f280577a;
}

.user-list {
  color: black;
  position: relative;
}

.user-list .d-flex .row-content {
  padding: 1% 2%;
}

.page-title {
  position: fixed;
  width: calc(100% - 60px);
  padding: 1rem 2rem 0.8rem 2rem;
  background-color: white;
  color: #505050;
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  border-bottom: 1px solid #10101040;
  box-shadow: 0 1px 4px #10101040;
  z-index: 2000;
}

.page-title .page-icon {
  height: 1.2em;
  width: 1.2em;
  font-size: 1em;
  color: #505050;
}

.page-title img {
  height: 2.2rem;
  width: 2.2rem;
}

.btn-holder {
  width: 50%;
}

.register-btn {
  display: block;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  max-width: 25%;
  border-radius: 8px;
  margin: 0.83em 5% 0.83em auto;
  padding: 2% 3%;
  font-size: 85%;
}

.content-width {
  width: 94vw;
  /* overflow-x: scroll; */
}

/*=== USER_LIST NAV=== */

.userlist-nav {
  display: inline-flex;
  padding-left: 0;
  font-size: 60%;
  align-items: center;

  margin-bottom: 0.2rem;
  margin-right: 1em;
}

.userlist-nav a {
  /* margin-right: 0.5rem; */
  transition: cubic-bezier(0.5, 0.1, 0.9, 1) 0.5s;
  border: 2px solid black;
  border-width: 0 0 2px 0;
  font-weight: 600;
}

.userlist-nav a:hover {
  /* border-radius: 4px; */
  transition: ease-out 0.3s;
  transition: unset;
}

.userlist-nav a li {
  padding: 0.7rem 1.3vw 0.5rem 1.3vw;
  height: 15px;
}

.userlist-nav a:nth-child(1) {
  border-color: #7e6cf4;
  color: #7e6cf4;
}

.userlist-nav a:nth-child(1):hover,
.userlist-nav a:nth-child(1) .selected {
  background-color: #7e6cf4;
  color: white;
}

.userlist-nav a:nth-child(2) {
  border-color: #ed5d2a;
  color: #ed5d2a;
}

.userlist-nav a:nth-child(2):hover,
.userlist-nav a:nth-child(2) .selected {
  background-color: #ed5d2a;
  color: white;
}

.userlist-nav a:nth-child(3) {
  border-color: orange;
  color: orange;
}

.userlist-nav a:nth-child(3):hover,
.userlist-nav a:nth-child(3) .selected {
  background-color: orange;
  color: white;
}

.userlist-nav a:nth-child(4) {
  border-color: #55af33;
  color: #55af33;
}

.userlist-nav a:nth-child(4):hover,
.userlist-nav a:nth-child(4) .selected {
  background-color: #55af33;
  color: white;
}

.userlist-nav a:nth-child(5) {
  border-color: blue;
  color: blue;
}

.userlist-nav a:nth-child(5):hover,
.userlist-nav a:nth-child(5) .selected {
  background-color: blue;
  color: white;
}

.userlist-nav a:nth-child(6) {
  border-color: rgb(66, 66, 66);
  color: rgb(66, 66, 66);
}

.userlist-nav a:nth-child(6):hover,
.userlist-nav a:nth-child(6) .selected {
  background-color: rgb(66, 66, 66);
  color: white;
}

.userlist-nav .hover-icon-heart {
  border-color: #7e6cf4 !important;
  color: #7e6cf4 !important;
}

.userlist-nav .hover-icon-heart:hover,
.userlist-nav .hover-icon-heart .selected {
  background-color: #7e6cf4 !important;
  color: white !important;
}

.userlist-nav a:nth-child(1):hover {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.userlist-nav a:nth-last-child(1):hover {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#table-nav {
  font-size: 80%;
  /* min-width: 1200px; */
  min-width: 650px;
  padding: 1px;
  border-radius: 4px;
  margin-bottom: 5px;
  box-shadow: 0 3px 4px #00000050;
}

#table-nav .flex-col {
  padding-left: 2em;
  padding-right: 3vw;
}

#table-nav .row {
  margin-left: 1rem;
  padding: 2px;
}

#table-nav .flex-col {
  padding-left: 4em;
  padding-right: 3vw;
}

.table-body {
  min-width: 650px;
  overflow: scroll;
  scrollbar-width: none;
  height: calc(100vh - 230px);
}

.table-body-project-accordion {
  height: calc(100vh - 270px);
}

.assign-header-sub-row .fa {
  margin-left: 0;
  /* background-color: none; */
  width: 2px;
  padding: 0;
  border-radius: 0;
  font-size: 13px;
}

#yearScroller .fa {
  margin-left: -10px;
  background-color: white;
  width: 50px;
  padding: 7px 7px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}

.assignSummary-responsive-scroll #search-modal-init .fa {
  margin-left: 0;
  width: 50px;
  border-radius: 0;
  font-size: 13px;
  text-align: center;
}

#table-nav #search-modal-init .fa {
  margin-left: -10px;
  background-color: white;
  width: 50px;
  padding: 7px 7px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}

.card {
  width: 99%;
  position: relative;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px 0px;
  margin-top: 5px;
  transition: 0.3s ease;
}

.card:hover {
  background-color: #00000010;
}

.card._user:hover {
  background-color: #84f7bf25;
  /* #068bde15; */
}

.card._client:hover {
  background-color: #28c12815;
  /* #b7e1cd85; */
}

.card._project:hover {
  background-color: unset;
}

.card._maintenance:hover {
  background-color: #eae6ea;
}

.card._mitsumori:hover {
  background-color: #f2f3ff;
}

.card._project:hover .card-header {
  background-color: #068bde15;
  /* #068bde15; */
}

.maintenance-card .card._project:hover .card-header {
  background-color: #eae6ea;
}

.card-header {
  font-size: 80%;
  padding: 1.2rem 2vw 1.1rem 2vw;
  display: block;
  transition: 0.3s ease;
}

.display-project-li-span._assign._name {
  /*width: 15vw;*/
  background-color: #f8f8f8;
  position: relative;
  padding-left: 10px;
}

.jisseki-project-info .display-project-li-span._assign._name,
.jisseki-maintenance-info .display-project-li-span._assign._name {
  background-color: transparent;
}
.display-project-li-span._estimate._name {
  width: 11vw;
}
._estimate .display-project-li-span._estimate._name {
  width: 80%;
}

.display-project-li-span p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-block-start: 0;
  margin-block-end: 0;
}

.jisseki-display-name .display-project-li-span._assign._name p {
  -webkit-line-clamp: unset !important;
  text-align: left;
}

.responsive-scroll {
  width: 94vw;
  min-width: 650px;
}

.project-responsive-scroll {
  width: 94vw;
  min-width: 800px;
}

/* .user-list .fa {
  font: normal normal normal 13px/1 FontAwesome;
} */

.assignSummary-responsive-scroll {
  width: 94vw;
  min-width: 800px;
}

._user .display li {
  display: flex;
}
.user .display,
._user .display {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  justify-content: space-around;
  width: 100%;
}

.user .display li,
._user .display li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 0.7;
  flex-wrap: wrap;
  padding: 0px 5px;
  font-size: 100%;
  justify-content: center;
  margin: auto;
  text-align: center;
  cursor: default;
  flex-wrap: nowrap;
}
._user .display li {
  margin-left: 2rem;
}
._user .display li:nth-child(1),
._user .display li:nth-child(2),
._user .display li:nth-child(3) {
  justify-content: left;
}
._user .display li:nth-child(5),
._user .display li:nth-child(6) {
  justify-content: right;
}
.user .display li:nth-child(2),
._user .display li:nth-child(2) {
  flex: 1.5;
}
.user .display li:nth-child(6),
._user .display li:nth-child(6) {
  flex: 1;
}
._user .fa {
  width: 15px;
  font-size: 12px;
}
._user .display li .user-name {
  justify-content: center;
  margin: auto 0.63rem;
}
.user-name-jisseki-img {
  width: 15px;
  height: 15px;
  margin-top: 0.7vw;
}

.user-name-jisseki:hover {
  text-decoration: underline;
  cursor: pointer;
}
._user .display-project-li-span {
  width: 7rem;
  display: block;
  text-align: left;
  overflow-wrap: break-word;
}
.smallpic {
  border-radius: 50%;
  float: left;
  margin: 0 0.5rem 0 -0.5rem;
  height: 40px;
  width: 40px;
  margin: 0px 5px;
}

.pos {
  height: 12px;
  border-radius: 8px;
  color: white;
  padding: 0.3rem 0.8rem;
  text-align: center;
  line-height: 100%;
  transition: 0.3s ease;
}

.pos-PM {
  background-color: #ed5d2a;
  border: 2px solid #f29e74;
}

.pos-PL {
  background-color: orange;
  border: 2px solid rgb(255, 217, 0);
}

.pos-SE {
  background-color: #55af33;
  border: 2px solid #befb62;
}

.pos-PG {
  background-color: #1344ac;
  border: 2px solid #76a6f8;
}

.edit {
  padding: 6px;
  border: 1px solid #b9b8b8;
  border-radius: 10px;
  width: 50px;
  color: grey;
  background-color: white;
  transition: all ease-out 0.3s;
  cursor: pointer;
}

.edit:hover {
  background-color: #b9b8b8;
  color: white;
}

/* ////======== USER MODAL ==========//// */

.column {
  float: left;
  padding: 10px;
}

.left {
  width: 20%;
}

.right {
  width: 80%;
}

.column.left {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  align-self: flex-start;
  background-color: #f0f0f0;
  text-align: center;
  margin-right: 20px;
  border-radius: 10px;
}

.column.right {
  overflow: visible;
  border-radius: 10px;
  transition: 0.5s ease;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.column.right div label {
  margin-left: 20px;
  letter-spacing: 3px;
  color: #0b1841;
}

.column.right ._half {
  display: inline-block;
  width: 49%;
  position: relative;
}

.column.right ._third {
  display: inline-block;
  width: 32%;
}

#project-edit-estimationInfo ._third,
#project-create-estimationInfo ._third {
  display: inline-block;
  width: 28%;
}

.column.right ._full {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
}

.column.right ._checkbox {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.column.right ._checkbox input {
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

.right._user {
  min-height: 580px;
}

.right._client {
  justify-content: unset;
}

.right._project {
  margin-top: -25px;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

label {
  text-align: left;
  font-weight: bold;
}

img.dp {
  height: auto;
  width: auto;
  max-width: 150px;
  max-height: 150px;
  margin: 25px auto 50px;
  border-radius: 10px;
  display: block;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

img.dp._user {
  border: 2px solid #61ce99;
}

img.dp._client {
  border: 2px solid #28c128;
}

img.dp._project {
  border: 2px solid #3aa0de;
}

img.dp._maintenance {
  border: 2px solid #3a133e;
}

img.dp._mitsumori {
  border: 2px solid #464872;
}

.close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 50px;
  color: white;
  width: unset;
  transition: 0.3s ease-out;
}

.modal-close {
  top: 32px;
}

.close:hover {
  color: #23305c;
}

.user-modal-colse {
  color: #064828;
}

.user-modal-colse:hover {
  color: white;
}

.summary-modal-colse {
  color: black;
}

.summary-modal-colse:hover {
  color: white;
}

img.cross {
  cursor: pointer;
  width: 45px;
  height: 45px;
}

.modal_input {
  width: calc(100% - 40px);
  padding: 10px 20px;
  margin: 8px 20px 8px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.58);
  box-sizing: border-box;
  border-radius: 4px;
}

input:read-only {
  cursor: unset;
  /* background-color: lightgray; */
  user-select: none;
}

.modal-title {
  top: 7px;
  position: sticky;
  font-size: 24px;
  letter-spacing: 10px;
  text-align: center;
  color: #fffbfb;
  border: none;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  margin: unset;
  margin-bottom: 20px;
  width: calc(100vw - 3vw);
  box-shadow: 0 3px 4px #00000050;
  z-index: 1009;
}

.button,
button {
  border: none;
  background-color: white;
  padding: 16px 0px;
  text-align: center;
  width: 150px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 0;
  transition-duration: 0.3s;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-top: 20px;
  box-sizing: border-box;
}

button.cancel {
  color: gray;
  border: 2px solid gray;
}

button.cancel:hover {
  background-color: gray;
  color: white;
}

button.heart {
  color: #c7b6dc;
  border: 2px solid #c7b6dc;
}

button.heart:hover {
  background-color: #c7b6dc;
  color: white;
}

.submit-button,
button {
  color: #43a1f8;
  border: 2px solid#43A1F8;
  text-align: center;
}

.submit-button:hover,
button:hover {
  background-color: #43a1f8;
  color: white;
}

.delete-button {
  color: #eb2222;
  border: 2px solid #eb2222;
  text-align: center;
  margin-bottom: 30px;
}

.delete-button:hover {
  background-color: #eb2222;
  color: white;
}

.button .fa {
  margin-right: 5px;
}

/* ////======CLIENT LIST======//// */

._client .card .card-header a .display li:nth-child(2) {
  min-width: 7.5%;
}

._client .card-header {
  padding-left: 2rem;
}

._client .display li {
  justify-content: space-evenly;
  display: flex;
}
.client .display,
._client .display {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  justify-content: space-around;
  width: 100%;
}

.client .display li,
._client .display li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  padding: 0px 5px;
  font-size: 100%;
  justify-content: center;
  margin: auto;
  text-align: center;
  cursor: default;
  flex-wrap: nowrap;
}
._client .display li {
  margin-left: 2rem;
}
._client .display li:nth-child(1),
._client .display li:nth-child(2),
._client .display li:nth-child(3) {
  justify-content: left;
}
._client .display li:nth-child(4),
._client .display li:nth-child(5) {
  justify-content: right;
}

.client .display li:nth-child(2),
.client .display li:nth-child(3),
._client .display li:nth-child(2),
._client .display li:nth-child(3) {
  flex: 2;
}

._client .user-name {
  margin: auto 1rem;
}
._client .smallpic {
  margin-left: 4px;
}

/* ////======CLIENT_MODAL======//// */

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

#client-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
}

#client-modal .container-fluid {
  margin: 0;
  padding: 0;
  height: 100%;
}

#client-modal .container-fluid .container {
  margin: 4rem;
}

.box1 {
  position: relative;
  width: 30%;
  color: black;
  display: flex;
  justify-content: center;
}

.box1 img {
  width: 50%;
  height: 50%;
}

.box2 {
  position: relative;
  width: 70%;
  color: black;
}

.box2 input {
  width: 80%;
  height: 2rem;
  border-radius: 4px;
  line-height: 1.5rem;
}

.box2 .btn {
  min-width: 20%;
  width: 20%;
  padding: 1rem;
  margin-top: 5rem;
  height: auto;
}

.blue {
  background-color: #587bd3;
}

#client-modal .submit-button {
  font-size: 17px;
}

#client-modal .delete-button {
  margin-right: 10%;
}

#client-modal .close img {
  height: 40px;
  width: 40px;
  margin-block-start: 15%;
}

.modal {
  padding: 5rem 1rem;
  background-color: #f9f6f6;
  border-radius: 17px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 4px 1px;
  margin: auto;
  width: 70%;
}

/* ////====ROW ADJUSTMENTS====//// */

.row-adjust-adjacent {
  border-radius: unset;
  box-shadow: unset;
  margin-top: 0;
}

.row-adjust-compressed {
  padding-top: 7px;
  padding-bottom: 7px;
}

.row-adjust-smaller-pic {
  height: 20px;
  width: 20px;
}

.row-adjust-tiny-pos {
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  border: unset;
}

.row-adjust-card-no-shadow {
  box-shadow: unset;
  opacity: 0;
}

.row-adjust-card-hide {
  /* height: 0px; */
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
}

.row-adjust-button-compressed {
  padding: 0;
  font-size: 0;
  border-radius: 4px;
  width: 22px;
}

.row-adjust-fast-animation {
  transition: 0.3s ease;
}

.no-animation {
  transition: unset;
}

/* ////====COLORS====//// */

.primary {
  border-top: 3px solid #5cc9ff;
  background-color: #4fa7d3;
  border-bottom: 3px solid #3e8cb3;
  border-left: 1px solid #3aa0de;
  border-right: 1px solid #3aa0de;
  color: white;
}

.midori {
  border-top: 3px solid #33d70b;
  background-color: #28c128;
  border-bottom: 3px solid #2e9c2e;
  color: white;
}

.murasaki {
  border-top: 3px solid #58415d;
  background-color: #3a133e;
  border-bottom: 3px solid #301134;
  color: #ffffff;
}

.ocean {
  border-top: 3px solid #a8d3ee;
  background-color: #5d92d6;
  border-bottom: 3px solid #4e6f9c;
  color: black;
}

.mild-midori {
  border-top: 3px solid #6df7b5;
  background-color: #6ae2a8;
  border-bottom: 3px solid #4ab984;
  color: #064828;
}

.gray {
  border-top: 3px solid lightgray;
  background-color: darkgray;
  border-bottom: 3px solid gray;
  color: white;
}

.orange {
  background-color: orange;
  border-bottom: 3px solid #ff895d;
  color: white;
}

.mishti-orange {
  background-color: #ff7744;
}

.fa-color-primary {
  color: #3aa0de;
}

.fa-color-maintenance {
  color: #3a133e;
}

.fa-color-mitsumori {
  color: #464872;
}

.fa-color-midori {
  color: #28c128;
}

.fa-color-mild-midori {
  color: #4ab984;
}

.transparent {
  opacity: 0;
  cursor: unset;
  user-select: none;
}
/* ////======ESTIMATE LIST STARTS =====///// */

._estimate .display li {
  justify-content: space-evenly;
  display: flex;
}
.estimate .display,
._estimate .display {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  justify-content: space-around;
  width: 100%;
}

._estimate .display {
  margin: 0 0 0 12px;
}

.estimate .display li,
._estimate .display li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 0.8;
  flex-wrap: wrap;
  padding: 0px 5px;
  font-size: 100%;
  justify-content: center;
  margin: auto;
  text-align: center;
  cursor: default;
  flex-wrap: nowrap;
}

._estimate .display li:nth-child(2),
._estimate .display li:nth-child(4),
._estimate .display li:nth-child(5),
._estimate .display li:nth-child(6) {
  justify-content: left;
  text-align: left;
}
._estimate .display li:nth-child(7) {
  justify-content: right;
}
._estimate .display li:nth-child(5),
.estimate .display li:nth-child(4) {
  flex: 3;
}
.estimate .display li:nth-child(2),
._estimate .display li:nth-child(2) {
  flex: 0.8;
}
.estimate .display li:nth-child(6),
._estimate .display li:nth-child(6) {
  flex: 1;
}

/* ////====PROJECT-LIST STARTS====//// */

.project.table-body {
  font-size: 14px;
}

.project #table-nav .flex-col {
  padding: 1.2rem 3vw 1.1rem 2vw;
  padding-left: 2.6rem;
  justify-content: space-around;
}

.project .card-header {
  border-bottom: 0.5px solid #00000010;
}

.project .card-header:hover {
  cursor: pointer;
}

.project .display {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  justify-content: space-around;
  width: 100%;
}
.project .display-project {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  justify-content: space-around;
  width: 100%;
}

.project .display li {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 5px;
  font-size: 100%;
  flex: 0.65;
  justify-content: center;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.project.maintenance .display li {
  display: flex;
  position: relative;
  flex-direction: row;
  flex: 0.7;
  flex-wrap: wrap;
  padding: 0px 5px;
  font-size: 100%;
  justify-content: center;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
.project .card-header .display li:nth-child(1) {
  margin-left: 1rem;
}

.project .display li:nth-child(2) {
  flex: 1.7;
}
.project .display li:nth-child(3) {
  flex: 1;
}
.project.maintenance .display li:nth-child(2) {
  flex: 2;
}
.project .card-header .display li:nth-child(1),
.project .card-header .display li:nth-child(2),
.project .card-header .display li:nth-child(3),
.project .card-header .display li:nth-child(4) {
  justify-content: flex-start;
  text-align: left;
}
.project .card-header .display li:nth-child(10),
.project .card-header .display li:nth-child(11),
.project .card-header .display li:nth-child(12) {
  justify-content: end;
  text-align: right;
}

.project.maintenance .card-header .display li:nth-child(12) {
  justify-content: center;
  text-align: center;
}

.project.maintenance .card-header .display li:nth-child(8),
.project.maintenance .card-header .display li:nth-child(9),
.project.maintenance .card-header .display li:nth-child(10),
.project.maintenance .card-header .display li:nth-child(11) {
  justify-content: end;
  text-align: right;
}

.project .card-header .display li:nth-child(13) {
  justify-content: end;
}

.project .display-project-li-span {
  line-break: 10;
  -webkit-line-break: 10;
  display: block;
  overflow-wrap: break-word;
  width: 85%;
  padding-right: 22px;
}

.project.maintenance .display-project-li-span {
  line-break: 10;
  -webkit-line-break: 10;
  display: block;
  overflow-wrap: break-word;
  width: 90%;
  padding-right: 20px;
}

.project .display li:nth-child(2) .estimate-icon {
  background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/Infobox_info_icon.svg/240px-Infobox_info_icon.svg.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 0px top 50%;
}

.project .display li:nth-child(4) {
  min-width: 7%;
  margin-left: 0;
  padding-left: 1.5%;
}

.project .display-project li:nth-child(4) {
  min-width: 8.5%;
  margin-left: 0;
}
.project .hint .hint-text {
  margin-left: calc(100% - 8rem);
}

.collapse {
  display: none;
}

.card-body {
  width: 98%;
  position: relative;
  padding: 1.25rem 2rem;
  margin-left: 1.5rem;
}

.card-body._accordion {
  margin: unset;
  width: 100%;
}

.project .collapse {
  background-color: white;
  margin: 0;
  border-radius: 0 0 10px 10px;
  min-height: 200px;
}

.project .btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
  transition: 0.1s ease-out;
}

.project .fa {
  width: 100%;
}

.project .fa-heart {
  width: 15px;
  font-size: 12px;
}

.round-btn {
  border-radius: 8px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease-out;
}

.round-btn {
  cursor: pointer;
}

.danger {
  border-top: 3px solid #ff6b6b;
  background-color: #ff1010;
  border-right: unset;
  border-left: unset;
  border-bottom: 3px solid #cc0909;
  color: white;
}

.delete {
  height: 1rem;
  width: 1rem;
  float: left;
  padding: 0;
  margin-top: 0;
  border-radius: 4px;
  border-top: 3px solid #ff6b6b;
  background-color: #ff1010;
  border-right: unset;
  border-left: unset;
  border-bottom: 3px solid #cc0909;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success {
  /* background-color: #6AF141; */
  border-top: 3px solid #33d70b;
  background-color: #28c128;
  border-bottom: 3px solid #2e9c2e;
  border-left: unset;
  border-right: unset;
  color: white;
}

.success:hover {
  border-top: 0px solid #33d70b;
  background-color: #28c128;
  border-bottom: 0px solid #2e9c2e;
  /* box-shadow: 0 0 5px #28c128; */
}

.danger:hover {
  background-color: #ff1010;
  border-top: 0px solid #ff6b6b;
  border-bottom: 0px solid #cc0909;
  /* box-shadow: 0 0 5px #ff1010; */
}

.delete:hover {
  background-color: #ff1010;
  border-top: 0px solid #ff6b6b;
  border-bottom: 0px solid #cc0909;
  /* box-shadow: 0 0 5px #ff1010; */
}

.btn.primary:hover {
  border-top: 0px;
  border-bottom: 0px;
  /* box-shadow: 0 0 5px #3AA0DE; */
}

.action {
  position: relative;
  margin-top: -30px;
  margin-left: auto;
  width: 40px;
  left: 30px;
}

.action ul {
  position: absolute;
  right: 15px;
}

.add-minus-holder {
  position: relative;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  left: 30px;
}

.add-minus-holder ._plus {
  margin-top: 5px;
}

.add-minus-holder .round-btn {
  position: absolute;
  top: 0px;
  right: 0;
}

.action button {
  position: relative;
  text-decoration: none;
  margin: 4px 4px;
  cursor: pointer;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  padding: 0;
}

#accordian .row {
  display: flex;
  justify-content: start;
  flex-direction: row;
  box-sizing: border-box;
}

#accordian table {
  position: relative;
  border-collapse: collapse;
  font-size: 12px;
}

.table-left {
  position: relative;
  left: 0;
  width: 210px;
  height: fit-content;
  border-radius: 6px;
}

.table-left table {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 7px 0px;
  /* border-radius: 8px; */
}

.table-left td {
  border: none;
}

.table-left tr:nth-child(even) {
  background-color: #f4f4f4;
}

.table-left tr:nth-child(odd) {
  background-color: #ffffff;
}

.project-rhs {
  position: relative;
  display: flex;
  height: fit-content;
  left: 40px;
}

.table-right {
  position: relative;
  left: 20px;
  /* margin-right: 4%; */
  margin-left: 10px;
  width: auto;
  height: fit-content;
  background-color: #f88316;
}

.table-right.row {
  /* overflow-x: hidden; */
  /* overflow-y: visible; */
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px 2px;
}

.table-right .row-total {
  border-bottom: 2px solid grey;
}

.table-des-container {
  overflow: scroll;
  height: fit-content;
  max-width: 600px;
  background-color: #4772ff;
  scrollbar-width: none;
}

/* ///===HIDING SCROLLBAR IN CHROME===/// */

/* body ::-webkit-scrollbar {
    display: none;
} */

._project ::-webkit-scrollbar {
  height: 5px;
  width: 0;
  margin-top: -10px;
}

/* Track */

._project ::-webkit-scrollbar-track {
  height: 0;
  width: 10%;
}

/* Handle */

._project ::-webkit-scrollbar-thumb {
  background: #0026a3;
  border-radius: 10px;
  height: 3px;
}

/* Handle on hover */

._project ::-webkit-scrollbar-thumb:hover {
  background: #011b72;
}

::-webkit-scrollbar {
  height: 5px;
  width: 0;
  margin-top: 0px;
}

/* Track */

::-webkit-scrollbar-track {
  height: 0;
  width: 5%;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #0026a3;
  border-radius: 10px;
  height: 3px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #011b72;
}

.table-des {
  width: fit-content;
  background-color: white;
}

.table-right .table-fix th:nth-child(1) {
  border-right: 0.5px solid white;
  background-color: #f88316;
}

.table-right .table-fix th:nth-child(2) {
  background-color: #f88316;
  /* border-right: 0.5px solid white; */
}

._project td,
._project th {
  border: 0.5px solid #dddddd;
  text-align: center;
  vertical-align: top;
  /* width: 100%; */
  height: 1rem;
  line-height: 1rem;
  overflow-wrap: break-word;
  /* box-sizing: border-box; */
  width: 80px;
  min-width: 4rem;
  padding: 8px 5px;
  display: revert;
}

.table-right td {
  padding: 0 5px;
  height: 2rem;
  line-height: 2rem;
  text-align: right;
}

.table-right td img {
  margin-top: 10px;
}

.table-right .delete {
  margin-top: 5px;
}

th {
  /* border-top-left-radius: 2px;
    border-top-right-radius: 2px; */
  background-color: #4772ff;
  border-top: unset;
  color: white;
  font-weight: unset;
  /* padding: 7px 9px 7px; */
  font-size: 10px;
}

td {
  height: 1.3rem;
  line-height: 1.3rem;
  justify-content: center;
  font-size: 10px;
}

.table-left table td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.table-left table td:first-of-type {
  width: 80px;
  font-size: 11px;
  padding-left: 20px;
  /* font-weight: 550; */
  text-align: center;
  color: #2a2a2a;
}

.table-left table td:last-of-type {
  width: 220px;
  font-size: 10px;
  padding-right: 30px;
  text-align: right;
  color: #5a5a5a;
}

.table-right .table-fix td:nth-child(1) {
  width: 6rem;
  padding-left: 1rem;
  text-align: left;
}

.table-right .table-fix .row-total td:nth-child(1) {
  text-align: center;
  font-size: 12px;
}

.table-right .table-fix td:nth-child(2) {
  width: 80px;
  font-size: 12px;
}

.table-right tr:nth-child(2) {
  /* border-bottom: 1.7px solid gray; */
}

.table-fix {
  overflow-x: scroll;
  box-shadow: none;
  background-color: white;
  margin-bottom: 5px;
}

.table-fix .editMode-input td {
  position: relative;
}

#table-nav th {
  border: 0px solid #dddddd;
  margin: 0;
  font-size: 100%;
}

td img {
  border-radius: 25%;
  float: left;
  margin: 0 0.5rem 0 -0.5rem;
  height: 1rem;
  width: 1rem;
  margin: 0px 5px;
}

.order-tag {
  width: 45px;
  height: 9px;
  padding: 4px 0px;
  text-align: center;
  line-height: 10px;
  border-radius: 10px;
}

.order-tag._red {
  color: #ed5d2a;
  background-color: #fffafa;
  border: 1px solid #ed5d2a;
}

.order-tag._orange {
  color: #ff6600;
  background-color: #fffbf9;
  border: 1px solid #ff6600;
}

.order-tag._green {
  color: #387c22;
  background-color: #fafffa;
  border: 1px solid #387c22;
}

.order-tag._gray {
  color: #505050;
  background-color: #e0e0e0;
  border: 1px solid #505050;
}
.order-tag._blue {
  color: blue;
  background-color: #d1d9ff75;
  border: 1px solid blue;
}

.business-tag {
  width: 50px;
  height: 14px;
  padding: 4px 0px 4px 15px;
  padding-left: 10px;
  text-align: left;
  line-height: 14px;
  border-radius: 10px;
}

.business-tag._blue {
  background-color: #e0e0e0;
  color: #505050;
}

.business-tag._green {
  background-color: #d7fed1;
  color: #387c22;
}

.business-tag._red {
  background-color: #ffa7a7;
  color: #641f1f;
}

.business-tag._orange {
  background-color: rgb(255, 200, 98);
  color: rgb(82, 60, 19);
}

/* .development-tag {
    width: 60px;
    height: 14px;
    padding: 4px 0px;
    text-align: center;
    line-height: 14px;
    border-radius: 4px;
}
*/

.development-tag._blue {
  color: #3200e7;
  /* background-color: #703dfc;
    border: 1px solid #3200e7; */
}

/* //image */

._project.smallpic {
  height: 100%;
  width: 20%;
}

/* ////====PROJECT-LIST ENDS====//// */

/* ////====ASSIGN STYLING STARTS====//// */

#table-nav._assign {
  position: relative;
  /* width: 1200px; */
  width: 94vw;
  min-width: 800px;
  /* transform: translateX(-50%);
    left: 50%;
     margin:auto 50%; */
  height: 80px;
  padding: 0;
}

.assign-header-sub-row {
  position: relative;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assign-header-sub-row li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4vw;
  min-width: 40px;
  border-left: 1px solid #688bb9;
}

.assign-header-sub-row li:nth-child(1),
.assign-header-sub-row li:nth-child(2) {
  width: 20.5vw;
  min-width: 120px;
}

.assign-header-sub-row li:last-of-type {
  border-right: 1px solid #688bb9;
}

.table-header._assign {
  position: relative;
  box-sizing: border-box;
  width: 94vw;
  min-width: 800px;
  height: 50px;
  border: 1px solid #bcb8b84d;
  border-bottom: 0.5px solid #00000010;
  margin-bottom: 5px;
  box-shadow: 0 3px 2px #00000025;
  background: #bfcbdb;
  border-bottom: 3px solid #aeb5c8;
}

.table-header._assign li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4vw;
  min-width: 40px;
}

.table-header._assign li:nth-child(1),
.table-header._assign li:nth-child(2) {
  width: 20.5vw;
  min-width: 120px;
}

.table-header._assign li:last-of-type {
  border-right: 1px solid #bcb8b84d;
}

.table-body._assign {
  position: relative;
  width: 94vw;
  min-width: 800px;
  height: calc(100vh - 300px);
  box-sizing: border-box;
}

.assign-user-tab {
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2px;
  border-bottom: 3px solid #bcb8b84d;
  box-shadow: 0 3px 2px #00000025;
  cursor: pointer;
}

.assign-user-sub-row {
  display: flex;
  min-height: 40px;
  width: 100%;
  border: 1px solid #bcb8b84d;
  border-bottom: 0.5px solid #00000010;
  box-sizing: border-box;
}

.wrapper-assign {
  font-size: 13px;
  margin-right: auto;
}

.assign-user-sub-row li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4vw;
  min-width: 40px;
  border-left: 1px solid #bcb8b84d;
}

.assign-user-row .assign-user-sub-row li:nth-child(1),
.assign-user-row .assign-user-sub-row li:nth-child(2) {
  background-color: #bcb8b84d;
  min-width: unset !important;
}

.assign-user-row .assign-user-sub-row li:nth-child(1) {
  width: 4.9vw;
  padding-left: 0.5vw;
}

.assign-user-row .assign-user-sub-row li:nth-child(2) {
  width: 13.5vw;
  padding-left: 0.5vw;
  padding-right: 1vw;
}

.assign-user-row .assign-user-sub-row li:nth-child(3) {
  width: 20.5vw;
  min-width: 120px;
  justify-content: left;
}

.assign-user-sub-row li:nth-child(1) {
  width: 20.5vw;
  min-width: 120px;
  margin-left: auto;
  justify-content: left;
}

.assign-user-sub-row li:nth-child(2) {
  width: 20.5vw;
  min-width: 120px;
  justify-content: center;
}

.assign-user-sub-row li:last-of-type {
  border-right: 1px solid #bcb8b84d;
  margin-right: auto;
}

.assign-user-sub-row._header {
  border-bottom: 2px solid #bcb8b8;
}

.assign-user-row {
  display: none;
  /* margin: auto 6vw; */
}

.wrapper {
  font-size: 13px;
  /* max-width: 94vw; */
  /* margin-left: auto; */
  margin-right: auto;
  height: 100%;
}

#assign_summary_table .wrapper {
  margin-left: 0;
}

.data-cell-fixed {
  width: 70%;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  /* width: auto; */
  border: 1px solid rgba(235, 229, 229, 0.58);
  /* box-sizing: border-box; */
}

.text-medium {
  font-weight: 600;
}

.text-lg {
  font-size: 16px;
  letter-spacing: 0;
}

.d-flex {
  display: flex;
}

.fa-caret-right,
.fa-caret-left {
  cursor: pointer;
  margin-left: 0 !important;
  background-color: transparent !important;
  width: 50px;
  padding: 7px 7px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
}

.mild-yellow {
  background-color: #496285;
  border-top: 3px solid #5c7da9;
  border-bottom: 3px solid #3b516f;
  color: gainsboro;
}

.grey {
  background-color: #757171;
  border-bottom: 3px solid #686464;
  border-left: 1px solid #686464;
}

.blue {
  background-color: #93a9d7;
  border-bottom: 3px solid #7e91b9;
  border-left: 1px solid #7e91b9;
}

.green {
  background-color: #b1ce95;
  border-bottom: 3px solid #9cb782;
  border-left: 1px solid #9cb782;
}

.face-color {
  background-color: #ebb28b;
  border-bottom: 3px solid #daa481;
  border-left: 1px solid #daa481;
}

.inactive {
  background-color: #f0f0f0;
  color: #6b6b6b;
}

.faded-green {
  background-color: #e4eedc;
}

.faded-blue {
  background-color: #dbe1f1;
}

.faded-face-color {
  background-color: #f9e4d8;
}

.faded-grey {
  background-color: #cfcdcd;
  color: #5676;
}

.faded-yellow {
  background-color: #fef2d0;
}

.yellow {
  /* background-color: #d0d7ea;
  border-bottom: 3px solid #aab1c5; */
  border-left: 1px solid #fff0f0;
}

.align-items-center {
  align-items: center;
}

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

.right-align {
  justify-content: flex-end !important;
}

/* ////====ASSIGN STYLING ENDS====//// */

/* ////====PROJECT EDIT-MODE STYLING STARTS====//// */

.editMode {
  display: none;
}

.page-top-buttons {
  letter-spacing: 0;
  margin-right: 0;
  font-size: 12px;
  /* background-color: rgb(230, 227, 227); */
  position: relative;
  top: -8px;
}

.project input[type="text"],
.project input[type="number"] {
  padding: 0;
  width: 55px;
  margin: 0;
  border-radius: 0;
  border: 0.5px solid#dddddd;
  height: 1.3rem;
  font-size: 10px;
  line-height: 1.3rem;
  text-align: center;
  /* box-sizing: border-box; */
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

/* ////====PROJECT EDIT-MODE STYLING ENDS====//// */

.project_textarea {
  height: 150px;
  width: calc(100% - 40px);
  padding: 10px 20px;
  margin: 8px 20px 8px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.58);
  box-sizing: border-box;
  border-radius: 4px;
}

/* ////====Design anomaly modal css started ====//// */

.bg-shade {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.9;
  transition: 0.3s ease all;
  z-index: 9000;
  display: none;
}

.bg-shade-an {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.9;
  transition: 0.3s ease all;
  z-index: 9000;
  display: block;
  backdrop-filter: blur(20px);
}

.w3-modal {
  transition: 1s;
  margin-top: 50%;
  z-index: 9001;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0);
  /* backdrop-filter: blur(5px); */
  transform: translateY(25%);
}

.w3-modal-an {
  z-index: 9001;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0);
  /* backdrop-filter: blur(5px);  */
  transition: 1s ease all;
}

.w3-modal-content {
  margin: auto;
  background-color: rgb(5 7 12 / 99%);
  position: relative;
  padding: 20px;
  outline: 0;
  width: 600px;
  border-radius: 25px;
  padding-bottom: 25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 8 */
  filter: alpha(opacity=90);
  /* IE 5-7 */
  -moz-opacity: 0.9;
  /* Netscape */
  -khtml-opacity: 0.9;
  /* Safari 1.x */
  backdrop-filter: blur(5px);
  opacity: 0.9;
  /* box-shadow: inset 0 0 2000px rgba(0, 0, 0, .5); */
}

.w3-modal-content-header {
  color: white;
  margin: auto;
  width: 50%;
  padding: 20px;
  align-items: center;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
}

.w3-container:after,
.w3-container:before {
  content: "";
  display: table;
  clear: both;
}

.w3-container {
  padding: 0.01em 16px;
}

.w3-container-text {
  color: white;
  margin: auto;
  width: 50%;
  padding: 10px;
  align-items: center;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

.w3-container-button {
  width: 90px;
  margin-bottom: 4px;
  margin-left: -4px;
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
  font-weight: 200;
  line-height: 15px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  background-color: #e7e7e7;
  color: black;
  border: 2px solid #e7e7e7;
  box-shadow: var(--color-btn-shadow), var(--color-btn-inset-shadow);
  transition: 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition-property: color, background-color, border-color;
  box-shadow: 10px 2px 5px -2px rgba(0, 0, 0, 0.4);
}

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* ////====Design anomaly modal css ended ====//// */

.reruired-field-marker {
  color: #e82929;
}

.loader {
  position: absolute;
  left: 50%;
  top: 60%;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 -50px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.mainLoader {
  position: absolute;
  left: 50%;
  top: 70%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -64px 0 0 -64px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.modal_mainLoader {
  position: absolute;
  left: 55%;
  top: 60%;
  z-index: 1001;
  width: 50px;
  height: 50px;
  margin: -64px 0 0 -64px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.fa-2x {
  font-size: 2.2vw;
}

.display li:nth-child(3) {
  display: flex;
  align-items: center;
}

.list-icon {
  padding: 0px;
}

.text-responsive {
  font-size: 10px;
}

@media only screen and (max-width: 1260px) {
  .edit {
    padding: 0;
    font-size: 0;
    border-radius: 4px;
    width: 22px;
  }
  .project .display li:nth-child(10) {
    min-width: 7%;
  }
  .project .display li:nth-child(11) {
    min-width: 7%;
  }
  .project .display-project li:nth-child(10) {
    min-width: 7%;
  }
  .project .display-project li:nth-child(11) {
    min-width: 7%;
  }
}

@media only screen and (max-width: 1114px) {
  .project .display li:nth-child(9) {
    display: none;
  }
  .project .display-project li:nth-child(9) {
    display: none;
  }
}

@media only screen and (max-width: 1250px) {
  .table-des-container {
    max-width: 40vw;
  }
  .project-rhs {
    left: 2vw;
  }
}

@media only screen and (max-width: 1142px) {
  .table-des-container {
    max-width: 40vw;
  }
  .project-rhs {
    left: 2vw;
  }
  /* .text-responsive .project .display li:nth-child(7) {
       font-size: 10px;
    } */
}

@media only screen and (max-width: 1080px) {
  .project .display li:nth-child(8) {
    display: none;
  }
  .project .display-project li:nth-child(8) {
    display: none;
  }
}

@media only screen and (max-width: 1042px) {
  .smallpic {
    display: none;
  }
  /* .card-body{
        padding: 1.2rem 1rem;
    } */
}

@media only screen and (max-width: 1042px) {
  .table-des-container {
    max-width: 30vw;
  }
}

@media only screen and (max-width: 875px) {
  .table-des-container {
    max-width: 25vw;
  }
}

@media only screen and (max-width: 970px) {
  .project .display li:nth-child(10) {
    display: none;
  }
  .project .display-project li:nth-child(10) {
    display: none;
  }
}

@media only screen and (max-width: 970px) {
  /* .userlist-nav {
    font-size: 65%;
  } */
  .page-top-buttons {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 850px) {
  .project-scrollx {
    overflow-x: scroll;
  }
  .table-des-container {
    max-width: 204px;
  }
  .assign-summary-scroll {
    overflow-x: scroll;
  }
  #table-nav._assign {
    width: 800px;
  }
  .table-header._assign {
    width: 800px;
  }
  .table-body._assign {
    width: 800px;
  }
  .assignSummary-responsive-scroll {
    width: 800px;
  }
}

@media only screen and (max-width: 780px) {
  .userlist-nav a li {
    padding: 0.7rem 1.3vw 0.5rem 1.3vw;
    height: 15px;
  }
  .list-icon {
    padding: 1px;
  }
}

@media only screen and (max-width: 774px) {
  .project .display li:nth-child(11) {
    min-width: 10%;
  }
  .project .display li {
    font-size: 96%;
  }
  .project .display-project li:nth-child(11) {
    min-width: 10%;
  }
  .project .display-project li {
    font-size: 96%;
  }
}

@media only screen and (max-width: 700px) {
  .content-width {
    overflow-x: scroll;
    width: 93vw;
  }
  /* .userlist-nav a li {
    padding: 6px;
  }
  .list-icon {
    padding: 1px;
  } */
  .responsive-scroll {
    width: 93vw;
  }
}

@media only screen and (min-width: 1350px) {
  .table-des-container {
    max-width: 50vw;
  }
}

@media only screen and (min-width: 1630px) {
  .table-des-container {
    max-width: 57vw;
  }
}

.snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #0b1841;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  right: 1rem;
  top: 1rem;
  font-size: 17px;
}

.snackbar:hover {
  transform: translateY(25%);
  transition: 1s ease all;
  visibility: visible;
  min-width: 250px;
  margin-left: -125px;
  background-color: #0b1841;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  right: 1rem;
  top: 1rem;
  font-size: 17px;
  opacity: 0.9;
  cursor: pointer;
}

@keyframes appear {
  from {
    display: none;
    opacity: 0;
  }
  to {
    opacity: 1;
    display: block;
  }
}

@keyframes dissappear {
  from {
    display: block;
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}

.snackbar-show {
  min-width: 250px;
  margin-left: -125px;
  background-color: #0b1841;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  right: 1rem;
  top: 1rem;
  font-size: 17px;
  animation-name: appear;
  animation-duration: 1s;
  transform: translateY(25%);
  transition: 0.5s ease all;
  visibility: visible;
}

.snackbar-show:hover {
  cursor: pointer;
  background-color: #000000;
  opacity: 0.75;
}

.snackbar-hide {
  min-width: 250px;
  margin-left: -125px;
  background-color: #0b1841;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  right: 1rem;
  top: 1rem;
  font-size: 17px;
  transform: translateY(0%);
  transition: 1s ease all;
  animation-name: dissappear;
  animation-duration: 1s;
  transform: translateY(0%);
  visibility: hidden;
}

.sort-by-asc {
  cursor: pointer;
  background-image: url(../img/up-arrow4.svg);
  background-repeat: no-repeat;
  background-position: right 0px bottom 1px;
}

.sort-by-desc {
  cursor: pointer;
  background-image: url(../img/down-arrow3.svg);
  background-repeat: no-repeat;
  background-position: right 0px bottom 1px;
}

/* The Modal (background) */

.searchModal {
  display: none;
  position: absolute;
  z-index: 999999;
  /* padding-top: 100px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s ease;
  pointer-events: none;
}

/* Modal Content */

.modal-edit-info {
  line-height: 1.1rem;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 1.5rem;
  color: rgb(102, 100, 100);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.accordion-edit-info {
  line-height: 1.1rem;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 0.1rem;
  color: rgb(102, 100, 100);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  /* margin-bottom: -140px; */
  padding: 19px;
  border: 1px solid #888;
  min-width: 400px;
  width: 30vw;
  height: auto;
  overflow: scroll;
  border-radius: 10px;
  transform: translateY(-20px);
  opacity: 0;
  scrollbar-width: none;
  /* transition: transform 0.5s cubic-bezier(0,.51,.44,1), opacity 0.5s cubic-bezier(0,.51,.44,1); */
}

.modal-backdrop-show {
  transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1.3);
  opacity: 1;
  pointer-events: auto;
}

.modal-backdrop-hide {
  transition: all 1s cubic-bezier(0.01, 0.33, 0.85, 1.05);
  opacity: 0;
}

.modal-content-show {
  transition: all 1s cubic-bezier(0, 0.5, 0.65, 1.5);
  transform: translateY(25px);
  opacity: 1;
}

.modal-content-hide {
  transition: all 0.5s cubic-bezier(0, 0.35, 0.5, 0.9);
  transform: translateY(-20px);
  opacity: 0;
}

.serachmodal-head-text {
  padding: 10px;
}

.user-modal-content {
  width: 35vw;
}

.modal-head {
  width: 100%;
  height: 42px;
  /* border-top: 3px solid #33D70B;
    background-color: #28c128;
    border-bottom: 3px solid #2e9c2e; */
  /* font-weight: bold; */
  border-radius: 4px;
  box-shadow: 0 3px 4px #00000050;
  text-align: center;
}

/* The Close Button */

/* .close {
    top: 0;
    right: 0;
    position: relative;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} */

.inputbody {
  /* margin-top: 23px; */
  width: 97%;
  margin: auto;
  padding-top: 20px;
  margin: auto;
}

.inputbody input {
  width: 100%;
  padding: 10px 5px;
  margin: 0px 0px 14px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.58);
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 5px;
}

/* .project-search-div input{
    width: 99%;
} */

.searchModal label {
  color: black;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
}

/* input[type='text'] {
    background-image: url(../img/month3.png);
    background-position: 7px 7px;
    background-repeat: no-repeat;
} */

.searchModal td {
  vertical-align: middle;
  font-size: 1.2vw;
}

.searchModal button {
  vertical-align: middle;
  font-size: 14px;
  border-radius: 7px;
  margin: 12px;
  box-shadow: 0px 0px;
  border: 2px solid#28c128;
  color: #28c128;
  padding: 10px 0px;
  /* border: 2px solid#a5dc86; */
  margin-bottom: 0px;
}

.user-search-modal-button button {
  border: 2px solid #4ab984;
  color: #4ab984;
}

.searchModal button:hover {
  color: white;
  background-color: #28c128;
}

.user-search-modal-button button:hover {
  background-color: #4ab984;
  color: white;
}

.project-search-modal-button button {
  border: 2px solid #3aa0de;
  color: #3aa0de;
}

.maintenance-search-modal-button button {
  border: 2px solid #3a133e;
  color: #3a133e;
}

.mitsumori-search-modal-button button {
  border: 2px solid #464872;
  color: #464872;
}

.mitsumori-search-modal-button button:hover {
  background-color: #464872;
  color: white;
}

.project-search-modal-button button:hover {
  background-color: #3aa0de;
  color: white;
}

.maintenance-search-modal-button button:hover {
  background-color: #3a133e;
  color: white;
}

.project-searchmodal-scroll {
  position: relative;
  height: 50vh;
  overflow: scroll;
  padding: 0px 9px 0px 0px;
  scrollbar-width: none;
}

.project-searchmodal-scroll::-webkit-scrollbar {
  width: 4px;
  padding: 2px;
}

.project-searchmodal-scroll::-webkit-scrollbar-thumb {
  background: #3aa0de;
}

.maintenance-searchmodal-scroll::-webkit-scrollbar-thumb {
  background: #3a133e;
}

.summary-search-modal-button button {
  border: 2px solid #496285;
  color: #496285;
}

.summary-search-modal-button button:hover {
  background-color: #496285;
  color: white;
}

.search-modal-botton {
  width: 100%;
  display: flex;
  justify-content: center;
}

.search-modal-button-icon {
  margin-right: 5px;
}

.modal-search-div {
  display: flex;
  justify-content: space-between;
}

.modal-search-input {
  width: 50%;
  padding: 2px;
}

.display-flex {
  display: flex;
}

.modal-tilde {
  color: black;
  padding: 15px 0px;
}

.right-padding {
  padding-right: 14px;
}

.fa-search {
  cursor: pointer;
}

/*////==== Active toggle switch ====////*/
.column.left .active-label {
  margin-right: 3rem;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
  margin-bottom: 10px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #3dd33d;
}

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

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

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

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

/* ////==== HEART SLIDER====//// */

.fav .slider:before {
  /* border-radius: 50%; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  content: "\f004";
  position: absolute;
  height: 8px;
  width: 0px;
  left: 5px;
  bottom: 11px;
  background-color: none;
  color: rgb(255, 255, 255);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fav input:checked + .slider {
  background-color: #c7b6dc;
}

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

input:checked + .slider:before {
  color: rgb(235, 115, 115);
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.toggleButton {
  font-size: 12px;
  position: relative;
  bottom: 0px;
  left: 55px;
  color: rgb(10, 109, 71);
}

@media only screen and (max-width: 800px) {
  #header_top {
    min-width: 40px;
  }
  #sidebar-svg {
    width: 20px;
    height: 20px;
  }
  .page-container {
    left: 40px;
    width: calc(100% - 40px);
  }
  #header_top:hover {
    min-width: 166px;
  }
  .label-text {
    font-size: 0.6rem;
  }
  .sidebar.label-text {
    margin-left: 29px;
  }
  #nav li a {
    padding: 10px;
    font-size: 16px;
  }
}

/* ////==== TINY TOGGLE for 非公開表示 ====//// */

/* The switch - the box around the slider */
.tiny-switch {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-left: 5px;
}

/* Hide default HTML checkbox */
.tiny-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.tiny-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tiny-slider:before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .tiny-slider {
  background-color: #aaa;
}

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

input:checked + .tiny-slider:before {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

/* Rounded sliders */
.tiny-slider.round {
  border-radius: 34px;
}

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

@media only screen and (min-width: 1800px) {
  #header_top {
    max-width: 70px;
  }
  #sidebar-svg {
    width: 36px;
    height: 36px;
  }
  .page-container {
    left: 70px;
    width: calc(100% - 70px);
  }
  #header_top:hover {
    max-width: 260px;
  }
  .sidebar.label-text {
    margin-left: 25px;
  }
  #nav li a {
    padding: 17px;
    font-size: 12px;
  }
  .label-text {
    font-size: 0.66rem;
  }
}

.list-fav {
  display: flex !important;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
  color: rgb(240, 240, 240);
}

.filter-fav {
  display: flex !important;
  align-items: center;
  cursor: pointer;
}

.assign-summary-scroll .fa {
  width: 2px;
  margin-left: auto;
  /*margin-right: auto;*/
  font-size: 12px;
  margin-right: 32px;
}

.assignSummary-responsive-scroll .fa {
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
}

#user-table .fa,
#client_table .fa {
  width: 15px;
  font-size: 12px;
}

.card-header {
  display: flex;
}

.client-heart {
  color: #28c128;
}

.user-heart {
  color: #6ae2a8;
}

.project-heart {
  color: #6ae2a8;
}

.estimate-heart {
  color: #c0199c;
}

.maintenance-heart {
  color: #7051dd;
}

.assign-heart {
  color: #496285;
}

.loggedUserName {
  position: fixed;
  right: 74px;
  color: black;
  z-index: 99;
  top: 24px;
  transition: 0.3s;
  opacity: 70%;
  cursor: pointer;
  display: flex;
  max-width: 10rem;
  max-height: 3rem;
}

.loggedUserName p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-block-start: 0;
}

.loggedUserPic {
  border-radius: 25%;
  float: left;
  margin: 0 0.5rem 0 -0.5rem;
  height: 22px;
  width: 22px;
  margin: 0px 5px;
  transition: 0.3s;
  cursor: pointer;
}

.loggedUserName:hover {
  opacity: 100%;
}

.loggoutButton {
  font-size: 25px;
  position: fixed;
  right: 32px;
  color: #505050;
  z-index: 999999;
  top: 21px;
  cursor: pointer;
  transition: 0.3s;
  /* border: outset;
    background-color: #bcb8b8; */
}

.tooltiptext {
  font-size: 12px;
  visibility: hidden;
  width: 90px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 99999;
  top: 35px;
  /* left: 105%; */
  right: -31px;
}

.loggoutButton:hover {
  color: #cc0909b8;
}

.loggoutButton:hover .tooltiptext {
  visibility: visible;
}

/*///===TOOLTIPS===///*/

.tooltip-content {
  visibility: hidden;
  width: 22em;
  pointer-events: auto;
  background-color: rgb(10, 10, 10);
  color: white;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: -7px;
  left: calc(100% - 10px);
  box-shadow: rgb(0 0 0 / 25%) 3px 3px 4px 1px;
  transform: translateX(0px);
  opacity: 0;
  transition: 0.3s cubic-bezier(1, 0, 0.3, 1);
}

.project.maintenance .tooltip-content {
  visibility: hidden;
  width: 22em;
  pointer-events: auto;
  background-color: rgb(10, 10, 10);
  color: white;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  top: -7px;
  left: calc(100% - 10px);
  box-shadow: rgb(0 0 0 / 25%) 3px 3px 4px 1px;
  transform: translateX(0px);
  opacity: 0;
  transition: 0.3s cubic-bezier(1, 0, 0.3, 1);
}

.tooltip-content._show {
  visibility: visible;
  transform: translateX(10px);
  opacity: 0.8;
  transition: 0.3s cubic-bezier(1, 0, 0.3, 1);
}

.project.maintenance .tooltip-content._show {
  visibility: visible;
  transform: translateX(10px);
  opacity: 0.8;
  transition: 0.3s cubic-bezier(1, 0, 0.3, 1);
}

.tooltip-content::after {
  content: "";
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  border-color: rgb(0, 0, 0);
  border-width: 0;
  border-style: solid;
  border-right-width: 0.5rem;
  border-top-width: 0.5rem;
  border-top-color: #0000;
  border-bottom-width: 0.5rem;
  border-bottom-color: #0000;
  opacity: 0.8;
  top: 0px;
  left: calc(-0.5rem);
  transform: translateY(50%);
}
.project.maintenance .tooltip-content::after {
  content: "";
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  border-color: rgb(0, 0, 0);
  border-width: 0;
  border-style: solid;
  border-right-width: 0.5rem;
  border-top-width: 0.5rem;
  border-top-color: #0000;
  border-bottom-width: 0.5rem;
  border-bottom-color: #0000;
  opacity: 0.8;
  top: 0px;
  left: calc(-0.5rem);
  transform: translateY(50%);
}

.tooltip-content::after {
  content: "";
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  border-color: rgb(0, 0, 0);
  border-width: 0;
  border-style: solid;
  border-right-width: 0.5rem;
  border-top-width: 0.5rem;
  border-top-color: #0000;
  border-bottom-width: 0.5rem;
  border-bottom-color: #0000;
  opacity: 0.8;
  top: 0px;
  left: calc(-0.5rem);
  transform: translateY(50%);
}

.project.maintenance .tooltip-content::after {
  content: "";
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  border-color: rgb(0, 0, 0);
  border-width: 0;
  border-style: solid;
  border-right-width: 0.5rem;
  border-top-width: 0.5rem;
  border-top-color: #0000;
  border-bottom-width: 0.5rem;
  border-bottom-color: #0000;
  opacity: 0.8;
  top: 0px;
  left: calc(-0.5rem);
  transform: translateY(50%);
}

.tooltip-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #404040;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  font-weight: bold;
}

.tooltip-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  border-top: 1px solid #777777;
}

.tooltip-body table td {
  border: none;
  min-width: 0px;
  text-align: left;
}

.tooltip-body table td:nth-child(1) {
  width: 40%;
}

.tooltip-body table td:nth-child(2) {
  width: 60%;
}

.tooltip-body ul {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.tooltip-body li {
  display: flex;
  flex-direction: column;
}

/*///=== HINTS ===///*/

.hint .hint-text {
  visibility: hidden;
  position: absolute;
  width: fit-content;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 5px 2px;
  border: 1px solid #aaa;
  border-radius: 2px;
  filter: drop-shadow(2px 2px 2px #eee);
  opacity: 0;
  transition: opacity 0.3s;
  font-weight: 100;
  line-height: 120%;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 140%;
  margin-left: -60px;
}

.hint:hover .hint-text {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s 0.5s;
}

.project input[type="text"]:disabled,
.project input[type="number"]:disabled {
  visibility: hidden;
}

/* month picker css */

.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999;
  width: 170px;
  animation: none;
  transition: none;
}

.month-picker table {
  border-collapse: separate;
  /* border-spacing: 7px 6px; */
  color: white;
  background-color: #0b1841;
  cursor: pointer;
  width: 100%;
  animation: none;
  transition: none;
}

.month-picker table,
.month-picker td,
.month-picker th {
  /* margin: 0; */
  /* padding: 0; */
  border: 0px solid #dddddd;
}

.month-picker .ui-button-text {
  padding: 0.4em 0;
}

.month-picker-header {
  margin: 3px 0px -1px 0px;
}

.month-picker-year-table {
  width: 100%;
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  animation: none;
  transition: none;
}

.month-picker-year-table a {
  border: 1px solid transparent;
}

.month-picker-year-table .ui-button {
  /* font-size: 1.1em; */
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  margin: 0;
}

.month-picker-month-table td:hover {
  background-color: #495b90;
}

.month-picker-year-table .month-picker-title {
  text-align: center;
}

.month-picker-year-table .month-picker-title .ui-button {
  font-size: 1em;
  padding: 0.1em 0;
  width: 100%;
  font-weight: bold;
}

.month-picker-year-table .ui-button-text {
  padding: 0;
}

.month-picker-month-table td {
  height: 40px;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  padding: 0;
  font-size: 10px;
}

.month-picker-month-table .ui-button {
  display: block;
  width: 100%;
  /* height: 100%; */
  /* margin-top: 1em; */
  text-align: center;
}

.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom;
}

.month-picker-invalid-message {
  display: none;
  background-color: Yellow;
}

.month-picker-disabled {
  background-color: #e1e1e1;
  animation: none;
  transition: none;
}

.ui-button ui-corner-all ui-widget ui-state-disabled {
  float: none;
}

.month-picker-previous:hover {
  background: #495b90;
}

.month-picker-next:hover {
  background: #495b90;
}

.month-picker-title:hover {
  background: #495b90;
}

/* ////=====DEPARTMENT WISE USER CSS====//// */

.user-picker-hide {
  min-width: 250px;
  margin-left: -125px;
  background-color: #0b1841;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  right: 1rem;
  top: 1rem;
  font-size: 17px;
  /* animation-name: appear;
  animation-duration: 1s; */
  transform: translateY(25%);
  transition: 0.5s ease all;
  visibility: invisible;
  display: none;
}

.user-select-btn {
  padding: 3px 1px;
  border: 0px;
  margin-top: 0px;
  box-shadow: inset 0px -1px 3px 0px #f5f7f3;
  /* box-shadow: inset 0px -1px 3px 0px #95d471; */
  /* box-shadow: 0px 1px 2px 1px #95d471; */
  background: #0b1840;
  border-bottom: #e4eae0;
  color: white;
  /* border-radius: 40px; */
  width: 44px;
}

.user-select-btn:hover {
  background: white;
  color: #0b1840;
}

.selection-modal-head {
  /* font-size: 20px; */
  display: flex;
  justify-content: center;
  padding: -4px;
  /* margin-bottom: 12px; */
  /* background: #2e9c2e; */
  padding: 1px;
  /* box-shadow: inset 0px -1px 3px 0px #95d471; */
  /* box-shadow: 0px 1px 2px 1px #95d471; */
  border-bottom: #e4eae0;
  margin-top: 6px;
}

.user-selection-modal {
  padding: 2px 2px;
  width: 87px;
  margin: 0px;
  font-size: 11px;
}

.select-user-td,
.select-user-td td {
  border: 0px;
  padding: 3px 0px;
  min-width: 70px;
}

._third {
  display: flex;
  justify-content: center;
}

/*
input:read-only {
    background-color: white;
} */

.select-user-down-icon {
  /* /* position: absolute;
    right: 79px;
    top: 161px; */
  background-image: url(../img/Vector4.svg);
  background-repeat: no-repeat;
  background-position: right 4px bottom 13px;
}

.editMode-input .select-user-down-icon {
  /* /* position: absolute;
    right: 79px;
    top: 161px; */
  background-image: url(../img/Vector4.svg);
  background-repeat: no-repeat;
  background-position: right 4px bottom 6px;
}

/* border: 1px solid mediumvioletred; */

/* background: white; */

/* margin-left: 20px; */

/* .user-picker {
    width: 175px;
    padding: 2px;

    background-color: #495b90;

    margin: 0px 3%;
    border-radius: 10px;
} */

.user-picker {
  min-width: 175px;
  background-color: #0b1841;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  padding: 12px;
  position: absolute;
  z-index: 9999999;
  left: 1rem;
  top: 0.5rem;
  font-size: 14px;
  /* animation-name: appear;
  animation-duration: 1s; */
  transform: translateY(25%);
  transition: 0.5s ease all;
  /* visibility: invisible; */
  overflow: visible;
}

.modal-form-input-container .user-picker {
  top: 3rem;
}

.estimation-status {
  width: 3rem;
  height: 1rem;
  padding: 4px 0px 4px 15px;
  padding-left: 10px;
  text-align: left;
  line-height: 14px;
  border-radius: 10px;
}

.estimation-status._red {
  background-color: #ffd6d6;
  color: #ed5d2a;
}

.estimation-status._orange {
  background-color: #ffede2;
  color: orange;
}

.estimation-status._green {
  background-color: #d7fed1;
  color: #387c22;
}

.estimation-status._blue {
  background-color: #bdc5ff;
  color: blue;
}

.estimate-project-name-icon {
  background-image: url("/img/projectsvgbl.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 0px top 50%;
}

.estimate-project-name-icon:hover {
  text-decoration: underline;
  background-image: url("/img/projectsvgbl.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: right 0px top 50%;
  cursor: pointer;
}

.holiday-table-body {
  /* min-width: 1200px; */
  min-width: 650px;
  overflow: scroll;
  display: flex;
  flex-direction: row-flex;
  flex-wrap: wrap;
  /* height: calc(100vh - 230px); */
  /* padding-bottom: 10px; */
}

.holiday-table-body-month {
  font-size: 0.8rem;
  flex: 1 0 11%;
  margin: 1vw 2.2vw;
  height: 3vw;
  background-color: lightgray;
  text-align: center;
  padding-top: 20px;
  vertical-align: middle;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid;
  border-radius: 11px;
}

.holiday-table-body-month-left {
  font-size: 0.8rem;
  flex: 1 0 11%;
  margin: 1vw 2.2vw;
  height: 2vw;
  background-color: rgb(142 213 255 / 59%);
  text-align: center;
  padding-top: 20px;
  vertical-align: middle;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid;
}

.holiday-table-body-month:hover {
  font-size: 0.8rem;
  flex: 1 0 11%;
  margin: 1vw 2.2vw;
  height: 3vw;
  background-color: #f3b2b293;
  text-align: center;
  padding-top: 20px;
  vertical-align: middle;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid;
  border-radius: 11px;
  cursor: pointer;
}

.holiday-table-body-month.locked {
  font-size: 0.8rem;
  flex: 1 0 11%;
  margin: 1vw 2.2vw;
  height: 3vw;
  background-color: #c2757593;
  text-align: center;
  padding-top: 20px;
  vertical-align: middle;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid;
  border-radius: 11px;
  cursor: pointer;
}

.holiday-month-details {
  display: flex;
  flex: 1;
}

.holiday-month-left {
  width: 15.5vw;
  min-width: 15.5vw;
}

.holiday-month-right {
}

.holiday-details {
  margin: 1vw 2.2vw;
  display: inline-flex;
}

.holiday-details div {
  font-size: 0.8rem;
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  padding: 1.1vw 2vw;
  height: 1.7vw;
  min-height: 1.7vw;
  display: inline-flex;
  border: 1px solid black;
  border-collapse: collapse;
}

.holiday-details div:nth-child(2) {
  text-align: center;
  word-wrap: break-word;
  overflow: hidden;
  padding: 1.1vw 2vw;
  max-width: 50vw;
  display: inline-flex;
  border: 1px solid black;
  border-collapse: collapse;
}

.holiday-details div:nth-child(3) {
  color: red;
}

/* ////=====JISSEKI STYLING STARTS======//// */

.jisseki-container {
  position: relative;
}

.jisseki-container .mainLoader {
  top: 25% !important;
  z-index: 999 !important;
}

._jisseki {
  font-size: 10px;
}

.locked {
  background-color: #ececec;
}

.sea-green {
  background-color: #75b9bf;
  border-top: 3px solid #93e3eb;
  border-bottom: 3px solid #67a1a7;
  color: white;
}

.jisseki-project-info {
  background-color: #def2ff;
}

.jisseki-maintenance-info {
  background-color: #fff2c9;
}

.jisseki-header {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  height: 37px;
}

.jisseki-scroll .btn {
  padding: 0;
  border-color: transparent;
  border-radius: 4px;
  color: black;
  min-width: 4rem;
  width: auto;
  margin-top: 0.2rem;
  font-size: 12px;
  padding: 0.4rem 0.2rem;
}

.jisseki-scroll .save-btn[disabled] {
  background-color: #b5b5b5;
  margin-right: 5px;
  color: #fff;
  cursor: unset;
}

.jisseki-scroll .save-btn {
  background-color: #b2dff2;
  margin-right: 5px;
  cursor: pointer;
  color: #000;
}

.jisseki-scroll .reg-btn {
  background-color: #f56d2f;
  color: white;
}

.jisseki-scroll .reg-btn[disabled] {
  background-color: #b5b5b5;
  margin-right: 5px;
  cursor: unset;
}

.jisseki-reg-modal-button button {
  border: 2px solid #75b9bf;
  color: #75b9bf;
}

.jisseki-reg-modal-button button[disabled] {
  border: 2px solid #d4d4d4;
  background-color: #c0c0c0;
  color: #ffffff;
  cursor: unset;
}

.jisseki-reg-modal-button button:hover {
  background-color: #75b9bf;
  color: white;
}
.jisseki-reg-modal-button button[disabled]:hover {
  border: 2px solid #d4d4d4;
  background-color: #c0c0c0;
  color: #ffffff;
  cursor: unset;
}

.inputbody .jisseki-radio {
  width: auto;
}
.inputbody .jisseki-radio-option {
  margin-right: 3em;
}
._jisseki table {
  border-collapse: collapse;
  box-sizing: border-box;
}

.table-body._jisseki {
  position: relative;
  width: 94vw;
  /* min-width: 800px; */
  /* height: calc(100vh - 300px); */
  overflow-y: scroll;
  box-sizing: border-box;
  padding-bottom: 80px;
}

._jisseki tr {
  display: flex;
  flex-direction: row;
}

._jisseki .text-lg {
  font-size: 0.9rem;
}

._jisseki td,
._jisseki th {
  flex: 1;
  width: 0em;
  min-height: 2rem;
  padding: 0;
  font-size: 1.1em;
  box-sizing: border-box;
}

._jisseki td:nth-child(1),
._jisseki th:nth-child(1) {
  flex: 1;
}

._jisseki td:nth-child(5),
._jisseki th:nth-child(5),
._jisseki td:nth-child(6),
._jisseki th:nth-child(6) {
  flex: 0.7;
}

._jisseki td:nth-child(2),
._jisseki td:nth-child(3),
._jisseki th:nth-child(2),
._jisseki th:nth-child(3) {
  flex: 2.5;
}
._jisseki .innerTable td:nth-child(1),
._jisseki .innerTable td:nth-child(2),
._jisseki .innerTable td:nth-child(3) {
  justify-content: left;
  text-align: left;
  padding-left: 12px;
}
._jisseki .outertd:nth-child(5) .innerTable td,
._jisseki .outertd:nth-child(6) .innerTable td {
  justify-content: right;
  text-align: right;
  padding: 0 12px;
}

._jisseki td:nth-child(4),
._jisseki th:nth-child(4) {
  flex: 6;
}

._jisseki .scrollable-column td:nth-child(1),
._jisseki .scrollable-column td:nth-child(2),
._jisseki .scrollable-column td:nth-child(3),
._jisseki .scrollable-column td:nth-child(4),
._jisseki .scrollable-column td:nth-child(5),
._jisseki .scrollable-column td:nth-child(6),
._jisseki .scrollable-column th:nth-child(1),
._jisseki .scrollable-column th:nth-child(2),
._jisseki .scrollable-column th:nth-child(3),
._jisseki .scrollable-column th:nth-child(4),
._jisseki .scrollable-column th:nth-child(5),
._jisseki .scrollable-column th:nth-child(6) {
  flex: 1;
}
._jisseki .scrollable-column td:nth-child(1),
._jisseki .scrollable-column td:nth-child(2),
._jisseki .scrollable-column td:nth-child(3),
._jisseki .scrollable-column td:nth-child(4),
._jisseki .scrollable-column td:nth-child(5),
._jisseki .scrollable-column td:nth-child(6) {
  justify-content: right;
  text-align: right;
  padding: 0 12px;
  flex: 0.5;
}
._jisseki .scrollable-column .innerTable td {
  justify-content: right;
  text-align: right;
  padding: 0 12px;
}

/* ._jisseki .scrollable-column td:nth-child(4),
._jisseki .scrollable-column th:nth-child(4) {
    flex: 1;
} */

._jisseki table {
  width: 100%;
}

._jisseki tbody {
  width: 100%;
}

._jisseki th,
._jisseki .innerTable tr:nth-last-child(2) td {
  background-color: #75b9bf;
  text-align: center;
  border-top: 2px solid #93e3eb;
  border-bottom: 2px solid #67a1a7;
  /* font-size: 12px; */
  justify-content: center;
  color: white;
  display: flex;
  align-items: center;
}
._jisseki .scrollable-column .innerTable tr:nth-last-child(2) td {
  justify-content: end;
  text-align: right;
  padding: 0 12px;
}

._jisseki tr:nth-last-child(2) {
  min-height: 1.5rem;
}

._jisseki tr:nth-child(2) th,
.scrollable-column tr:first-child th {
  background-color: #c6e0b4;
  border: transparent;
  min-height: 1.5rem;
  box-shadow: rgb(0 0 0 / 0.19) 3px 3px 4px 1px;
  z-index: 1;
}

/* .scrollable-column tr:first-child td {
  background-color: transparent !important;
} */

._jisseki .lastChild {
  background-color: #e2efda;
  min-height: 1rem;
}

._jisseki .lastChild td {
  border-bottom: none;
}

._jisseki td:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
  outline: none;
}

.outerTable {
  box-shadow: rgb(0 0 0 / 0.25) 3px 3px 4px 1px;
  background-color: #e2efda;
  height: auto;
  overflow-y: scroll;
}

._jisseki .innerTable {
  background-color: white;
  height: auto;
}

.outerTable .tr_last {
  background-color: transparent;
  /* height: 60vh;
    overflow-y: scroll; */
}

.outerTable .outertd {
  background-color: transparent;
  height: auto;
  border: none;
  padding: 0;
  /* width: auto; */
}

._jisseki .innerTable td,
th {
  border: 0.5px solid rgb(226, 226, 226);
  height: 2.5rem;
  display: flex;
  align-items: center;
}

._jisseki .scrollable-column td,
._jisseki .scrollable-column th {
  min-width: 3rem;
}

._jisseki .innerTable:nth-of-type(4) {
  width: 100px;
  overflow-x: scroll;
}

.scrollable-column {
  overflow-x: scroll;
}

.outerTable .outertd:nth-child(4) {
  border-right: 5px solid #cbcaca;
  border-left: 5px solid #cbcaca;
}

._jisseki ::-webkit-scrollbar-thumb {
  background: #0026a3;
  border-radius: 10px;
  height: 5px;
}

._jisseki .holiday {
  background-color: #ffe9e9;
}

._jisseki .locked-holiday {
  background-color: #a38787;
}

._jisseki .holiday:focus {
  box-shadow: 0 0 5px #fcbaba;
  border: 1px solid #fcbaba;
  outline: none;
}

#jisseki_table_header {
  display: flex;
  flex-direction: row;
  width: 94vw;
}

#jisseki_table_header .header-item {
  text-align: center;
  background-color: #75b9bf;
  border-top: 2px solid #93e3eb;
  border-bottom: 2px solid #67a1a7;
  font-size: 12px;
  box-sizing: border-box;
  color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
}

#jisseki_table_header .header-item:nth-child(1) {
  flex: 1;
}

#jisseki_table_header .header-item:nth-child(2) {
  border-left: 1px solid rgb(226, 226, 226);
  border-right: 1px solid rgb(226, 226, 226);
  margin-left: -1.5px;
}

#jisseki_table_header .header-item:nth-child(2),
#jisseki_table_header .header-item:nth-child(3) {
  flex: 2.5;
}

#jisseki_table_header .date-list {
  flex: 6;
  display: flex;
  line-height: unset;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}

#jisseki_table_header .date-list::before,
#jisseki_table_header .header-item:nth-child(5)::before {
  content: "";
  height: 40px;
  width: 5px;
  background-color: #cbcaca;
  position: absolute;
}

#jisseki_table_header .header-item:nth-child(5)::before {
  left: -3px;
}

#jisseki_table_header .date-list::before {
  margin-left: -3px;
}

#jisseki_table_header .date-list::-webkit-scrollbar {
  display: none;
}

#jisseki_table_header .date-list .date-item {
  height: 2.5rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgb(226, 226, 226);
}

#jisseki_table_header .date-list .date-item p {
  width: 47px !important;
  margin: 0;
  padding: 0;
}

#jisseki_table_header .header-item:nth-child(5) {
  border-right: 1px solid rgb(226, 226, 226);
  position: relative;
}

#jisseki_table_header .header-item:nth-child(5),
#jisseki_table_header .header-item:nth-child(6) {
  flex: 0.7;
}

.jisseki-last-editor {
  display: inline;
  color: grey;
  font-size: 11px;
}

.mitsumori {
  border-top: 3px solid #6165a2;
  background-color: #464872;
  border-bottom: 3px solid #333448;
  border-left: 1px solid #8db2d6;
  border-right: 1px solid #8db2d6;
  color: #f3f2f1;
}

hr {
  width: 100%;
}

.mt-2 {
  margin-top: 2rem;
}

.affiliation {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
.affiliation ul {
  width: 55vw;
}
.affiliation .btn {
  display: inline;
  padding: 0;
  width: 4rem;
  height: 2rem;
  float: right;
  /* right: 5rem; */
  font-size: 0.8rem;
  border: none;
  border-radius: 4px;
  min-width: 0;
  margin-top: 0;
  margin: 0 1rem;
}
.affiliation .delete {
  background-color: white;
  color: red;
}
.affiliation .delete:hover {
  background-color: red;
  color: white;
}
.affiliation .flex {
  display: flex;
  align-items: center;
}
.affiliation p {
  display: inline;
}

.affiliation p[contenteditable="true"] {
  line-height: 2rem;
  padding: 0.5rem;
  border: 2px solid black;
  border-radius: 3px;
}
.affiliation p[contenteditable="false"] {
  border: none;
}
.affiliation p[contenteditable="true"]:focus,
.affiliation p[contenteditable="true"]:focus-visible,
.affiliation p[contenteditable="true"]:focus-within {
  line-height: 2rem;
  padding: 0.5rem;
  border: 1px solid lightseagreen;
}
.lh-2 {
  line-height: 3rem;
}

.admin-header {
  position: relative;
}

.admin-header .mainLoader {
  top: 200px !important;
}

.admin-tabs {
  display: inline;
  padding: 0;
  min-width: 10vw;
  height: 2.5em;
  /* right: 5rem; */
  font-size: 0.8em;
  border: 2px solid cornflowerblue;
  color: cornflowerblue;
  background-color: none;
  width: auto;
  margin-top: 0;
  margin: 0 0.2em;
  box-shadow: none;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  left: 28vw;
}
.admin-tabs:hover {
  background-color: cornflowerblue;
  color: white;
}
.admin-hr {
  margin: 0;
}
.tab-active {
  background-color: cornflowerblue;
  color: white;
}

.admin-reg-modal-button button {
  border: 2px solid cornflowerblue;
  color: cornflowerblue;
}

.admin-reg-modal-button button:hover {
  background-color: cornflowerblue;
  color: white;
}

.assign-client {
  text-align: left !important;
  justify-content: flex-start !important;
  /* padding-left: 10px !important;
  padding-right: 10px !important; */
}
/* js <=> jisseki summary */
.project-search-btn,
.js-search-btn {
  margin-left: 30px;
  border-radius: 4px;
  color: black;
  min-width: 4rem;
  width: auto;
  margin-top: 0.2rem;
  font-size: 12px;
  padding: 0.4rem 0.2rem;
  border: 1px solid #43a1f8;
  background-color: #43a1f8;
  color: white;
}

.project-search-btn:hover,
.js-search-btn:hover {
  background-color: white;
  border: 1px solid #43a1f8;
  color: #43a1f8;
}

.project-csv {
  border: 1px solid #ed5d2a;
  background-color: #ed5d2a;
  padding-left: 15px;
  padding-right: 15px;
}

.project-csv:hover {
  border: 1px solid #ed5d2a;
  color: #ed5d2a;
}
.project-assign-csv {
  border: 1px solid #5B9BD5;
  background-color: #5B9BD5;
  padding-left: 15px;
  padding-right: 15px;
}

.project-csv:hover {
  border: 1px solid #5B9BD5;
  color: #5B9BD5;
}
.project-reset-btn {
  border: 1px solid orange;
  background-color: orange;
  height: 31px;
}

.project-csv:hover {
  border: 1px solid orange;
  color: orange;
}

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

._jisseki_summary .card-header,
._jisseki_summary .card-header li {
  cursor: pointer;
}

._jisseki_summary .card-header {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

._jisseki_summary .table-left td {
  padding: 0 5px;
  height: 2rem;
  line-height: 2rem;
}

.js-filters a:nth-child(1) {
  width: 100px;
}

.js-filters a:nth-child(2),
.js-filters a:nth-child(3) {
  min-width: 160px;
}

.type-by-me {
  width: 40px;
}

.js-flex-col {
  padding-left: 0.5%;
  padding-right: 0.5%;
}

.js-hack {
  height: 80px;
}

.top-dropdown .menu {
  min-width: 100%;
}

.pb-40 {
  padding-bottom: 40px;
}

.color-red {
  color: red !important;
}

.total-field {
  font-size: 10px !important;
}

.fix-width {
  width: 100%;
}

.fix-hide-item {
  height: calc(100vh - 310px);
}

.js-display {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  justify-content: flex-center;
  width: 100%;
}

.js-display li {
  position: relative;
  /* display: flex; */
  margin: 0;
  flex-direction: row;
  flex-wrap: wrap;
  /*min-width: 7.5%;*/
  padding: 0px 5px;
  font-size: 100%;
  justify-content: center;
  text-align: center;
  cursor: default;
}

.wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.estimate-margin {
  margin-right: 40px;
}

.project-margin {
  margin-right: 10px;
}

.maintenance-margin {
  margin-right: 10px;
}
