* {
  padding: 0;
  margin: 0;
  font-family: "Nunito", sans-serif;
}

:root {
  --size: 10px;
  --border-color: #e0e0e0;
  --green-color: #4caf50;
  --blue-color: #2196f3;
  --orange-color: #f9ae3e;
  --black-text: var(--black-text);
  --tblr-progress-bar-color: #fff;
  --tblr-progress-bar-bg: #f26927;
  --tblr-progress-bar-transition: all 0.3s ease;
}

.text-success {
  color: #4caf50;
}

.text-primary {
  color: #2196f3;
}

.text-warning {
  color: #f9ae3e !important;
}

.text-muted {
  color: #898989;
}

.text-danger {
  color: #ff5722 !important;
}

.text-danger-light {
  color: #f66666 !important;
}

.text-info {
  color: #10acc1 !important;
}

.text-retake {
  color: #a569bd !important;
}

.text-outsource {
  color: #607d8b !important;
}

body {
  background-color: #f8f8f8;
}

.mt-96 {
  margin-top: 96px;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.position-relative {
  position: relative;
}
/* =====================
utilitites start here
===================== */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24-for-collapse {
  margin-top: 24px !important;
}

.h-100 {
  height: 100%;
}

.mt-24 {
  margin-top: 75px !important;
}

.mt-0 {
  margin-top: 0 !important;
}
/* ===================
utilitites end here
=================== */

/* ===================
commoon css start here
=====================*/
body {
  background-color: #f8f8f8;
}

main {
  margin: 86px 24px 24px;
  background-color: #f8f8f8;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

/* ===================
common css end here
=====================*/

/* ==============================
common dropdown for old design
============================== */
.vi1-dropdown {
  padding: 10px 0 !important;
  /* max-width: 160px !important; */

  min-width: 240px !important;
  width: 100% !important;
}
.vi1-dropdown > li:not(:last-child) {
  margin-bottom: 10px !important;
}
.active-report {
  color: #f26927 !important;
}
/*********************************/
/* header design start from here */
/*********************************/

.vi1-header {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  width: 100%;
  padding: 12px 24px;
  transition: all 300ms ease-in;
  z-index: 999 !important;
}

.vi1-header .custom-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  min-height: auto;
  background: none !important;
  box-shadow: none;
  position: initial;
}

.vi1-header .custom-navbar-header {
  flex-basis: 5%;
}

.vi1-header .custom-navbar-header .navbar-brand {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 0;
  color: #f26927 !important;
  height: auto;
}

.vi1-header .custom-navbar-collapse {
  flex-basis: 95%;
  padding: 0;
}

.vi1-header .custom-navbar-collapse .wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vi1-header .custom-navbar-nav > li:not(:last-child) {
  margin-right: 40px;
  background: none;
}

.vi1-header .custom-navbar .wrapper .custom-navbar-nav {
  margin-right: 40px;
}

.subpage-header .custom-navbar .wrapper .custom-navbar-nav {
  margin-right: 0;
}

.vi1-header .custom-navbar-nav > li {
  position: relative;
  cursor: pointer;
  background: none !important;
}

.vi1-header .custom-navbar-nav > li.active::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 3px;
  background-color: #f26927;
  width: 100%;
  transition: all 300ms ease;
  opacity: 1;
}

.vi1-header .custom-navbar-nav > li:hover > a {
  color: #f26927 !important;
  transition: all 300ms ease !important;
}

.li-report li:hover a {
  color: #f26927 !important;
  transition: all 300ms ease !important;
}

.vi1-header .custom-navbar-nav > li:hover::before {
  opacity: 1;
  transition: all 300ms ease;
}

.vi1-header .custom-navbar-nav > li::before {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 3px;
  background-color: #f26927;
  width: 100%;
  opacity: 0;
  transition: all 300ms ease;
}

.vi1-header .custom-navbar-nav > li > a {
  padding: 0 !important;
  font-weight: 500;
  font-size: 16px;
  color: var(--black-text) !important;
  text-transform: capitalize;
  padding: 0;
  height: auto;
}

.vi1-header .custom-navbar-nav > li > a:focus {
  background: none;
}

.vi1-header .custom-navbar-nav > li.active a {
  color: #f26927 !important;
}

.vi1-header .custom-navbar-nav > li a:hover {
  background: none;
}

.subpage-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
}

.menu-mobile {
  display: none;
  line-height: 10px;
}

.menu-mobile i {
  color: var(--black-text);
  font-size: 20px;
}

.vi1-header .header-profile {
  /* margin-left: 30px !important; */
  display: inline-block;
}
.imgAlign {
  vertical-align: top;
}
.vi1-header .header-profile .custom-dropdown .dropdown-menu {
  left: -120px;
}
.vi1-header .report-dropdown .custom-dropdown .dropdown-menu {
  left: auto;
  min-width: auto;
  width: auto;
  padding: 0 0 12px;
  top: auto;
  margin-top: 0 !important;
}

.vi1-header .report-dropdown .custom-dropdown .dropdown-menu span {
  display: block;
  background-color: #fef3ee;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
}

.vi1-header .report-dropdown .custom-dropdown .dropdown-menu span:first-child {
  border-radius: 5px 5px 0 0;
}

.report-dropdown .custom-dropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.report-dropdown .custom-dropdown .dropdown-menu li a {
  padding: 0 14px !important;
}

.vi1-header .header-profile .custom-dropdown .dropdown-toggle {
  width: auto;
  border: none;
  padding: 0;
}

.header-profile .custom-dropdown-studio .vi1-profile-dropdown-menu,
.notification-dropdown-toggle + .dropdown-menu {
  top: auto;
  margin-top: 10px !important;
}

.vi1-header .report-dropdown .custom-dropdown .dropdown-toggle {
  width: auto;
  border: none !important;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
}

.vi1-header .header-profile .custom-dropdown .dropdown-toggle img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.report-dropdown {
  margin-right: 16px !important;
}

.report-dropdown .custom-dropdown .btn-default img {
  width: 17px !important;
}
.vi1-header .header-profile .custom-dropdown {
  width: auto;
}

.vi1-header .report-dropdown .custom-dropdown {
  height: auto;
  overflow: visible;
  max-height: 100%;
}

.li-report .dropdown-menu {
  left: auto;
  min-width: auto;
  width: auto;
  padding: 0 0 12px;
  top: auto;
  margin-top: 10px !important;
}

.li-report .dropdown-menu span:first-child {
  border-radius: 5px 5px 0 0;
}

.li-report .dropdown-menu span {
  display: block;
  background-color: #fef3ee;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
}

.li-report .dropdown-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.li-report .dropdown-menu li a {
  padding: 0 14px !important;
}

.submenu {
  /* margin-left: 30px; */
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  display: inline-flex;
}

.submenu > li {
  margin-right: 30px;
}

.submenu > li {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.btn-group {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.notification-dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent !important;
  width: 18px;
  height: 18px;
  text-shadow: none;
  box-shadow: none !important;
  background-image: none !important;
}
.header-profile .custom-dropdown .dropdown-menu {
  min-width: auto;
  width: auto;
  right: 0;
  left: auto;
  padding: 10px;
  top: 42px;
}

.header-profile .custom-dropdown .dropdown-menu li a {
  padding: 0;
}

.header-profile .custom-dropdown .dropdown-menu li a:hover {
  text-decoration: none;
  color: #f26927;
  background-color: transparent !important;
}

.header-profile .custom-dropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 15px;
}
.dropdown-menu {
  /* min-width: auto;
  width: 360px;
  right: 0;
  left: auto;
  padding: 10px !important;
  top: 85px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */

  min-width: auto;
  width: 360px;
  right: 0;
  left: auto;
  padding: 20px 10px 0 20px;
  top: 65px;
  border: 1px solid #e0e0e0;
}

.vi1-profile-dropdown-menu {
  width: auto !important;
  transform: translate(0, 0) !important;
  min-width: auto;
  padding: 10px 0;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.header-profile {
  margin: 0 !important;
}

.media-height {
  min-height: 300px;
  height: 300px;
  overflow-y: auto;
  margin-right: 0;
  /* padding-right: 10px; */
  padding-bottom: 50px;
}
a.heading-report {
  color: #f26927;
}

.notification-media,
.script-media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0;
  margin: 0;
  color: #f26927;
}

.notification-media:first-child,
.script-media:first-child {
  padding-top: 0;
}

.align-center {
  align-items: center !important;
  /* padding-bottom: 10px;
    margin: 10px 0; */
}

.play-icon {
  font-size: 25px !important;
  color: #ff5722 !important;
}

.notification-media > .media-body > p,
.script-media > .media-body > p {
  margin-bottom: 0;
  color: #333333;
  text-align: initial;
}

.submenu {
  /* margin-left: 30px; */
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  display: inline-flex;
}

.mobile-submenu {
  display: none !important;
}

.clear-media {
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 0 0 10px 10px;
}

.clear-media > span {
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

.notification-count,
.script-count {
  position: absolute;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #f26927;
  display: inline-block;
  border: 1.5px solid #ffffff;
  right: -7px;
  top: -6px;
}

.notification-count-one,
.script-count-one {
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
}
.notification-count-two,
.script-count-two {
  border-radius: 35px !important;
  width: 28px;
  height: 20px;
  right: -17px;
  line-height: 20px;
}
.notification-count-three,
.script-count-three {
  border-radius: 35px !important;
  width: 34px;
  height: 20px;
  right: -25px;
  line-height: 20px;
}

/*********************************/
/* header design start end here */
/*********************************/

/*************************************/
/* project tabs design start from here */
/*************************************/
.vi1-project-tabs-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  margin: 0 0 24px;
  padding: 0;
}

main .vi1-project-tabs-wrapper .section-header h5 {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  text-transform: capitalize;
  margin: 0 0 25px;
  padding: 24px 24px 0;
}

main .vi1-project-tabs-wrapper .project-tabs {
  padding: 24px 0 0;
}

main .vi1-project-tabs-wrapper .project-nav-tabs {
  border: none;
  padding: 0 27px 24px;
  border-bottom: 1px solid #e0e0e0;
}

main .vi1-project-tabs-wrapper .project-nav-tabs > li > a {
  border: 1px solid #e0e0e0 !important;
  padding: 8px 16px;
  color: var(--black-text) !important;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 0;
  cursor: pointer;
  transition: all 0.6s;
  text-transform: capitalize;
}

main .vi1-project-tabs-wrapper .project-nav-tabs > li > a:hover,
main .vi1-project-tabs-wrapper.project-nav-tabs > li > a:hover {
  border: 1px solid #f26927 !important;
  background-color: #f26927 !important;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.6s;
}

main .vi1-project-tabs-wrapper .project-nav-tabs > li > a::before {
  content: "";
  display: none;
}

main .vi1-project-tabs-wrapper .project-nav-tabs > li.active > a {
  cursor: pointer;
  border: 1px solid #f26927 !important;
  background-color: #f26927 !important;
  color: #fff !important;
  transition: all 0.6s;
  text-transform: capitalize;
}

main .vi1-project-tabs-wrapper .project-nav-tabs > li:not(:last-child) {
  margin-right: 16px;
}

/*************************************/
/* project tabs design end from here */
/*************************************/

/**********************************************/
/* project tabs slider design start from here */
/**********************************************/
.vi1-project-tabs-wrapper .slider-section {
  padding: 0 11px;
}

.vi1-project-tabs-wrapper .project-box {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 20px rgba(18, 38, 63, 0.1);
  margin: 24px 12px 24px;
}

.vi1-project-tabs-wrapper .project-box .status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9ae3e14;
  padding: 8px 16px;
  border-radius: 5px 5px 0 0;
}

.vi1-project-tabs-wrapper .project-box.bidding .status {
  background-color: #10acc114;
}

.vi1-project-tabs-wrapper .project-box.hold .status {
  background-color: #f6666614;
}

.vi1-project-tabs-wrapper .project-box.completed .status {
  background-color: #8bc34a14;
}

.vi1-project-tabs-wrapper .project-box.cancelled .status {
  background-color: #ff572214;
}

.vi1-project-tabs-wrapper .project-box .status .days-remaining {
  display: flex;
  align-items: center;
  gap: 0 4px;
}

.vi1-project-tabs-wrapper .status .status-text h6 {
  font-weight: 700;
  font-size: 12px;
  color: #f9ae3e;
  text-transform: capitalize;
  margin: 0;
}

.vi1-project-tabs-wrapper .project-box.bidding .status .status-text h6 {
  color: #10acc1;
}

.vi1-project-tabs-wrapper .project-box.hold .status .status-text h6 {
  color: #f66666;
}

.vi1-project-tabs-wrapper .project-box.completed .status .status-text h6 {
  color: #8bc34a;
}

.project-box.cancelled .status .status-text h6 {
  color: #ff5722;
}

.vi1-project-tabs-wrapper .status .days-remaining span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f9ae3e;
  display: inline-block;
}

.vi1-project-tabs-wrapper .project-box.bidding .status .days-remaining span {
  background-color: #10acc1;
}

.vi1-project-tabs-wrapper .project-box.hold .status .days-remaining span {
  background-color: #f66666;
}

.vi1-project-tabs-wrapper .project-box.completed .status .days-remaining span {
  background-color: #8bc34a;
}

.vi1-project-tabs-wrapper .project-box.cancelled .status .days-remaining span {
  background-color: #ff5722;
}

.vi1-project-tabs-wrapper .status .days-remaining p {
  font-weight: 700;
  font-size: 12px;
  color: var(--black-text);
  margin: 0;
}

.vi1-project-tabs-wrapper .box-inner {
  padding: 8px 8px 12px 8px;
}

.vi1-project-tabs-wrapper .box-inner .project-details {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: auto;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  padding: 64% 0 0 0;
}

.vi1-project-tabs-wrapper .box-inner .project-details img {
  padding: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.vi1-project-tabs-wrapper .box-inner .project-details .projectCardThmbnail {
  padding: 0px !important;
  width: 45.82px !important;
  height: 40px !important;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.project-thumbnail-card {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 64% 0 0 0 !important;
}

.vi1-project-tabs-wrapper .box-inner .project-details h4 {
  font-weight: 700;
  line-height: 20px;
  font-size: 14px;
  color: var(--black-text);
  text-transform: capitalize;
  margin: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vi1-project-tabs-wrapper .progress-wrapper {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 10px 0;
}

.vi1-project-tabs-wrapper .project-progress {
  width: 100%;
}

.vi1-project-tabs-wrapper .project-progress .progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: 100%;
}

.vi1-project-tabs-wrapper .project-progress .progress-bar-wrapper span {
  font-weight: 700;
  font-size: 12px;
  color: var(--black-text);
}

.vi1-project-tabs-wrapper .progress-wrapper .progress {
  margin: 0;
  height: 4px;
  width: calc(100% - 35px);
  max-width: 100%;
  background-color: #f2f2f2;
  background-image: none;
  box-shadow: none;
}

.vi1-project-tabs-wrapper .project-box.production .progress .progress-bar {
  background-color: #ff9800;
  background-image: none;
}

.vi1-project-tabs-wrapper .project-box.bidding .progress .progress-bar {
  background-color: #10acc1;
  background-image: none;
}

.vi1-project-tabs-wrapper .project-box.hold .progress .progress-bar {
  background-color: #f66666;
  background-image: none;
}

.vi1-project-tabs-wrapper .project-box.completed .progress .progress-bar {
  background-color: #8bc34a;
  background-image: none;
}

.vi1-project-tabs-wrapper .project-box.cancelled .progress .progress-bar {
  background-color: #ff5722;
  background-image: none;
}

.vi1-project-tabs-wrapper .box-inner .project-progress .title p {
  font-weight: 400;
  font-size: 12px;
  color: var(--black-text);
  margin: 0;
  text-transform: capitalize;
  /* margin-bottom: 6px; */
}

.vi1-project-tabs-wrapper .slider .slick-dots {
  list-style: none;
  text-align: center;
}

.vi1-project-tabs-wrapper .slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  /* width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer; */
}

.vi1-project-tabs-wrapper .slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  outline: 0;
  background-color: #ccc;
  /* padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; */
}

.vi1-project-tabs-wrapper .slider .slick-dots .slick-active button {
  background-color: #f26927;
}

.vi1-project-tabs-wrapper .slick-dots {
  display: inline-block;
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0;
  bottom: 20px;
}

/* .slider .slick-dots li button::before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 20px;
    content: '•';
    text-align: center;
    color: #CCCCCC;
} */

/**********************************************/
/* project tabs slider design end from here */
/*********************************************/

/***********************************************************/
/* dashbaord task-status & delivery header start from here */
/***********************************************************/
.vi1-task-delivery-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  margin: 0 0 24px;
}

.vi1-task-delivery-wrapper .search {
  border-bottom: 1px solid #e0e0e0;
  padding: 27px;
  position: relative;
}

.vi1-task-delivery-wrapper .search .wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0 24px;
}

.vi1-task-delivery-wrapper .project-drop-down {
  flex-basis: 24%;
  width: 100%;
}

.vi1-tooltip {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.vi1-custom-tooltip {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(35 31 32 / 10%);
  position: absolute;
  right: -18px;
  top: 36px;
  transition: all 300ms ease;
  z-index: 10;
  display: none;
}

.vi1-custom-tooltip span {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #231f20;
  display: inline;
  word-break: keep-all;
  white-space: nowrap;
}

.vi1-custom-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  position: absolute;
  right: 16px;
  left: auto;
  top: -11px;
  transform: rotate(180deg);
  z-index: 10;
}

.vi1-tooltip:hover .vi1-custom-tooltip {
  display: flex !important;
}

.vi1-task-delivery-wrapper .search .label {
  font-weight: 700;
  font-size: 14px;
  color: #696969;
  padding: 0;
  margin-bottom: 8px;
  display: inline-block;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle {
  padding: 17px 12px;
}

.vi1-task-delivery-wrapper .custom-dropdown.open .dropdown-toggle {
  background: none;
  border-color: #e0e0e0;
  outline: none;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle:active:focus {
  background: none;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle:active:hover {
  background: none;
}

.vi1-task-delivery-wrapper .custom-dropdown.open .dropdown-toggle:hover {
  background: none;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle:focus {
  outline: none;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle:hover {
  border-color: #e0e0e0;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle:active {
  box-shadow: none;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: right;
  background: none;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: right;
  background: none;
  border: 1px solid #e0e0e0;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle span {
  color: #999999;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-toggle span::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 0;
  height: 36px;
  width: 1px;
  background-color: #e0e0e0;
}

.vi1-task-delivery-wrapper .custom-dropdown .dropdown-menu {
  width: 100%;
  left: 0;
}

.vi1-task-delivery-wrapper .btn-group {
  display: flex;
  align-items: center;
  gap: 0 16px;
}

.vi1-task-delivery-wrapper .btn-group .custom-btn {
  background-color: #f26927;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
  text-transform: capitalize;
}

.vi1-task-delivery-wrapper .btn-group .custom-btn.btn-reset {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #333333;
}

/*******************************************************/
/* dashbaord task-status & delivery header end from here*/
/*******************************************************/

/****************************************/
/*dashbaord task-status start from here*/
/****************************************/
.vi1-status-delivery-wrapper {
  gap: 0;
  display: flex;
}

.vi1-status-delivery-wrapper .vi1-project-status,
.vi1-status-delivery-wrapper .vi1-project-delivery {
  padding: 24px 24px 0;
  margin: 0;
  position: relative;
  flex: 1 1 50%;
}

.vi1-status-delivery-wrapper .vi1-project-status {
  border-right: 1px solid #e0e0e0;
}

.vi1-status-delivery-wrapper .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 24px;
  line-height: 0;
}

.vi1-status-delivery-wrapper .section-header h5 {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
}

.vi1-status-delivery-wrapper .box-indicators > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vi1-status-delivery-wrapper .box-indicators ul > li {
  display: inline-flex;
  align-items: center;
  /* flex: calc(1/3); */
  gap: 0 8px;
}

.vi1-status-delivery-wrapper .box-indicators > ul > li:not(:last-child) {
  margin-right: 24px;
}

.vi1-status-delivery-wrapper .card-indicators img,
.vi1-status-delivery-wrapper .box-indicators img,
.vi1-status-delivery-wrapper .card-indicators-wrapper img {
  width: 14px;
}

.vi1-status-delivery-wrapper .box-indicators > ul > li span,
.vi1-status-delivery-wrapper .card-indicators > ul > li span,
.vi1-status-delivery-wrapper .card-indicators-wrapper span {
  color: var(--black-text);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.vi1-status-delivery-wrapper .status-card {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  margin-bottom: 24px;
}

.vi1-status-delivery-wrapper .card-count {
  padding: 16px;
}

.vi1-status-delivery-wrapper .card-indicators {
  border-top: 1px solid #e0e0e0;
  padding: 16px 0;
}

.vi1-status-delivery-wrapper .card-indicators-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.vi1-status-delivery-wrapper .card-indicators-wrapper h5 {
  color: #333;
  margin: 0;
  font-size: 16px;
}

.vi1-status-delivery-wrapper .card-indicators-wrapper > div:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.vi1-status-delivery-wrapper .card-indicators-wrapper > div {
  flex: 1 1 auto;
  text-align: center;
}

.vi1-status-delivery-wrapper .artist-card {
  display: flex;
  justify-content: flex-start;
}

.vi1-status-delivery-wrapper .artist-card > div:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.vi1-status-delivery-wrapper .artist-card > div {
  flex: 1 1 auto;
}

.vi1-status-delivery-wrapper .card-count {
  padding: 16px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.vi1-status-delivery-wrapper .card-count > span {
  color: #2196f3;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.vi1-status-delivery-wrapper .card-count > h6,
.section-subtitle {
  color: var(--black-text);
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0 0;
  text-transform: capitalize;
}

/****************************************/
/*dashbaord task-status end from here*/
/****************************************/

/*******************************************/
/*dashbaord project delivery start from here*/
/*******************************************/
.vi1-status-delivery-wrapper .delivery-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px 0;
}

.vi1-status-delivery-wrapper .delivery-shot ,
.vi1-status-delivery-wrapper .delivery-task {
  width: 50%;
  text-align: center;
  padding-right: 0;
}

.vi1-status-delivery-wrapper .delivery-task {
  border-right: 1px solid #e0e0e0;
}

.vi1-status-delivery-wrapper .delivery-second {
  padding-left: 0;
  text-align: center;
  width: 50%;
}

.vi1-status-delivery-wrapper .delivery-shot h6,
.vi1-status-delivery-wrapper .delivery-task h6,
.vi1-status-delivery-wrapper .delivery-second h6 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #f26927 !important;
}

.vi1-status-delivery-wrapper .delivery-shot span,
.vi1-status-delivery-wrapper .delivery-task span,
.vi1-status-delivery-wrapper .delivery-second span {
  font-size: 14px;
  font-weight: 400;
  color: var(--black-text);
  text-transform: capitalize;
}

.vi1-status-delivery-wrapper .card-indicators > h5 {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--black-text);
  text-align: center;
  margin: 0;
}

.vi1-status-delivery-wrapper .chart-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 16px 0 0;
}

.vi1-status-delivery-wrapper .chart-wrapper > h5 {
  padding-left: 16px;
  margin-bottom: 5px;
}

.vi1-status-delivery-wrapper .chart-status {
  margin-top: 6px;
  padding: 16px 0;
  border-top: 1px solid #e0e0e0;
}

.vi1-status-delivery-wrapper .task-second-indicators:not(:last-child) {
  margin-bottom: 8px;
}

.vi1-status-delivery-wrapper .task-second-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi1-status-delivery-wrapper .chart-task,
.vi1-status-delivery-wrapper .chart-second {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vi1-status-delivery-wrapper .chart-task {
  border-right: 1px solid #ddd;
}

.vi1-status-delivery-wrapper .chart-task,
.vi1-status-delivery-wrapper .chart-second {
  width: 50%;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.vi1-status-delivery-wrapper .chart-task h6,
.vi1-status-delivery-wrapper .chart-second h6 {
  margin-right: 5px !important;
}

.vi1-status-delivery-wrapper .chart-task h6,
.vi1-status-delivery-wrapper .chart-task span,
.vi1-status-delivery-wrapper .chart-second h6,
.vi1-status-delivery-wrapper .chart-second span {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.vi1-status-delivery-wrapper .chart-task span,
.chart-second span {
  font-weight: 400 !important;
}

.vi1-status-delivery-wrapper .delivery-task-indicators {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-bottom: 21px;
  text-align: end;
}

.vi1-status-delivery-wrapper .delivery-task-indicators > li:not(:last-child) {
  margin-right: 16px;
}

.vi1-status-delivery-wrapper .delivery-task-indicators > li {
  display: inline-flex;
  align-items: center;
}

.vi1-status-delivery-wrapper .delivery-task-indicators span {
  font-size: 12px;
  color: var(--black-text);
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}

.vi1-status-delivery-wrapper .delivered::before {
  background-color: var(--green-color);
}

.vi1-status-delivery-wrapper .delivered::before,
.internal-approved::before,
.external-approved::before {
  content: "";
  margin-right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.vi1-status-delivery-wrapper .internal-approved::before {
  background-color: var(--blue-color);
}

.vi1-status-delivery-wrapper .external-approved::before {
  background-color: var(--orange-color);
}

/*******************************************/
/*dashbaord project delivery end from here*/
/*******************************************/

/*************************************************/
/* dashbaord screen table design start from here */
/*************************************************/
.vi1-project-status-table-wrapper {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  margin: 0;
}

.vi1-project-status-table-wrapper .vi1-panel-heading {
  padding: 24px !important;
  border-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 30px;
}

.vi1-project-status-table-wrapper .status-table {
  white-space: nowrap;
}

.vi1-project-status-table-wrapper .status-table .table {
  margin: 0;
}

.vi1-project-status-table-wrapper .status-table .table thead {
  border-top: 1px solid #e0e0e0;
}

.vi1-project-status-table-wrapper .status-table th,
.vi1-project-status-table-wrapper .status-table td {
  color: var(--black-text);
  font-size: 14px;
  text-transform: capitalize;
}

.vi1-project-status-table-wrapper .status-table th {
  padding: 10px 24px !important;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0 !important;
}

.vi1-project-status-table-wrapper #collapseOne .status-table table tbody tr td {
  font-weight: 400;
  padding: 10px 24px !important;
}

.vi1-project-status-table-wrapper .status-panel-group {
  padding: 24px 12px;
  position: relative;
}

.vi1-project-status-table-wrapper .status-panel-group .panel {
  box-shadow: none !important;
}

.vi1-project-status-table-wrapper .status-panel-group .panel-body {
  border: none !important;
  padding: 0;
  border-bottom: none !important;
}

.vi1-project-status-table-wrapper .status-panel-group .accordion-toggle {
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #f26927 !important;
  padding: 0px !important;
}

.accordion-toggle,
.vi1-project-status-table-wrapper .status-panel-group .collapsed {
  color: var(--black-text) !important;
}

.vi1-project-status-table-wrapper .panel {
  border: none;
}

.vi1-project-status-table-wrapper .panel-default > .panel-heading {
  color: var(--black-text);
  background-color: #fff;
  border-width: 0 0 0 0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 5px;
}

.vi1-project-status-table-wrapper .panel-heading .accordion-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  color: #999999;
  display: inline-block;
  right: 24px;
  position: absolute;
}

.vi1-project-status-table-wrapper
  .panel-heading
  .accordion-toggle.collapsed::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
  display: inline-block;
}

.dashboard-table tbody tr td:first-child::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}

.dashboard-table td {
  font-weight: 400;
  padding-left: 16px !important;
}

.awaiting::after {
  background-color: #a9a9a9;
}

.awaiting {
  color: #a9a9a9 !important;
}

.inventory {
  color: #87cefa !important;
}

.inventory::after {
  background-color: #87cefa !important;
}

.wip {
  color: #1a66ef !important;
}

.wip::after {
  background-color: #1a66ef !important;
}

.review {
  color: #ff9800 !important;
}

.review::after {
  background-color: #ff9800 !important;
}

.done {
  color: #a5d6a8 !important;
}

.done::after {
  background-color: #a5d6a8 !important;
}

.client {
  color: #a5d6a8 !important;
}

.client::after {
  background-color: #a5d6a8 !important;
}

/* .retake {
  color: #a569bd !important;
} */

.retake::after {
  background-color: #a569bd !important;
}

.approved {
  color: #2b982b !important;
}

.approved::after {
  background-color: #2b982b !important;
}

.unapproved {
  color: #ff6666 !important;
}

.on-hold {
  color: #bbbbbb !important;
}

.na {
  color: #bbbbbb !important;
}

.cbb {
  color: #ff6666 !important;
}

.oop {
  color: #bbbbbb !important;
}

/**********************************************/
/* dashbaord screen table design end from here */
/***********************************************/

/* ****************/
/* scroll design start*/
/* ****************/
.dashboard-table::-webkit-scrollbar,
.menu-wrapper ul::-webkit-scrollbar,
#menu-nav > ul::-webkit-scrollbar,
.media-height::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.dashboard-table::-webkit-scrollbar-thumb,
.menu-wrapper ul::-webkit-scrollbar-thumb,
#menu-nav > ul::-webkit-scrollbar-thumb,
.media-height::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8e8e8;
}

.dashboard-table::-webkit-scrollbar-track,
.menu-wrapper ul::-webkit-scrollbar-track,
#menu-nav > ul::-webkit-scrollbar-track,
.media-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/* ****************/
/* scroll design end */
/* ****************/

/**********************************************************************/
/*================Project Dashboard CSS start from here ==============*/
/**********************************************************************/

/* ***********************************/
/* vi1-approved-task-main design start */
/* ***********************************/

.vi1-approved-task-main {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  margin: 24px 0;
  padding: 0;
}

.vi1-approved-task-progress-bar {
  padding: 24px 24px 20px;
}

.approved-progress-block .project-progress {
  width: auto;
  flex: 1 1 32%;
}

.vi1-approved-task-progress-bar .approved-progress-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
}

.vi1-approved-task-main .section-header h5 {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
}

.vi1-approved-task-main .section-header .project-drop-down {
  flex-basis: 260px;
  width: 100%;
}

.vi1-approved-task-main .section-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
}

.vi1-approved-task-progress-bar .approved-progress-block .project-progress {
  width: 100%;
  flex: 1 1 32%;
}
/* need to apply this class to project-progress div for approved task progress section when it have only 2 progress  */
.flex-2-progress {
  width: 100%;
  flex: 1 1 49% !important;
}

/* .vi1-approved-task-progress-bar .approved-progress-block .project-progress:has(:nth-child(3)) .project-progress {
  flex: 0 1 32% !important;
} */
.vi1-approved-task-progress-bar .project-progress .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vi1-approved-task-progress-bar .project-progress .bid-title {
  justify-content: flex-start;
  gap: 6px;
}
.vi1-approved-task-progress-bar .project-progress .title p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  text-transform: capitalize;
}

.vi1-approved-task-progress-bar .project-progress .title span {
  font-size: 14px;
  text-align: right;
  color: #333333;
  font-weight: 700;
  margin-right: 67px;
}

.vi1-approved-task-progress-bar .project-progress .progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 0 16px;
  width: 100%;
}

.vi1-approved-task-progress-bar .progress {
  margin: 0;
  height: 4px;
  width: calc(100% - 66px);
  max-width: 100%;
  background-color: #f2f2f2;
  background-image: none;
}

.vi1-approved-task-progress-bar .progress .progress-bar {
  background-color: #2b982b;
  background-image: none;
}

.vi1-approved-task-progress-bar .progress-bar-wrapper span {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.vi1-approved-task-main .custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: right;
  background: none;
  padding: 17px 12px;
  text-shadow: none;
  box-shadow: none;
  background-color: #fff !important;
}

.vi1-approved-task-main .custom-dropdown .dropdown-toggle span::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 0;
  height: 36px;
  width: 1px;
  background-color: #cccccc;
}

.vi1-approved-task-main .custom-dropdown .dropdown-toggle:hover {
  color: #333;
  background-color: #fff !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.vi1-approved-task-main .custom-dropdown .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0;
}

.vi1-approved-task-main .custom-dropdown .dropdown-menu {
  width: 100%;
}

.vi1-approved-task-main .custom-dropdown .dropdown-menu {
  width: 100%;
  left: 0;
}

.vi1-approved-task-main .custom-dropdown .dropdown-toggle span {
  color: #999999;
}

/* ***********************************/
/* vi1-approved-task-main design end */
/* ***********************************/

/* ***********************************/
/* vi1-retake-task-wrapper design start */
/* ***********************************/
.vi1-task-block .task-retake-section-header,
.vi1-retake-block .task-retake-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  padding: 24px;
}

.vi1-task-block .section-title,
.vi1-retake-block .section-title {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
}

.vi1-task-block .task-retake-section-header,
.vi1-retake-block .task-retake-section-header {
  padding: 24px;
  border-bottom: 1px solid #e0e0e0;
}

.vi1-task-block,
.vi1-retake-block {
  border-top: 1px solid #e0e0e0;
}

.vi1-retake-block .badge-wrapper .percentage-badge,
.vi1-task-block .badge-wrapper .percentage-badge {
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}

.vi1-task-block .badge-wrapper,
.vi1-retake-block .badge-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 0 16px;
}

.danger-badge {
  background-color: #fff2ed !important;
}

.danger-badge > span {
  color: #ff5722;
  font-weight: 700;
}

.success-badge > span {
  color: #2b982b;
  font-weight: 700;
}

.success-badge {
  background-color: #eef7ee;
}
.vi1-task-block,
.vi1-retake-block {
  border-top: 1px solid #e0e0e0;
}

.vi1-retake-block .wrapper,
.vi1-task-block .wrapper,
.vi1-task-block .chart-table,
.vi1-retake-block .chart-table {
  padding: 24px 24px;
}

.vi1-task-block .chart-table,
.vi1-retake-block .chart-table {
  padding-top: 0;
}

.vi1-retake-task-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
}

.vi1-task-block .chart-table-block,
.vi1-retake-block .chart-table-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 24px;
}

.vi1-task-block .chart-block img,
.vi1-retake-block .chart-block img {
  max-width: 100%;
  height: auto;
}

.vi1-task-block .chart-block,
.vi1-retake-block .chart-block {
  flex: 1 1 25%;
}

.vi1-custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: right;
  background: none;
  padding: 7px 12px;
  text-shadow: none;
  box-shadow: none;
  background-color: #fff !important;
}

.vi1-custom-dropdown .dropdown-toggle span::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 0;
  height: 36px;
  width: 1px;
  background-color: #cccccc;
}

.vi1-custom-dropdown .dropdown-toggle:hover {
  color: #333;
  background-color: #fff !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.vi1-custom-dropdown .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0;
}

.vi1-custom-dropdown .dropdown-menu {
  width: 100%;
}

.vi1-custom-dropdown .dropdown-menu {
  width: 100%;
  left: 0;
}

.vi1-custom-dropdown .dropdown-toggle span {
  color: #999999;
}

.vi1-task-block .label span,
.vi1-retake-block .label {
  padding: 0;
}

.vi1-task-block .label span,
.vi1-retake-block .label span {
  font-weight: 700;
  font-size: 14px;
  color: #696969;
  padding: 0;
  margin-bottom: 8px;
  display: inline-block;
}

.vi1-retake-block .wrapper .task-dropdown-wrapper,
.vi1-task-block .wrapper .task-dropdown-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 24px;
}

.vi1-task-block .project-drop-down {
  flex: 1 1 auto;
}

.vi1-retake-block .project-drop-down {
  flex: 1 1 30%;
}

.vi1-task-block .dashboard-table,
.vi1-retake-block .dashboard-table {
  height: 328px;
  overflow: auto;
  margin-bottom: 0;
  margin-right: 0px;
  padding-right: 10px;
  flex: 1 1 49%;
}

.vi1-task-block .dashboard-table .table,
.vi1-retake-block .dashboard-table .table {
  margin-bottom: 0;
}

.vi1-retake-block.dashboard-table,
.vi1-task-block.dashboard-table {
  white-space: nowrap;
}

.vi1-retake-block .dashboard-table table > thead > tr > th,
.vi1-task-block .dashboard-table table > thead > tr > th {
  text-transform: capitalize;
  color: #333;
}

/* ***********************************/
/* vi1-retake-task-wrapper design end */
/* ***********************************/

/* ***********************************/
/* project completion design start */
/* ***********************************/
.vi1-complete-bid-member {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 24px;
}

.vi1-complete-bid-member .wrapper {
  /* width: calc(100% - 24px); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  flex: 0 1 35%;
}
.vi1-complete-bid-member .bid-days-wrapper,
.vi1-complete-bid-member .vi1-member-asset {
  display: flex;
  flex-direction: row;
}

.vi1-project-completion-wrapper + div {
  width: calc(100% - 96px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  flex: 0 1 auto;
}
.vi1-client-completion {
  width: calc(30% - 9px) !important;
}
.vi1-client-dashboard-assets {
  flex: 1 1 95% !important;
  align-items: flex-start;
  display: flex;
  flex-direction: column !important;
  justify-content: flex-start;
  gap: 0 !important;
}
.vi1-client-assets {
  width: calc(70% - 9px) !important;
}

.vi1-client-m24 {
  margin: 24px 0;
}

.vi1-client-team-box {
  padding: 24px !important;
  height: auto !important;
}

.vi1-task-retake-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.project-row .wrapper.project-completion-wrapper {
  flex-basis: 23%;
}

.project-row .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px 0;
  flex-direction: column;
  flex-basis: 37%;
}

.actual-days-box {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  position: relative;
  width: 100%;
}

.vi1-task-retake-section-header .section-title {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
  line-height: 28px;
}

.vi1-project-completion-category {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e0e0e0;
  padding: 24px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.vi1-project-completion-category .category-box:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.vi1-project-completion-category .category-box {
  text-align: center;
  width: 33.3%;
}

.vi1-project-completion-category .category-box h6 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin: 0;
}

.vi1-project-completion-category .category-box p {
  font-size: 14px;
  color: #696969;
  margin: 0;
  text-transform: capitalize;
}

.vi1-project-completion-category .category-box h6 span:nth-child(1) {
  color: #2b982b;
}

.vi1-project-completion-category .category-box h6 span:nth-child(2) {
  color: #696969;
}

.project-complition-chart-height {
  height: calc(100% - 170px);
}

.actual-days-box .vi1-meter-chart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px 0;
  flex-direction: column;
  padding: 24px 0;
  height: 100%;
}

.vi1-meter-chart img {
  max-width: 100%;
}

.badge-wrapper > .percentage-badge:not(:last-child) {
  margin-right: 10px;
}

.badge-wrapper > .percentage-badge {
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.badge-wrapper > .percentage-badge:not(:last-child) {
  margin-right: 10px;
}
.actual-days-box .vi1-meter-chart .vi1-project-completion-status h6 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin: 0;
}

.actual-days-box
  .vi1-meter-chart
  .vi1-project-completion-status
  h6
  span:nth-child(1) {
  color: #2b982b;
}

.actual-days-box
  .vi1-meter-chart
  .vi1-project-completion-status
  h6
  span:nth-child(2) {
  color: #696969;
}

.actual-days-box .vi1-meter-chart .vi1-project-completion-status p {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  margin: 0;
}

/* ***********************************/
/* project completion design end */
/* ***********************************/

/* ****************************/
/* Actual/Bid Dyas design start */
/* ****************************/
.vi1-dashbaord-progress .approved-progress-block .project-progress {
  width: 100%;
  flex: 1 1 32%;
}

.vi1-dashbaord-progress .project-progress .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
}
.vi1-dashbaord-progress .project-progress .bid-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.vi1-dashbaord-progress .project-progress .bid-title p {
  color: #333 !important;
}
.vi1-dashbaord-progress .project-progress .title p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  text-transform: capitalize;
}

.shot-box p:nth-child(1) span {
  font-weight: 700 !important;
  color: #2b982b !important;
}

.shot-box p:nth-child(2) span {
  font-weight: 700 !important;
  color: #f66666 !important;
}

.vi1-dashbaord-progress .project-progress .title span {
  font-size: 14px;
  text-align: right;
  color: #333333;
  font-weight: 700;
  margin-right: 0;
}

.vi1-dashbaord-progress .project-progress .progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 0 16px;
  width: 100%;
}

.vi1-dashbaord-progress .progress {
  margin: 0;
  height: 4px;
  width: calc(100% - 40px);
  max-width: 100%;
  background-color: #f2f2f2;
  background-image: none;
}

.vi1-dashbaord-progress
  .project-progress
  .progress-bar-wrapper
  .progress
  .progress-bar {
  background-color: #2b982b;
  background-image: none;
}

.vi1-dashbaord-progress .progress-bar-wrapper span {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}

.vi1-dashbaord-progress .progress-wrapper {
  padding: 24px;
}

.vi1-dashbaord-progress .project-progress:nth-child(2) {
  margin: 24px 0;
}

/* ****************************/
/* Actual/Bid Dyas design end */
/* ****************************/

/* ****************************/
/* Member/Assets design start */
/* ****************************/
.vi1-team-member-box .icon {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vi1-team-member-box .icon img {
  height: 28px;
}

.vi1-task-number-wrapper .info-project {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.vi1-client-info-project {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap !important;
}
.info-project .vi1-team-member-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 43px 24px;
  height: 146px;
}

/* .info-project .vi1-team-member-box>div {
    display: flex;
    gap: 0 16px;
} */

.vi1-team-member-box .media-body {
  vertical-align: middle;
}

.info-project .vi1-team-member-box:nth-child(odd) {
  border-right: 1px solid #e0e0e0;
}

.info-project .vi1-team-member-box:nth-child(4),
.info-project .vi1-team-member-box:nth-child(3) {
  border-top: 1px solid #e0e0e0;
}

.approved-task-progress-bar .info-project .vi1-team-member-box {
  flex: 1 1 50%;
}
.vi1-client-info-project .vi1-team-member-box:not(:last-child) {
  border-right: 1px solid #e0e0e0 !important;
}

.vi1-client-info-project .vi1-team-member-box {
  border: none !important;
}
.vi1-team-member-box .icon.green-bg {
  background-color: #8dc65c;
}

.vi1-team-member-box .icon.info-bg {
  background-color: #10acc1;
}

.vi1-team-member-box .icon.pink-bg {
  background-color: #c769ca;
}

.vi1-team-member-box .icon.blue-bg {
  background-color: #445ecf;
}

.info-project .vi1-team-member-box .numbers h5.green-text {
  color: #8dc65c;
}

.info-project .vi1-team-member-box .numbers h5.info-text {
  color: #10acc1;
}

.info-project .vi1-team-member-box .numbers h5.pink-text {
  color: #c769ca;
}

.info-project .vi1-team-member-box .numbers h5.blue-text {
  color: #445ecf;
}

.info-project .vi1-team-member-box .numbers h6 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
}

.info-project .vi1-team-member-box .numbers h5 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 6px;
}

/* ****************************/
/* Member/Assets design end */
/* ****************************/

/* ****************************************/
/* Project Dashboard breadcrumb design start */
/* ****************************************/
.mt-73 {
  margin-top: 65px;
}

.vi1-dashboard-breadcrumb .breadcrumb-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.vi1-dashboard-breadcrumb .breadcrumb-menu ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.vi1-dashboard-breadcrumb .breadcrumb-menu ul li:not(:last-child) {
  margin-right: 10px;
}

.vi1-dashboard-breadcrumb .breadcrumb-menu ul li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -9px;
}

.vi1-dashboard-breadcrumb .breadcrumb-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #696969;
  text-decoration: none;
}

.vi1-dashboard-breadcrumb .breadcrumb-menu ul li a.active {
  color: #333;
}

.vi1-dashboard-breadcrumb .page-title {
  color: #333;
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.vi1-dashboard-breadcrumb {
  background: #fef7f4;
  border-radius: 0px;
  padding: 24px;
}

.vi1-dashboard-breadcrumb .breadcrumb-menu {
  margin-top: 0;
}

.vi1-dashboard-breadcrumb .breadcrumb-media .media-object {
  border-radius: 6px;
  width: 66px;
  height: 60px;
  object-fit: cover;
}

.vi1-dashboard-breadcrumb .breadcrumb-media .media-heading {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: pre-wrap; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.breadcrumb-media .media-left,
.breadcrumb-media .media-body {
  vertical-align: middle;
}

.vi1-dashboard-breadcrumb .breadcrumb-media {
  position: relative;
  overflow: visible;
  margin: 0 !important;
}

.menu-list {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 300px;
  top: 60px;
  z-index: 200;
  padding-top: 10px;
}

.menu-list > #menu-nav {
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  height: auto;
}

#menu-nav {
  display: flex;
  flex-direction: column;
}

#menu-nav > ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  height: auto !important;
  max-height: 448px;
  overflow-y: auto;
  padding-right: 9px;
  display: block;
}

#menu-nav > ul > li > a {
  text-decoration: none;
  padding: 0;
}

#menu-nav > ul > li > a > img {
  border-radius: 5px;
}

#menu-nav > ul > li > a > span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  /* display: inline-block; */
  margin-left: 8px;
}

#menu-nav > ul > li {
  padding: 10px 4px;
  /* border-bottom: 1px solid #ccc; */
}

#menu-nav > ul > li:first-child {
  padding-top: 0;
  border-top: none;
  padding: 10px 4px !important;
}

#menu-nav > ul > li:last-child {
  border-bottom: none;
  padding: 10px 4px !important;
  margin-right: 30px;
}

.d-block {
  display: block !important;
}

.vi1-dashboard-breadcrumb .breadcrumb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vi1-dashboard-breadcrumb .project-badges {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.vi1-dashboard-breadcrumb .badge-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fdece4;
  border-radius: 5px;
  padding: 14px 16px 3px;
}

.vi1-dashboard-breadcrumb .badge-view h6 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.vi1-dashboard-breadcrumb .badge-view span {
  font-size: 24px;
  font-weight: 700;
  color: #f26927;
  margin: 8px;
}

.vi1-dashboard-breadcrumb .breadcrumb-title {
  flex-basis: 20%;
}

.vi1-dashboard-breadcrumb .project-badges {
  flex-basis: 80%;
}

/* ****************************************/
/* Project Dashboard breadcrumb design end */
/* ****************************************/

/* ****************************************/
/* Project Dashboard tabs design start */
/* ****************************************/
.vi1-project-action {
  background: #fff;
  padding: 0 24px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.vi1-project-action .menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vi1-project-action .menu-wrapper ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: auto;
}

.vi1-project-action .menu-wrapper ul li:not(:last-child) {
  margin-right: 30px;
}

.vi1-project-action .menu-wrapper ul li a {
  position: relative;
}

.vi1-project-action .menu-wrapper ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #f26927;
  width: 100%;
  transition: all 300ms ease;
  opacity: 0;
}

.vi1-project-action .menu-wrapper ul li.active a {
  color: #f26927;
}

.vi1-project-action .menu-wrapper ul li.active a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #f26927;
  width: 100%;
  transition: all 300ms ease;
  opacity: 1;
}

.vi1-project-action .menu-wrapper ul li a {
  padding: 22px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  transition: all 300ms ease;
  text-transform: capitalize;
  white-space: nowrap;
  display: inline-block;
}

.vi1-project-action .menu-wrapper ul li a:focus {
  outline: none;
}

.vi1-project-action .menu-wrapper ul li a:hover::before {
  opacity: 1;
  transition: all 300ms ease;
}

.vi1-admin-title {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #696969;
}

.vi1-admin-title p {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1160px) {
  .vi1-project-action .menu-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 16px;
    gap: 8px;
  }

  .vi1-project-action .menu-wrapper ul li a {
    padding: 0 0 12px;
  }

  .vi1-project-action .menu-wrapper ul {
    margin: 0 0 8px;
    padding: 0 0 8px;
  }
}

/* @media screen and (max-width:767px) {
    .project-action .menu-wrapper ul li a {
        padding: 18px 0;
    }
} */
/* ****************************************/
/* Project Dashboard tabs design end */
/* ****************************************/

/**********************************************************************/
/*=================Project Dashboard CSS end from here ===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Artist Dashboard CSS Start from here ===============*/
/**********************************************************************/
.vi1-artist-tasks-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.vi1-artist-tasks-wrapper .artist-task-block {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  position: relative;
  width: calc(50% - 12px);
}

.vi1-artist-tasks-wrapper .artist-task-block .artist-task-title {
  padding: 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.vi1-artist-tasks-wrapper .artist-task-block .artist-task-title .section-title {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  text-transform: capitalize;
  margin: 0;
  line-height: 28px;
}

.vi1-artist-tasks-wrapper .artist-task-block .vi1-artist-task-progress {
  padding: 24px;
}

.vi1-artist-task-progress .completed,
.vi1-artist-task-progress .days-left {
  padding: 12px 22px;
  text-align: center;
}

.vi1-artist-task-progress .completed > h6,
.vi1-artist-task-progress .days-left > h6 {
  font-weight: 700;
  font-size: 22px;
  margin: 6px 0 0;
}

.vi1-artist-task-progress .days-left {
  background-color: #fef3ee;
  border-radius: 5px;
}

.vi1-artist-task-progress .completed {
  background-color: #eef7ee;
  border-radius: 5px;
  /* order: -1; */
}

.vi1-artist-task-progress .completed span,
.vi1-artist-task-progress .days-left span {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  white-space: nowrap;
}

.vi1-artist-task-progress .days-left > h6 {
  color: #f26927;
}

.vi1-artist-task-progress .completed > h6 {
  color: #2b982b;
}

.vi1-artist-task-progress .approved-task-progress-bar {
  width: 100%;
}

.vi1-artist-task-progress .project-progress .progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 0 8px;
  width: 100%;
}

.vi1-artist-task-progress .approved-task-progress-bar .progress {
  margin: 0;
  height: 4px;
  width: 100%;
  max-width: 100%;
  background-color: #f2f2f2;
  background-image: none;
}

.vi1-artist-task-progress .approved-task-progress-bar .progress .progress-bar {
  background-color: #2b982b;
  background-image: none;
}

.vi1-artist-task-progress .approved-task-progress-bar .project-progress .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.vi1-artist-task-progress .project-progress .title p:nth-child(1) {
  font-size: 14px !important;
  color: #333333 !important;
}

.vi1-artist-task-progress
  .approved-task-progress-bar
  .project-progress
  .title
  p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  text-transform: capitalize;
}

.vi1-artist-task-progress .project-progress .title p:nth-child(2) span {
  font-weight: 700 !important;
  color: #f66666 !important;
}

.vi1-artist-task-progress .project-progress .title p:nth-child(1) span {
  font-weight: 700 !important;
  color: #2b982b !important;
}

.vi1-artist-task-progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  gap: 0 24px;
}

/**********************************************************************/
/*=================Artist Dashboard CSS end from here ===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Video Annotation start from here ===============*/
/**********************************************************************/
.vi1-page-breadcrumb {
  padding: 0;
  margin-top: 0;
}

.vi1-page-breadcrumb .breadcrumb-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.vi1-page-breadcrumb .breadcrumb-menu ul li {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.vi1-page-breadcrumb .breadcrumb-menu ul li:not(:last-child) {
  margin-right: 10px;
}

.vi1-page-breadcrumb .breadcrumb-menu ul li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -9px;
}

.vi1-page-breadcrumb .breadcrumb-menu ul li a {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #696969;
  text-decoration: none;
}

.vi1-page-breadcrumb .breadcrumb-menu ul li a.active {
  color: #333;
}

.vi1-page-breadcrumb .page-title {
  color: #333;
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 10px;
}

.vi1-page-breadcrumb .videos-title {
  color: #333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

/*********************************/
/* Video compare design start here */
/*********************************/
.vi1-video-compare-nav > nav > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  color: #696969;
  text-decoration: none;
}

.vi1-video-compare-nav > nav > ul > li {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.vi1-video-compare-nav > nav > ul > li:not(:last-child) {
  margin-right: 10px;
}

.vi1-video-compare-nav > nav > ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.vi1-video-compare-nav > nav > ul > li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -9px;
}

.vi1-video-compare {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  position: relative;
  margin: 24px 0;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 16px;
}

.vi1-video-compare-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 16px;
  flex: 0 1 50%;
}

.vi1-compare-buttons-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 16px;
}

.vi1-video-compare-nav .project-drop-down {
  flex-basis: 40%;
  width: 50%;
}

.project-drop-down .custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: right;
  background: none;
  padding: 17px 12px;
}

.project-drop-down .custom-dropdown .dropdown-menu,
.project-drop-down .vi1-custom-dropdown .dropdown-menu {
  padding: 16px;
  width: 100%;
  transform: translate(0, 0);
}

.project-drop-down .custom-dropdown .dropdown-menu li a,
.project-drop-down .vi1-custom-dropdown .dropdown-menu li a {
  padding: 0;
}

.project-drop-down .custom-dropdown .dropdown-menu li:not(:last-child),
.project-drop-down .vi1-custom-dropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 8px;
}

.project-drop-down .custom-dropdown .dropdown-toggle:hover,
.project-drop-down .vi1-custom-dropdown .dropdown-toggle:hover {
  color: #333;
  background-color: #fff !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.project-drop-down .custom-dropdown .dropdown-toggle:focus,
.project-drop-down .vi1-custom-dropdown .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0;
}

.project-drop-down .custom-dropdown.open .dropdown-toggle:hover,
.project-drop-down .vi1-custom-dropdown.open .dropdown-toggle:hover {
  background: none !important;
}

.vi1-video-compare-nav
  .project-drop-down
  .custom-dropdown
  .dropdown-toggle
  span {
  color: #999999;
}

.vi1-video-compare-nav
  .project-drop-down
  .custom-dropdown
  .dropdown-toggle
  span::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 0;
  height: 36px;
  width: 1px;
  background-color: #cccccc;
}

.vi1-compare-buttons-block .compare-btn {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  background-color: transparent;
}

.vi1-compare-buttons-block .approved-btn {
  border-radius: 5px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  background-color: transparent;
}

.vi1-compare-buttons-block .approved-btn {
  color: #2b982b;
  border: 1px solid #2b982b;
  background-color: #2b982b14;
}

/*********************************/
/* Video compare design ends here */
/*********************************/

/**************************************/
/* Comments wrapper design start here */
/**************************************/
.vi1-video-compare-nav .custom-dropdown .dropdown-toggle {
  padding: 17px 12px;
}

.vi1-video-compare-nav .custom-dropdown .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 0;
  height: 36px;
  width: 1px;
  background-color: #cccccc;
}

.vi1-video-comments-wrapper {
  margin: 24px 0;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 24px;
  background: transparent;
  padding: 0;
}

.vi1-video-wrapper {
  padding: 24px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  background-color: #fff;
  /* height: calc(100vh - 295px); */
  overflow-y: scroll;
  border-radius: 5px;
}

.vi1-video-annotation-wrapper {
  padding: 0;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  background-color: #fff;
  flex-basis: 35%;
  border-radius: 5px;
}

.vi1-video-wrapper {
  flex-basis: 65%;
}

.vi1-comment-header {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  padding: 24px;
  border-radius: 5px 5px 0 0;
}

.vi1-comment-header > h6 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  border-radius: 0 0 5px 5px;
}

.vi1-comments-body-wrapper {
  padding: 0 14px 0 24px;
  height: calc(100vh - 367px);
  overflow-y: auto;
  margin-right: 10px;
  margin-top: 0;
}

.vi1-comments-body-wrapper .vi1-comments-body {
  padding: 24px 0;
}

.vi1-comments-body-wrapper
  .vi1-comments-body
  .version-description:not(:last-child) {
  border-bottom: 1px solid #ccc;
  /* padding-bottom: 24px; */
  cursor: pointer;
}

.vi1-comments-body-wrapper
  .vi1-comments-body
  .version-description:not(:first-child) {
  padding-top: 5px;
}

.vi1-comments-body .version-description p {
  margin: 16px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.vi1-comments-body .version-description .media .media-left {
  vertical-align: bottom;
  display: table-cell;
}

.vi1-comments-body .version-description .media img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}

.vi1-comments-body
  .version-description
  .media-body
  .version-title
  .media-heading {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin: 0;
}

.vi1-comments-body .version-description .media-body .version-title span {
  font-size: 12px;
  font-weight: 400;
  color: #696969;
}

.vi1-comments-body .version-description p {
  margin: 16px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.version-view span {
  padding: 6px 10px;
  background: #fef3ee;
  border: 1px solid #f26927;
  border-radius: 5px;
  color: #f26927;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.version-view > a {
  color: #999;
  text-decoration: none;
}

.version-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.version-view span {
  margin-right: 10px;
}

.video-comments textarea::-webkit-scrollbar,
.vi1-comments-body-wrapper::-webkit-scrollbar,
.vi1-video-wrapper::-webkit-scrollbar,
.modal-card-block::-webkit-scrollbar {
  width: 4px;
}

.video-comments textarea::-webkit-scrollbar-thumb,
.vi1-comments-body-wrapper::-webkit-scrollbar-thumb,
.vi1-video-wrapper::-webkit-scrollbar-thumb,
.modal-card-block::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

.video-comments textarea::-webkit-scrollbar-track,
.vi1-comments-body-wrapper::-webkit-scrollbar-track,
.vi1-video-wrapper::-webkit-scrollbar-track,
.modal-card-block::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/**************************************/
/* Comments wrapper design end here */
/**************************************/

/**************************************/
/* video wrapper design start here */
/**************************************/
.vi1-video-progress-bar {
  background-color: #f26927;
}

.vi1-video-main-block > img {
  width: 50%;
  height: 360px;
  object-fit: cover;
}

.vi1-video-main-block > video {
  position: absolute;
}

.vi1-video-progress {
  background-color: #eee;
  height: 6px;
  border-radius: 5px;
  margin: 24px 0;
}

.vi1-video-cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vi1-video-volume button,
.vi1-video-actions button,
.vi1-video-comments-action button {
  vertical-align: middle;
  line-height: 14px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
  border: none;
  background-color: transparent;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.vi1-video-comments-action button {
  width: auto;
  height: auto;
}

.vi1-video-volume button:hover,
.vi1-video-actions button:hover,
.vi1-video-comments-action button:hover {
  border: none;
  background-color: transparent;
}

.vi1-comment-btn-block button:active,
.vi1-comment-btn-block button:focus,
.vi1-comment-btn-block button:focus-visible {
  background: #fef3ee;
  border: 1px solid #f26927;
  border-radius: 5px;
}

.vi1-comment-btn-block button:active svg path,
.vi1-comment-btn-block button:focus svg path,
.vi1-comment-btn-block button:focus-visible svg path,
.vi1-comment-btn-block button:active svg circle,
.vi1-comment-btn-block button:focus svg circle,
.vi1-comment-btn-block button:focus-visible svg circle {
  fill: #f26927;
}

.vi1-disabled-control svg path,
.vi1-disabled-control:active svg path,
.vi1-disabled-control:focus svg path,
.vi1-disabled-control:focus-visible svg path,
.vi1-disabled-control:active svg circle,
.vi1-disabled-control:focus svg circle,
.vi1-disabled-control:focus-visible svg circle {
  fill: #999 !important;
}

.vi1-video-volume {
  display: inline-flex;
  align-items: center;
  gap: 0 20px;
}

.vi1-progress-volume {
  background: linear-gradient(
    to right,
    #f26927 0%,
    #f26927 40%,
    #fff 40%,
    #fff 100%
  );
  border: solid 1px #f26927;
  border-radius: 8px;
  height: 7px;
  width: 400px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.vi1-progress-volume::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #f26927;
}

.vi1-video-comments {
  margin-top: 24px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.vi1-video-actions {
  display: flex;
  justify-content: space-between;
  gap: 0 32px;
  align-items: center;
}

.vi1-video-time span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.vi1-video-comments textarea {
  border: none;
  width: 100%;
}

.vi1-video-comments textarea:hover,
.vi1-video-comments textarea:focus {
  border: none !important;
  outline: none !important;
}

.vi1-video-comments-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.vi1-comment span {
  padding: 6px 10px;
  background: rgba(255, 151, 82, 0.08);
  border: 1px solid #f26927;
  border-radius: 5px;
  color: #f26927;
  font-size: 12px;
  font-weight: 700;
}

.vi1-comment-btn-block,
.vi1-comment {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 12px;
}

.vi1-video-send-btn {
  border: 1px solid #f26927 !important;
  border-radius: 5px;
  padding: 8px 16px !important;
  font-weight: 700;
  font-size: 14px;
  color: #fff !important;
  background-color: #f26927 !important;
  text-transform: capitalize;
  background-color: transparent;
  display: inline-block;
}

.vi1-video-main-block {
  /* border: 1px dashed #cccccc; */
  border-radius: 5px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(74vh - 35%);
}

/**************************************/
/* video wrapper design end here */
/**************************************/

/**************************************/
/* video modal design start here */
/**************************************/
.in.vi1-compare-modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.vi1-compare-modal .modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.vi1-compare-modal .modal-title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
}

.vi1-compare-modal .modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.vi1-compare-modal .modal-header .close {
  margin-top: 4px;
  opacity: 1;
}

.vi1-compare-modal .modal-footer {
  padding: 0;
}

.vi1-compare-modal .radio-primary input[type="radio"]:checked ~ h5 {
  color: #ff9722;
}

.vi1-compare-modal .card-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vi1-compare-modal .card-image:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.vi1-compare-modal .card-title {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
  align-items: center;
}

.vi1-compare-modal .card-title img {
  /* width: 100px;
  height: 56px; */
  border-radius: 6px;
  object-fit: cover;
}

.vi1-compare-modal .card-image:not(:first-child) {
  padding-top: 24px;
}

.vi1-compare-modal .card-image:not(:last-child) {
  padding-bottom: 24px;
}

.vi1-compare-modal .modal-card-block {
  min-height: 450px;
  height: 450px;
  overflow-y: scroll;
  padding-right: 16px;
  padding: 16px;
  margin-right: 10px;
}

.vi1-compare-modal .card-title > h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.vi1-compare-modal .modal-compare-btn {
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  padding: 24px;
}

.vi1-compare-modal .modal-btn {
  background-color: #ff9722;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 9px 0;
}

.vi1-compare-modal .modal-compare-btn {
  padding: 24px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  z-index: 10;
}

/**************************************/
/* video modal design end here */
/**************************************/

/**********************************************************************/
/*=================Video Annotation end from here ===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Video Comparison start from here ===============*/
/**********************************************************************/
.vi1-video-block {
  margin-top: 24px;
  border: 1px dashed #e0e0e0;
  border-radius: 5px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vi1-video-block > img {
  width: 80%;
  height: 360px;
  object-fit: cover;
  border-radius: 5px;
}

.vi1-video-player-icon-block {
  background: #ffffff;
  border-radius: 0px 0px 6px 5px;
  border-top: 1px solid #e0e0e0;
  height: 53px;
  line-height: 53px;
  text-align: center;
}

.vi1-video-player-icon-block button {
  vertical-align: middle;
  line-height: 14px;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* .video-compare-block:nth-child(1)::after {
    content: '';
    background-color: #ccc;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 50%;
} */

.vi1-video-compare-blocks {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.video-block > img {
  width: 100%;
}

.vi1-video-compares {
  flex: 1 1 auto;
  padding: 24px;
}

.vi1-video-compares .custom-dropdown .dropdown-toggle {
  padding: 17px 12px;
}

.vi1-video-compares .project-drop-down {
  width: 50%;
}

.vi1-video-compare-wrapper {
  margin: 24px 0;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
  border-radius: 5px;
  position: relative;
}

.vi1-video-compares > .vi1-video-block {
  margin-top: 24px;
  border: 1px dashed #e0e0e0;
  border-radius: 5px;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vi1-video-compares:first-child {
  border-right: 1px solid #e0e0e0;
}

/**********************************************************************/
/*=================Video Comparison end from here ===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Comments sidebar start from here ===============*/
/**********************************************************************/
.vi1-comments-wrapper {
  /* width: 768px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 300ms ease-in;
  transform: translateX(100%);
  z-index: 10; */
}

.comment-btn {
  z-index: 10;
  position: relative;
}

.show-comments {
  transition: all 300ms ease-in;
  transform: translateX(0%);
}

.hide-comments {
  transition: all 300ms ease-in;
  transform: translateX(100%);
}

.vi1-comment-header {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.vi1-comment-header > h6 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.vi1-comment-header > i {
  color: #999999;
}

.vi1-comments-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #ccc;
}

.vi1-comments-title > h5 {
  font-weight: 700;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: capitalize;
}

.vi1-comments-title a {
  background: #f26927;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.vi1-comments-title a:not(:last-child) {
  margin-right: 12px;
}

.vi1-version-title {
  /* margin: 24px 0 0; */
  padding: 8px 0;
  background-color: #fef3ee;
  border-radius: 5px;
  color: #f26927;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

/* .comments-body>.version-description {
    border-bottom: 1px solid #ccc;
}

.comments-body>.version-description:last-child {
    border-bottom: none !important;
} */

.vi1-comments-body .vi1-version-description:not(:last-child) {
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 24px !important;
}

.vi1-comments-body .vi1-version-description:not(:first-child) {
  padding-top: 24px !important;
}

/* .version-description {
    padding: 24px 0 0;
} */

.vi1-version-description + hr {
  background-color: #ccc;
  margin: 24px 0;
}

.vi1-version-description p {
  margin: 16px 0 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.vi1-version-description .media-body span {
  font-size: 12px;
  font-weight: 400;
  color: #696969;
}

.vi1-version-description .media-body .media-heading {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin: 0;
}

.vi1-version-description .media img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 5px;
}

.vi1-version-description .media .media-left {
  vertical-align: bottom;
  display: table-cell;
}

.vi1-comment-footer .labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0 0;
}

.vi1-comment-footer .labels span {
  color: #696969;
  font-weight: 400;
  font-size: 12px;
}

::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  text-transform: capitalize;
}

.vi1-comment-footer {
  margin-top: 0;
  padding: 0 24px;
}

.vi1-comment-footer .input-group .input-group-addon {
  padding: 6px 17px;
  background-color: transparent;
}

.vi1-comment-footer .input-group .form-control {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 24px 16px;
}

.vi1-comment-footer .input-group .form-control:hover,
.vi1-comment-footer .input-group .form-control:focus {
  box-shadow: none !important;
}

.vi1-comment-footer .form-control:focus-within ~ .send-btn,
.vi1-comment-footer .form-control:focus-visible ~ .send-btn {
  background-color: #f26927;
  color: #fff;
  transition: all 300ms ease-in;
}

.vi1-comments-body-wrapper {
  padding: 0 14px 0 24px;
  height: calc(100vh - 390px);
  overflow-y: auto;
  margin-right: 10px;
  margin-top: 24px;
}

.vi1-comments-body {
  padding: 24px 0;
}

.vi1-file-upload-badge {
  padding: 0 24px 18px;
}

.vi1-file-badge {
  background-color: #fef3ee;
  border-radius: 5px;
  color: #f26927;
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  cursor: pointer;
}

.vi1-file-badge span {
  margin-right: 9px;
  display: inline-block;
}

/* .overlay {
    overflow: hidden;
    height: 100vh;
} */

.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #3333336e;
  z-index: 0;
  overflow: hidden;
}

.show-comments {
  transition: all 300ms ease-in;
  transform: translateX(0%);
}

.hide-comments {
  transition: all 300ms ease-in;
  transform: translateX(100%);
}

.vi1-comments-file-uplod-block {
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  z-index: 10;
  position: absolute;
  bottom: 0;
  padding: 18px 0;
}

/**********************************************************************/
/*=================Comments sidebar end from here ===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Create Project Start from here ===============*/
/**********************************************************************/
.create-project-wrapper {
  width: 576px;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 300ms ease-in;
  transform: translateX(100%);
  z-index: 10;
}

.project-data {
  padding: 24px 24px 0;
  height: calc(100vh - 150px);
  overflow-y: auto;
  margin-right: 10px;
  margin-top: 0;
}

.comment-btn {
  z-index: 10;
  position: relative;
}

.show-comments {
  transition: all 300ms ease-in;
  transform: translateX(0%);
}

.hide-comments {
  transition: all 300ms ease-in;
  transform: translateX(100%);
}

.comment-header {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.comment-header > h6 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.comment-header > i {
  color: #999999;
}

.task-dropdown-wrapper {
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 24px;
}

.task-dropdown-wrapper .project-drop-down {
  flex-basis: 50%;
}

.project-drop-down .label {
  font-weight: 700;
  font-size: 14px;
  color: #696969;
  padding: 0;
  margin-bottom: 8px;
  display: inline-block;
}

.custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: right;
  background: none;
}

.custom-dropdown .dropdown-menu {
  width: 100%;
  left: 0;
}

.custom-dropdown .dropdown-toggle span {
  color: #999999;
}

.custom-dropdown .dropdown-toggle span::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #cccccc;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.custom-dropdown .dropdown-toggle:focus,
.custom-dropdown .dropdown-toggle:hover {
  outline: none;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: #ccc !important;
}

.custom-dropdown.open .dropdown-toggle {
  background: none;
  border-color: #e0e0e0;
  outline: none;
}

.static-file-upload {
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
}

.static-file-upload > span {
  font-size: 12px;
  font-weight: 400;
  color: #696969;
}

.create-project-btn {
  margin: 0 24px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 8px 0;
  background-color: #f26927;
  border-radius: 5px;
  transition: all 300ms ease-in;
  width: calc(100% - 48px);
  border: none !important;
  text-transform: capitalize;
}

.create-project-btn:hover {
  color: #fff;
  background: rgba(255, 151, 82, 0.6);
  transition: all 300ms ease-in;
}

.create-project-btn:focus {
  color: #fff;
  background: rgba(255, 151, 82, 0.6);
  transition: all 300ms ease-in;
}

.project-data::-webkit-scrollbar {
  width: 4px;
}

.project-data::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8e8e8;
}

.project-data::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

.fb-100 {
  flex-basis: 100% !important;
}

.create-project-save-btn {
  box-shadow: -1px -4px 20px rgb(0 0 0 / 10%);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(100vh - 80px);
  position: fixed;
  z-index: 10;
  background-color: #fff;
}

/**********************************************************************/
/*=================Create Project end from here ===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Bul Shot start from here ===============*/
/**********************************************************************/
.in.compare-modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal-title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  text-transform: capitalize;
}

.bulk-modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
}

.bulk-modal-header .close {
  margin-top: 4px;
  opacity: 1;
}

.modal-footer {
  padding: 0;
}

.radio-primary input[type="radio"]:checked ~ h5 {
  color: #ff9722;
}

.card-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-image:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.card-title {
  display: flex;
  justify-content: flex-start;
  gap: 0 20px;
  align-items: center;
}

.card-image:not(:first-child) {
  padding-top: 24px;
}

.card-image:not(:last-child) {
  padding-bottom: 24px;
}

.modal-card-block {
  min-height: 450px;
  height: 450px;
  overflow-y: scroll;
  padding-right: 16px;
}

.card-title > h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.modal-cta-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}

.modal-btn {
  background-color: #f26927;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
  border: none;
  border-radius: 5px;
  padding: 9px 16px;
}

.prev-btn {
  background-color: transparent !important;
  color: #333 !important;
  border: 1px solid #ccc !important;
}

.custom-form-wizard > ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.custom-form-wizard > ul > li {
  position: relative;
  z-index: 10;
  width: 33.33%;
}

.custom-form-wizard > ul > li > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.custom-form-wizard > ul > li > div > a {
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #f26927;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 12px;
  text-decoration: none;
}

.custom-form-wizard > ul > li > div > span {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.custom-form-wizard > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #ccc;
  right: -50%;
  bottom: calc(100% - 16px);
  z-index: -1;
}

.custom-form-wizard > ul > li.active::after {
  background-color: #f26927;
}

.modal-body {
  padding: 0;
}

.custom-form-wizard {
  background: #fef7f4;
  padding: 24px 0;
}

.download-content,
.drop-file-section {
  padding: 24px;
  text-align: center;
}

.drop-file-section {
  background: #ffffff;
  /* border: 1px dashed #cccccc; */
  border-radius: 5px;
  margin: 0 24px 24px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.download-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.download-content a {
  font-size: 14px;
  font-weight: 400;
  color: #f26927;
  text-transform: capitalize;
  text-decoration: none;
}

.drop-file-section h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 16px;
  margin-bottom: 4px;
}

.drop-file-section span {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
}

.sidebar-action {
  position: absolute;
  right: 60px;
  top: 29px;
}

.custom-dropdown .dropdown-toggle span::before {
  content: "";
  display: none;
}

.custom-dropdown .dropdown-toggle {
  width: 100%;
  text-align: left;
  background: none;
}

.custom-dropdown .dropdown-toggle span {
  color: #999999;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-table th {
  background-color: #f5f5f5;
}

.project-drop-down {
  background-color: #fff;
  width: 100%;
}

.modal-table th,
.modal-table td {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  width: 240px;
}

.modal-table td {
  white-space: pre-line !important;
}

.modal-table tbody tr:first-child td {
  background-color: #f5f5f5;
}

.table-data p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-data p:not(:last-child) {
  margin-bottom: 28px;
}

.table-content-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
}

.table-data {
  flex-basis: 15%;
}

.modal-table {
  width: 100%;
  overflow: auto;
}

.modal-table .table {
  margin-bottom: 0;
  table-layout: fixed;
}

.table-bordered .project-drop-down .custom-dropdown .dropdown-toggle {
  text-align: left;
}

.modal-table .table thead tr {
  position: sticky;
  height: 53px;
  top: 0;
}

.modal-table .table-responsive {
  height: 319px;
  overflow-y: auto;
}

/* ****************/
/* scroll design start*/
/* ****************/
.modal-table .table-responsive::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.modal-table .table-responsive::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8e8e8;
}

.modal-table .table-responsive::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/* ****************/
/* scroll design end */
/* ****************/
/**********************************************************************/
/*=================Bul Shot end from here ===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Task Tracking design start from here===============*/
/**********************************************************************/
.tracking-wrapper {
  width: 390px;
  background: #ffffff;
  box-shadow: 0px 0px 25px rgba(31, 31, 31, 0.25);
  border-radius: 5px;
  position: absolute;
  bottom: 106px;
  right: 37px;
  transition: all 300ms ease;
  z-index: 9999;
}

/* .tracking-popup-show {
    will-change: transform;
    scale: 0;
    transform-origin: bottom right;
} */

.tracking-wrapper::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  position: absolute;
  right: 18px;
  left: auto;
  bottom: -11px;
}

.track-btn {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: none;
  outline: none;
  /* position: absolute; */
  position: fixed;
  bottom: 50px;
  right: 48px;
}

.track-btn-start {
  background-color: #2b982b;
}

.track-btn:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.tracking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0px 0px;
}

.tracking-close {
  text-decoration: none;
}

.tracking-close img {
  width: 10px;
}

.tracking-header h5,
.show-more-block a {
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  text-decoration: none;
}

.tracking-header h5 {
  font-size: 14px;
}

.show-more-block a {
  font-size: 12px;
}

.show-more-block a:hover {
  color: #333;
  text-decoration: none;
}

.show-more-block {
  padding: 10px 0;
  margin: 0 16px;
  border-top: 1px solid #ccc;
}

.tracing-search {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.track-search-input {
  border-bottom: none;
  width: 100%;
  height: 40px;
  border: none;
  text-indent: 38px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.clapper-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

::placeholder {
  color: #696969;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.tracking-body-wrapper {
  min-height: 280px;
  max-height: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 8px;
  margin: 16px 8px 0 0;
  padding-left: 16px;
}

.tracking-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.tracking-body > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.tracking-body {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}

.tracking-body:last-child {
  border: none;
}

.tracking-body:first-child {
  padding-top: 0;
}

.track-search-input:focus {
  outline: none;
}

.task-tracking-block {
  flex: 1 1 auto;
}

.tracking-icon {
  padding-right: 8px;
}

.tracking-body-title {
  font-weight: 700;
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
  margin-top: 0;
}

.current-task-progress .tracking-body {
  padding-top: 0;
}

.current-task-progress .tracking-body-title {
  margin-top: 0;
}

.tracking-body-title span {
  color: #f26927;
}

.task-tracking-block h5 {
  font-weight: 700;
  font-size: 12px;
  color: #333;
  margin-bottom: 4px;
  margin-top: 0;
}

.task-detail-block {
  display: flex;
}

.task-tracking-title,
.task-tracking-time,
.task-tracking-percentage {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  position: relative;
}

.task-detail-block span:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #8f8f8f;
  width: 1px;
  height: 13px;
  right: -7px;
  top: 1px;
}

.task-detail-block span:not(:last-child) {
  margin-right: 14px;
}

.tracking-review-btn {
  background: #f26927;
  color: #fff;
  border: 1px solid #f26927;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  display: inline-block;
  margin-top: 8px;
}

.sent-review-btn {
  color: #ff9800 !important;
  background: rgba(255, 152, 0, 0.08) !important;
  border: none !important;
}

.sent-review-disbale-btn {
  border: 1px solid #ccc !important;
  background-color: #99999914 !important;
  color: #999999 !important;
  cursor: not-allowed;
}

.task-play-btn {
  width: 22px;
  height: 22px;
  background-color: #2b982b;
  border-radius: 5px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disable-play-btn {
  border: 1px solid #ccc !important;
  background-color: #99999914 !important;
  color: #999 !important;
  cursor: not-allowed;
}

.current-task-progress {
  background: #ffffff;
  box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  padding: 16px;
  position: sticky;
  bottom: 0;
}

.current-task-progress .tracking-body {
  padding-bottom: 0;
}

.task-stop-btn {
  background-color: #ff5722 !important;
}

.current-task-progress .task-tracking-block h6 {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  margin: 4px 0 0;
}

.current-task-progress .task-tracking-block h6 > span {
  color: #ff5722;
}

.edit-percentage {
  display: inline-flex;
}

.edit-percentage > div {
  margin-left: 8px;
  position: relative;
}

.edit-percentage-icon,
.edit-close-icon {
  width: 8px;
  cursor: pointer;
}

.edit-percentage-input {
  width: 100px;
  border-color: #ccc;
  border-style: solid;
  height: auto;
  border-width: 0 0 1px 0;
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  text-indent: 4px;
}

.edit-percentage-input:focus {
  outline: none;
}

.edit-close-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ****************/
/* scroll design start*/
/* ****************/
.tracking-body-wrapper::-webkit-scrollbar {
  width: 4px;
}

.tracking-body-wrapper::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
}

.tracking-body-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/* ****************/
/* scroll design end */
/* ****************/

/**********************************************************************/
/*=================Task Tracking design end from here===============*/
/**********************************************************************/

/**********************************************************************/
/*=================User Leave History design start from here===============*/
/**********************************************************************/
.user-leave-tabs-content {
  /* background: #ffffff;
  box-shadow: 0px 0px 20px rgb(31 31 31 / 10%); */
  border-radius: 5px;
  position: relative;
  width: calc(100% - 324px);
}

.user-leave-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 24px;
  margin-top: 24px;
}

.vi1-project-tabs .tab-content {
  padding: 0px !important;
}

.tab-content-title {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
}

.tab-content-title a {
  background: #f26927;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.tab-content-title h5 {
  font-weight: 700;
  font-size: 20px;
  text-transform: capitalize;
  color: #333;
  margin: 0;
}

.user-leave-tabs-block {
  width: 300px;
}

.leave-nav-tabs {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(31, 31, 31, 0.1);
  border-radius: 5px;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 5px;
}

.leave-nav-tabs li.active a,
.leave-nav-tabs li.active a:hover {
  border: none !important;
  cursor: pointer !important;
  background-color: #f26927 !important;
  color: #fff !important;
}

.leave-nav-tabs li.active a,
.leave-nav-tabs li.active a::before {
  border: none !important;
}

.leave-nav-tabs li svg,
.leave-nav-tabs li path {
  fill: #333;
}

.leave-nav-tabs li a {
  font-weight: 500;
  color: #333 !important;
  text-transform: capitalize;
  display: block !important;
  padding: 14px 17px;
  border: none !important;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 0 9px;
  width: 100%;
  cursor: pointer !important;
  display: flex !important;
  align-items: center;
}

.leave-nav-tabs li:first-child a {
  border-radius: 5px 5px 0 0 !important;
  display: flex !important;
  align-items: center;
}

.leave-nav-tabs li:last-child a {
  border-radius: 0 0 5px 5px !important;
}

.leave-nav-tabs > li > a:hover {
  text-decoration: none !important;
  background-color: #fef3ee !important;
  color: #f26927 !important;
  /* border-top: 1px solid #e0e0e0 !important; */
}

.leave-nav-tabs > li.active > a:focus {
  border: none !important;
  cursor: pointer !important;
  background-color: #f26927;
  color: #fff;
}

.leave-nav-tabs li.active a:hover path,
.leave-nav-tabs li.active path {
  fill: #fff;
}

.leave-nav-tabs > li > a:hover path,
.leave-nav-tabs > li > a:focus path {
  fill: #f26927;
}

.leave-nav-tabs > li.active > a:focus path {
  fill: #fff;
}

.leave-nav-tabs li:not(:first-child) {
  border-top: 1px solid transparent;
}

.leave-nav-tabs li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.nav-tabs > li {
  position: static !important;
}

.leave-table {
  padding-bottom: 6px;
}

.leave-table table {
  margin-bottom: 0;
  white-space: nowrap;
}

.approved-td {
  background-color: #2b982b;
  color: #fff !important;
  text-align: center !important;
}

.rejected-td {
  text-align: center !important;
  color: #fff !important;
  background-color: #fb483a;
}

.pending-td {
  text-align: center !important;
  color: #fff !important;
  background-color: #ff9600;
}

.leave-table thead {
  font-weight: 700;
  padding: 10px 16px !important;
  font-size: 14px;
  color: #333;
  /* text-align: center; */
}

.leave-table thead th {
  /* text-align: center; */
  background-color: #f8f8f8;
  padding: 12px 16px !important;
}

.leave-table td {
  font-weight: 400;
  padding: 10px 16px !important;
  font-size: 14px;
  color: #333;
  position: relative;
}

.leave-table td p {
  margin: 0;
}

.custom-tooltip {
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(35 31 32 / 10%);
  position: absolute;
  right: 16px;
  top: 32px;
  transition: all 300ms ease;
  z-index: 10;
  display: none;
  border: 1px solid #d9d9d9;
}

.custom-tooltip span {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #231f20;
}

.custom-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 7px;
  left: auto;
  top: -6px;
  transform: rotate(180deg);
  z-index: -1;
}

.custom-tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #d9d9d9;
  position: absolute;
  right: 6px;
  left: auto;
  top: -8px;
  transform: rotate(180deg);
  z-index: -1;
}

.table-more-link:hover ~ .custom-tooltip {
  display: block !important;
}

.leave-table td a {
  color: #f26927;
  text-decoration: none;
}

.leave-table td p {
  display: inline;
}

.leave-table .table > thead > tr > th {
  border-bottom: 1px solid #e0e0e0;
}

.leave-table td,
.leave-table th {
  border: 1px solid #e0e0e0;
}

.leave-table td:first-child,
.leave-table th:first-child {
  border-left: none;
}

.leave-table td:last-child,
.leave-table th:last-child {
  border-right: none;
}

.leave-table .icons {
  display: flex;
  justify-content: space-between;
  gap: 0 14px;
}

.leave-table .icons a {
  color: #999999;
}

.disabled-icon {
  cursor: not-allowed;
  color: #d0d0d0 !important;
}

.approve-active {
  color: #2b982b !important;
}

.reject-active {
  color: #fb483a !important;
}

.table-rows {
  padding: 16px 24px;
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
}

.table-rows span {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.table-rows .dropdown .dropdown-toggle {
  padding: 9px 16px 9px 16px;
  background-color: transparent;
  color: #333;
  border: 1px solid #e0e0e0;
  position: relative;
}

.table-rows .dropdown .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}

.table-rows .dropdown .dropdown-toggle::after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  right: 39px;
  width: 1px;
  top: 0;
}

.table-rows .dropdown .dropdown-toggle .caret {
  margin-left: 25px;
}

.table-rows .dropdown .dropdown-toggle + .dropdown-menu {
  width: 100%;
  padding: 16px;
}

.table-rows .dropdown .dropdown-toggle + .dropdown-menu li:not(:last-child) {
  margin-bottom: 8px;
}

.table-rows .dropdown .dropdown-toggle + .dropdown-menu li a {
  padding: 0;
  display: inline-block;
}

/* ****************/
/* scroll design start*/
/* ***************/

.leave-table::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.leave-table::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8e8e8;
}

.leave-table::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/* ****************/
/* scroll design end */
/* ****************/

/* ****************/
/* Leave Modal Start */
/* ****************/
.leave-modal-header,
.leave-modal-footer {
  display: none;
}

.leave-modal-wrapper {
  text-align: center;
  padding: 24px;
}

.leave-circle {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.leave-modal-header + .modal-body .close {
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 16px;
}

.approve-circle {
  background-color: #eaf5ea;
}

.reject-circle {
  background-color: #fff0ef;
}

.delete-circle {
  background-color: #fff0ef;
}

.leave-circle .approve-icon {
  color: #2b982b;
  font-size: 20px;
}

.leave-circle .reject-icon {
  color: #fb483a;
  font-size: 20px;
}

.leave-circle .delete-icon {
  font-size: 20px;
  color: #fb483a;
}

.leave-modal-wrapper h4 {
  color: #333333;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 3px;
}

.leave-modal-wrapper p {
  color: #696969;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}

.form-group label {
  font-weight: 600;
  font-size: 14px;
  color: #696969;
  padding: 0;
  margin-bottom: 8px;
  /* display: block; */
  text-align: left;
}

.leave-modal-wrapper form {
  margin-top: 24px;
}

.modal-primary-btn {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  padding: 8px 24px;
  transition: all 300ms ease-in;
  border: 1px solid transparent;
}

.modal-secondary-btn {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  padding: 8px 24px;
  border: 1px solid #e0e0e0;
  color: #333;
  transition: all 300ms ease-in;
  background-color: transparent;
}

.approved-btn {
  background-color: #2b982b;
  color: #fff;
}

.reject-btn {
  background-color: #fb483a;
  color: #fff;
}

.approved-btn:hover {
  border: 1px solid #2b982b;
  color: #2b982b;
  transition: all 300ms ease-in;
  background-color: transparent;
}

.reject-btn:hover {
  background-color: transparent;
  border: 1px solid #fb483a;
  color: #fb483a;
  transition: all 300ms ease-in;
}

.approved-btn + .modal-secondary-btn:hover {
  background-color: #2b982b;
  color: #fff;
  transition: all 300ms ease-in;
  border: 1px solid transparent;
}

.reject-btn + .modal-secondary-btn:hover {
  border: 1px solid transparent;
  transition: all 300ms ease-in;
  background-color: #fb483a;
  color: #fff;
}

.modal-form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  margin-top: 24px;
}

/* ****************/
/* Leave Modal End */
/* ****************/

/**********************************************************************/
/*=================User Leave History design end from here===============*/
/**********************************************************************/

/**********************************************************************/
/*=================Phase settings design start from here===============*/
/**********************************************************************/

/* ******************************/
/* phases-block page design start*/
/* *******************************/
.phases-blocks {
  padding: 0 9px;
}

.phase-wrapper {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  height: auto;
  /* margin-bottom: 24px; */
}

.phase-header {
  min-height: 87px;
  padding: 16px;
  background-color: #f26927;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.phase-header div {
  display: inline-flex;
  align-items: center;
}

/* .phase-header div i {
  margin-right: 8px;
} */

.add-phase-header {
  background: #fef3ee !important;
  border-bottom: 1px solid #e0e0e0;
}

.add-phase-header > div:first-child {
  display: inline-flex;
  align-items: flex-start;
}

.mr-8 {
  margin-right: 8px;
  color: #999;
}

.add-phase-header div {
  display: block;
}

.phase-header h5 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

.add-phase-header h5 {
  color: #333 !important;
}

.phase-header h6 {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  margin: 4px 0 0;
  text-transform: capitalize;
}

.phase-block {
  padding: 16px 8px 16px 16px;
  min-height: 350px;
}

.add-phase {
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #f26927;
  text-align: center;
  line-height: 36px;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-phase img {
  width: 14px;
}

.phase-block ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  max-height: 333px;
  max-height: 308px;
  overflow-y: auto;
  padding-right: 8px;
  margin-top: 1px;
  min-height: 304px;
}

.phase-block ul li span.appsIcon {
  color: #999999 !important;
}

.phase-block ul li span {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  /* margin-left: 8px; */
  margin-right: 8px;
}

.phase-block ul li span p {
  display: inline;
  color: #f26927;
}

.phase-block ul li {
  color: #333;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.phase-block ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.phase-block ul li:first-child {
  padding-top: 30px;
}

.phase-block ul li i {
  color: #999999;
}

.phaseBlockHeader {
  width: 75%;
}

.phaseActionIconsRight {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.clipText {
  white-space: nowrap;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* border: 1px solid #000000; */
  display: block !important;
}

/* ****************************/
/* phases-block page design end*/
/* *****************************/

/* ****************/
/* scroll design start*/
/* ****************/
.phase-block::-webkit-scrollbar
.phase-block ul::-webkit-scrollbar {
  width: 4px;
}

.phase-block::-webkit-scrollbar-thumb,
.phase-block ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8e8e8;
}

.phase-block::-webkit-scrollbar-track,
.phase-block ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #eee;
}

/* ****************/
/* scroll design end */
/* ****************/

/* ***************************************** */
/* set the new css for masonary layout style  */
/* ***************************************** */

.phase-container {
  /* columns: calc(100 / 25); */
  column-gap: 16px;
  padding: 24px;
  border-top: 1px solid #e0e0e0;
}

.phaseContainerRow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  /* grid-gap: 20px; */
  grid-gap: 16px;
  align-items: stretch;
}

/* .phase-wrapper-block {
  break-inside: avoid-column;
  margin-bottom: 1rem;
} */

/**********************************************************************/
/*=================Phase settings design end from here===============*/
/**********************************************************************/

/*****************************************************************/
/*=================Team management start here ===============*/
/*****************************************************************/

.team-manage-table table {
  margin-bottom: 0;
  white-space: nowrap;
}

.team-manage-table .table > thead > tr > th {
  border-bottom: 1px solid #e0e0e0;
}

.team-manage-table td:first-child,
.team-manage-table th:first-child {
  border-left: none;
}

.team-manage-table td,
.team-manage-table th {
  border: 1px solid #e0e0e0;
  vertical-align: middle !important;
}

.team-manage-table td {
  font-weight: 400;
  padding: 5px 16px !important;
  font-size: 14px;
  color: #333;
  position: relative;
  vertical-align: middle !important;
}

.team-manage-table thead th {
  vertical-align: middle !important;
  /* text-align: center; */
  background-color: #f8f8f8;
  padding: 12px 16px !important;
}

.team-manage-table {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(31, 31, 31, 0.1);
  border-radius: 5px;
  width: 100%;
}

.team-manage-table table {
  margin-bottom: 0;
}

.team-manage-table tbody tr:last-child td {
  border-bottom: none;
}

.team-manage-table thead th:last-child,
.team-manage-table tbody tr td:last-child {
  border-right: none;
}

.team-manage-table .team-user-img {
  margin-right: 8px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  width: 50px;
  height: 50px;
}

.team-projects-table-img div > img:first-child {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  margin-right: 2px;
  position: relative;
  width: 24px;
  height: 24px;
}

.team-projects-table-img > div {
  position: relative;
  display: inline-block;
}

.team-projects-table-img img:hover ~ .custom-tooltip {
  display: block !important;
}

.movie-tooltip img {
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  margin-right: 2px;
  position: relative;
  width: 50px !important;
  height: 50px !important;
}

.team-manage-table .team-user-name {
  border-radius: 5px;
  border: 1px solid #f26927;
  margin-right: 8px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #f26927;
  padding: 4px;
  background-color: #fef3ee;
}

.team-table-more {
  color: #f26927;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.table-text-success {
  color: #2b982b !important;
}

.table-view-badge {
  color: #f26927;
  background-color: #fef3ee;
  border-radius: 5px;
  border: 1px solid #f26927 !important;
  margin: 0 auto;
  display: inline-flex;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  width: 60px;
  height: 20px;
  line-height: 20px;
  align-items: center;
  justify-content: center;
}

.table-view-badge:hover {
  color: #f26927;
  text-decoration: none;
}

.table-view-badge img {
  margin-right: 4px;
}

.team-table-more + .custom-tooltip {
  padding: 0 10px 0 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(35 31 32 / 10%);
  position: absolute;
  right: 52px;
  top: auto;
  transition: all 300ms ease;
  z-index: 10;
  display: none;
  border: 1px solid #d9d9d9;
}

.team-table-more + .custom-tooltip span {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #231f20;
}

.team-table-more + .custom-tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #d9d9d9;
  position: absolute;
  right: 6px;
  left: auto;
  top: -8px;
  transform: rotate(180deg);
  z-index: -1;
}

.team-table-more + .custom-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 7px;
  left: auto;
  top: -6px;
  transform: rotate(180deg);
  z-index: -1;
}

.team-table-more:hover ~ .custom-tooltip {
  display: block !important;
}

.custom-tooltip ul,
.help-custom-tooltip ul {
  margin-bottom: 0;
  list-style-position: inside;
  list-style-type: disc;
  height: 80px;
  overflow-y: auto;
  padding: 0 12px 0 12px;
  margin: 12px 0;
}

.help-custom-tooltip ul {
  list-style-type: none !important;
  height: 80px;
}

.custom-tooltip ul li {
  font-weight: 400;
  font-size: 12px;
  color: #333;
}

.custom-tooltip ul li:not(:last-child) {
  margin-bottom: 5px;
}

.custom-tooltip ul li::marker {
  margin-right: 4px;
  color: #999999;
}

.help-custom-tooltip {
  padding: 0 10px 0 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgb(35 31 32 / 10%);
  position: absolute;
  right: -7px;
  bottom: 46px;
  transition: all 300ms ease;
  z-index: 10;
  display: none;
  border: 1px solid #d9d9d9;
}

.help-custom-tooltip span {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #231f20;
}

.help-custom-tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #d9d9d9;
  position: absolute;
  right: 20px;
  left: auto;
  bottom: -8px;
  /* transform: rotate(180deg); */
  z-index: -1;
}

.help-custom-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: -21px;
  left: auto;
  bottom: -6px;
  /* transform: rotate(180deg); */
  z-index: -1;
}

.team-help-icon:hover ~ .help-custom-tooltip {
  display: block !important;
}

.help-custom-tooltip ul > li > p {
  font-weight: 400;
  font-style: 12px;
  color: #333;
}

.help-custom-tooltip ul > li > p span {
  color: #696969 !important;
}

.team-manage-dropdowns {
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(31, 31, 31, 0.1);
  border-radius: 5px;
  margin: 24px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.team-manage-dropdowns > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 90%;
}

.team-manage-dropdowns .form-group {
  margin-bottom: 0;
  /* flex: 1 1 auto; */
  position: relative;
  width: 25%;
}

.team-manage-dropdowns .form-control {
  -webkit-appearance: none;
  background-image: url("../images/drop-arrow.svg");
  background-position: 95% 49%;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  height: 36px;
  border-radius: 5px;
  box-shadow: none;
}

.team-manage-dropdowns .form-control:hover,
.team-manage-dropdowns .form-control:focus {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

.team-manage-dropdowns .form-group::after {
  /* content: "";
  position: absolute;
  height: 36px;
  width: 1px;
  background-color: #e0e0e0;
  right: 33px;
  bottom: 0;
  display: block; */
}

.custom-btn {
  padding: 7px 16px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  text-transform: capitalize;
}

.apply-btn {
  background-color: #f26927;
  color: #ffffff;
  border: 1px solid transparent;
}

.reset-btn {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  color: #333333;
}

.team-manage-btn-block {
  display: inline-flex;
  gap: 16px;
  align-self: flex-end;
}

.filter-btn {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #999;
  transition: all 300ms ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-btn:hover,
.filter-btn.active,
.filter-btn:focus {
  transition: all 300ms ease-in;
  border: 1px solid #f26927;
  background-color: #fef3ee;
  color: #f26927;
}

.filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.list-grid-filter {
  display: inline-flex;
  align-items: flex-start;
}

.list-grid-filter button:first-child {
  border-radius: 5px 0 0 5px;
}

.list-grid-filter button:last-child {
  border-radius: 0 5px 5px 0;
}

.bread-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team-search-filter .form-group {
  margin-bottom: 0;
  position: relative;
}

.team-filter-wrapper form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.team-search-filter {
  gap: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.team-filter-wrapper form .form-control {
  height: 36px;
  border: 1px solid #e0e0e0;
  position: relative;
  text-indent: 22px;
  box-shadow: none;
  border-radius: 5px;
}

.team-search-filter .form-group img {
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 7px);
  left: 13px;
  z-index: 10;
}
/*****************************************************************/
/*=================Team management end here ===============*/
/*****************************************************************/

/*****************************************************************/
/*=================Common Media Query Start Here ===============*/
/*****************************************************************/
@media screen and (max-width: 1444px) {
  .vi1-project-status .card-count {
    min-height: 110px;
  }

  .vi1-header .custom-navbar-nav > li:not(:last-child) {
    margin-right: 24px;
  }

  .vi1-team-member-box .icon {
    height: 50px;
    width: 50px;
  }
  /* .phase-container {
    columns: calc(100 / 33);
  } */
}

@media screen and (max-width: 1400px) {
  .card-indicators-wrapper > div {
    flex: 0 0 50%;
  }

  .card-indicators-wrapper > div:nth-child(2) {
    border-right: none;
  }

  .card-indicators-wrapper {
    gap: 10px 0;
  }

  .card-count {
    min-height: 110px;
  }

  .vi1-task-block .chart-block,
  .vi1-retake-block .chart-block {
    flex: 1 1 34%;
  }
}

@media screen and (max-width: 1300px) {
  .vi1-approved-task-progress-bar .approved-progress-block .project-progress {
    width: 48%;
    flex: none;
  }
  .vi1-complete-bid-member .wrapper {
    flex: 1 1 40%;
  }
}

@media screen and (max-width: 1360px) {
  .vi1-task-block,
  .vi1-retake-block {
    width: 49%;
  }

  .vi1-task-block .chart-block,
  .vi1-retake-block .chart-block {
    flex: 1 1 34%;
  }

  .info-project .vi1-team-member-box {
    padding: 43px 20px;
  }

  .info-project .vi1-team-member-box {
    padding: 43px 20px;
  }

  /* need to apply this class to project-progress div for approved task progress section when it have only 2 progress  */
  .flex-2-progress {
    width: 100% !important;
    flex: 1 1 48% !important;
  }
}

@media screen and (max-width: 1277px) {
  .approved-task-progress-bar .info-project .vi1-team-member-box {
    width: 50%;
  }

  .tracking-body-wrapper {
    min-height: 250px;
    max-height: 250px;
  }

  .track-btn {
    bottom: 16px;
    right: 18px;
  }

  .tracking-wrapper {
    bottom: 71px;
    right: 7px;
    width: auto;
  }

  .team-manage-dropdowns .form-group {
    width: 18%;
  }

  .team-manage-dropdowns {
    flex-wrap: wrap;
  }

  .team-manage-dropdowns > div:first-child {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1230px) {
  .vi1-header .custom-navbar-nav {
    display: none;
  }

  .vi1-header .header-profile {
    margin-right: 20px;
    margin-left: 0;
  }

  .vi1-header .custom-navbar-nav.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(31 31 31 / 10%);
    padding: 6px 20px;
    z-index: 10;
    right: 24px;
  }

  .menu-mobile {
    display: block;
  }

  .vi1-header .custom-navbar-nav > li {
    margin: 0;
  }

  .vi1-header .custom-navbar-nav > li a {
    padding: 10px 0 !important;
  }

  .vi1-header .custom-navbar-nav > li.active::before {
    bottom: 0px;
  }

  .vi1-header .custom-navbar-nav > li::before {
    bottom: 1px;
    height: 3px;
  }

  .vi1-header .custom-navbar-nav > li:not(:last-child) {
    margin-right: 0;
  }

  header .header-profile {
    margin-right: 30px !important;
    margin-left: 0;
  }

  header .header-profile {
    margin-right: 30px !important;
    margin-left: 0;
  }

  header .report-dropdown {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1200px) {
  .project-complition-chart-height {
    height: auto;
  }
  .vi1-project-completion-category {
    position: static;
  }

  .card-indicators-wrapper > div {
    flex: 1 1 auto;
  }

  .card-indicators-wrapper > div:not(:last-child) {
    border-right: 1px solid #e0e0e0;
  }

  .card-indicators-wrapper > div:nth-child(2) {
    border-right: 1px solid #e0e0e0;
  }

  .vi1-project-status::after {
    width: calc(100vw - 49px);
    height: 1px;
    right: -23px;
    bottom: -3px;
    top: auto;
  }

  .vi1-project-delivery {
    margin: 24px 0 0;
  }

  .vi1-complete-bid-member {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
  }

  .vi1-complete-bid-member .vi1-project-completion-wrapper,
  .vi1-complete-bid-member .vi1-bids-progress {
    width: calc(50% - 12px);
  }

  .vi1-complete-bid-member .vi1-member-asset {
    width: 100%;
    gap: 24px 0;
  }

  .vi1-task-number-wrapper .info-project {
    flex-wrap: nowrap;
  }

  .info-project .vi1-team-member-box:not(:last-child) {
    border-right: 1px solid #e0e0e0;
  }

  /* .info-project .vi1-team-member-box:nth-child(2) {
        border-right: none;
    } */

  .info-project .vi1-team-member-box:nth-child(4),
  .info-project .vi1-team-member-box:nth-child(3) {
    border-top: none;
  }

  .vi1-client-wrapper {
    gap: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* .vi1-client-assets {
        width: calc(70% - 9px) !important;
        gap: 0 !important;
    } */

  .vi1-client-completion {
    /* width: calc(49% - 8px) !important; */
    flex-basis: 40% !important;
    width: auto !important;
  }

  .vi1-client-assets {
    /* width: calc(50% - 8px) !important;
        gap: 0 !important; */
    flex-basis: 58% !important;
    width: auto !important;
    gap: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .vi1-client-m24 {
    margin: 24px 0;
  }

  .vi1-client-team-box {
    padding: 28px !important;
    height: auto !important;
  }

  .vi1-project-completion-wrapper + div,
  .vi1-complete-bid-member .wrapper {
    width: 100%;
    flex: 1 1 100%;
  }

  .vi1-complete-bid-member .wrapper {
    width: 100%;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 18px 0;
  }

  .vi1-client-flex-wrap {
    flex-direction: column;
    align-items: stretch !important;
    gap: 24px !important;
  }

  header .report-dropdown {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1199px) {
  .bulk-modal-header,
  .download-content,
  .modal-cta-btn {
    padding: 18px;
  }

  .bulk-modal-header,
  .download-content,
  .modal-cta-btn {
    padding: 18px;
  }

  .user-leave-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-top: 18px;
  }

  .user-leave-tabs-content {
    width: 100%;
  }

  .custom-form-wizard {
    padding: 18px 0;
  }

  .drop-file-section {
    margin: 0 18px 18px;
    padding: 18px;
  }

  .vi1-video-annotation-wrapper {
    width: 100%;
    flex-basis: 100%;
  }

  .vi1-header .custom-navbar .wrapper .custom-navbar-nav {
    margin: 0 !important;
    right: 0;
  }

  .vi1-client-team-box {
    padding: 24px !important;
    height: auto !important;
  }

  .vi1-meter-chart img {
    max-width: 290px;
  }

  .vi1-artist-tasks-wrapper .artist-task-block {
    width: calc(50% - 9px);
  }

  .vi1-retake-task-wrapper {
    gap: 0 18px;
  }

  .vi1-task-retake-section-header,
  .vi1-dashbaord-progress .progress-wrapper {
    padding: 18px;
  }

  .vi1-task-retake-section-header .section-title {
    font-size: 18px;
    /* line-height: 20px; */
  }

  .vi1-dashbaord-progress .project-progress:nth-child(2) {
    margin: 18px 0;
  }

  .actual-days-box .vi1-meter-chart .vi1-project-completion-status h6 {
    font-size: 24px;
  }

  .vi1-project-completion-category .category-box h6 {
    font-size: 20px;
  }

  .vi1-project-completion-category {
    padding: 18px 0;
  }

  .actual-days-box .vi1-meter-chart {
    gap: 18px 0;
    padding: 18px;
  }

  .m-24 {
    margin: 18px !important;
  }

  .vi1-complete-bid-member {
    gap: 18px !important;
    margin-bottom: 18px !important;
  }

  .vi1-approved-task-main {
    margin: 18px 0;
  }

  .vi1-complete-bid-member .wrapper {
    gap: 18px 0;
  }
  .vi1-complete-bid-member .wrapper {
    width: 100%;
    flex: 1 1 auto;
  }

  .vi1-project-tabs-wrapper .project-nav-tabs {
    padding: 0 18px 18px;
  }

  .vi1-status-delivery-wrapper .delivery-shot h6,
  .vi1-status-delivery-wrapper .delivery-task h6,
  .vi1-status-delivery-wrapper .delivery-second h6,
  .vi1-status-delivery-wrapper .card-count > span,
  .vi1-status-delivery-wrapper .card-count > span {
    font-size: 24px;
  }

  .vi1-project-status .status-card .card-count {
    min-height: 78px;
    height: auto;
  }

  .vi1-task-delivery-wrapper .search .wrapper {
    gap: 16px;
  }

  main {
    margin: 79px 16px 16px;
  }

  .vi1-status-delivery-wrapper .vi1-project-status,
  .vi1-status-delivery-wrapper .vi1-project-delivery {
    padding: 18px 18px 0;
  }

  .vi1-status-delivery-wrapper .card-count > span {
    font-size: 22px;
  }

  .vi1-task-delivery-wrapper .search {
    padding: 18px;
  }

  .vi1-status-delivery-wrapper .section-header {
    margin: 0 0 16px;
  }

  .vi1-status-delivery-wrapper .section-header h5,
  .vi1-project-status-table-wrapper .status-panel-group .accordion-toggle,
  .vi1-approved-task-main .section-header h5 {
    font-size: 18px;
    line-height: 20px;
  }

  .vi1-project-status-table-wrapper .panel-default > .panel-heading {
    padding: 18px;
  }

  .vi1-project-status-table-wrapper .status-table th,
  .vi1-project-status-table-wrapper .status-table td {
    padding: 10px 18px !important;
  }

  .vi1-project-status,
  .vi1-project-delivery {
    padding: 20px 0;
  }

  .vi1-project-tabs-wrapper .section-header h5 {
    margin: 0 0 18px;
    padding: 18px 18px 0;
    font-size: 18px;
  }

  .vi1-project-tabs-wrapper,
  .vi1-task-delivery-wrapper {
    margin-bottom: 18px;
  }

  .vi1-header {
    padding: 9px 16px;
  }

  .vi1-header .header-profile {
    margin-right: 16px;
    margin-left: 0;
  }

  .vi1-approved-task-main .section-header,
  .vi1-approved-task-progress-bar {
    padding: 18px;
  }

  .vi1-approved-task-progress-bar .approved-progress-block {
    gap: 20px;
  }

  .vi1-task-block .dashboard-table,
  .vi1-retake-block .dashboard-table {
    width: 100%;
  }

  .vi1-task-block .chart-table-block,
  .vi1-retake-block .chart-table-block {
    gap: 24px 0;
    flex-direction: column;
  }

  .vi1-task-block .chart-block img,
  .vi1-retake-block .chart-block img {
    max-width: 180px;
    height: auto;
    margin: 0 auto;
  }

  .vi1-retake-block .project-drop-down {
    flex: 1 1 40%;
  }

  .vi1-retake-block .wrapper .task-dropdown-wrapper,
  .vi1-task-block .wrapper .task-dropdown-wrapper {
    gap: 16px;
    flex-wrap: wrap;
  }

  .vi1-task-block .project-drop-down {
    flex: 1 1 50%;
  }

  .vi1-task-block .section-title,
  .vi1-retake-block .section-title {
    font-size: 18px;
    line-height: 20px;
  }

  .vi1-task-block .task-retake-section-header,
  .vi1-retake-block .task-retake-section-header,
  .vi1-retake-block .wrapper.vi1-task-block .wrapper,
  .vi1-comments-title {
    padding: 18px;
  }

  .vi1-task-block .chart-table,
  .vi1-retake-block .chart-table {
    padding: 0 18px 10px;
  }

  .vi1-retake-block .wrapper,
  .vi1-task-block .wrapper {
    padding: 18px;
  }

  .vi1-dashboard-breadcrumb .badge-view span,
  .vi1-dashboard-breadcrumb .breadcrumb-media .media-heading {
    font-size: 24px;
  }

  .vi1-dashboard-breadcrumb .project-badges {
    flex-basis: 50%;
  }

  .vi1-dashboard-breadcrumb .badge-view {
    flex: 0 1 35%;
  }

  .vi1-dashboard-breadcrumb .project-badges {
    flex-basis: 50%;
    gap: 16px;
  }

  .vi1-artist-tasks-wrapper {
    gap: 18px;
    margin-bottom: 18px;
  }

  .vi1-artist-tasks-wrapper .artist-task-block .artist-task-title,
  .vi1-artist-tasks-wrapper .artist-task-block .vi1-artist-task-progress {
    padding: 18px;
    flex-wrap: wrap;
    gap: 18px;
  }

  .vi1-artist-task-progress .completed > h6,
  .vi1-artist-task-progress .days-left > h6 {
    font-size: 16px;
    margin: 0 0;
  }

  .vi1-artist-task-progress .completed,
  .vi1-artist-task-progress .days-left {
    padding: 8px 13px;
    /* width: calc(50% - 67px); */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .vi1-artist-task-progress .completed span,
  .vi1-artist-task-progress .days-left span {
    font-size: 12px;
    margin-right: 6px;
  }

  .vi1-artist-tasks-wrapper
    .artist-task-block
    .artist-task-title
    .section-title {
    font-size: 18px;
    line-height: 20px;
  }

  .vi1-artist-task-progress
    .approved-task-progress-bar
    .project-progress
    .title {
    margin-bottom: 8px;
  }

  .vi1-artist-task-progress .approved-task-progress-bar {
    order: -1;
  }

  .vi1-client-m24 {
    margin: 18px 0;
  }

  .vi1-video-wrapper,
  .vi1-comments-wrapper {
    flex-basis: 100%;
    height: 100vh;
  }

  .vi1-video-wrapper {
    flex-basis: 100%;
    height: auto;
  }

  .vi1-video-comments-wrapper {
    flex-wrap: wrap;
    gap: 18px 0;
    margin: 18px 0;
  }

  .vi1-video-compare-nav {
    flex: 0 1 70%;
  }

  .vi1-page-breadcrumb .page-title {
    font-size: 24px;
  }

  .vi1-comment-header,
  .vi1-video-wrapper,
  .vi1-dashboard-breadcrumb {
    padding: 18px;
  }

  .vi1-comments-body-wrapper {
    padding: 0 14px 0 18px;
  }

  .vi1-comment-header > h6 {
    font-size: 18px;
  }

  .mt-73 {
    margin-top: 58px;
  }

  .vi1-comments-body .vi1-version-description:not(:last-child) {
    padding-bottom: 18px;
  }

  .vi1-comments-body-wrapper .vi1-comments-body {
    padding: 18px 0;
  }

  .vi1-comments-body .vi1-version-description:not(:first-child) {
    padding-top: 18px;
  }

  .vi1-comment-header > i {
    color: #999999;
    position: absolute;
    right: 28px;
  }

  .vi1-comments-file-uplod-block {
    bottom: 0;
    padding: 16px 0;
    position: fixed;
    background-color: #fff;
    height: 160px;
  }

  .vi1-comment-footer {
    margin-top: 0;
    padding: 0 18px;
  }

  .vi1-file-upload-badge {
    padding: 0 18px 18px;
  }

  .user-leave-tabs-block {
    width: 100%;
    overflow-y: hidden;
    padding-bottom: 15px;
    overflow-x: auto;
  }

  .leave-nav-tabs {
    display: flex;
    justify-content: flex-start;
    width: auto;
    overflow-y: auto;
    flex-direction: row;
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 15px;
  }

  .leave-nav-tabs li a {
    border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px 14px;
  }

  .leave-nav-tabs li {
    flex: 0 0 auto;
    border: none !important;
  }

  .leave-nav-tabs li:not(:last-child) {
    margin-right: 14px;
  }

  .user-leave-wrapper {
    gap: 0;
  }

  .team-manage-dropdowns {
    padding: 18px;
    margin-top: 18px;
  }

  .vi1-page-breadcrumb {
    padding-top: 0;
  }

  .phase-header {
    padding: 18px;
  }
}

@media screen and (max-width: 1100px) {
  .breadcrumb-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px 0;
  }

  .vi1-video-compare-nav {
    flex: 0 1 70%;
    width: 100%;
  }

  .vi1-video-compares > .vi1-video-block {
    padding: 16px;
  }

  .vi1-video-block > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vi1-dashboard-breadcrumb .breadcrumb-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 18px 0;
  }

  .vi1-dashboard-breadcrumb .project-badges {
    flex-basis: 100%;
    gap: 16px;
    width: 100%;
    justify-content: flex-start;
  }

  .vi1-dashboard-breadcrumb .badge-view {
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 1024px) {
  .vi1-status-delivery-wrapper {
    flex-direction: column;
    gap: 0 24px;
  }

  .vi1-status-delivery-wrapper .delivery-task-indicators > li:not(:last-child) {
    margin-right: 0;
  }

  .vi1-status-delivery-wrapper .vi1-project-delivery {
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
  }

  .vi1-status-delivery-wrapper .delivery-task-indicators {
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
  }

  .vi1-project-status .status-card .card-count {
    min-height: 78px;
    height: auto;
  }

  .vi1-project-tabs-wrapper .project-box {
    margin: 24px 12px 30px;
  }

  .vi1-project-tabs-wrapper .slick-dots {
    bottom: 10px;
    width: 100%;
  }

  .vi1-video-compare-blocks {
    flex-direction: column;
    align-items: stretch;
  }

  .vi1-video-compares:first-child {
    border-right: none;
  }

  .team-manage-dropdowns .form-group {
    flex: 0 0 48.6%;
  }

  .team-manage-dropdowns {
    justify-content: flex-start;
  }

  .team-manage-dropdowns .form-control {
    background-position: 97% 49%;
  }

  .phase-container {
    columns: calc(100 / 50);
  }
}

@media screen and (max-width: 991px) {
  .project-nav-tabs > li {
    margin-bottom: 0;
  }

  .bulk-modal-header {
    padding: 18px;
  }

  .bulk-modal-header .modal-title {
    font-size: 18px;
  }

  .custom-form-wizard {
    padding: 18px 12px;
  }

  .project-nav-tabs {
    display: flex;
    align-items: center;
    overflow-x: auto;
    height: 100%;
  }

  .project-nav-tabs > li > a {
    white-space: nowrap;
  }

  .vi1-client-completion {
    flex-basis: 40% !important;
    width: auto !important;
  }

  .vi1-client-assets {
    flex-basis: 58% !important;
  }

  .vi1-client-team-box {
    padding: 24px !important;
  }

  .mb-mob-12 {
    margin-bottom: 24px;
  }

  .vi1-video-compare {
    gap: 18px 0;
    flex-direction: column;
    align-items: flex-start;
    margin: 24px 0;
    padding: 18px;
  }

  .vi1-video-compare-nav .project-drop-down {
    width: 100%;
  }

  .vi1-video-main-block > img {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .vi1-video-main-block {
    padding: 16px;
    height: auto;
  }

  .vi1-video-compare-wrapper {
    margin: 18px 0;
  }

  .vi1-video-compares {
    padding: 18px;
  }

  .vi1-compare-modal .modal-header {
    padding: 18px;
  }

  .vi1-compare-modal .modal-title {
    font-size: 18px;
  }

  .vi1-compare-modal .card-image:not(:last-child) {
    padding-bottom: 16px;
  }

  .vi1-compare-modal .card-image:not(:first-child) {
    padding-top: 16px;
  }

  .vi1-compare-modal .modal-compare-btn {
    padding: 16px;
  }

  .vi1-compare-modal .modal-btn {
    padding: 8px 0;
    font-size: 14px;
  }

  .vi1-comment-footer .input-group .form-control {
    padding: 20px 16px;
  }

  .vi1-comments-wrapper {
    height: 100%;
    border-radius: 0;
  }

  .modal-cta-btn .modal-btn {
    font-size: 14px;
    padding: 7px 14px;
  }

  .custom-form-wizard > ul > li > div > span {
    font-size: 12px;
  }

  .custom-form-wizard > ul > li > div > a {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }

  .table-content-flex {
    padding: 18px;
  }

  .table-content-flex {
    flex-direction: column;
  }

  .table-content-flex .table-data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .table-data p:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .table-data p {
    margin-bottom: 0;
  }

  .table-data {
    padding-bottom: 18px;
  }

  .leave-modal-wrapper {
    padding: 18px;
  }

  .leave-circle {
    width: 40px;
    height: 40px;
  }

  .leave-circle .approve-icon {
    font-size: 16px;
  }

  .leave-modal-header + .modal-body .close {
    font-size: 18px;
  }

  .leave-modal-wrapper h4 {
    font-size: 18px;
    margin-top: 16px;
  }

  .leave-modal-wrapper form {
    margin-top: 18px;
  }

  .modal-form-btn {
    margin-top: 18px;
  }

  .modal-primary-btn,
  .modal-secondary-btn {
    font-size: 13px;
    padding: 6px 14px;
  }

  .tab-content-title {
    padding: 18px;
  }

  .tab-content-title a {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .table-rows {
    padding: 18px;
  }

  .tab-content-title h5 {
    font-size: 18px;
  }

  .tab-content-title a img {
    width: 12px;
  }
}

@media screen and (max-width: 900px) {
  .vi1-task-block .task-retake-section-header,
  .vi1-retake-block .task-retake-section-header {
    flex-wrap: wrap;
    gap: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .create-project-wrapper {
    width: 100%;
  }

  .create-project-save-btn {
    box-shadow: -1px -4px 20px rgb(0 0 0 / 10%);
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* top: calc(100vh - 80px); */
    bottom: 100%;
    position: fixed;
    z-index: 10;
    background-color: #fff;
  }

  .comment-header {
    position: fixed;
    width: 100%;
    z-index: 10;
  }

  .project-data {
    margin-top: 0;
    height: calc(100vh - 150px);
  }

  .create-project-wrapper {
    position: fixed;
  }

  .user-leave-tabs-block {
    width: 100%;
    overflow-y: hidden;
    padding-bottom: 15px;
    overflow-x: auto;
  }

  .leave-nav-tabs {
    display: flex;
    justify-content: flex-start;
    width: auto;
    overflow-y: auto;
    flex-direction: row;
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 15px;
  }

  .leave-nav-tabs li a {
    border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    padding: 10px 14px;
  }

  .leave-nav-tabs li {
    flex: 0 0 auto;
    border: none !important;
  }

  .leave-nav-tabs li:not(:last-child) {
    margin-right: 14px;
  }

  .user-leave-wrapper {
    gap: 0;
  }
}

@media screen and (max-width: 850px) {
  .vi1-client-wrapper {
    gap: 18px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .vi1-client-completion {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .vi1-dashboard-breadcrumb .breadcrumb-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 18px 0;
  }

  .vi1-dashboard-breadcrumb .project-badges {
    flex-basis: 100%;
    gap: 16px;
    justify-content: flex-start;
    width: 100%;
  }

  .vi1-dashboard-breadcrumb .badge-view span {
    font-size: 20px;
  }

  .vi1-dashboard-breadcrumb .badge-view {
    flex: 1 1 auto;
  }

  .actual-days-box .vi1-meter-chart .vi1-project-completion-status h6 {
    font-size: 24px;
  }

  .vi1-project-completion-category .category-box h6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .vi1-tooltip {
    right: auto;
    right: 18px;
    top: 22px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .search .wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px 24px;
    flex-direction: column;
  }

  .table-responsive {
    border: none;
  }

  .vi1-header .collapse {
    display: unset;
  }

  .vi1-approved-task-progress-bar .approved-progress-block .project-progress {
    width: 100%;
  }

  .vi1-approved-task-progress-bar .approved-progress-block {
    gap: 16px;
  }

  .vi1-approved-task-main .section-header,
  .vi1-retake-task-wrapper {
    align-items: flex-start;
    gap: 18px 0;
    flex-direction: column;
  }

  .vi1-approved-task-main .section-header .project-drop-down {
    width: 100%;
    flex: none;
  }

  .vi1-task-block,
  .vi1-retake-block {
    width: 100%;
  }

  .vi1-retake-block .project-drop-down {
    flex: 1 1 100%;
  }

  .vi1-task-block .task-retake-section-header,
  .vi1-retake-block .task-retake-section-header {
    flex-wrap: nowrap;
    gap: 10px 0;
    flex-direction: row;
    align-items: center;
  }

  .vi1-complete-bid-member .vi1-project-completion-wrapper,
  .vi1-complete-bid-member .vi1-bids-progress {
    width: 100%;
  }

  .vi1-task-number-wrapper .info-project {
    flex-wrap: wrap;
  }

  .info-project .vi1-team-member-box {
    height: auto;
    padding: 24px;
  }

  .info-project .vi1-team-member-box:nth-child(4),
  .info-project .vi1-team-member-box:nth-child(3) {
    border-top: 1px solid #e0e0e0;
  }

  .vi1-video-comments-action {
    flex-direction: column;
    gap: 16px 0;
    align-items: flex-start;
  }

  .vi1-comment-btn-block,
  .vi1-comment {
    gap: 16px;
    flex-wrap: wrap;
  }

  .info-project .vi1-team-member-box:nth-child(2) {
    border-right: none;
  }

  .bread-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  /* need to apply this class to project-progress div for approved task progress section when it have only 2 progress  */
  .flex-2-progress {
    width: 100% !important;
    flex: 1 1 100% !important;
  }

  .vi1-client-info-project .vi1-team-member-box {
    width: 100% !important;
    border: none !important;
    flex: 1 1 100% !important;
  }

  .vi1-client-info-project .vi1-team-member-box:not(:last-child) {
    border-bottom: 1px solid #e0e0e0 !important;
    border-right: none !important;
  }
}

@media screen and (max-width: 767px) {
  .vi1-compare-modal .card-image {
    align-items: flex-start;
  }

  .vi1-compare-modal .card-title {
    justify-content: flex-start;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .vi1-compare-modal .modal-dialog {
    min-width: 350px;
  }

  .vi1-compare-modal .card-title > h5 {
    font-size: 14px;
  }

  .vi1-comments-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0;
    height: 100vh;
    overflow: hidden;
  }

  .project-data .task-dropdown-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 18px;
    margin-bottom: 18px;
  }

  .project-data .task-dropdown-wrapper:last-child {
    margin-bottom: 0;
  }

  .task-dropdown-wrapper .project-drop-down {
    width: 100%;
  }

  .project-drop-down .checkbox {
    margin: 0;
  }

  .comment-header {
    padding: 18px;
  }

  .project-data {
    padding: 18px 18px 0;
  }

  .comment-header > h6 {
    font-size: 18px;
  }

  .vi1-comment-header > i {
    color: #999999;
    position: absolute;
    right: 28px;
  }

  .bulk-import-modal {
    min-width: 350px;
  }

  .vi1-task-number-wrapper .info-project {
    align-items: flex-start;
  }
}

@media screen and (max-width: 700px) {
  .vi1-artist-tasks-wrapper {
    gap: 18px;
    margin-bottom: 18px;
    flex-direction: column;
  }

  .vi1-artist-tasks-wrapper .artist-task-block {
    width: 100%;
  }

  .vi1-artist-tasks-wrapper .artist-task-block {
    width: 100%;
  }

  .team-manage-dropdowns .form-group {
    flex: 1 1 auto;
    width: 100%;
  }

  .team-manage-dropdowns .form-group::after {
    right: 40px;
  }
}

@media screen and (max-width: 600px) {
  .artist-card,
  .section-header {
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .artist-card > div:not(:last-child) {
    border-right: none;
  }

  .vi1-status-delivery-wrapper .artist-card div:first-child .card-indicators {
    border-top: none;
  }

  .vi1-status-delivery-wrapper .artist-card > div {
    flex: auto;
    flex-direction: column-reverse;
    display: flex;
  }

  .vi1-status-delivery-wrapper .artist-card > div:not(:last-child) {
    border-bottom: none;
    border-right: none;
  }

  .vi1-status-delivery-wrapper .artist-card {
    flex-direction: column;
  }

  .vi1-status-delivery-wrapper .delivery-indicators {
    padding: 0 0 16px;
  }

  .vi1-status-delivery-wrapper .vi1-project-status .artist-card > div {
    flex-direction: column;
  }

  .vi1-status-delivery-wrapper
    .vi1-project-status
    .artist-card
    > div:first-child {
    border-bottom: 1px solid #e0e0e0;
  }

  .vi1-project-delivery .status-card .artist-card {
    gap: 0;
  }

  .dropdown-menu {
    transform: translate(-48%, 0%);
    right: 0;
    left: 0;
    width: 320px;
  }

  .vi-dropdown-menu {
    transform: translate(-58%, 0%) !important;
  }

  .media-body {
    width: 100%;
  }

  .version-description .media {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px 0;
    display: flex;
  }

  .vi1-video-time {
    order: -1;
  }

  .vi1-video-cta-wrapper {
    flex-direction: column;
    gap: 6px 0;
  }

  .vi1-video-compare-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px 0;
  }

  .vi1-complete-bid-member .vi1-member-asset {
    width: 100% !important;
  }

  .vi1-comment-footer .labels {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .vi1-approved-task-progress-bar .project-progress .bid-title {
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 66px);
    gap: 6px;
  }

  .vi1-header .header-profile .custom-dropdown .dropdown-menu {
    left: auto;
    width: auto;
    transform: inherit;
  }
}

@media screen and (max-width: 576px) {
  .info-project .vi1-team-member-box {
    height: auto;
    padding: 18px;
  }

  .vi1-team-member-box .icon {
    height: 34px;
    width: 34px;
  }

  .vi1-team-member-box .icon img {
    height: 16px;
  }

  .info-project .vi1-team-member-box .numbers h5 {
    font-size: 20px;
    margin: 0 0 4px;
  }

  .info-project .vi1-team-member-box .numbers h6 {
    font-size: 14px;
  }

  .media-body,
  .media-left,
  .media-right {
    vertical-align: middle;
  }

  .vi1-approved-task-progress-bar
    .approved-progress-block
    .project-progress:first-child {
    padding-top: 0;
  }

  .vi1-approved-task-progress-bar
    .approved-progress-block
    .project-progress:last-child {
    padding-bottom: 0;
  }

  .vi1-approved-task-progress-bar .approved-progress-block .project-progress {
    gap: 0;
    padding: 12px 0;
  }

  .vi1-approved-task-progress-bar
    .approved-progress-block
    .project-progress:not(:last-child) {
    border-bottom: none;
  }

  .vi1-approved-task-progress-bar .approved-progress-block {
    gap: 0;
  }

  .vi1-approved-task-progress-bar .project-progress .title,
  .vi1-dashbaord-progress .project-progress .bid-title {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .vi1-video-compares .project-drop-down {
    width: 100%;
  }
  .team-filter-wrapper form {
    align-items: flex-start;
    flex-direction: column;
  }

  .team-search-filter,
  .team-search-filter .form-group,
  .team-filter-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .team-search-filter {
    gap: 10px;
  }

  .phase-container {
    columns: calc(100 / 100);
  }

  .phase-wrapper-block:last-child .phase-wrapper,
  .phase-wrapper-block {
    margin-bottom: 0;
  }

  /* need to apply this class to project-progress div for approved task progress section when it have only 2 progress  */
  .flex-2-progress {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .vi1-task-block .task-retake-section-header,
  .vi1-retake-block .task-retake-section-header {
    flex-wrap: wrap;
    gap: 10px 0;
  }

  .vi1-dashboard-breadcrumb .badge-view {
    flex: 1 1 46%;
  }

  .team-manage-dropdowns .form-group::after {
    right: 36px;
  }

  .vi1-project-status-table-wrapper .vi1-panel-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 0;
  }

  .task-retake-section-header .badge-wrapper .percentage-badge {
    display: inline-flex;
  }

  .vi1-project-status-table-wrapper .vi1-panel-heading {
    margin-right: 0;
  }
}

@media screen and (max-width: 424px) {
  .approved-task-progress-bar .info-project .vi1-team-member-box {
    width: 100%;
  }

  .approved-task-progress-bar .info-project .vi1-team-member-box {
    flex: 1 1 100%;
  }

  .info-project .vi1-team-member-box:not(:last-child) {
    border-right: none;
  }

  .info-project .vi1-team-member-box:nth-child(2),
  .info-project .vi1-team-member-box:nth-child(4),
  .info-project .vi1-team-member-box:nth-child(3) {
    border-top: 1px solid #e0e0e0;
  }
}

/*****************************************************************/
/*=================Common Media Query End Here ===============*/
/*****************************************************************/

/* ***********************************
radio button design start from here
*********************************** */

.radio {
  display: block;
  position: relative;
  padding-left: 2.8rem;
  /* 28px */
  margin-bottom: 1.2rem;
  /* 12px */
  cursor: pointer;
  user-select: none;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio input:checked ~ .checkmark {
  background: transparent;
  border: 1px solid #ccc;
}

.radio input:checked ~ .card-image .card-title h5 {
  color: #ff9722;
}

.radio input:checked ~ .checkmark::after {
  display: block;
  background-color: transparent;
  border: none;
}

.radio span {
  font-size: 1.3rem;
}

.radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2rem;
  width: 2rem;
  border: 1px solid #ff9722;
  background-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
}

.radio .checkmark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 10px;
  bottom: 0;
  margin: auto;
  height: 10px;
  border: solid #ff9722;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  border-radius: 50%;
  background: #ff9722;
}

/* ***********************************
radio button design end from here
*********************************** */

/* checkbox design start here  */
/* .checkbox {
  display: block;
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox input:checked ~ .checkmark {
  background-color: #f26927 !important;
}

.checkbox input:checked ~ .checkmark::after {
  display: block;
}

.checkbox span {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  border-radius: 0.4rem;
  background-color: #dee2e6;
}

.checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: -3px;
  right: 0;
  width: 6px;
  bottom: 0;
  margin: auto;
  height: 12px;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
}

.checkbox-outline-primary {
  display: block;
  position: relative;
  padding-left: 2.8rem;
  margin-bottom: 1.2rem;
  cursor: pointer;
  user-select: none;
}

.checkbox-outline-primary input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-outline-primary input:checked ~ .checkmark {
  background-color: #fff !important;
}

.checkbox-outline-primary input:checked ~ .checkmark::after {
  display: block;
  border-color: #f26927;
}

.checkbox-outline-primary span {
  font-size: 1.3rem;
}

.checkbox-outline-primary .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  border-radius: 0.4rem;
  background: #fff;
  border: 0.1rem solid #f26927;
}

.checkbox-outline-primary .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  width: 0.4rem;
  bottom: 0;
  margin: auto;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
} */

/* checkbox design start end */
/* ==================================== */
/* new task tracing wrapper design start */
/* ===================================== */
.new-tracing-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 12px;
  margin-top: 0;
}

.active-title {
  color: #2b982b;
}

.inactive-title {
  color: #696969;
}

.new-task-play-btn-block .new-task-stop-btn {
  width: 24px;
  height: 24px;
  background-color: #2b982b;
  border-radius: 5px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-task-play-btn {
  width: 24px;
  height: 24px;
  background-color: #2b982b;
  border-radius: 5px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-task-stop-btn {
  background-color: #ff5722 !important;
}

.new-task-content-block h6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 3px;
  color: #333;
}

.clapper-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  position: relative;
}

.clapper-block > img {
  padding-top: 4px;
}

.new-task-content-block span {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0 1px 0 0;
}

.new-task-content-block span + img {
  padding-bottom: 4px;
}

.new-task-content-block p {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  margin: 0;
}

.accordion-toggle .new-task-content-block p {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  margin: 4px 0 0;
}

.new-task-tracking-content > span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.new-task-tracking-content > span > img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
}

.watch-time-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.watch-time-block.inactive {
  margin-top: 6px;
}

.watch-time-block.inactive > * {
  color: #696969 !important;
}

.edit-percentage h6 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.edit-percentage h6 span {
  color: #f26927 !important;
}

.edit-percentage-input {
  width: 50px;
  border-color: #ccc;
  border-style: solid;
  height: auto;
  border-width: 0 0 1px 0;
  background-color: transparent;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
  text-indent: 4px;
}

.edit-percentage.inactive h6,
.edit-percentage.inactive h6 span {
  color: #696969 !important;
}

.edit-percentage > div {
  margin-left: 8px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.watch-time-block .watch-time {
  font-size: 10px;
  padding-left: 0.5rem;
  color: #333;
  border-radius: 5px;
  display: inline-flex;
  font-weight: 700;
  align-items: unset;
}

.watch-time > svg {
  fill: #fff;
  margin-right: 5px;
  margin-bottom: 2px;
}

.watch-time > img {
  padding-right: 0.5rem;
}

.new-send-review-btn {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  background-color: #f26927;
  border: 0;
  outline: 0;
}

.new-send-review-btn:focus {
  outline: 0;
}

.new-task-tracking-description > h5 {
  color: #333;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 5px;
}

.new-task-tracking-description > p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 0;
}

.new-task-tracking-description > a {
  color: #f26927;
  font-size: 12px;
  text-decoration: none;
}

.new-task-tracking-description > a:hover {
  color: #f26927;
  text-decoration: none;
}

.new-task-tracking-block {
  margin: 12px 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f4faf4;
}

.time-review-block,
.new-task-tracking-description,
.new-task-tracking-content {
  padding: 10px;
}

.time-review-block,
.new-task-tracking-description,
.new-task-tracking-time {
  border-top: 1px solid #e0e0e0;
}

.new-task-start-end {
  border-right: 1px solid #e0e0e0;
}

.new-task-tracking-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.new-task-tracking-time > div {
  flex: 1 1 50%;
  padding: 10px;
}

.new-task-start-end span {
  display: block;
  font-size: 12px;
  color: #333;
}

.new-tracking-bid-working > h5 {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  margin: 0 0 2px;
}

.new-tracking-bid-working > p {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin: 0;
}

.time-review-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-task-tracking-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 93%;
}

/* .new-task-play-btn-block {
  margin-left: auto;
} */

.watch-time-block > p {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin: 0;
  width: 200px;
}

.vi1-active-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  flex-direction: column;
}

.vi1-active-wrapper-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.inactive {
  background-color: #fafafa !important;
}

.inactive .time-review-block .watch-time {
  background-color: #fff !important;
  color: #696969 !important;
  border: 1px solid #e0e0e0;
}

.inactive .time-review-block .watch-time > svg,
.inactive .time-review-block .watch-time > path {
  fill: #696969;
}

.inactive .new-task-content-block h6,
.inactive .new-task-content-block span,
.inactive .new-task-content-block p {
  color: #696969;
}

.inactive .collapsed .help-tooltip {
  display: none;
}

.new-task-tracking-panel {
  margin: 10px;
  border-radius: 5px;
}

.new-task-tracking-panel .panel-title {
  border-radius: 5px;
}

.new-task-tracking-panel .panel {
  border: 1px solid #e0e0e0;
  box-shadow: none !important;
}

.new-task-tracking-panel .panel:not(:last-child) {
  margin-bottom: 15px;
}

.new-task-tracking-panel .panel .panel-heading {
  border: none;
  border-radius: 5px 5px;
  text-decoration: none;
  padding: 0;
  position: relative;
}

.new-task-tracking-panel .panel .panel-body {
  padding: 0;
  border-top: none !important;
}

.new-task-tracking-panel .panel-heading .accordion-toggle::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d8";
  color: #999;
  display: inline-block;
  right: 15px;
  position: absolute;
  top: 22px;
  line-height: 0;
}

.new-task-tracking-panel .panel-heading .accordion-toggle.collapsed::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999;
  display: inline-block;
}

.new-task-tracking-panel .panel .accordion-toggle {
  cursor: pointer;
}

.help-tooltip:hover ~ .custom-tooltip {
  display: block !important;
}

.custom-tooltip > span {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #231f20;
  padding: 0;
}

.clapper-block .custom-tooltip {
  position: absolute;
  right: 8px;
  top: 25px;
}

.new-tracking-wrapper {
  width: min(100% - 20px, 434px);
}

.task-tracking-height {
  height: 428px !important;
  overflow-y: scroll;
  margin: 12px 12px 12px 0;
}

.active-tracking-block {
  margin-top: 0;
}

.new-tracking-wrapper::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  position: absolute;
  right: 18px;
  left: auto;
  bottom: -13px;
}

.active-tracking-block .new-task-tracking-content {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .task-tracking-height {
    height: 460px;
  }
}

@media screen and (max-width: 992px) {
  .new-tracking-wrapper {
    bottom: 71px;
    right: 7px;
    width: min(100% - 20px, 390px);
  }

  .clapper-block > img,
  .new-task-content-block span + img {
    width: 12px;
  }
}

@media screen and (max-width: 600px) {
  .new-task-tracking-content > span {
    width: 23px;
    height: 23px;
    border-radius: 5px;
    flex-shrink: 0;
  }
}

/* ****************/
/* scroll design start*/
/* ****************/
.new-tracking-wrapper div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.new-tracking-wrapper div::-webkit-scrollbar-thumb {
  border-radius: 16px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: #ccc;
}

.new-tracking-wrapper div::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f2f2f2;
}

/* ****************/
/* scroll design end */
/* ****************/
/* ==================================== */
/* new task tracing wrapper design end */
/* ===================================== */
@media (max-width: 1299px) {
  .actionModalHeader {
    /* width: 600px; */
    margin-top: 30% !important;
    border-bottom: none !important;
  }
}

@media (min-width: 1300px) {
  .actionModalHeader {
    /* width: 600px; */
    margin-top: 39% !important;
    border-bottom: none !important;
  }
}

/* datatable-body {
  height: 60vh !important;
} */

/* For Table bodies height (With headers visible) start */
.datatable-body {
  height: calc(100vh - 416px) !important;
}

.bidHistoryDatatable .datatable-body ,
.taskTrackDataTable .datatable-body ,
.taskReviewTable .datatable-body {
  /* height: calc(100vh - 416px) !important; */
  height: calc(100vh - 343px) !important;
}

.task-list-datatable .datatable-body,
.assetsDatatable .datatable-body
{
  height: calc(100vh - 393px) !important;
  transition: height 0.5s ease-in-out;
}

.season-list-datatable .datatable-body
{
  height: calc(100vh - 347px) !important;
  transition: height 0.5s ease-in-out;
}

.episode-list-datatable .datatable-body,
.sequence-list-datatable .datatable-body
{
  height: calc(100vh - 349px) !important;
  transition: height 0.5s ease-in-out;
}

.shot-list-datatable .datatable-body
{
  height: calc(100vh - 350px) !important;
  transition: height 0.5s ease-in-out;
}

/* For Table bodies height (With headers visible) over */


/* For Table bodies height (With headers hidden) start */

.task-list-datatable-fsv .datatable-body ,
.assetsDatatable-fsv .datatable-body {
  height: calc(100vh - 264px) !important;
  transition: height 0.8s ease-in-out;
}

.season-list-datatable-fsv .datatable-body ,
.episode-list-datatable-fsv .datatable-body ,
.sequence-list-datatable-fsv .datatable-body,
.shot-list-datatable-fsv .datatable-body  {
  height: calc(100vh - 218px) !important;
  transition: height 0.8s ease-in-out;
}

/* For Table bodies height (With headers hidden) over */

.online-access-group .datatable-body {
  height: calc(100vh - 277px) !important;
}

.team .datatable-body {
  /* height: calc(100vh - 282px) !important; */
  height: calc(100vh - 450px) !important;
}

.ngx-datatable.bootstrap .datatable-body .progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.ngx-datatable.bootstrap .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  background-color: #aad1f9;
}
.ngx-datatable.bootstrap .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  background-color: #106cc8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
/**
 * Progress bar animations
 */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

.pointer {
  cursor: pointer;
  /* color: #10acc1; */
  color: #f26927;
}

.user-view-datatable.datatable-body-cell-label {
  overflow: visible !important;
}
.user-view-datatable.ngx-datatable .datatable-body-cell {
  overflow: visible !important;
}
/* .user-view-datatable.ngx-datatable:not(.assetsDatatable,.assetsDatatable-fsv, .shot-list-datatable, .shot-list-datatable-fsv) .datatable-body-cell {
  overflow: visible !important;
} */
.user-view-datatable.ngx-datatable .overflow-hidden {
/* .user-view-datatable.ngx-datatable .overflow-hidden .datatable-body-cell-label { */
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.datatable-body-cell-label {
  /* overflow: hidden; */
  text-overflow: ellipsis;
  /* border-bottom: 1px solid #e0e0e0; */
  /* padding-top: 10px; */
  /* padding-top: 5px; */
}
::ng-deep .datatable-body-cell:hover {
  background-color: #f2f2f2 !important; /* Update with your desired hover background color */
  /* Add any other hover styles */
}

.ngx-datatable .datatable-header {
  overflow: unset !important;
  font-weight: 700;
  font-size: 14px;
  /* color: #333; */
  color: #333333;
  /* background-color: #f8f8f8 !important; */
  position: relative;
  z-index: 11;
}

.ngx-datatable .datatable-footer .datatable-pager {
  display: flex;
  justify-content: end;
  align-items: center;
}

.ngx-datatable .datatable-footer .datatable-pager .pager {
  display: flex !important;
  gap: 5px !important;
}

.ngx-datatable .datatable-header .datatable-header-cell {
  overflow: unset !important;
}
.ngx-datatable
  .datatable-footer
  .datatable-pager
  .pager
  li:not(.disabled).active
  a {
  z-index: 3;
  background: #f26927;
  border-radius: 5px;
  color: white;
  /* font-weight: bold; */
  border: 1px solid transparent;
}

.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  border-radius: 5px;
  /* font-weight: bold; */
  border-radius: 5px;
  /* color: #f26927; */
  border: 1px solid transparent;
  /* background: rgba(242, 105, 39, 0.1); */
}
.ngx-datatable .datatable-footer .datatable-pager .pager li a:hover {
  border-radius: 5px;
  /* font-weight: bold; */
  border-radius: 5px;
  color: #f26927;
  border: 1px solid #e0e0e0;
  background: rgba(242, 105, 39, 0.1);
}

.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f8f8f8 !important;
}

.datatable-footer {
  padding-left: 20px;
}
.ngx-datatable .datatable-body .progress-linear {
  display: block;
  width: 100%;
  height: 8px;
  padding: 0;
  margin: 0;
  position: relative;
}
.ngx-datatable .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 8px;
  transform: translate(0, 0) scale(1, 1);
  background-color: #eeeeee;
  min-width: 100% !important;
}
.ngx-datatable .datatable-body .progress-linear .container .bar {
  transition: all 2s linear;
  animation: query 1.25s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 2s linear;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  animation-direction: reverse;
  height: 8px;
}
.form-control.hdrTpl {
  /* width: 90%; */
  display: inline-block;
  font-size: 12px;
  border: 1px solid #e0e0e0;
}
.ngx-datatable .ui-inputtext {
  border: 1px solid #e0e0e0 !important;
}

/* .ngx-datatable .ui-widget.ui-button {
  border: 1px solid #e0e0e0 !important;
  border-left: none !important;
} */
.ngx-datatable .ui-widget.ui-autocomplete-dropdown {
  border: 1px solid #e0e0e0 !important;
  border-left: none !important;
}

.frozen-column {
  background-color: white !important;
}

/* .ngx-datatable-row {
  border-top: 1px solid #f8f8f8 !important;
  border-bottom: 1px solid #f8f8f8 !important;
}
.ngx-datatable-cell {
  border-right: 1px solid #f8f8f8 !important;
} */

/* .datatable-row-left {
  background-color: white;
} */

.datatable-icon-prev,
.datatable-icon-left,
.datatable-icon-right,
.datatable-icon-skip {
  position: relative;
  top: 3px;
}

.ngx-datatable .datatable-body-cell {
  padding: 8px 12px;
  border-left: 1px solid #e0e0e0;
  /* border-top: 1px solid #e0e0e0; */
  border-bottom: 1px solid #e0e0e0;
  /* padding-top: 10px; */
  /* padding-top: 5px; */
  /* overflow: hidden !important; */
}

/* .assignTeamTable.ngx-datatable .datatable-body-cell {
  padding: 11px;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 5px;
} */

.fullScreenDatatable-Projects.ngx-datatable .datatable-body-cell,
.assignTeamTable.ngx-datatable .datatable-body-cell,
.season-list-datatable.ngx-datatable .datatable-body-cell,
.episode-list-datatable.ngx-datatable .datatable-body-cell,
.sequence-list-datatable.ngx-datatable .datatable-body-cell,
.shot-list-datatable.ngx-datatable .datatable-body-cell,
.accounts-list-datatable.ngx-datatable .datatable-body-cell,
.task-list-datatable.ngx-datatable .datatable-body-cell ,
.taskTrackDataTable.ngx-datatable .datatable-body-cell ,
.taskReviewTable.ngx-datatable .datatable-body-cell ,
.bidHistoryDatatable.ngx-datatable .datatable-body-cell {
  padding: 8px 12px 8px 12px;
  /* border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; */
}

.crewplanningdatatable .ngx-datatable .datatable-body-cell {
  padding: 0px 0px 0px 0px !important;
}

.ngx-datatable .datatable-header-cell {
  padding: 0px;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  height: 100%;
}

.dt-head-scroll .datatable-header {
  overflow-x: auto !important;
}

.action-button {
  cursor: pointer;
  color: gray;
  display: grid !important;
  align-items: center;
  justify-items: center;
}

.action-button .datatable-body-cell-label {
  display: flex;
  /* gap: 4px; */
  gap: 10px;
  justify-content: center;
}

.secondaryActionColumn .datatable-body-cell-label {
  display: flex;
  gap: 4px;
  justify-content: center;
  height: 40px;
  align-items: center;
}

.datatable-row-left {
  background: #f8f8f8;
  /* box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    2px 0px 0px 0px rgba(0, 0, 0, 0.2); */
  border-right: 1px solid #d0d0d0;
}
.datatable-row-right {
  /* box-shadow: 0px 0px 0px 0px rgba(0.2, 0, 0, 0),
    2px 0px 0px 0px rgba(0.2, 0, 0, 0); */
  background: #f8f8f8;
  text-align: center;
  border-left: 1px solid #d0d0d0;
}
.action-btn-datatable {
  /* transform: translate3d(-1057px, 0px, 0px) !important; */
  margin-left: -12px;
  /* margin-left: 5px; */
  background-color: #f8f8f8;
}
.datatable-body-row .datatable-row-left {
  box-shadow: 3px 0px 4px 0px #3333331a;
}
.datatable-body-row .datatable-row-right {
  box-shadow: -3px 0px 4px 0px #3333331a;
}
.datatable-checkbox {
  position: relative;
  margin: 0;
  margin-left: -10px !important;
  margin-top: -10px !important;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-header-cell .datatable-checkbox {
  /* margin: 14px 0px -13px 0px !important; */
  margin: -6px 0px -13px 0px !important;
}

.ostaskDataTable .datatable-header-cell .datatable-checkbox {
  /* margin: 0px 0px -13px 0px !important; */
  margin: -6px 0px -13px 0px !important;
}

.datatable-checkbox input[type="checkbox"] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
  left: 9px !important;
  top: -9px;
  opacity: 1 !important;
  appearance: none;
}
.datatable-checkbox input[type="checkbox"]:before {
  /* transition: all 0.3s ease-in-out; */
  content: "";
  position: absolute;
  left: 1px;
  z-index: 1;
  /* border: 2px solid #f2f2f2; */
  /* border: 2px solid #33333340; */
  width: 18px;
  height: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  /* background-color: #fff; */
}

.datatable-checkbox input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.datatable-checkbox input[type="checkbox"]:checked:after {
  background: #f26927;
}

.datatable-checkbox input[type="checkbox"]:checked:before {
  /* transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-color: #fff;
  border-top-style: none;
  border-right-style: none; */
  display: block;
  position: absolute;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg);
  padding: 0;
  top: 3px;
  left: 8px;
  width: 6px;
  height: 11px;
  transition: none;
  border-radius: 0;
}

/* datatable-body-row.datatable-body-row.active {
  background-color: #eee !important;
} */

/* To highlight only those fields which has checkbox (outsourced tasks)  */
.datatable-row-wrapper:has(.datatable-checkbox)
  .datatable-body-row.active.datatable-row-odd {
  /* background-color: #eee !important; */
}

.disable-checbox label::before {
  display: none;
}

/* .keepItemsMiddle {
  display: block !important;
} */

.keepItemsMiddle .datatable-body-cell-label {
  display: flex !important;
  justify-content: center !important;
}

.episode-list {
  display: flex;
  gap: 8px;
}

.datatable-header-cell-template-wrap {
  /* display: inline-grid; */
  width: 100%;
  gap: 15px;
}
.datatable-icon-sort-unset {
  position: absolute;
  top: 15px;
  right: 4px;
}
.datatable-icon-down {
  position: absolute;
  top: 11px;
  right: 4px;
}
.datatable-icon-up {
  position: absolute;
  top: 11px;
  right: 4px;
}
.datatable-header-cell-label {
  /* margin-bottom: 7px; */
  border-bottom: 1px solid #e0e0e0;
  display: block;
  /* padding: 11px 11px; */
  padding: 8px 12px;
  overflow: hidden;
}
.ui-autocomplete-multiple-container .ui-autocomplete-input-token input {
  padding-left: 5px !important;
}
/* Change placeholder color */
.ui-autocomplete-input::placeholder {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}
.ui-autocomplete-multiple::placeholder {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}

/* Change font-family */
.ui-autocomplete-input {
  font-family: Arial, sans-serif; /* Replace with your desired font-family */
  height: 32px;
}

.form-group .ui-autocomplete-input {
  font-family: Arial, sans-serif; /* Replace with your desired font-family */
  height: 36px;
}

.ui-button-rounded .ui-button {
  background-color: #f2692710 !important;
  border: 1px solid #e0e0e0 !important;
  border-left: 1px solid #e0e0e0 !important;
  color: #f26927;
  font-size: 12px !important;
}

.ui-button-rounded .ui-button .pi-plus {
  color: #f26927 !important;
}

.ui-button-rounded:hover .ui-button {
  background-color: #f26927 !important;
  border: 1px solid transparent !important;
  color: #fff;
}

.ui-button-rounded:hover .ui-button .pi-plus {
  color: #fff !important;
}

/* .ngx-datatable .datatable-body .datatable-body-row.datatable-row-even {
  background-color: #3333330d;
} */

/* .ngx-datatable .datatable-body .datatable-body-row:hover, */
.ngx-datatable .datatable-body .datatable-body-row:hover .datatable-body-cell,
.ngx-datatable .datatable-body .datatable-body-row:hover .datatable-row-left,
.ngx-datatable .datatable-body .datatable-body-row:hover .datatable-row-right
{
  /* background-color: #eee; */
  /* background-color: #f8f8f8 !important; */
  background-color: #f0f0f0 !important;
  /* background-color: #c8c8c8 !important;  // For KARCO only */
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  /* box-shadow: rgba(0, 0, 0, 0.35) 5px 2px 15px; */
}

.ngx-datatable .datatable-body .datatable-body-row:hover .datatable-row-left,
.ngx-datatable .datatable-body .datatable-body-row:hover .datatable-row-right
 {
  /* background-color: #eee; */
  /* background-color: #f8f8f8 !important; */
  background-color: #f0f0f0 !important;
  /* background-color: #c8c8c8 !important;  // For KARCO only */
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  /* box-shadow: rgba(0, 0, 0, 0.35) 5px 2px 15px; */
}
/* .sidebar-footer {
  position: fixed;
  bottom: 0;
  background-color: white;
  padding: 10px;
  right: 0;
  width: 26%;
  border-top: 1px solid rgba(204, 204, 204, 0.35);
} */

.side-header-fix .tab-content {
  /* margin-top: 30px !important;
  margin-bottom: 30px !important; */
}
.statusCellTemplateOSScreen {
  padding-top: 8px !important;
}

/* Data table  */
.ngx-datatable .datatable-header {
  overflow: unset;
}

.datatable-body .empty-row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Note: to remove scroll when filtered data got no rows  */
.dt-head-scroll .datatable-header {
  overflow-x: unset !important;
}

.statusMiddle {
  display: flex;
  justify-content: center;
}

/* For Data tables heights according to the screens */

/* Vendors */
.fullScreenDatatable .datatable-body {
  height: calc(100vh - 295px) !important;
}


.fullScreenDatatable-admin .datatable-body {
  height: calc(100vh - 322px) !important;
}

/* Employees  */
.employeesDatatable .datatable-body,
.vendorsDatatable .datatable-body
 {
  height: calc(100vh - 285px) !important;
  transition: height 0.4s ease-in-out;
 }

.employeesDatatable-fsv .datatable-body
 {
  height: calc(100vh - 221px) !important;
  transition: height 0.8s ease-in-out;
 }

.fullScreenDatatable-admin .datatable-body .datatable-body-row,
.fullScreenDatatable-admin .datatable-body .datatable-body-cell {
  height: 60px !important;
}

.clientsDatatable .datatable-body .datatable-body-row .datatable-body-cell,
.myTasksDatatable .datatable-body .datatable-body-row .datatable-body-cell,
.fullScreenDatatable-admin .datatable-body .datatable-body-row .datatable-body-cell {
  display: flex;
  align-items: center;
}

.ostaskDataTable
  .datatable-body
  .datatable-body-row
  .datatable-row-left
  .datatable-body-cell {
  display: block;
  padding: 18px 12px;
}

/* Projects  */
.fullScreenDatatable-Projects .datatable-body {
  height: calc(100vh - 312px) !important;
}

/* Projects  */
.projectsDatatable .datatable-body {
  height: calc(100vh - 289px) !important;
}

.clientsDatatable .datatable-body {
  height: calc(100vh - 283px) !important;
}

.myTasksDatatable .datatable-body
 {
  height: calc(100vh - 236px) !important;
 }

.ui-progress-spinner-svg {
  width: 30% !important; /* Set the desired width */
  height: 30% !important; /* Set the desired height */
}
.emptyHeaderCell {
  padding: 22px 4px !important;
}

.ui-autocomplete-input-token input::placeholder,
.datatable-header-cell-template-wrap input::placeholder {
  color: #9e9e9e;
  font-size: 14px;
}

.custom-qt-path {
  padding: 0 !important;
}
.playBlast-icon {
  font-size: 22px;
  display: block;
}
.taskTrackReviewLength {
  padding: 15px;
  background: white;
}
.taskTrackReviewLength-pagination {
  padding: 15px;
  background: white;
  height: 50px;
}

.mentionedUserTag {
  border-radius: 20px;
}

.departmentFilterAutoComplete .form-control {
  height: auto;
}

.download-button-disabled {
  opacity: 0.5; /* Adjust the opacity value as needed */
  pointer-events: none;
}

.ngx-datatable .datatable-body .datatable-body-row:hover .datatable-row-left,
.ngx-datatable .datatable-body .datatable-body-row:hover .datatable-row-right {
  background-color: #eee;
}

.ui-inputgroup {
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
}
.ui-inputgroup .form-control {
  height: 30px;
  border: 0 !important;
}

.ui-inputgroup .ui-inputgroup-addon {
  height: 30px;
  background: white !important;
  border: 1px solid #ccc !important;
  padding: 6px;
}

/* For select assign team-member in Project-settings>Team  */
.modal-dialog.selectTeamMemberModal {
  width: 80%;
}
.selectTeamMemberModal .modal-header {
  margin-bottom: 0px;
}
.assignTeamTable .datatable-scroll,
.assignTeamTable .datatable-scroll .datatable-body-row {
  width: 100% !important;
}

.assignTeamTable .datatable-header {
  background-color: #f8f8f8;
}

.overflow-hidden {
  overflow: hidden !important;
}
.dragImage {
  cursor: move;
  width: 22px;
  margin-right: 5px;
}

.draggble-list-item {
  position: relative;
  margin-bottom: 10px;
}
.draggble-list-item label::before,
.draggble-list-item::after {
  margin-left: 25px !important;
}
.draggble-list-item label {
  position: absolute;
  left: 0;
  padding-left: 50px !important;
}

.manage-column .draggble-list-item:hover,
.draggble-list-item.gu-mirror ,
.manage-column .draggble-list-item.gu-transit {
  border: 0.5px solid #f26927 !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  opacity: 1 !important;
  box-shadow: 10px 10px 5px #f269271a;
  border: 0.5px solid #f26927 !important;
}

/* .manage-column .draggble-list-item label .columnName ,
.manage-column .draggble-list-item label {
  cursor: move !important;
} */

.manage-column .draggble-list-item label::before {
  cursor: pointer !important;
}

.presetLayersSelection {
  display: inline-block;
  padding: 4px 10px;
  height: 30px;
  font-size: 13px;
  width: auto;
  line-height: 25px;
  border-radius: 16px;
  background-color: #f1f1f1;
  margin-right: 3px;
  margin-bottom: 5px;
  color: #999 !important;
  margin-left: 15px;
}

.more_vert {
  color: #333333;
}

.userNameIconCircle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.singleDataRow .userNameIconCircle {
  height: 26px;
  width: 26px;
  font-size: 12px;
}

.user-details {
  /* Adjust styling for the text container */
  flex-grow: 1;
  margin-left: 10px;
}
.user_name {
  font-weight: bold;
}
.user_email {
  font-size: 12px;
}
.user-info-container {
  display: flex;
  align-items: center; /* Vertical alignment */
}
.statusCellTemplateOSScreen {
  display: block !important;
}

.gu-transit {
  /* border: 1px solid #f26927 !important; */
  border: 1px solid #e0e0e0 !important;
  opacity: 1 !important;
  font-size: medium;
  color: #333333;
  border-style: dashed;
  font-size: 14px !important;
  padding: 5px;
}

/* Drag & drop effect start */
.gu-transit {
  z-index: 555555555555555555;
  border-radius: 5px;
  box-shadow: 10px 10px 5px #f269271a;
  display: flex;
}

.phase-block ul li.gu-transit:not(.restOfDepartment):first-child ,
.phase-block > li.gu-transit:not(.restOfDepartment):first-child {
  padding-top: 16px !important;
}

.phase-block ul li.gu-transit:last-child {
  padding-bottom: 16px;
}
/* Drag & drop effect over */

.custom-modal-preview {
  width: 100vw !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
}

/* Confirmation Modal */

.custom-modal-css {
  display: flex;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  justify-content: center;
}

.custom-modal-css .modal-content .modal-header {
  border-bottom: 0 !important;
  padding: 25px 25px 0px 25px !important;
  margin-bottom: 0 !important;
}
.custom-modal-css .modal-content .modal-header .confimationIcon {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.custom-modal-css .modal-content .modal-header .confimationIcon > div {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff0ef;
  border-radius: 50%;
  margin: auto;
}
.custom-modal-css .modal-content .modal-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 17px;
  padding: 25px;
}
.custom-modal-css .modal-content .modal-footer .confirm {
  width: 92px;
  height: 36px;
  background-color: #fb483a;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: white !important;
  box-shadow: none !important;
}
.custom-modal-css .modal-content .modal-footer .cancel {
  width: 92px;
  height: 36px;
  background-color: white;
  border: 1px solid #e0e0e0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  box-shadow: none !important;
}

.task-tab-view .nav-tabs {
  border-bottom: 0 !important;
}

.task-tab-view .nav-tabs > li > a:before {
  border-bottom: 2px solid #f26927 !important;
}

.task-tab-view .nav-tabs > li.active > a {
  color: #f26927 !important;
}

.task-tab-view .nav-tabs > li > a {
  color: #333333 !important;
}
/* .task-tab-view .nav-tabs > li > a:hover {
  border-bottom: 2px solid #f26927 !important;
} */
/* *
common checkbox design start
****/
.checkbox-checked {
  border: 1px solid #007aff !important;
  background-color: rgba(0, 122, 255, 0.0509803922);
}

.checkbox-outline-primary {
  display: block;
  position: relative;
  padding-left: 28px !important;
  margin-bottom: 12px !important;
  cursor: pointer;
  user-select: none;
}
.checkbox-outline-primary input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-outline-primary input:checked ~ .checkmark {
  background-color: #f26927 !important;
  border: 2px solid transparent !important;
}
.checkbox-outline-primary input:checked ~ .checkmark::after {
  display: block;
  border-color: #fff;
}
.checkbox-outline-primary span {
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.checkbox-outline-primary .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.checkbox-outline-primary .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: -3px;
  right: 0;
  width: 6px;
  bottom: 0;
  margin: auto;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* **
common checkbox design end
****/

.ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active {
  background-color: #f26927 !important;
  border: 1px solid #f26927 !important;
}

.new-form-control {
  border: 1px solid #e0e0e0 !important;
  border-radius: 5px !important;
}

.crewplanning .crewplanningdatatable .datatable-body-cell,
.resourceAvailability .resourceAvailabilitydatatable .datatable-body-cell {
  padding: 0;
}

.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label {
  width: 100%;
  height: 100%;
}

.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .available,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .available {
  width: 100%;
  height: 100%;
}

.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .occupied-full-w,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .occupied-full-w {
  width: 100%;
  height: 100%;
}

.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .available,
.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .fullDayWeekly,
.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .occupied,
.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .halfDayWeekly,
.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .holyDay,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .available,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .fullDayWeekly,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .occupied,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .halfDayWeekly,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .holyDay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crewplanning
  .crewplanningdatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .occupied-full-w,
.resourceAvailability
  .resourceAvailabilitydatatable
  .datatable-body-cell
  .datatable-body-cell-label
  .occupied-full-w {
    /* width: 18px; */
  width: 50%;
  height: 17px;
  display: block;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crewplanning .defaultRowCell .datatable-body-cell-label,
.resourceAvailability .defaultRowCell .datatable-body-cell-label {
  padding: 10px;
}

.crewplanning .datatable-header-cell-label,
.resourceAvailability .datatable-header-cell-label {
  /* margin-bottom: 7px; */
  border-bottom: none !important;
}

.crewplanning .ngx-datatable .datatable-header {
  height: auto !important;
}

/* Task screen changes  start */

/* .task-list-datatable */
.unassign-records .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider,
body .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider {
  /* background-color: #007ad9; */
  background-color: #2b982b !important;
}

.perpageSelect select {
  padding: 3px;
  height: 32px;
}

.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
  color: #d0d0d0;
}

.datatable-body {
  /* border-bottom: 1px solid #d0d0d0; */
  border-bottom: 1px solid #e0e0e0;
}

.primaryMenuButton,
.primaryMenuButton:hover {
  color: #fff;
  border-radius: 6px;
  background-color: #f26927;
  /* border: 1px solid #d0d0d0 !important; */
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
}

.primaryMenuButton:hover,
.showMoreBtn:hover {
  background-color: #db5717 !important;
}

.secondaryMenuButton {
  /* opacity: 0.05; */
  border: 1px solid #d0d0d0 !important ;
  background-color: #f26b2710 !important;
  color: #f26927 !important;
}

.secondaryMenuButton:hover {
  background: #f26927 !important;
  color: #fff !important;
  border: none !important ;
}

.cancelMenuButton {
  color: #333333;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0 !important;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 700;
}

.cancelMenuButton:hover {
  background-color: #e9e9e99c;
}

.ngx-datatable.fixed-row
  .datatable-scroll
  .datatable-body-row
  .datatable-row-left,
.ngx-datatable.fixed-row
  .datatable-scroll
  .datatable-body-row
  .datatable-row-right {
  background-color: white;
}

.disabledActionBtn {
  user-select: none;
  pointer-events: none;
  /* opacity: 0.5; */
  visibility: hidden;
  cursor: default !important;
}

.ui-button-rounded .ui-button {
  font-size: 11px;
}

.multiselectTableHeaderDropdown .ui-autocomplete-multiple-container {
  height: 30px;
}

.headerTableHeaderSearch span input:focus {
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.defaultImageThumbnail,
.defaultImageThumbnailIcon {
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  width: 24px;
  height: 24px;
}

.defaultImageThumbnailIcon {
  padding: 4px;
}

i.defaultImageThumbnailIcon {
  font-size: 16px;
  padding: 3px;
}
/*
  span.ng-tns-c10-3.ui-autocomplete.ui-widget.ui-autocomplete-dd.ui-autocomplete-multiple:focus {
    border: 1px solid #f26927 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  } */

.taskScreenSubTabs li a {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  transition: all 300ms ease;
  text-transform: capitalize;
  white-space: nowrap;
  display: inline-block;
}

.grayActionIcon {
  color: #999999 !important;
  position: relative;
  /* top: 3px; */
}

.pi-pencil:hover,
.fa-share:hover {
  color: #f26927 !important;
}
.pi-trash:hover {
  color: red !important;
}

.ngx-datatable .form-control:focus,
.assignTeamMemberBody .form-control:focus,
.projectSettingTable .form-control:focus {
  border-color: #f26927;
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #f26927; */
  box-shadow: none;
}

/* dropdown down arrow ON FOCUS effect  */
.ui-inputwrapper-focus,
.ngx-datatable .ui-inputwrapper-focus,
.projectSettingTable .ui-inputwrapper-focus {
  /* border: 1px solid #f26927 !important; */
  display: block;
  height: 32px !important;
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #f26927 !important; */
  border-radius: 4px;
}

.ui-inputtext:enabled:focus:not(.ui-state-error) {
  border-color: #f26927 !important;
}

/* .body .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container:not(.ui-state-disabled).ui-state-focus */

.multiselectTableHeaderDropdown .ui-button:enabled:focus {
  outline: 0 none;
  outline-offset: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px #f26927;
  border-color: #f26927;
}

.ngx-datatable
  .multiselectTableHeaderDropdown
  .ui-autocomplete-multiple-container {
  /* padding: 0px 2px !important; */
  padding: 1px 4px !important;
}

.ngx-datatable
  .multiselectTableHeaderDropdown
  .ui-autocomplete-multiple-container li {
    height: 28px;
  }

.ngx-datatable
  .multiselectTableHeaderDropdown
  .ui-autocomplete-multiple-container li {
  border-radius: 5px;
}

.tabHeaderBtnGroup {
  display: flex;
  column-gap: 8px;
}

.recordsFilterSwitchGroup {
  display: flex;
  column-gap: 16px;
}

.headerActionBtnsGroup {
  display: flex;
  column-gap: 16px;
}

.themeHorizontalBorder {
  border-top: 1px solid #e0e0e0 !important;
}

.ui-button-secondary button {
  height: 24px;
}

.ui-button-secondary button .ui-button-text {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.rowRightActionBtnsGroup {
  display: flex;
  /* column-gap: 5px; */
  column-gap: 10px;
}

.pager li a {
  width: 32px !important;
  height: 32px !important;
}

.pager li > a {
  padding: 5px 5px !important;
}

.entityScreenHeaderFilterForm {
  padding: 16px 22px;
  border-bottom: 1px solid #e0e0e0;
}

.advancedFilterButton {
  position: relative;
}

.filterAppliedIndicatorDot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  background-color: rgb(251, 72, 58);
  border-radius: 50%;
}

.headerActionBtnsGroup ul {
  margin-bottom: 0px !important;
  margin-left: 3px;
}

.ngx-datatable body {
  color: #333333;
}

.ui-inputgroup .form-control.themeBorderedSearch {
  border: 1px solid #e0e0e0 !important;
  /* box-shadow: none !important; */
}

.ui-inputgroup .form-control.themeBorderedSearch:focus {
  border: 1px solid #f26927 !important;
  box-shadow: none !important;
}

.roundUserProfileimage {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  margin-right: 10px;
}

.ngx-datatable.datatableRowDataAlign .datatable-body-cell {
  padding: 8px 12px !important;
}

.assigneeButton {
  padding: 2px 4px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  width: 72px;
  line-height: 16px;
}

.assigneeButton:hover {
  width: 72px;
  height: 24px;
}

.assigneeButton {
  column-gap: 6px;
}

.assigneeButton .plusIcon {
  width: 12px;
  margin-left: 2px;
}

.assigneeButton .plusIcon path {
  fill: #f26927 !important;
}

.assigneeButton:hover .plusIcon path {
  fill: #ffffff !important;
}

.formLabelRow {
  padding: 0px 8px;
}

.formLabelColumn {
  padding: 0px 8px;
  margin: 0px !important;
}

.formLabelColumn .form-group {
  padding: 0px;
  padding-bottom: 16px;
  margin: 0px !important;
}

.formBottomRow {
  margin-top: 8px;
}

.formBody {
  padding: 16px 16px 24px 16px !important;
}

.internalStagedReview .pi-spinner {
  top: 6px;
}

.multiselectDrawerDropdown {
  height: auto !important;
}

.secondaryActionDivider {
  position: relative;
  padding-right: 10px;
}

.secondaryActionDivider::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e0e0e0;
  position: absolute;
  margin: 0px 5px 0 8px;
}

.secondaryActionColumn .secondaryActionDivider::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #e0e0e0;
  position: absolute;
  margin: 0px 5px 0 8px;
  top: -8px;
  bottom: 0;
}

.formLabelColumn p-autocomplete,
.formLabelColumn .autoCompleteDropdown input,
.formLabelColumn .autoCompleteDropdown button {
  height: 36px !important;
}

.ngx-file-drop__content {
  color: #696969;
}

.ngx-file-drop__content button {
  /* opacity: 0.05; */
  border: 1px solid #d0d0d0 !important ;
  background-color: #f26b2710 !important;
  color: #f26927 !important;
  height: 36px;
}

.ngx-file-drop__content button:hover {
  background: #f26927 !important;
  color: #fff !important;
  border: 1px solid transparent !important ;
  height: 36px;
}

.modalCancelButton {
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  color: #333333;
  background-color: #ffffff !important;
}

.modalCancelButton:hover {
  box-shadow: none !important;
  border: 1px solid #f26927 !important;
  color: #f26927 !important;
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff !important;
}

.modalFormClearButton:hover {
  border: 1px solid #f26927 !important;
  color: #f26927 !important;
  background-color: #ffffff !important;
}

.custom-input:focus {
  border: 1px solid #f26927 !important;
}

.form-control.custom-input::-webkit-input-placeholder,
.ui-autocomplete-input::placeholder {
  color: #a5a5a5 !important;
  font-size: 14px !important;
}

.fullScreenDatatable-Comments .datatable-body {
  height: fit-content !important;
}

.fullScreenDatatable-Comments .datatable-body-row ,
.fullScreenDatatable-Comments .datatable-body-cell {
  height: 40px !important;
  text-align: center;
  align-items: center;
}
.fullScreenDatatable-Comments .datatable-body-cell {
  padding: 8px 12px !important;
}
.fullScreenDatatable-Comments .datatable-body-cell {
  padding: 8px 12px !important;
  font-size: 14px;
}
.fullScreenDatatable-Comments .datatable-header .datatable-row-left {
  border-right: 0px;
}
.fullScreenDatatable-Comments .datatable-body-row .datatable-body-cell:first-child {
  border-left: 0px;
}
.fullScreenDatatable-Comments .datatable-body ,
.fullScreenDatatable-Comments .datatable-header-cell .datatable-header-cell-label {
  border-bottom: 0px;
}
.fullScreenDatatable-Comments .datatable-body .empty-row {
  height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.createVendorMultiDept .ui-autocomplete-dropdown.ui-button-icon-only {
  height: 33px !important;
}

body .ui-button:enabled:focus {
  box-shadow: 0 0 0 1px #f26927 !important;
}

body
  .ui-autocomplete.ui-autocomplete-multiple
  .ui-autocomplete-multiple-container:not(.ui-state-disabled).ui-state-focus {
  border-color: #f26927 !important;
}

.ui-inputwrapper-focus {
  border: none !important;
}

.tableTopHeader {
  /* display: flex;
  align-items: center; */
  height: 48px;
  background-color: #f269270d;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
}

.appsIcon {
  position: relative;
  top: 3px;
}

.meterChartExtendedHeight {
  padding: 60px 0px !important;
}

.halfWidthCategoryBox {
  width: 50% !important;
}

.fullWidthCategoryBox {
  width: 100% !important;
}

.multiselectDrawerDropdown .new-form-control {
  border: 1px solid transparent !important;
}

.dropdown-multiselect__caret {
  background: #fff;
}

.d-flex-center {
  display: flex !important;
  /* justify-content: center !important; */
  /* width: 100% !important; */
  align-items: center !important;
  /* align-self: center !important; */
}

.d-flex-center span {
  align-items: center !important;
  height: 16px !important;
}

.projects-card {
  box-shadow: 0px 0px 20px 10px #00000015;
}

body .ui-inputtext {
  border: 1px solid #e0e0e0 !important;
}

.taskScreenSubTabs li a::before {
  transform: none;
  width: 100%;
  opacity: 0;
}

.taskScreenSubTabs li.active a::before {
  transform: none;
  opacity: 1;
}

.taskScreenSubTabs li:hover a::before {
  border-bottom: 2px solid #f26927 !important;
  transform: none;
  opacity: 1;
}

.taskScreenSubTabs li:hover a {
  color: #ff6708 !important;
  transition: all 300ms ease;
  background: none !important;
}

/* .datatable-container .datatable-header-cell:first-child {
  border-left: 0;
} */
.datatable-row-center .datatable-header-cell:first-child,
.datatable-row-center .datatable-header-cell:first-of-type {
  border-left: 0;
}
/* .content {
  margin: 142px 9px 0px 9px !important;
} */

/* .fullScreenDatatable-Comments .datatable-header-inner {
  width: 100% !important;
} */

/* .fullScreenDatatable-Comments .datatable-body-row {
  width: 100.3% !important;
}

.fullScreenDatatable-Comments .datatable-row-group {
  width: 100% !important;
} */

/* Task screen changes  end */

input::placeholder {
  text-transform: unset !important;
}

.multiselect-dropdown .dropdown-btn {
  border: 1px solid #e0e0e0 !important;
}

.entityRowDataGroup {
  display: flex;
  column-gap: 10px;
  overflow: hidden;
}

.paginationContent nav ul li a {
  display: inline-flex !important;
  width: 34px !important;
  height: 34px !important;
  align-items: center !important;
  justify-content: center !important;
}

.paginationContent nav ul li a:hover {
  color: #f26927;
  background-color: #f269271a;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.paginationContent nav ul li:first-child a,
.paginationContent nav ul li:last-child a {
  width: auto !important;
  height: auto !important;
  border: 1px solid transparent;
}

.paginationContent nav ul li:first-child a:hover,
.paginationContent nav ul li:last-child a:hover {
  border: 1px solid #e0e0e0;
}

.epDeptCell progressbar,
.seqDeptCell progressbar {
  margin-top: 1px;
  margin-bottom: 0px !important;
}

.addShotMultiDept .multiselect-dropdown .dropdown-btn {
  padding-right: 40px !important;
}

.addShotMultiDept .multiselect-dropdown .dropdown-multiselect__caret {
  height: 97% !important;
}

.sidebav-datatable {
  overflow: auto !important;
}

.sidebav-datatable .ngx-datatable .datatable-header {
  display: inline !important;
}

.addUserForAssignment {
  display: flex;
  align-items: center;
  justify-content: end;
}

.phase-block ul li:not(.restOfDepartment):first-child {
  padding-top: 0px !important;
}

.phase-block > li:not(.restOfDepartment):first-child {
  padding-top: 0 !important;
}

.projectTeamEditSwitch .ui-inputswitch {
  width: 36px;
  height: 20px;
}

.projectTeamEditSwitch .ui-inputswitch .ui-inputswitch-slider:before {
  bottom: 0.14em;
  height: 16px;
  width: 16px;
}

.projectTeamEditSwitch .ui-inputswitch-checked .ui-inputswitch-slider:before {
  left: 0.01em;
}

.biddingHistory .datatable-body-cell-label {
  font-size: 14px;
}

.biddingHistory .datatable-row-left {
  border-right: 0px !important;
}

.user-list-group {
  display: flex;
  width: max-content;
  gap: 11px;
  align-items: unset;
  margin-bottom: 14px;
}
.user-name-status {
  text-align: left;
}
.user-name-tooltip {
  font-size: 12px;
  font-weight: 700;
  line-height: 16.37px;
  color: #333333;
}

.custom-primeng-sidebar {
  padding: 0 !important;
}
.custom-primeng-sidebar .header {
  font-size: 20px;
  padding: 20px;
  color: #333333;
  font-weight: bold;
  box-shadow: 0px 4px 20px 0px #0000001a;
}

.custom-primeng-sidebar .ui-corner-all {
  margin: 20px;
}

.custom-primeng-sidebar .body {
  margin: 20px;
  padding-top: 30px;
}

.custom-primeng-sidebar .user-name-tooltip {
  line-height: 32.37px;
}

.custom-primeng-sidebar a .pi-times {
  font-size: 24px;
  color: #999999;
}

.common-material .datatable-header-cell {
  border-right: 1px solid #e0e0e0 !important;
}

.accountsGridDataTable thead {
  background: #f8f8f8;
}

.accountsGridDataTable th {
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.accountsGridDataTable .datatable-body {
  height: calc(100vh - 295px) !important;
}

.accountsGridDataTable .datatable-body-cell {
  font-size: 14px !important;
}

.accountsGridDataTable .datatable-body-cell .actionIconContainer {
  display: flex;
  column-gap: 10px;
}

.actionIconContainer span {
  align-items: center !important;
  display: flex !important;
}

.projectSettingTable .ui-inputwrapper-filled .ui-state-highlight {
  background: rgba(0, 0, 0, 0.05) !important;
  background: #f269270d !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0;
}

.formSaveButton.btn:focus {
  color: #ffffff;
}

.cancelMenuButton.btn:focus {
  color: #333333;
}

.myTaskStatusCell .datatable-body-cell-label {
  width: 100%;
}

.runningTimeLog {
  color: #f26927 !important;
}

.cursorLoader {
  cursor: progress !important;
}

.task-track-datatable .datatable-row-right {
  text-align: left !important;
}

.task-track-datatable .action-btn-datatable {
  margin-left: -7px;
}

.task-track-datatable .datatable-body {
  /* height: calc(100vh - 360px) !important; */
  height: calc(100vh - 342px) !important;
}

.dependentStatusColor {
  background-color: #ccb9a1 !important;
}

.tasktrackScreenSidebar .ng-sidebar,
.taskreviewScreenSidebar .ng-sidebar {
  width: 64%;
}

.taskTrackDetailsDrawer .task-details-side-window-fixedWidth,
.taskTrackDetailsDrawer .task-details-side-window-fixedWidth .task-detail-main,
.taskTrackDetailsDrawer
  .task-details-side-window-fixedWidth
  .task-detail-main
  .fullheightcard,
.taskTrackDetailsDrawer
  .task-details-side-window-fixedWidth
  .task-detail-main
  .fullheightcard
  .fullheightcardbody,
.taskreviewDetailsDrawer .task-details-side-window-fixedWidth,
.taskreviewDetailsDrawer .task-details-side-window-fixedWidth .task-detail-main,
.taskreviewDetailsDrawer
  .task-details-side-window-fixedWidth
  .task-detail-main
  .fullheightcard
  .fullheightcardbody {
  height: 100vh;
}

.taskTrackDetailsDrawer
  .task-details-side-window-fixedWidth
  .task-detail-main
  .fullheightcard
  .fullheightcardbody,
.taskreviewDetailsDrawer
  .task-details-side-window-fixedWidth
  .task-detail-main
  .fullheightcard
  .fullheightcardbody {
  overflow-y: auto !important;
}

.m-l-10 {
  margin-left: 10px;
}

.h-60v {
  height: 60vh !important;
}

.h-66v {
  height: 66vh !important;
}

.h-72v {
  height: 72vh !important;
}

.h-80v {
  height: 80vh;
}

.h-84v {
  height: 84vh;
}

.d-contents {
  display: contents !important;
}

/* .task-track-datatable .datatable-scroll .datatable-body-row {
  z-index: 2;
}

.task-track-datatable .datatable-header {
  z-index: -2;
}

.task-track-datatable,
.task-track-datatable .datatable-header,
.task-track-datatable .datatable-body {
  overflow:  visible !important;
} */

.taskTrackSFRModal .form-group {
  text-align: justify !important;
}

.taskTrackSFRModal .formSubNoteContainer {
  text-align: justify;
}

.taskTrackSFRModal .formSubNote {
  font-size: 14px;
  color: #999999;
}

.taskTrackSFRModal .sendForReviewBtn:hover {
  background-color: #db5717 !important;
  color: #ffffff;
}

.taskTrackSFRModal .sendForReviewBtn {
  background-color: #f26927 !important;
  font-weight: 700;
  color: #ffffff;
}

.taskTrackSFRModal .taskDetailPath {
  max-width: 560px;
  min-width: 120px;
  max-height: 160px;
  min-height: 42px;
  /* width: 560; */
}

.dependentColorStatusText {
  color: rgb(204, 185, 161) !important;
}

.dependentColorStatusBg {
  background-color: rgb(204, 185, 161) !important;
}

.commentSectionScrollableContent {
  overflow-y: auto !important;
}

.task-track-datatable .datatable-header,
.task-review-datatable .datatable-header {
  border-bottom: 1px solid #e0e0e0;
}

.task-track-datatable.scroll-horz .datatable-body,
.task-review-datatable.scroll-horz .datatable-body {
  overflow-x: hidden !important;
}

.myTasksDatatable.fixed-header .datatable-header .datatable-header-inner {
  border-bottom: 0px solid #e0e0e0;
}

.myTasksCenterData {
  justify-content: center;
}

.myTasksDatatable .projectImageIconContainer {
  display: flex;
  justify-content: center;
}

.myTasksDatatable .datatable-row-group,
.myTasksDatatable .datatable-header-inner .datatable-row-left:first-child
{
  border: 0px;
}

.myTasksDatatable .datatable-row-group .datatable-body-cell:first-child {
  border-left: 0px;
}

.versionsDatatable {
  font-size: 14px;
}

.myTasksDatatable .datatable-row-group .datatable-body-cell:last-child,
.onlineAccessGroupDatatable .datatable-header .datatable-row-left,
.onlineAccessGroupDatatable .datatable-body-row .datatable-row-left
/* ,.versionsDatatable .datatable-header .datatable-row-left  */
{
  border-right: 0px;
}

 /* Projects screen start */

 .fullScreenDatatable-Projects .datatable-header-inner .datatable-row-left:first-child,
 .fullScreenDatatable-Projects .datatable-body-row .datatable-row-left:first-child,
 .task-list-datatable .datatable-body-row .datatable-row-left:first-child,
 .taskTrackDataTable .datatable-body-row .datatable-row-left:first-child,
 .taskReviewTable .datatable-body-row .datatable-row-left:first-child,
 .bidHistoryDatatable .datatable-body-row .datatable-row-left:first-child,
 .employeesDatatable .datatable-body-row .datatable-row-left:first-child,
 .employeesDatatable .datatable-header-inner .datatable-row-left:first-child,
 .employeesDatatable-fsv .datatable-body-row .datatable-row-left:first-child,
 .employeesDatatable-fsv .datatable-header-inner .datatable-row-left:first-child,
 .vendorsDatatable .datatable-body-row .datatable-row-left:first-child,
 .vendorsDatatable .datatable-header-inner .datatable-row-left:first-child,
 .clientsDatatable .datatable-body-row .datatable-row-left:first-child,
 .clientsDatatable .datatable-header-inner .datatable-row-left:first-child,
 .myTasksDatatable .datatable-body-row .datatable-row-left:first-child,
 .myTasksDatatable .datatable-header-inner .datatable-row-left:first-child
 {
   border: 0px !important;
 }

  .dashboradDatatable .datatable-row-center .datatable-body-cell:first-child,
  .fullScreenDatatable-Projects .datatable-row-center .datatable-body-cell:first-child,
  .vendorsDatatable .datatable-row-center .datatable-body-cell:first-child,
  .ostaskDataTable .datatable-row-left .datatable-body-cell:first-child,
  .ostaskDataTable .datatable-row-left .datatable-header-cell:first-child,
  .clientsDatatable .datatable-row-center .datatable-body-cell:first-child,
  .myTasksDatatable .datatable-row-center .datatable-body-cell:first-child,
  .assetsDatatable .datatable-header .datatable-row-left .datatable-header-cell:first-child,
  .assetsDatatable .datatable-row-left .datatable-body-cell:first-child,
  .assetsDatatable .datatable-row-right .datatable-body-cell:first-child,
  .assetsDatatable-fsv .datatable-header .datatable-row-left .datatable-header-cell:first-child,
  .assetsDatatable-fsv .datatable-row-left .datatable-body-cell:first-child,
  .assetsDatatable-fsv .datatable-row-right .datatable-body-cell:first-child,
  .season-list-datatable .datatable-row-center .datatable-body-cell:first-child,
  .season-list-datatable .datatable-row-right .datatable-body-cell:first-child,
  .season-list-datatable-fsv .datatable-row-center .datatable-body-cell:first-child,
  .season-list-datatable-fsv .datatable-row-right .datatable-body-cell:first-child,
  .episode-list-datatable .datatable-row-center .datatable-body-cell:first-child,
  .episode-list-datatable .datatable-row-right .datatable-body-cell:first-child,
  .episode-list-datatable-fsv .datatable-row-center .datatable-body-cell:first-child,
  .episode-list-datatable-fsv .datatable-row-right .datatable-body-cell:first-child,
  .sequence-list-datatable .datatable-row-center .datatable-body-cell:first-child,
  .sequence-list-datatable .datatable-row-right .datatable-body-cell:first-child,
  .sequence-list-datatable-fsv .datatable-row-center .datatable-body-cell:first-child,
  .sequence-list-datatable-fsv .datatable-row-right .datatable-body-cell:first-child,
  .shot-list-datatable .datatable-header .datatable-row-left .datatable-header-cell:first-child,
  .shot-list-datatable .datatable-body .datatable-row-left .datatable-body-cell:first-child,
  .shot-list-datatable .datatable-row-right .datatable-body-cell:first-child,
  .shot-list-datatable-fsv .datatable-header .datatable-row-left .datatable-header-cell:first-child,
  .shot-list-datatable-fsv .datatable-body .datatable-row-left .datatable-body-cell:first-child,
  .shot-list-datatable-fsv .datatable-row-right .datatable-body-cell:first-child,
  .versionsDatatable .datatable-row-center .datatable-body-cell:first-child,
  .versionsDatatable .datatable-row-wrapper .datatable-row-right,
  .onlineAccessGroupDatatable .datatable-row-center .datatable-body-cell:first-child,
  .crewplanningdatatable .datatable-body .datatable-row-center .datatable-body-cell:first-child,
  .resourceAvailabilitydatatable .datatable-body .datatable-row-center .datatable-body-cell:first-child
  {
    border-left: 0px;
  }

  .dashboradDatatable .datatable-header .datatable-row-left:first-child,
  .dashboradDatatable .datatable-body-row .datatable-row-left:first-child,
  .season-list-datatable .datatable-header .datatable-row-left,
  .season-list-datatable .datatable-body-row .datatable-row-left,
  .season-list-datatable-fsv .datatable-header .datatable-row-left,
  .season-list-datatable-fsv .datatable-body-row .datatable-row-left,
  .episode-list-datatable .datatable-header .datatable-row-left,
  .episode-list-datatable .datatable-body-row .datatable-row-left,
  .episode-list-datatable-fsv .datatable-header .datatable-row-left,
  .episode-list-datatable-fsv .datatable-body-row .datatable-row-left,
  .sequence-list-datatable .datatable-header .datatable-row-left,
  .sequence-list-datatable .datatable-body-row .datatable-row-left,
  .sequence-list-datatable-fsv .datatable-header .datatable-row-left,
  .sequence-list-datatable-fsv .datatable-body-row .datatable-row-left,
  .allArtistTaskDetailsDatatable .datatable-body-row .datatable-row-left:first-child,
  .allArtistTaskDetailsDatatable .datatable-row-center .datatable-header-cell,
  .crewplanningdatatable .datatable-header .datatable-row-left:first-child,
  .crewplanningdatatable .datatable-body-row .datatable-row-left:first-child,
  .resourceAvailabilitydatatable .datatable-header .datatable-row-left:first-child,
  .resourceAvailabilitydatatable .datatable-body-row .datatable-row-left:first-child,
  .emailSubListDatatable thead tr th:last-child,
  .emailSubListDatatable tbody tr td:last-child,
  .taskTrackDataTable .datatable-header .datatable-row-left:first-child,
  .taskReviewTable .datatable-header .datatable-row-left:first-child
  {
    border-right: 0px !important;
  }
  /* Projects screen over */

  .dashboradDatatable .datatable-header .datatable-header-cell .datatable-header-cell-label,
  .onlineAccessGroupDatatable .datatable-header-cell-label,
  .allArtistTaskDetailsDatatable .datatable-header-cell .datatable-header-cell-label
  {
    border-bottom: 0px;
  }

  /* Tasks screen start */

  .bidHistoryDatatable .datatable-row-left .datatable-header-cell:first-child,
  .bidHistoryDatatable .datatable-row-left .datatable-body-cell:first-child ,
  .taskTrackDataTable .datatable-row-left .datatable-header-cell:first-child,
  .taskTrackDataTable .datatable-row-center .datatable-body-cell:first-child,
  .taskReviewTable .datatable-row-left .datatable-header-cell:first-child,
  .taskReviewTable .datatable-row-center .datatable-body-cell:first-child,
  .task-list-datatable .datatable-row-left .datatable-header-cell:first-child,
  .task-list-datatable .datatable-row-left .datatable-body-cell:first-child,
  .task-list-datatable-fsv .datatable-row-left .datatable-header-cell:first-child,
  .task-list-datatable-fsv .datatable-row-left .datatable-body-cell:first-child,
  .employeesDatatable .datatable-row-center .datatable-body-cell:first-child ,
  .employeesDatatable-fsv .datatable-row-center .datatable-body-cell:first-child,
  .emailSubListDatatable thead tr th:first-child,
  .emailSubListDatatable tbody tr td:first-child {
    border-left: 0px !important;
    border-right: 1px solid #e0e0e0 !important;
  }

  /* Tasks screen over */

  /* Assets screen start  */

  .assetsDatatable .datatable-row-left .datatable-header-cell:first-child {
    border-left: 0px !important;
  }

  .emailSubListDatatable thead tr th {
    background-color: #f8f8f8;
    cursor: auto !important;
  }

  .emailSubListDatatable thead tr th ,
  .emailSubListDatatable tbody tr td {
    height: 40px !important;
    padding: 8px 12px !important;
  }

  /* Assets screen over  */

  .primaryMenuButton .plusIcon, .whiteAddIcon {
    fill: #ffffff;
    /* width: 14px; */
  }

  .exited-user {
    text-decoration: line-through !important;
    color: grey !important;
  }

  .pageHeaderTitle {
    top: -2px;
    position: relative;
    margin-left: 3px;
  }

  .modal-header .text-right span {
    cursor: pointer;
  }

.asset-shot-details .datatable-row-right,
.asset-shot-details .datatable-row-center .datatable-body-cell:first-child {
  border-left: 0px !important;
}

.asset-shot-details .datatable-row-center {
  border-right: 1px solid #e0e0e0 !important;
}

.imageIconCell {
  align-items: center;
  justify-content: center;
}


.changeTaskStatusPopup .swal2-content {
  padding: 0px 1px;
}

.changeTaskStatusPopup .swal2-html-container {
  color: #6c6c6c;
  font-size: 12px;
}

.onlineAccessGroupDatatable .userNameCell {
  display: flex;
  column-gap: 8px;
}

.onlineAccessGroupDatatable .employeeName {
  display: flex;
  align-items: center;
  cursor: auto;
}

.onlineAccessGroupDatatable .userNameIconCircle {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.onlineAccessGroupDatatable .datatable-body {
  overflow-x: hidden !important;
}

.addEmpPagination .pagination {
  max-width: 470px;
  padding-bottom: 5px;
  overflow-x: auto;
  display: flex;
}

.addEmpPagination .pagination li:not(.active) a:hover {
  color: #f26927 !important;
  background-color: #f269271a !important;
  border-radius: 5px !important;
  border: 1px solid #e0e0e0 !important;
  /* width: 27.2px; */
  width: auto;
  height: 28px;
  /* padding: 5px 10px !important; */
}

/* .hideHeader header */
.hideHeader .navbar-fixed-top
{
  top: -64px !important;
}

.hideProjectHeader section {
  margin-top: -64px !important;
  /* top: -64px !important; */
  transition: margin-top 0.5s ease-in-out;
}

.showProjectHeader section {
  margin-top: 64px !important;
  /* top: -64px !important; */
  transition: margin-top 0.5s ease-in-out;
}

.versionsDatatable .datatable-header-cell-label,
.assetShotLinkedDatatable .datatable-header-cell-label,
.detailsBidDatatable .datatable-header-cell-label,
.detailsAssetTaskDatatable .datatable-header-cell-label,
.taskTrackDataTable .datatable-header-cell-label,
.taskReviewTable .datatable-header-cell-label
{
  border-bottom: 0px;
}

.multiSelectFilter li {
  margin: 1px !important;
}

.multiSelectFilter li .pi-fw {
  color: #999999;
}

.contentFullScreen {
  margin: 0px !important;
  transition: margin 0.8s ease-in-out;
}

.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  top: 12px;
  right: 12px;
}

.ui-autocomplete-token .pi-times::before {
  color: #999999;
}

.grayActionIcon.eyeIcon {
  width: 18px;
  height: 18px;
}

.grayActionIcon.eyeIcon path {
  fill: #999999;
}

.grayActionIcon.forwardIcon:hover path,
.grayActionIcon.pencilIcon:hover path,
.grayActionIcon.closeIcon:hover path,
.grayActionIcon.eyeIcon:hover path {
  fill: #f26927;
}

.grayActionIcon.trashIcon:hover path {
  fill: red;
}

/* For removing extra gap behind action columns in datatables start  */

.task-list-datatable .datatable-body .datatable-body-row .datatable-row-right {
  width: 96px !important;
}

.task-list-datatable .datatable-body .datatable-body-row .datatable-row-right .datatable-body-cell {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
}


.assetsDatatable .datatable-body .datatable-body-row .datatable-row-right {
  width: 86px !important;
}

.assetsDatatable .datatable-body .datatable-body-row .datatable-row-right .datatable-body-cell {
  width: 86px !important;
  min-width: 86px !important;
  max-width: 86px !important;
}


.episode-list-datatable .datatable-body .datatable-body-row .datatable-row-right {
  width: 186px !important;
}

.episode-list-datatable .datatable-body .datatable-body-row .datatable-row-right .datatable-body-cell {
  width: 186px !important;
  min-width: 186px !important;
  max-width: 186px !important;
}


.sequence-list-datatable .datatable-body .datatable-body-row .datatable-row-right {
  width: 156px !important;
}

.sequence-list-datatable .datatable-body .datatable-body-row .datatable-row-right .datatable-body-cell {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
}

/* For removing extra gap behind action columns in datatables over  */

.onlineAccessGroupDatatable .datatable-body {
  font-size: 14px;
}

.dependencyListSideWindow .custom-primeng-sidebar .ui-sidebar-close,
.userTaskListSideWindow .custom-primeng-sidebar .ui-sidebar-close {
  display: none;
}

.shotStatusDependencyDrawerBody {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 10px !important;
}

.shotStatusDependencyTable .headerRow {
  background-color: #f9f9f9;
}

.shotStatusDependencyTable tr {
  height: 40px;
}

.shotStatusDependencyTable tr th,
.shotStatusDependencyTable tr td {
  padding: 8px 12px !important;
}

.tabHeaderBtnGroup p-autocomplete input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tabHeaderBtnGroup p-autocomplete .ui-autocomplete-dropdown {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* .shot-list-datatable .action-button,
.shot-list-datatable-fsv .action-button {
  background-color: #ffffff;
} */

.shot-list-datatable .datatable-body-row .datatable-row-right {
  margin-left: 5px;
}

/* For shot screen action column extra space */
.assetsScreen .fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:last-child ,
.shotsScreen .fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:last-child {
  margin-left: -3px !important;
}

.taskScreenSubTabs li:focus {
  outline: none;
}

.disableDrawerOpen {
  cursor: not-allowed;
}

.assetsScreen .user-view-datatable .expanded-view-container ,
.shotsScreen .user-view-datatable .expanded-view-container {
  display: flex;
}

.assetsScreen .user-view-datatable .expanded-view-container .datatable-body-cell-label,
.shotsScreen .user-view-datatable .expanded-view-container .datatable-body-cell-label {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
}

.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedSdHeaderCell,
.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedEdHeaderCell,
.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedBdHeaderCell,
.assetsScreen .user-view-datatable .expanded-view-container .deptExtendedSdCell,
.assetsScreen .user-view-datatable .expanded-view-container .deptExtendedEdCell,
.assetsScreen .user-view-datatable .expanded-view-container .deptExtendedBdCell ,
.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedSdHeaderCell,
.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedEdHeaderCell,
.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedBdHeaderCell,
.shotsScreen .user-view-datatable .expanded-view-container .deptExtendedSdCell,
.shotsScreen .user-view-datatable .expanded-view-container .deptExtendedEdCell,
.shotsScreen .user-view-datatable .expanded-view-container .deptExtendedBdCell {
  width: 92px;
  min-width: 92px;
  margin-right: 12px;
  border-right: 1px solid #e0e0e0;
  margin-top: -8px;
  padding-top: 8px;
  padding-right: 12px;
  height: 40px;
}

.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedSdHeaderCell,
.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedEdHeaderCell,
.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedBdHeaderCell ,
.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedSdHeaderCell,
.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedEdHeaderCell,
.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedBdHeaderCell {
  height: 48px;
  margin-top: 0px;
  align-items: center;
  padding-top: 0px;
  display: flex;
}

/* .assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedStHeaderCell , */

.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedStHeaderCell {
  width: 100% !important;
  /* width: 165px; */
  /* min-width: 165px; */
}

.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedStHeaderCell.withDepenency ,
.shotsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedStHeaderCell.withDepenency {
  width: 229px;
  min-width: 229px;
}

.shotsScreen .user-view-datatable .datatable-header .deptsHeaderCell .datatable-header-cell-label span.deptHeader {
  /* width: 90%; */
  /* width: 77%; */
  width: inherit;
  max-width: 50%;
  max-width: 39%;
  /* display: inline-block; */
  display: inline-grid;
}

.assetsScreen .user-view-datatable .datatable-header .deptsHeaderCell .datatable-header-cell-label span.deptHeader {
  /* width: 90%; */
  /* width: 77%; */
  width: inherit;
  max-width: 44%;
  /* display: inline-block; */
  display: inline-grid;
}

.assetsScreen .user-view-datatable .datatable-header .deptsHeaderCell .datatable-header-cell-label span.deptHeader .deptName ,
.shotsScreen .user-view-datatable .datatable-header .deptsHeaderCell .datatable-header-cell-label span.deptHeader .deptName {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

/* .assetsDatatable .datatable-body-row .datatable-body-cell .datatable-body-cell-label span ,
.shot-list-datatable .datatable-body-row .datatable-body-cell .datatable-body-cell-label span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
} */

.assetsScreen .user-view-datatable .datatable-header .datatable-row-center .deptsHeaderCell .sort-btn,
.assetsScreen .user-view-datatable .datatable-header .datatable-row-center .deptsHeaderExpandedCell .sort-btn,
.shotsScreen .user-view-datatable .datatable-header .datatable-row-center .deptsHeaderCell .sort-btn,
.shotsScreen .user-view-datatable .datatable-header .datatable-row-center .deptsHeaderExpandedCell .sort-btn {
  right: 30px !important;
}

.deptstWidth-254 {
  width: 254px !important;
  min-width: 254px !important;
  max-width: 254px !important;
}

/* .deptstWidth-254 .dependencyChip , */
.dependencyChip {
  /* width: 70px ; */
  width: 76px ;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  /* background-color: rgb(169, 169, 169); */
}

.dependencyViewIcon {
  margin-left: 4px;
}

/* .deptstWidth-254 .dependencyChip.noDepend { */
.dependencyChip.noDepend {
  background: #A9A9A91A;
}
/* .deptstWidth-254 .dependencyChip.noDepend:hover { */
.dependencyChip.noDepend:hover {
  background: #A9A9A9;
}
/* .deptstWidth-254 .dependencyChip.noDepend .dependencyViewIcon path { */
.dependencyChip.noDepend .dependencyViewIcon path {
  fill: #A9A9A9;
}


/* .deptstWidth-254 .dependencyChip.approvalPend { */
.dependencyChip.approvalPend {
  background: #FF66661A;
}
/* .deptstWidth-254 .dependencyChip.approvalPend:hover { */
.dependencyChip.approvalPend:hover {
  background: #FF6666;
}
/* .deptstWidth-254 .dependencyChip.approvalPend .dependencyViewIcon path { */
.dependencyChip.approvalPend .dependencyViewIcon path {
  fill: #FF6666;
}


/* .deptstWidth-254 .dependencyChip.partiallyAppr { */
.dependencyChip.partiallyAppr {
  background: #FF98001A;
}
/* .deptstWidth-254 .dependencyChip.partiallyAppr:hover { */
.dependencyChip.partiallyAppr:hover {
  background: #FF9800;
}
/* .deptstWidth-254 .dependencyChip.partiallyAppr .dependencyViewIcon path { */
.dependencyChip.partiallyAppr .dependencyViewIcon path {
  fill: #FF9800;
}


/* .deptstWidth-254 .dependencyChip.fullyAppr { */
.dependencyChip.fullyAppr {
  background: #2B982B1A;
}
/* .deptstWidth-254 .dependencyChip.fullyAppr:hover { */
.dependencyChip.fullyAppr:hover {
  background: #2B982B;
}
/* .deptstWidth-254 .dependencyChip.fullyAppr .dependencyViewIcon path { */
.dependencyChip.fullyAppr .dependencyViewIcon path {
  fill: #2B982B;
}

.dependencyChip.noDepend:hover .dependencyViewIcon path,
.dependencyChip.approvalPend:hover .dependencyViewIcon path,
.dependencyChip.partiallyAppr:hover .dependencyViewIcon path,
.dependencyChip.fullyAppr:hover .dependencyViewIcon path {
  fill: #FFFFFF;
}

.deptstWidth-254 .chip {
  width: 141px ;
  min-width: 141px ;
}

.deptstWidth-254 .datatable-body-cell-label {
  width: 141px ;
  display: flex;
    align-items: flex-start;
}

/* Datatable loader  */

.shotsScreen .user-view-datatable .datatable-body .progress-linear .container {
  position: fixed;
}

.d-ruby {
  display: ruby;
}


.toggleSideColumn {
  float: right;
  display: flex;
  margin-top: 2px;
}

.rotateToggleIcon {
  transform: rotate(180deg);
}

.tinyChip {
  /* width: 25%; */
  /* width: 141px; */
  /* width: 135px; */
  width: 165px;
  height: 24px !important;
}

.tinyChipWithDep {
  /* width: 25%; */
  /* width: 141px; */
  /* width: 135px; */
  width: 141px;
  height: 24px !important;
}

.tinyDeptStatusFilter {
  float: right;
  align-items: center;
  max-width: 141px;
}

.deptExtendedStatusFilters {
  display: flex;
  /* column-gap: 12px; */
  column-gap: 14px;
}

.dependencyStateFilters {
  display: inline-flex;
  align-items: center;
  /* column-gap: 8px; */
  column-gap: 10px;
  margin: 0px 2px;
}

.dependFDot {
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  /* background-color: orange; */
}

.dependFDot.noDepend:hover {
  width: 16px;
  border: 2px solid #ffffff;
  height: 16px;
  margin: 0px -3px;
}

.dependFDot.active  {
  padding: 6px;
}

.dependFDot.active ,
.dependFDot.noDepend:hover ,
.dependFDot.partDepend:hover ,
.dependFDot.approvPend:hover ,
.dependFDot.fullyApprov:hover {
  /* outline: 1px solid #e0e0e0; */
  border: 2px solid #ffffff;
  width: 16px;
  height: 16px;
  margin: 0px -3px;
  padding: 6px;
}


.dependFDot.noDepend:hover,
.dependFDot.noDepend.active {
  outline: 1px solid #A9A9A9;
}

.dependFDot.partDepend:hover ,
.dependFDot.partDepend.active {
  outline: 1px solid #FF9800;
}

.dependFDot.approvPend:hover ,
.dependFDot.approvPend.active {
  outline: 1px solid #FF6666;
}

.dependFDot.fullyApprov:hover ,
.dependFDot.fullyApprov.active {
  outline: 1px solid #2B982B;
}

.dependFDot.noDepend {
  background-color: #A9A9A9;
}

.dependFDot.partDepend {
  background-color: #FF9800;
}

.dependFDot.approvPend {
  background-color: #FF6666;
}

.dependFDot.fullyApprov {
  background-color: #2B982B;
}

/* .assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedStHeaderCell , */
/* .assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedStHeaderCell .deptExtendedStatusFilters , */
.assetsScreen .user-view-datatable .datatable-header .deptHeaderCell .deptExtendedStHeaderCell {
  width: 100% !important;
}

.emailWiseDeptMultiSelect ul,
.emailWiseDeptMultiSelect button {
  min-height: 36px !important;
}

.emailWiseDeptMultiSelect ul li.ui-autocomplete-input-token input {
  /* align-items: center; */
  /* display: inline-flex; */
  margin-top: 4px !important;
}

.emailSubListDatatable tbody tr:hover .cursor-pointer {
  opacity: 1 !important;
}

.emailSubListDatatable tbody tr .cursor-pointer .form-group,
.emailSubListDatatable tbody tr .cursor-pointer .form-line {
  margin-bottom: 0px !important;
}

.emailSubListDatatable tbody tr td input.emailEditField {
  padding: 0px !important;
}

/* .emailSubListDatatable tbody tr td.emailCell div.active {
  border: 1px solid #f26927;
  border-radius: 5px;
  padding: 0px 8px;
} */

.lengthSelectControl input ,
.bidDaySelectControl input {
  border-left: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.lengthSelectControl input,
.bidDaySelectControl input,
.lengthSelectControl .ui-autocomplete .ui-autocomplete-dropdown ,
.bidDaySelectControl .ui-autocomplete .ui-autocomplete-dropdown {
  /* height: 32px !important; */
  height: 36px !important;
}

.lengthSelectControl .ui-inputtext:enabled:focus:not(.ui-state-error) ,
.bidDaySelectControl .ui-inputtext:enabled:focus:not(.ui-state-error) {
  border-color: #e0e0e0 !important;
}

/* For task details side-drawer in task-list page  */
.task-details-side-window .task-details-side-window {
  width: 930px !important;
}

.studioPhases.phase-block ul li:first-child .phaseActionIconsRight {
  padding-bottom: 16px !important;
}

.phase-block ul li:last-child .phaseActionIconsRight ,
.studioPhases.phase-block ul li:last-child .phaseActionIconsRight {
  padding-top: 16px !important;
}

.viewsToggleBtns {
  column-gap: 0px;
}

.viewsToggleBtns button.firstBtn {
  border-right: 1px solid #e0e0e0 !important;
}

.viewsToggleBtns button.secondBtn {
  border-left: 1px solid #e0e0e0 !important;
}


.fileDropContainer .ngx-file-drop__drop-zone {
  background: #F269270D;
  border: 2px dashed #e0e0e0 !important;
  height: 144px !important;
}

.fileDropContainer .ngx-file-drop__content {
  font-size: 14px;
  font-weight: 600;
  color: #333333 !important;
  gap: 8px;
  padding: 24px;
}

.dropFileDivider {
  display: flex;
  column-gap: 8px;
  color: #696969;
  font-size: 12px;
  font-weight: 600;
}

.dropFileDivider p {
  width: 40px;
  height: 1px;
  border: 1px solid #e0e0e0;
  border-bottom: 0px !important;
  margin: 0;
  align-self: center;
}

.fileDropContainer .ngx-file-drop__file-input {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333333 !important;
}

.fileDropContainer button {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  background-color: #f26927 !important;
  border: 1px solid transparent !important;
}

.doubleFormGroupContainerRow .col-md-6:first-child .form-group {
  padding: 0 0 0 16px !important;
}

.doubleFormGroupContainerRow .col-md-6:last-child .form-group{
  padding: 0 16px 0 0 !important;
}

.versionsDatatable .hideoverflow .datatable-body-cell-label {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

.assignTeamMemberBody .ui-autocomplete-input ,
.assignTeamMemberBody .ui-autocomplete .ui-autocomplete-dropdown ,
.assignTeamMemberBody input {
  height: 36px !important;
}

.commentModalTable thead tr th {
  font-weight: 700;
  background-color: #f8f8f8;
}

.commentModalTable thead tr th,
.commentModalTable tbody tr td {
  padding: 8px 12px !important;
  font-size: 14px;
  color: #333333;
}

.addMissingDataInForm, .addMissingDataInForm:hover {
  font-size: 14px;
  font-weight: 700;
  color: #f26927;
}

button.formSaveButton[disabled] {
  background: #999999 !important;
}

/* .employeesDatatable .datatable-row-right,
.employeesDatatable.fixed-row .datatable-scroll .datatable-body-row .datatable-row-right {
  z-index: -1 !important;
  position: relative !important;
} */

/* .datatable-body-row .datatable-row-right.datatable-row-group{
  position: relative;
  z-index: -1;
} */


/* For phases switch toggle  */
.phasesSwitchContainer .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider {
  background-color: #cccccc !important;
}

.phasesSwitchContainer .switchChecked .ui-inputswitch .ui-inputswitch-slider {
  background-color: #2b982b !important;
  /* transform: translateX(1.250em) !important; */
}

.phasesSwitchContainer .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider::before {
  transform: translateX(0em) !important;
}
.phasesSwitchContainer .switchChecked .ui-inputswitch .ui-inputswitch-slider::before {
  transform: translateX(1.250em) !important;
}

.progress-bar-indeterminate::before {
  animation: 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) 0s infinite normal none running progress-indeterminate;
}

.progress-bar-indeterminate::after, .progress-bar-indeterminate::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background-color: inherit;
  will-change: left, right;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--tblr-progress-bar-color);
  text-align: center;
  background-color: var(--tblr-progress-bar-bg);
  overflow: hidden;
  white-space: nowrap;
  transition: var(--tblr-progress-bar-transition);
}

.parentDeptNameInputfield ul {
  width: 100% !important;
}

.daterangepicker .input-mini.active {
    border: 1px solid #f26927 !important;
}

.popover.left > .arrow {
  right: -10px;
}

.popover-left.bs-popover-left {
  box-shadow: 0px 0px 10px 0px #1F1F1F26;
}

.shotAttachedAsset .multiselect-dropdown .dropdown-list {
  margin-top: 0px !important;
  height: 250px !important;
}

.shotAttachedAsset .multiselect-dropdown .dropdown-list .item2 {
  height: 142px !important;
  max-height: 142px !important;
}

.sequences-dropdown {
  display: contents !important;
}

.sequences-dropdown ul {
  display: grid !important;
}

.sequences-dropdown ul li {
  width: inherit !important;
}

