/** Utility Stylesheets Define Here  **/
/** Global Theme Colors **/
/** #1F60D9, #00458B, #0A2472, #153084 **/
/** e55353 **/
/** Font Size: 36px **/
/** Font Size: 32px **/
/** Font Size: 28px **/
/** Font Size: 24px **/
/** Font Size: 20px **/
/** Font Size: 18px **/
/** Global Utility Classes **/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-10 {
  margin-left: 10px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

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

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

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

.mr-50 {
  margin-right: 50px; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

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

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

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

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

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

.pl-10 {
  padding-left: 10px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pr-10 {
  padding-right: 10px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.fl-none {
  float: none; }

.head-row {
  justify-content: space-between;
  padding: 0 15px; }

.no-radius {
  border-radius: 0; }

.font-weight-light {
  font-weight: 300; }

.font-weight-regular {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 500; }

.font-weight-semibold {
  font-weight: 600; }

.font-weight-bold {
  font-weight: 700; }

.font-weight-extrabold {
  font-weight: 800; }

.text-gray {
  font-size: 14px;
  color: #000000; }

.wide100 {
  width: 100%; }

.wide75 {
  width: 75%; }

.wide50 {
  width: 50%; }

.wide25 {
  width: 25%; }

.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 0.3; }

.opacity-2 {
  opacity: 0.5; }

.opacity-3 {
  opacity: 0.7; }

.opacity-4 {
  opacity: 0.9; }

.opacity-5 {
  opacity: 1; }

.bradius25 {
  border-radius: 25px !important; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 120%; }
  @media (max-width: 1600px) {
    html {
      font-size: 100%; } }
  @media (max-width: 1199.98px) {
    html {
      font-size: 95%; } }
  @media (max-width: 991.98px) {
    html {
      font-size: 90%; } }
  @media (max-width: 767.98px) {
    html {
      font-size: 85%; } }
  @media (max-width: 575.98px) {
    html {
      font-size: 80%; } }
  @media (max-width: 414.98px) {
    html {
      font-size: 75%; } }

@media (min-width: 1199px) {
  .container {
    width: 85%;
    max-width: 85%; } }

*,
*:before,
*:after {
  box-sizing: inherit; }

a,
a:hover,
a:focus {
  color: #4061ad;
  text-decoration: none;
  cursor: pointer; }

*:focus {
  outline: none !important; }

a:focus {
  text-decoration: none;
  background: none; }

.link-black {
  color: #000000; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  background: #f8f8f8;
  width: 100%;
  color: #000000;
  overflow-y: hidden; }
  @media (max-width: 991.98px) {
    body {
      overflow-y: auto; } }
  @media (max-width: 414.98px) {
    body {
      overflow-y: auto !important; } }

.lockscrollbar {
  overflow-y: hidden; }

.openscrollbar {
  overflow-y: scroll; }

p {
  font-family: "Roboto", sans-serif !important; }

sup {
  font-size: 60%;
  top: -0.8em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
  margin: 0px;
  padding: 10px;
  color: #000000; }

.main-panel {
  width: 100%;
  background: #ffffff; }

.bg-danger-gradient {
  background-color: #e55353;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.wrapper {
  padding-bottom: 60px;
  min-height: 100vh !important;
  /** Additionally Added For Min Page Height **/
  transition: 0.3s;
  margin-left: 250px;
  width: calc(100% - 250px); }
  @media (max-width: 991.98px) {
    .wrapper {
      width: 100%;
      margin-left: 0px; } }
  @media (max-width: 767.98px) {
    .wrapper {
      width: 100%;
      margin-left: 0px; } }

.content {
  width: 100%;
  overflow: hidden;
  min-height: 900px; }
  .content .contentInnerWrap {
    padding: 40px;
    overflow-y: auto;
    height: 87vh; }
    @media (max-width: 767.98px) {
      .content .contentInnerWrap {
        padding: 15px; } }

.defaultPlaceholder {
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .defaultPlaceholder img {
    width: 320px;
    height: auto; }
  .defaultPlaceholder .defaultPlaceholderText {
    color: #4061ad;
    font-size: 24px; }

.badge {
  font-size: 0.75em;
  font-weight: 700;
  line-height: 12px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px; }

.InProgress {
  background: #0033FF; }

.Pipeline {
  background: #FF9900; }

.Completed {
  background: #14a44d; }

.Cancelled {
  background: #da2128; }

.OnHold {
  background: #F0E130; }

.Analysis {
  background: #CC6600; }

.UAT {
  background: #C24641; }

.Design {
  background: #2C3539; }

.Development {
  background: #00cccc; }

.form-label {
  font-weight: 500; }

.progressBarWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-self: center; }
  .progressBarWrap .closedStatus {
    float: left;
    margin-right: 6px;
    cursor: pointer; }
  .progressBarWrap .progress {
    border-radius: 12px;
    width: 85%;
    position: relative;
    min-width: 120px; }
    .progressBarWrap .progress .progress-bar {
      position: absolute; }
    .progressBarWrap .progress .percentageText {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      position: relative; }
  .progressBarWrap .openStatus {
    float: right;
    margin-left: 6px;
    cursor: pointer; }
  .progressBarWrap .badge {
    padding: 5px 8px;
    min-width: 75px; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #36a9a5; }

::-webkit-scrollbar-thumb:hover {
  background: #218380; }

.maskBgOverlay {
  background: #000000;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1111;
  opacity: 0.5; }

.loader {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.assignedId {
  opacity: 0.75;
  color: #666666; }

.errMsg {
  color: #e55353;
  margin: 5px 0 0 0; }

@keyframes imageReveal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transform: translateX(-5%);
    opacity: 0.5; }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateX(0);
    opacity: 1; } }

@keyframes blockReveal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes blockrevealTopToBottom {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }

@keyframes bottomUpFadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes rightFadeIn {
  0% {
    transform: translateX(80px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes textReveal {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%); }
  100% {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); } }

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

@keyframes fx {
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes shine {
  to {
    background-position: 200% center; } }

@keyframes shine {
  to {
    background-position: 200% center; } }

@keyframes rotate-one {
  100% {
    transform: rotate(40deg);
    /**
 * 12% => 21.6deg
 */ } }

@keyframes rotate-two {
  0% {
    transform: rotate(21.6deg); }
  100% {
    transform: rotate(88deg);
    /**
 * 32% => 57.6deg 
 * 57.6 + 21.6 => 79.2deg
 */ } }

@keyframes rotate-three {
  0% {
    transform: rotate(88deg); }
  100% {
    transform: rotate(140.4deg);
    /**
 * 34% => 61.2deg 
 * 61.2 + 79.2 => 140.4deg
 */ } }

@keyframes rotate-four {
  0% {
    transform: rotate(140.4deg); }
  100% {
    transform: rotate(180deg);
    /**
 * 22% => 39.6deg  
 * 140.4 + 39.6 => 180deg
 */ } }

@keyframes fade-in {
  0%,
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideDownFilter {
  from {
    height: 0; }
  to {
    height: 75px; } }

@keyframes slideDownSorting {
  from {
    height: 0; }
  to {
    height: 55px; } }

.InputGroupComponent {
  position: relative;
  display: block;
  margin: 20px 0; }
  @media (max-width: 767.98px) {
    .InputGroupComponent .form-control {
      font-size: 1.125rem; } }
  .InputGroupComponent .form-control:focus {
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.8); }
  .InputGroupComponent label {
    font-size: 14px;
    font-weight: 600;
    color: #e55353;
    padding-left: 2px; }
  .InputGroupComponent input {
    color: #000000 !important;
    font-weight: 500;
    border: 1px solid #979797 !important;
    border-radius: 4px;
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5); }
  .InputGroupComponent .status-icon {
    position: absolute;
    right: 8px;
    top: 53%; }
  .InputGroupComponent .rotate {
    animation: spin 4s linear infinite; }
  .InputGroupComponent ::placeholder {
    color: #000000;
    opacity: 0.75;
    font-weight: 400; }

.SelectInputGroupComponent {
  margin: 10px 20px;
  margin-left: 0; }
  .SelectInputGroupComponent label {
    font-size: 14px;
    font-weight: 500;
    color: #000000 !important;
    padding-left: 2px; }
  .SelectInputGroupComponent .react-select__control {
    border: 1px solid #979797;
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5) !important; }
  .SelectInputGroupComponent .react-select__placeholder {
    color: #000000 !important;
    font-weight: 500;
    opacity: 0.75; }
  .SelectInputGroupComponent .react-select__single-value {
    color: #000000 !important;
    font-weight: 500; }
  .SelectInputGroupComponent .react-select__indicator {
    color: #000000 !important; }
  .SelectInputGroupComponent .react-select__indicator-separator {
    display: none; }
  .SelectInputGroupComponent .react-select__menu {
    z-index: 10000;
    box-shadow: 0 3px 10px 0 rgba(189, 207, 212, 0.5) !important; }
  .SelectInputGroupComponent div {
    outline: none !important;
    box-shadow: none !important; }
  .SelectInputGroupComponent .beta-label {
    color: #bab9b9;
    font-size: 10px;
    position: relative;
    top: 0px;
    left: 5px;
    width: 40px;
    font-weight: 600; }

.ButtonComponent {
  display: inline-block;
  margin: 10px 20px; }
  .ButtonComponent .btn {
    background: #4061ad;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 400;
    border-radius: 25px;
    font-size: 16px;
    min-width: 135px; }
    .ButtonComponent .btn:hover {
      box-shadow: 0 6px 18px rgba(201, 201, 201, 0.9);
      transition: .3s all ease;
      background: #263a8f;
      color: #ffffff; }
    @media (max-width: 767.98px) {
      .ButtonComponent .btn {
        padding: 10px 15px;
        font-size: 14px; } }
    @media (max-width: 575.98px) {
      .ButtonComponent .btn {
        padding: 10px;
        min-width: 110px; } }
  .ButtonComponent .cancelbtn {
    background: #e55353 !important;
    border: none;
    opacity: 0.6; }
    .ButtonComponent .cancelbtn:hover {
      opacity: 1; }

.FABComponent {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 1; }
  @media (max-width: 767.98px) {
    .FABComponent {
      left: 20px;
      bottom: 10px; } }
  .FABComponent .btn-fab {
    padding: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f8f8f8;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 0px 30px 0px rgba(95, 127, 138, 0.5) !important; }
    @media (max-width: 767.98px) {
      .FABComponent .btn-fab {
        width: 60px;
        height: 60px; } }
    .FABComponent .btn-fab:hover {
      transform: rotate(90deg); }
    .FABComponent .btn-fab:active {
      background: #4061ad;
      opacity: 0.9; }

.CheckBoxGroupComponent {
  margin: 10px 20px;
  margin-left: 0;
  cursor: pointer;
  user-select: none; }
  .CheckBoxGroupComponent.disabled {
    pointer-events: none; }
  .CheckBoxGroupComponent .icon {
    color: #000000; }
    .CheckBoxGroupComponent .icon.colored {
      color: #e55353; }
  .CheckBoxGroupComponent span {
    padding-left: 20px;
    color: #000000;
    width: 100%;
    vertical-align: top;
    display: inline-block; }

.RadioGroupComponent {
  margin: 10px 20px;
  margin-left: 0;
  user-select: none; }
  .RadioGroupComponent .radio-item {
    margin: 10px 0;
    cursor: pointer; }
  .RadioGroupComponent .icon {
    color: #000000; }
    .RadioGroupComponent .icon.colored {
      color: #e55353; }
  .RadioGroupComponent span {
    padding-left: 20px;
    color: #000000; }

/** Modal Dialog Styling **/
.MuiDialog-container .MuiPaper-root {
  border-radius: 12px; }

.MuiDialog-container .MuiDialogTitle-root {
  padding: 18px 10px;
  background: #4061ad; }
  .MuiDialog-container .MuiDialogTitle-root .MuiTypography-h6 {
    padding: 0 6px;
    color: #ffffff;
    display: flex; }
    .MuiDialog-container .MuiDialogTitle-root .MuiTypography-h6 svg {
      margin: 15px 0 0 0; }
  .MuiDialog-container .MuiDialogTitle-root .MuiSvgIcon-root {
    color: #ffffff; }
  .MuiDialog-container .MuiDialogTitle-root .MuiButtonBase-root {
    top: 10px;
    color: #9e9e9e;
    right: 8px;
    position: absolute; }

.MuiDialog-container .MuiDialogContent-root {
  padding: 25px 16px; }
  .MuiDialog-container .MuiDialogContent-root .MuiTypography-body1 {
    font-size: 14px; }
    @media (max-width: 414.98px) {
      .MuiDialog-container .MuiDialogContent-root .MuiTypography-body1 {
        font-size: 11px; } }
  .MuiDialog-container .MuiDialogContent-root .MuiTypography-colorTextSecondary {
    color: #666666; }
  @media (max-width: 991.98px) {
    .MuiDialog-container .MuiDialogContent-root {
      padding: 20px; } }
  @media (max-width: 575.98px) {
    .MuiDialog-container .MuiDialogContent-root {
      padding: 16px; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

/** Layout Stylesheet Define Here **/
.footer-wrap {
  background-color: red; }

/** Pages Stylesheets Define Here **/
/* header css */
.dashboard-main .header {
  background: #ffffff;
  border-bottom: 1px solid #d1d1d1; }
  .dashboard-main .header .bar {
    float: left;
    font-size: 16px; }
    .dashboard-main .header .bar svg {
      margin-left: -62px; }
  .dashboard-main .header ul li a {
    font-size: 18px;
    color: #000000;
    margin: 0 8px 0 0; }
  .dashboard-main .header .rightsideheader {
    float: right; }
    .dashboard-main .header .rightsideheader ul li a .icon svg {
      background: #DA547F;
      color: #ffffff;
      border-radius: 3px;
      font-size: 18px; }
  .dashboard-main .header .userprofile {
    float: right; }
    .dashboard-main .header .userprofile .bellicon {
      float: right; }
      .dashboard-main .header .userprofile .bellicon svg {
        margin: 0 10px 0 14px; }
  .dashboard-main .header .sidebar .top-section {
    position: absolute;
    top: 12px;
    padding: 0;
    z-index: 1; }
  .dashboard-main .header .sidebar .sideMenuWrap {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    padding: 0;
    position: absolute;
    display: none;
    top: 70px;
    left: -12px;
    width: 20%;
    background: #405189;
    height: 90vh;
    z-index: 1; }
    .dashboard-main .header .sidebar .sideMenuWrap .iconname {
      padding: 0 0 0 6px;
      display: inline-block;
      vertical-align: middle; }
    .dashboard-main .header .sidebar .sideMenuWrap.sidebar-open {
      display: block; }
    .dashboard-main .header .sidebar .sideMenuWrap .menublank {
      position: fixed;
      background: #000000;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 7;
      opacity: 0.4; }
      .dashboard-main .header .sidebar .sideMenuWrap .menublank .show {
        display: block !important; }
    .dashboard-main .header .sidebar .sideMenuWrap a {
      font-size: 16px;
      font-weight: 500;
      padding: 10px;
      margin-left: 30px;
      color: #ffffff; }
  .dashboard-main .header .sidebar .sidebar-lockbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden; }
    .dashboard-main .header .sidebar .sidebar-lockbg.sidebarLockActive {
      opacity: 0.4;
      visibility: visible; }

/* header css */
@media (max-width: 767.98px) {
  .contentInnerWrap .text-center {
    font-size: 1rem; } }

@media (max-width: 575.98px) {
  .contentInnerWrap .text-center {
    font-size: 14px; } }

@media (max-width: 575.98px) {
  .contentInnerWrap h5 {
    font-size: 14px; } }

.contentInnerWrap span {
  display: inline-block;
  margin-right: 8px; }
  .contentInnerWrap span .welcomeUser {
    width: 50px;
    height: auto; }

.contentInnerWrap .homepagewrap {
  margin-bottom: 30px;
  clear: both; }
  .contentInnerWrap .homepagewrap .dashboardSummary {
    position: relative;
    margin: 20px 0; }
    .contentInnerWrap .homepagewrap .dashboardSummary h5 {
      padding: 10px 0; }
    .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      margin: 20px 0; }
      @media (max-width: 991.98px) {
        .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container {
          display: block; } }
      @media (max-width: 767.98px) {
        .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container {
          display: block; } }
      .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile {
        width: calc(100%/5);
        margin-right: 15px; }
        .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value {
          border-radius: 8px;
          background: #ffffff;
          overflow: hidden;
          padding: 5px 8px;
          clear: both; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value .dashicon {
            float: right; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value .dashicon img {
              width: 22px; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value .dashicon svg {
              font-size: 24px;
              float: right;
              margin-top: 2px; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value .dashcount .count {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 8px; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value .dashcount .title {
            font-size: 1rem;
            font-weight: 400; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashOpen {
            box-shadow: 0 2px 5px #00ADE3; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashOpen .dashicon svg {
              color: #00ADE3; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashOpen .dashcount .count {
              color: #00ADE3; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashInProgress {
            box-shadow: 0 2px 5px #00e331; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashInProgress .dashicon svg {
              color: #00e331; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashInProgress .dashcount .count {
              color: #00e331; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashOnHold {
            box-shadow: 0 2px 5px #e55353; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashOnHold .dashicon svg {
              color: #e55353; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashOnHold .dashcount .count {
              color: #e55353; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashUAT {
            box-shadow: 0 2px 5px #bc53e5; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashUAT .dashicon svg {
              color: #bc53e5; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashUAT .dashcount .count {
              color: #bc53e5; }
          .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashMilestone {
            box-shadow: 0 2px 5px #fbb45f; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashMilestone .dashicon svg {
              color: #fbb45f; }
            .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile .dashboard-summary-value.dashMilestone .dashcount .count {
              color: #fbb45f; }
        .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile:hover .dashcount .count {
          text-decoration: underline; }
        .contentInnerWrap .homepagewrap .dashboardSummary .dashboard-summary-container .dashboard-summary-tile:last-child {
          margin-right: 0; }
  .contentInnerWrap .homepagewrap .dashboard-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox {
      background: #ffffff;
      width: calc(100%/2);
      margin-right: 15px;
      padding: 15px;
      min-height: 370px;
      box-shadow: 0 2px 5px #e55353;
      border-radius: 10px; }
      .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-heading {
        display: flex;
        justify-content: space-between;
        color: #000000; }
        .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-heading div {
          font-size: 16px;
          font-weight: 600; }
        .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-heading a {
          font-size: 14px; }
          .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-heading a:hover {
            text-decoration: underline;
            color: #4061ad; }
      .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-list ul {
        margin: 0;
        padding: 0; }
        .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-list ul li {
          display: block;
          margin: 10px 0 0 0;
          border-bottom: 1px solid #f5f0f0; }
          .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-list ul li:hover {
            background-color: #f1f4f5; }
          .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-list ul li:last-child {
            border-bottom: none; }
          .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-list ul li .taskdate span {
            float: right; }
          .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-list ul li p {
            margin: 0 0 3px 0; }
          .contentInnerWrap .homepagewrap .dashboard-content .dash_innerbox .dash_innercontent .sec-list ul li span {
            position: relative;
            bottom: 4px; }
  .contentInnerWrap .homepagewrap .userProjectSnapshot {
    width: 100%;
    margin: 20px 0;
    position: relative;
    top: 20px; }
    .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader {
      overflow: auto; }
      .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader .projectTable thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        width: 25vw;
        background: white; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader .projectTable thead th:first-child {
          position: sticky;
          left: 0;
          z-index: 2; }
      .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader .projectTable tbody th {
        position: sticky;
        left: 0;
        z-index: 1; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader .projectTable tbody th .nav-link {
          text-decoration: none; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader .projectTable tbody th .nav-link:hover {
            text-decoration: underline; }
      .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader .projectTable th {
        text-transform: uppercase;
        white-space: nowrap;
        z-index: 1;
        position: sticky; }
      .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader .projectTable td {
        white-space: nowrap;
        font-weight: 500; }
      .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart {
        max-width: 100%;
        max-height: 550px;
        overflow-x: auto;
        margin: 0 auto;
        padding: 0;
        clear: both; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart .table-wrapper {
          overflow-x: auto; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table {
          border-collapse: collapse;
          width: 100%;
          margin-bottom: 5px; }
          @media (max-width: 767.98px) {
            .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table thead {
              position: relative !important; } }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table th, .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table td {
            border: 1px solid #ddd;
            text-align: center;
            padding: 8px 12px;
            min-width: 50px; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table th {
            background-color: #0a3444;
            color: #ffffff;
            font-size: 12px; }
            @media (max-width: 767.98px) {
              .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table th {
                position: relative !important; } }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table td .nav-link {
            background: none !important;
            padding: 0;
            display: block;
            font-size: 15px;
            font-weight: normal; }
            .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table td .nav-link:hover {
              text-decoration: underline; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table td li {
            list-style: none;
            display: flex;
            margin-left: 15px;
            font-size: 14px; }
          @media (max-width: 767.98px) {
            .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table td {
              width: 300px !important; } }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table tr td :nth-child(even) {
            background: #f3ebeb; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart table tr td :nth-child(odd) {
            background: #ffffff; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart .item {
          font-weight: bold; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart .month {
          background-color: #e6e6e6; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart .completed {
          background-color: #b3ffb3; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart .pending {
          background-color: #e55353; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart .archiveDates {
          background-color: #ededf6; }
        @media (max-width: 767.98px) {
          .contentInnerWrap .homepagewrap .userProjectSnapshot .snapshotHeader.gantt-chart {
            padding: 10px 0 0 0; } }
    .contentInnerWrap .homepagewrap .userProjectSnapshot .filterOptions .modelform {
      margin: 10px 0 30px 0;
      display: flex; }
      .contentInnerWrap .homepagewrap .userProjectSnapshot .filterOptions .modelform .filterFields {
        width: calc(100%/2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
        margin-bottom: 0 !important; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .filterOptions .modelform .filterFields label {
          width: 30%;
          font-weight: 600;
          margin-bottom: 0; }
          @media (max-width: 991.98px) {
            .contentInnerWrap .homepagewrap .userProjectSnapshot .filterOptions .modelform .filterFields label {
              width: 40%; } }
        @media (max-width: 767.98px) {
          .contentInnerWrap .homepagewrap .userProjectSnapshot .filterOptions .modelform .filterFields {
            width: 100%;
            margin-bottom: 10px !important; } }
      @media (max-width: 767.98px) {
        .contentInnerWrap .homepagewrap .userProjectSnapshot .filterOptions .modelform {
          display: block;
          margin: 10px 0 0 0; } }
    .contentInnerWrap .homepagewrap .userProjectSnapshot .colorRepresent {
      float: right;
      margin: 14px 8px; }
      .contentInnerWrap .homepagewrap .userProjectSnapshot .colorRepresent ul {
        display: flex;
        justify-content: space-between;
        list-style: none; }
        .contentInnerWrap .homepagewrap .userProjectSnapshot .colorRepresent ul li {
          color: #000; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .colorRepresent ul li .colors {
            padding: 8px;
            position: relative;
            top: 3px;
            margin: 0 8px; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .colorRepresent ul li .active {
            background: #b3ffb3; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .colorRepresent ul li .inactive {
            background: #ededf6; }
          .contentInnerWrap .homepagewrap .userProjectSnapshot .colorRepresent ul li .inprogress {
            background: #e55353; }

.contentInnerWrap .wave {
  animation-name: wave-animation;
  /* Refers to the name of your @keyframes element below */
  animation-duration: 2.5s;
  /* Change to speed up or slow down */
  animation-iteration-count: infinite;
  /* Never stop waving :) */
  transform-origin: 70% 70%;
  /* Pivot around the bottom-left palm */
  display: inline-block; }

@keyframes wave-animation {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(14deg); }
  /* The following five values can be played with to make the waving more or less extreme */
  20% {
    transform: rotate(-8deg); }
  30% {
    transform: rotate(14deg); }
  40% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(10deg); }
  60% {
    transform: rotate(0deg); }
  /* Reset for the last half to pause */
  100% {
    transform: rotate(0deg); } }

.Almuni {
  overflow: hidden;
  background-color: #ffffff; }
  .Almuni .login-img {
    width: 100%;
    height: 100vh;
    padding: 0 0 160px 0;
    object-fit: cover;
    position: relative;
    border-radius: 0 4px 4px 0;
    overflow: hidden; }
    .Almuni .login-img .loginvedio video {
      height: 100vh;
      object-fit: cover;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5; }
    .Almuni .login-img .loginvedio img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      padding: 50px 0; }
      @media (max-width: 767.98px) {
        .Almuni .login-img .loginvedio img {
          width: 100%;
          height: 180px;
          object-fit: contain; } }
    .Almuni .login-img .mask {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1;
      justify-content: center;
      align-items: center;
      display: flex; }
      .Almuni .login-img .mask .mask-in {
        width: 80%; }
        .Almuni .login-img .mask .mask-in img {
          width: 250px;
          height: auto; }
        @media (max-width: 767.98px) {
          .Almuni .login-img .mask .mask-in {
            width: 100%; } }
      .Almuni .login-img .mask h1 {
        font-size: 3rem;
        color: #ffffff;
        margin-top: 15px;
        text-align: left;
        font-weight: 700;
        padding: 0; }
        @media (max-width: 767.98px) {
          .Almuni .login-img .mask h1 {
            font-size: 20px; } }
      .Almuni .login-img .mask p {
        font-size: 2.5rem;
        color: #e55353;
        font-weight: 500;
        margin: 0px;
        text-align: left; }
        @media (max-width: 767.98px) {
          .Almuni .login-img .mask p {
            font-size: 22px; } }
      @media (max-width: 991.98px) {
        .Almuni .login-img .mask {
          padding: 70px 30px;
          top: 0;
          bottom: 0; } }
    .Almuni .login-img:before {
      background: rgba(0, 0, 0, 0.9);
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0.9; }
    @media (max-width: 991.98px) {
      .Almuni .login-img {
        border-radius: 0; } }
    @media (max-width: 767.98px) {
      .Almuni .login-img {
        height: auto;
        border-radius: 0; } }
    @media (max-width: 575.98px) {
      .Almuni .login-img {
        height: 35vh; } }
    @media (max-width: 414.98px) {
      .Almuni .login-img {
        height: 28vh; } }
  .Almuni .faq {
    position: relative;
    right: 30px;
    top: 10px;
    float: right;
    display: flex;
    align-items: flex-end; }
    .Almuni .faq a {
      color: #e55353;
      font-size: 18px;
      font-weight: 500; }
      .Almuni .faq a:hover {
        text-decoration: underline; }
  .Almuni .login-page {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    position: relative;
    left: 135px; }
    .Almuni .login-page .login-field {
      width: 60%; }
      .Almuni .login-page .login-field h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 48px;
        color: #000000;
        padding: 0; }
        @media (max-width: 767.98px) {
          .Almuni .login-page .login-field h1 {
            font-size: 28px; } }
      .Almuni .login-page .login-field p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        padding: 8px 0; }
        @media (max-width: 767.98px) {
          .Almuni .login-page .login-field p {
            font-size: 14px; } }
      .Almuni .login-page .login-field .loginForm {
        margin: 30px 0; }
        .Almuni .login-page .login-field .loginForm label {
          font-size: 14px;
          padding: 0px 0 5px 0;
          color: #000000;
          font-weight: 500; }
        .Almuni .login-page .login-field .loginForm input[type="text"], .Almuni .login-page .login-field .loginForm input[type="number"], .Almuni .login-page .login-field .loginForm input[type="password"] {
          line-height: 40px;
          margin: 0px;
          height: 44px;
          padding: 0 10px;
          border-radius: 5px;
          border: 1px solid rgba(0, 0, 0, 0.2);
          background: #ffffff;
          font-size: 14px;
          color: #666666;
          width: 100%;
          text-align: left;
          -moz-appearance: textfield; }
          .Almuni .login-page .login-field .loginForm input[type="text"]::-webkit-outer-spin-button, .Almuni .login-page .login-field .loginForm input[type="text"]::-webkit-inner-spin-button, .Almuni .login-page .login-field .loginForm input[type="number"]::-webkit-outer-spin-button, .Almuni .login-page .login-field .loginForm input[type="number"]::-webkit-inner-spin-button, .Almuni .login-page .login-field .loginForm input[type="password"]::-webkit-outer-spin-button, .Almuni .login-page .login-field .loginForm input[type="password"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .Almuni .login-page .login-field .loginForm .userField {
          margin: 0 0 15px 0; }
          .Almuni .login-page .login-field .loginForm .userField .input-icon {
            position: relative;
            display: flex;
            justify-content: center;
            flex-direction: column;
            width: 100%; }
            .Almuni .login-page .login-field .loginForm .userField .input-icon a {
              margin: 10px 0 10px 0;
              font-size: 20px;
              display: inline-flex;
              align-items: center;
              font-weight: 400;
              color: #667085;
              position: absolute;
              right: 12px; }
              .Almuni .login-page .login-field .loginForm .userField .input-icon a svg {
                color: #666666; }
                .Almuni .login-page .login-field .loginForm .userField .input-icon a svg:hover {
                  color: #4061ad; }
            .Almuni .login-page .login-field .loginForm .userField .input-icon .passInfo {
              position: absolute;
              right: -24px;
              z-index: 1; }
        .Almuni .login-page .login-field .loginForm .remember-me {
          display: block;
          align-items: center;
          justify-content: space-between;
          color: #666666;
          padding: 15px 0 25px 0; }
          .Almuni .login-page .login-field .loginForm .remember-me label {
            display: block;
            float: left;
            align-items: center;
            font-size: 15px;
            font-weight: 500;
            color: #000000; }
            .Almuni .login-page .login-field .loginForm .remember-me label input[type="checkbox"] {
              width: 15px;
              height: 15px;
              float: left;
              margin: 3px 5px 0 0; }
          .Almuni .login-page .login-field .loginForm .remember-me .forgot {
            font-size: 15px;
            font-weight: 500;
            margin: 0;
            float: right;
            color: #4061ad; }
            .Almuni .login-page .login-field .loginForm .remember-me .forgot:hover {
              text-decoration: underline; }
        .Almuni .login-page .login-field .loginForm strong {
          display: block;
          font-size: 15px;
          text-align: center;
          margin: 20px 0 5px 0;
          color: #000000;
          font-weight: normal; }
          .Almuni .login-page .login-field .loginForm strong a {
            font-weight: bold; }
            .Almuni .login-page .login-field .loginForm strong a:hover {
              color: #000000; }
        .Almuni .login-page .login-field .loginForm .login-btn1 {
          width: 100%;
          padding: 13px 30px;
          border-radius: 5px;
          display: block;
          margin: 10px 0px 15px 0px;
          border: 0;
          color: #ffffff;
          font-size: 16px;
          font-weight: 600;
          background: #4061ad; }
      @media (max-width: 991.98px) {
        .Almuni .login-page .login-field {
          width: 90%; } }
      @media (max-width: 767.98px) {
        .Almuni .login-page .login-field {
          width: 80%; } }
    .Almuni .login-page .instructions {
      font-size: 0.75rem;
      border-radius: 0.5rem;
      background: #000000;
      color: #ffffff;
      padding: 0.25rem;
      position: relative;
      bottom: -10px; }
    .Almuni .login-page .instructions > svg {
      margin-right: 0.25rem; }
    .Almuni .login-page .offscreen {
      position: absolute;
      left: -9999px; }
    .Almuni .login-page .hide {
      display: none; }
    .Almuni .login-page .valid {
      color: limegreen;
      margin-left: 0.25rem; }
    .Almuni .login-page .invalid {
      color: red;
      margin-left: 0.25rem; }
    .Almuni .login-page .errmsg {
      background-color: lightpink;
      color: firebrick;
      font-weight: bold;
      padding: 0.5rem;
      margin-bottom: 0.5rem; }
    .Almuni .login-page .line {
      display: inline-block; }
    .Almuni .login-page .flexGrow {
      flex-grow: 1;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end; }
    @media (max-width: 991.98px) {
      .Almuni .login-page {
        left: 0;
        justify-content: center; } }
    @media (max-width: 767.98px) {
      .Almuni .login-page {
        margin: 0;
        padding: 22px 0;
        height: auto;
        width: 100%; } }
  @media (max-width: 767.98px) {
    .Almuni {
      width: auto; } }

/*working only in ipad landscape device*/
@media all and (width: 1024px) and (height: 768px) and (orientation: landscape) {
  .login-page {
    margin: 0px;
    padding: 20px;
    width: 100%; }
  .mask {
    padding: 70px 30px;
    top: auto;
    bottom: 0; }
  .login-img {
    border-radius: 0; } }

.loginForm .userField .disabled {
  opacity: 0.6; }

.changePassword {
  padding: 30px; }
  .changePassword .sidebar {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    margin: 0;
    display: block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
    .changePassword .sidebar li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      display: block;
      margin: 0; }
      .changePassword .sidebar li a {
        padding: 15px 25px;
        color: #666666 !important;
        font-size: 15px;
        font-weight: 400;
        display: block;
        background-color: inherit !important;
        border: 0; }
        .changePassword .sidebar li a:hover {
          color: #000000; }
        .changePassword .sidebar li a.active {
          color: #000000;
          font-weight: 700;
          background-color: inherit !important;
          border: 0; }
      .changePassword .sidebar li:last-child {
        border-bottom: none; }
  .changePassword .contant {
    padding: 30px;
    max-height: 520px;
    overflow-x: hidden;
    overflow-y: scroll; }
    .changePassword .contant table th {
      font-size: 0.875rem;
      font-weight: 500;
      white-space: nowrap;
      padding: 8px 28px; }
    .changePassword .contant table td {
      font-size: 0.875rem;
      font-weight: normal;
      padding: 8px 27px;
      white-space: nowrap; }
      .changePassword .contant table td .edit {
        color: #4061ad;
        display: inline-block;
        margin-right: 4px; }
        .changePassword .contant table td .edit:hover {
          color: #000000; }
    .changePassword .contant table .delete {
      color: #FF6363;
      display: inline-block; }
      .changePassword .contant table .delete:hover {
        color: #000000; }
  .changePassword .form {
    margin: 0 0 30px 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); }
    .changePassword .form .heading {
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 30px 40px; }
      .changePassword .form .heading h2 {
        font-size: 20px;
        color: #000000;
        font-weight: 600;
        margin: 0;
        padding: 0 0 2px 0; }
      .changePassword .form .heading .popupbtn {
        position: absolute;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 36px;
        line-height: 32px;
        height: 36px;
        border-radius: 6px;
        top: 24px;
        right: 40px;
        text-align: center; }
        .changePassword .form .heading .popupbtn svg {
          float: none;
          font-size: 20px;
          margin: 0px auto; }
        .changePassword .form .heading .popupbtn:hover {
          border-color: #4061ad;
          color: #4061ad !important; }
    .changePassword .form .input-icon {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0 0 15px 0; }
      .changePassword .form .input-icon a {
        margin: 10px 0 10px 0;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        font-weight: 400;
        color: #667085;
        position: absolute;
        right: 0px; }
        .changePassword .form .input-icon a svg {
          color: #666666; }
          .changePassword .form .input-icon a svg:hover {
            color: #4061ad; }
    .changePassword .form .divider {
      height: 1px; }
    .changePassword .form .prinfo {
      padding: 30px 40px; }
    .changePassword .form .modelform {
      padding: 30px 40px; }
      .changePassword .form .modelform label {
        font-weight: 500;
        font-size: 14px;
        color: #000000;
        display: block;
        line-height: 20px; }
      .changePassword .form .modelform .gender-input {
        display: flow-root; }
        .changePassword .form .modelform .gender-input span {
          width: 100%;
          margin-bottom: .5rem;
          float: left;
          font-weight: 500;
          font-size: 14px;
          color: #000000; }
        .changePassword .form .modelform .gender-input label {
          float: left;
          margin: 0 20px 0 0; }
        .changePassword .form .modelform .gender-input input {
          height: 20px !important;
          padding: 0 !important;
          width: 20px !important;
          line-height: 20px !important;
          border-radius: 20px !important;
          margin: 0 5px 0 0 !important; }
      @media (max-width: 767.98px) {
        .changePassword .form .modelform {
          padding: 20px; } }
  .changePassword .instructions {
    font-size: 0.75rem;
    border-radius: 0.5rem;
    background: #000000;
    color: #ffffff;
    padding: 0.25rem;
    position: relative;
    bottom: -10px; }
  .changePassword .instructions > svg {
    margin-right: 0.25rem; }
  .changePassword .offscreen {
    position: absolute;
    left: -9999px; }
  .changePassword .hide {
    display: none; }
  .changePassword .valid {
    color: limegreen;
    margin-left: 0.25rem; }
  .changePassword .invalid {
    color: red;
    margin-left: 0.25rem; }
  .changePassword .errmsg {
    background-color: lightpink;
    color: firebrick;
    font-weight: bold;
    padding: 0.5rem;
    margin-bottom: 0.5rem; }
  .changePassword .line {
    display: inline-block; }
  .changePassword .flexGrow {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
  .changePassword .bulkUpload {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    padding-bottom: 30px; }
    .changePassword .bulkUpload .dataTables_wrapper .form-control {
      width: auto;
      appearance: auto; }
    .changePassword .bulkUpload .dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner table.dataTable {
      border-collapse: collapse;
      margin: 15px 0 0 0; }
    .changePassword .bulkUpload .bulkUploadData {
      display: flex;
      justify-content: space-between; }
      .changePassword .bulkUpload .bulkUploadData input[type="file"] {
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 8px;
        font-size: 18px;
        color: #b8b8b8; }
      .changePassword .bulkUpload .bulkUploadData .file-input {
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 30px; }
      .changePassword .bulkUpload .bulkUploadData .plus-icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        display: block;
        background: #679227;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        color: #ffffff; }
      .changePassword .bulkUpload .bulkUploadData .ButtonComponent .btn {
        padding: 6px 30px; }
        .changePassword .bulkUpload .bulkUploadData .ButtonComponent .btn:hover {
          color: #ffffff; }
      .changePassword .bulkUpload .bulkUploadData .button {
        display: inline-block;
        padding: 12px;
        cursor: pointer;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #8ebf42;
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        position: relative;
        left: 48px; }

.react-bootstrap-table table {
  table-layout: auto !important; }

.react-bootstrap-table-pagination .btn-secondary {
  width: 110px; }

.react-bootstrap-table-pagination .dropdown-menu {
  position: relative;
  z-index: 11111;
  top: 10px;
  width: 110px; }

.input-icon-eye {
  position: relative;
  display: flex;
  align-items: center; }
  .input-icon-eye a {
    position: absolute;
    right: 8px; }
    .input-icon-eye a:hover {
      color: #4061ad; }

.webgrid-table-hidden {
  display: none; }

.sidebarWrap {
  z-index: 1;
  background: #0c1e35;
  position: fixed;
  top: 0;
  width: 250px;
  height: 100%;
  min-height: 100%;
  transition: 0.3s;
  transition-property: width;
  overflow-y: auto; }
  @media (max-width: 991.98px) {
    .sidebarWrap {
      width: 0px; } }
  @media (max-width: 767.98px) {
    .sidebarWrap {
      width: 0px; } }
  .sidebarWrap .sidebar {
    width: 250px;
    min-width: 250px;
    transition: width, left, right, 0.3s;
    -webkit-transition: width, left, right, 0.3s;
    color: #7d84ab;
    overflow-x: hidden !important;
    position: relative; }
    .sidebarWrap .sidebar .sidebar-layout {
      height: 100%;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      position: relative;
      background-color: #0c1e35;
      z-index: 2; }
      .sidebarWrap .sidebar .sidebar-layout .sidebar-header {
        height: 65px;
        min-height: 65px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        background: #f8f8f8; }
        .sidebarWrap .sidebar .sidebar-layout .sidebar-header .pro-sidebar-logo {
          display: flex;
          align-items: center; }
          .sidebarWrap .sidebar .sidebar-layout .sidebar-header .pro-sidebar-logo img {
            width: 90%;
            height: auto; }
          .sidebarWrap .sidebar .sidebar-layout .sidebar-header .pro-sidebar-logo > div {
            width: 35px;
            min-width: 35px;
            height: 35px;
            min-height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            color: #ffffff;
            font-size: 24px;
            font-weight: 700;
            background-color: #ff8100;
            margin-right: 10px; }
          .sidebarWrap .sidebar .sidebar-layout .sidebar-header .pro-sidebar-logo > h5 {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 20px;
            line-height: 30px;
            transition: opacity 0.3s;
            opacity: 1;
            color: #7d84ab;
            font-weight: bold; }
      .sidebarWrap .sidebar .sidebar-layout .sidebar-content {
        flex-grow: 1;
        padding: 10px 0; }
      .sidebarWrap .sidebar .sidebar-layout .sidebar-footer {
        height: 230px;
        min-height: 230px;
        display: flex;
        align-items: center;
        padding: 0 20px; }
        .sidebarWrap .sidebar .sidebar-layout .sidebar-footer > span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
    .sidebarWrap .sidebar .menu ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .sidebarWrap .sidebar .menu .menu-header {
      font-weight: 600;
      padding: 10px 25px;
      font-size: 0.8em;
      letter-spacing: 2px;
      transition: opacity 0.3s;
      opacity: 0.5;
      text-transform: uppercase; }
    .sidebarWrap .sidebar .menu .menu-item a {
      display: flex;
      align-items: center;
      height: 50px;
      padding: 0 20px;
      color: #7d84ab;
      text-decoration: none; }
      .sidebarWrap .sidebar .menu .menu-item a .menu-icon {
        font-size: 1.2rem;
        width: 35px;
        min-width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
        margin-right: 10px;
        border-radius: 2px;
        transition: color 0.3s; }
        .sidebarWrap .sidebar .menu .menu-item a .menu-icon svg {
          display: inline-block; }
      .sidebarWrap .sidebar .menu .menu-item a .menu-title {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex-grow: 1;
        transition: color 0.3s; }
      .sidebarWrap .sidebar .menu .menu-item a .menu-prefix,
      .sidebarWrap .sidebar .menu .menu-item a .menu-suffix {
        display: inline-block;
        padding: 5px;
        opacity: 1;
        transition: opacity 0.3s; }
      .sidebarWrap .sidebar .menu .menu-item a:hover .menu-title {
        color: #dee2ec; }
      .sidebarWrap .sidebar .menu .menu-item a:hover .menu-icon {
        color: #dee2ec; }
        .sidebarWrap .sidebar .menu .menu-item a:hover .menu-icon i {
          animation: swing ease-in-out 0.5s 1 alternate; }
      .sidebarWrap .sidebar .menu .menu-item a:hover::after {
        border-color: #dee2ec !important; }
      .sidebarWrap .sidebar .menu .menu-item a .badge {
        display: inline-block;
        padding: 0.25em 0.4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        color: #ffffff;
        background-color: #6c757d; }
        .sidebarWrap .sidebar .menu .menu-item a .badge.primary {
          background-color: #ab2dff; }
      .sidebarWrap .sidebar .menu .menu-item a.active {
        color: #ffffff; }
    .sidebarWrap .sidebar .menu .menu-item.sub-menu {
      position: relative; }
      .sidebarWrap .sidebar .menu .menu-item.sub-menu > a::after {
        content: '';
        transition: transform 0.3s;
        border-right: 2px solid currentcolor;
        border-bottom: 2px solid currentcolor;
        width: 8px;
        height: 8px;
        transform: rotate(-45deg); }
      .sidebarWrap .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
        padding-left: 20px;
        display: none;
        overflow: hidden;
        z-index: 999; }
        .sidebarWrap .sidebar .menu .menu-item.sub-menu > .sub-menu-list ul {
          padding-left: 28px; }
        .sidebarWrap .sidebar .menu .menu-item.sub-menu > .sub-menu-list.sub-list-open {
          display: block; }
      .sidebarWrap .sidebar .menu .menu-item.sub-menu.open > a {
        color: #dee2ec; }
        .sidebarWrap .sidebar .menu .menu-item.sub-menu.open > a::after {
          transform: rotate(45deg); }
    .sidebarWrap .sidebar #btn-collapse {
      display: block; }
      @media (max-width: 991.98px) {
        .sidebarWrap .sidebar #btn-collapse {
          display: none; } }
    .sidebarWrap .sidebar .sidebar-collapser {
      transition: left, right, 0.3s;
      position: fixed;
      left: 220px;
      top: 100px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background-color: #00829f;
      font-size: 18px;
      font-style: normal;
      transform: translateX(50%);
      z-index: 111;
      cursor: pointer;
      color: white;
      box-shadow: 1px 1px 4px #0c1e35;
      text-decoration: none;
      text-align: center; }
      .sidebarWrap .sidebar .sidebar-collapser svg {
        font-style: normal;
        font-weight: normal; }
    .sidebarWrap .sidebar .sidebar-collapser-closed {
      left: 35px !important; }
    .sidebarWrap .sidebar.has-sidebar {
      flex-direction: row;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal; }
    .sidebarWrap .sidebar.fixed-sidebar {
      height: 100%; }
      .sidebarWrap .sidebar.fixed-sidebar .sidebar {
        height: 100%;
        overflow: auto; }
    .sidebarWrap .sidebar::-webkit-scrollbar-thumb {
      border-radius: 4px; }
    .sidebarWrap .sidebar:hover::-webkit-scrollbar-thumb {
      background-color: #1a4173; }
    .sidebarWrap .sidebar::-webkit-scrollbar {
      width: 6px;
      background-color: #0c1e35; }
  .sidebarWrap.closeSideBar {
    width: 65px !important; }

@keyframes swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); } }

.sideBarOverflow > div {
  overflow-x: hidden !important; }

.manageUsers {
  position: relative; }
  .manageUsers .manageUsersInner {
    width: 100%; }
    .manageUsers .manageUsersInner .userportal .userprofile {
      margin: 20px 0;
      padding: 0; }
      .manageUsers .manageUsersInner .userportal .userprofile .userdetail {
        background: #ffffff;
        padding: 10px;
        border-radius: 7px;
        margin: 10px 0 0 0;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 0px 15px -10px #000000; }
        .manageUsers .manageUsersInner .userportal .userprofile .userdetail strong {
          font-size: 18px; }
        .manageUsers .manageUsersInner .userportal .userprofile .userdetail small {
          font-size: 16px;
          font-weight: 500; }
        .manageUsers .manageUsersInner .userportal .userprofile .userdetail span {
          font-size: 14px; }
        .manageUsers .manageUsersInner .userportal .userprofile .userdetail p {
          font-size: 12px; }
        .manageUsers .manageUsersInner .userportal .userprofile .userdetail .profileimage {
          width: 100%;
          height: 100%;
          margin: 0 0 0 69px; }
          .manageUsers .manageUsersInner .userportal .userprofile .userdetail .profileimage img {
            width: 52px;
            border-radius: 27px; }
        .manageUsers .manageUsersInner .userportal .userprofile .userdetail .activeuser a {
          font-size: 14px;
          color: #2455f3;
          text-align: center; }
        .manageUsers .manageUsersInner .userportal .userprofile .userdetail .editicon {
          float: right; }
          .manageUsers .manageUsersInner .userportal .userprofile .userdetail .editicon a svg {
            font-size: 14px;
            color: #DA547F; }
    .manageUsers .manageUsersInner .btn-adduser {
      background: #ecbbbb;
      height: 44px;
      line-height: 44px;
      padding: 0 26px;
      color: #ffffff;
      border: 1px solid #ffffff; }
    .manageUsers .manageUsersInner .sub-headerlist {
      background: rgba(247, 243, 243, 0.8);
      padding: 10px; }
      .manageUsers .manageUsersInner .sub-headerlist .subheadericon {
        float: right;
        position: relative;
        top: -53px; }
        .manageUsers .manageUsersInner .sub-headerlist .subheadericon ul li svg {
          color: #ef9494; }
    .manageUsers .manageUsersInner .dashboard-homescreen {
      margin-top: 20px; }
      .manageUsers .manageUsersInner .dashboard-homescreen .featured {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem {
          flex: 1;
          margin: 0 20px;
          padding: 30px;
          border-radius: 10px;
          cursor: pointer;
          box-shadow: 0 0px 15px -10px #000000;
          -webkit-box-shadow: 0 0px 15px -10px #000000; }
          .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem svg {
            font-size: 28px;
            color: #e3abc2;
            float: right; }
          .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem .featuredtitle {
            font-size: 20px; }
          .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem .faetureddetailsContainer {
            margin: 0 10px;
            display: flex;
            align-items: center; }
          .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem .featuredmoney {
            font-size: 20px;
            font-weight: 600; }
          .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem .featuredrate {
            display: flex;
            margin-left: 10px;
            align-items: center; }
          .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem .featuredrate svg {
            font-size: 12px;
            margin-left: 5px;
            color: #e60b29; }
          .manageUsers .manageUsersInner .dashboard-homescreen .featured .featureditem .bottomtext {
            font-size: 14px;
            color: #837a7a; }
      .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small {
        padding: 20px;
        box-shadow: 0 0px 15px -10px #000000;
        -webkit-box-shadow: 0 0px 15px -10px #000000;
        margin: 10px 20px 0 34px;
        flex: 1; }
        .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small .homescreentitle {
          font-size: 15px;
          font-weight: 600; }
        .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small .smalllist {
          margin: 0;
          padding: 0;
          list-style: none; }
          .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small .smalllist li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 20px 0; }
            .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small .smalllist li .homescreendetails {
              display: flex; }
              .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small .smalllist li .homescreendetails .user_id {
                margin-right: 40px; }
              .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small .smalllist li .homescreendetails .userdetail {
                margin-right: 40px; }
            .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .small .smalllist li .smallscreenbtn {
              display: flex;
              align-items: center;
              border: none;
              border-radius: 10px;
              padding: 8px 10px; }
      .manageUsers .manageUsersInner .dashboard-homescreen .membersdetails .large {
        padding: 20px;
        box-shadow: 0 0px 15px -10px #000000;
        -webkit-box-shadow: 0 0px 15px -10px #000000;
        margin: 10px 31px 0 -6px;
        flex: 2; }

.top-header {
  background: #ffffff;
  border-bottom: 1px solid #d8dbe0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 25px;
  position: sticky;
  top: 0;
  z-index: 2;
  position: sticky;
  top: 0; }
  @media (max-width: 767.98px) {
    .top-header {
      padding: 0px 15px; } }
  .top-header .header-toggler {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.375rem;
    font-size: 1rem;
    color: rgba(44, 56, 74, 0.6); }
    @media (max-width: 767.98px) {
      .top-header .header-toggler {
        font-size: 20px; } }
  .top-header .navbar {
    padding: 0; }
  .top-header .header-nav {
    padding-left: 10px;
    padding-top: 3px;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin-bottom: 0; }
    .top-header .header-nav .nav-item {
      position: relative; }
      .top-header .header-nav .nav-item .nav-link {
        color: #000000;
        padding: 8px 4px; }
        .top-header .header-nav .nav-item .nav-link svg {
          font-size: 1rem;
          color: #464646;
          opacity: 0.8; }
          .top-header .header-nav .nav-item .nav-link svg:hover {
            color: #224491; }
          @media (max-width: 767.98px) {
            .top-header .header-nav .nav-item .nav-link svg {
              font-size: 18px; } }
        .top-header .header-nav .nav-item .nav-link:hover {
          color: #224491; }
        .top-header .header-nav .nav-item .nav-link.active {
          color: #e55353; }
        @media (max-width: 767.98px) {
          .top-header .header-nav .nav-item .nav-link {
            padding: 6px; } }
    .top-header .header-nav .dropdown {
      position: relative; }
      .top-header .header-nav .dropdown .dropdown-menu {
        position: absolute;
        border: 0;
        inset: 0px 0px auto auto;
        transform: translate(0px, 48px);
        border-radius: 8px;
        padding-bottom: 0; }
        .top-header .header-nav .dropdown .dropdown-menu li {
          border-bottom: 1px solid #dddedf; }
          .top-header .header-nav .dropdown .dropdown-menu li .dropdown-header {
            background-color: #e55353;
            color: #ffffff;
            padding: 12px 8px;
            border-radius: 8px 8px 0 0; }
          .top-header .header-nav .dropdown .dropdown-menu li .dropdown-item {
            padding: 12px 8px;
            font-size: 14px; }
            .top-header .header-nav .dropdown .dropdown-menu li .dropdown-item:focus {
              background-color: transparent;
              color: #212529; }
          .top-header .header-nav .dropdown .dropdown-menu li:last-child {
            border-bottom: none; }
        .top-header .header-nav .dropdown .dropdown-menu.show {
          display: block; }
      .top-header .header-nav .dropdown .avatar {
        display: inline-flex;
        width: 40px;
        height: 40px;
        position: relative;
        transition: margin .15s;
        vertical-align: middle; }
        .top-header .header-nav .dropdown .avatar img {
          width: 100%;
          height: auto;
          border-radius: 50%; }
    .top-header .header-nav.breadcrumb .nav-item span {
      display: inline-block;
      padding: 8px 4px; }
  @media (max-width: 767.98px) {
    .top-header .rightNavBar {
      position: relative;
      left: 92px; } }
  .top-header .rightNavBar .nav-item {
    margin: 0 8px 0 0; }
    @media (max-width: 767.98px) {
      .top-header .rightNavBar .nav-item {
        margin: 0; } }
  .top-header .toprighticon ul {
    margin: 0;
    padding: 0; }
    .top-header .toprighticon ul li {
      color: #bfb9b9; }
      .top-header .toprighticon ul li:first-child {
        color: #eb576caa; }
      .top-header .toprighticon ul li svg {
        font-size: 20px; }
  .top-header .toprighticon .haederimage {
    width: 100%;
    height: 100%; }
    .top-header .toprighticon .haederimage img {
      width: 29px;
      height: 29px;
      border-radius: 40px; }

.rightsidelayout {
  height: 100%;
  overflow: auto;
  width: 100%;
  position: relative; }
  .rightsidelayout .content {
    padding: 15px 50px;
    display: flex;
    background: #ffffff; }
    .rightsidelayout .content .userprofile {
      margin: 20px 0;
      padding: 0; }
      .rightsidelayout .content .userprofile .userdetail {
        background: #ffffff;
        padding: 10px;
        border-radius: 7px;
        margin: 10px 0 0 0;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 0px 15px -10px #000000; }
        .rightsidelayout .content .userprofile .userdetail small {
          font-size: 14px; }
        .rightsidelayout .content .userprofile .userdetail span {
          font-size: 12px; }
        .rightsidelayout .content .userprofile .userdetail p {
          font-size: 10px; }
        .rightsidelayout .content .userprofile .userdetail .profileimage {
          width: 100%;
          height: 100%;
          margin: 0 0 0 69px; }
          .rightsidelayout .content .userprofile .userdetail .profileimage img {
            width: 52px;
            border-radius: 27px; }
        .rightsidelayout .content .userprofile .userdetail .activeuser a {
          font-size: 14px;
          color: #2455f3;
          text-align: center; }
        .rightsidelayout .content .userprofile .userdetail .editicon {
          float: right; }
          .rightsidelayout .content .userprofile .userdetail .editicon a svg {
            font-size: 14px;
            color: #DA547F; }

.hide {
  display: none; }

.valid {
  color: limegreen;
  margin-left: 0.25rem; }

.invalid {
  color: red;
  margin-left: 0.25rem; }

.subheader {
  background: #ffffff;
  padding: 6px;
  border-bottom: 1px solid #f5eeee;
  display: flex;
  justify-content: space-between;
  padding: 10px 25px;
  align-items: center;
  min-height: 60px; }
  .subheader ul {
    padding: 0;
    margin: 0; }
    .subheader ul li {
      color: #e55353; }
      .subheader ul li .activeuser {
        background: none;
        color: #000000;
        padding: 5px 10px;
        border: 1px solid #cccccc;
        min-width: 130px;
        text-align: left; }
        @media (max-width: 767.98px) {
          .subheader ul li .activeuser {
            min-width: 95px; } }
      .subheader ul li .btn {
        text-transform: none; }
      .subheader ul li .dropdown.show .dropdown-toggle {
        background-color: #ffffff;
        color: #000000; }
      .subheader ul li .dropdown .dropdown-toggle {
        position: relative; }
        .subheader ul li .dropdown .dropdown-toggle::after {
          position: absolute;
          right: 4px;
          top: 13px; }
          @media (max-width: 767.98px) {
            .subheader ul li .dropdown .dropdown-toggle::after {
              top: 12px;
              right: 10px;
              font-size: 16px; } }
        @media (max-width: 767.98px) {
          .subheader ul li .dropdown .dropdown-toggle {
            font-size: 12px; } }
      .subheader ul li .dropdown .dropdown-item {
        color: #0c1e35; }
    @media (max-width: 767.98px) {
      .subheader ul {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px; } }
  .subheader .subheadericon ul li {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 5px; }
    .subheader .subheadericon ul li .btn-adduser {
      background: #e55353;
      color: #ffffff;
      border: 0;
      padding: 10px 20px;
      border-radius: 22px; }
      @media (max-width: 767.98px) {
        .subheader .subheadericon ul li .btn-adduser {
          font-size: 12px;
          padding: 6px 8px; } }
    .subheader .subheadericon ul li .menu-list {
      color: #eb576caa;
      background: none;
      border: 0; }
    .subheader .subheadericon ul li:last-child {
      margin: 0;
      border-right: none;
      padding-right: 0; }
    @media (max-width: 767.98px) {
      .subheader .subheadericon ul li {
        padding-right: 12px; } }
  .subheader .subheadericon .filtericon {
    padding: 0 10px;
    position: relative;
    top: -5px;
    cursor: pointer; }
    @media (max-width: 767.98px) {
      .subheader .subheadericon .filtericon {
        padding: 0; } }
  @media (max-width: 767.98px) {
    .subheader {
      padding: 10px 20px; } }

.slidingBar {
  right: 0;
  border: 0;
  box-shadow: 0 3px 4px 0 rgba(60, 75, 100, 0.14), 0 3px 3px -2px rgba(60, 75, 100, 0.12), 0 1px 8px 0 rgba(60, 75, 100, 0.2);
  bottom: 0;
  position: fixed;
  top: 0;
  z-index: 2222;
  width: 40rem; }
  .slidingBar .slide-header {
    background: rgba(0, 0, 21, 0.2);
    flex: 0 0 4rem;
    text-align: center; }
    .slidingBar .slide-header .nav-underline {
      padding-left: 0;
      display: flex;
      flex-wrap: wrap;
      list-style: none;
      margin-bottom: 0;
      padding: 8px 0;
      background: #e55353; }
      .slidingBar .slide-header .nav-underline .nav-item {
        margin-bottom: -2px; }
        .slidingBar .slide-header .nav-underline .nav-item .nav-link {
          color: #ffffff; }
          .slidingBar .slide-header .nav-underline .nav-item .nav-link:hover {
            color: #ffffff; }
        .slidingBar .slide-header .nav-underline .nav-item .btn-close {
          background: none;
          color: #ffffff;
          opacity: 1;
          font-size: 22px;
          box-shadow: none;
          padding: 0; }
      .slidingBar .slide-header .nav-underline:hover {
        color: #2819af; }
  .slidingBar .slideBarContent {
    background: #ffffff;
    padding: 25px;
    height: 80%;
    clear: both; }
    .slidingBar .slideBarContent .list-group {
      padding-left: 0; }
      .slidingBar .slideBarContent .list-group .list-group-heading {
        text-align: center;
        color: #404142;
        font-weight: 600;
        padding: 10px;
        background: #f8f8f8;
        font-size: 14px;
        text-transform: uppercase; }
    .slidingBar .slideBarContent .modelform {
      min-height: 470px;
      /** Newly Added Class **/
      max-height: 470px;
      overflow-y: auto;
      overflow-x: hidden;
      clear: both;
      padding: 0 10px 0 0;
      height: 100%; }
      .slidingBar .slideBarContent .modelform .file-input {
        position: relative;
        display: flex; }
        .slidingBar .slideBarContent .modelform .file-input .plus-icon {
          width: 49px;
          height: 49px;
          line-height: 49px;
          display: block;
          background: #679227;
          position: absolute;
          left: 0;
          top: 0;
          text-align: center;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px;
          color: #ffffff; }
        .slidingBar .slideBarContent .modelform .file-input .button {
          display: inline-block;
          padding: 0 12px;
          cursor: pointer;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px;
          background-color: #8ebf42;
          font-size: 16px;
          font-weight: normal;
          color: #ffffff;
          text-align: center;
          position: relative;
          left: 48px;
          line-height: 49px; }
        .slidingBar .slideBarContent .modelform .file-input input[type="file"] {
          position: absolute;
          z-index: -1;
          top: 10px;
          left: 8px;
          font-size: 18px;
          color: #b8b8b8; }
        @media (max-width: 575.98px) {
          .slidingBar .slideBarContent .modelform .file-input {
            margin-top: 40px; } }
      .slidingBar .slideBarContent .modelform .filetext {
        float: right;
        position: relative;
        bottom: 60px;
        width: 65%;
        max-width: 48%;
        text-decoration: underline; }
      .slidingBar .slideBarContent .modelform .input-icon {
        position: relative; }
        .slidingBar .slideBarContent .modelform .input-icon a {
          position: absolute;
          top: 3px;
          right: 10px;
          padding: 0; }
      .slidingBar .slideBarContent .modelform .ql-container {
        min-height: 130px; }
        .slidingBar .slideBarContent .modelform .ql-container .ql-editor {
          white-space: normal; }
          .slidingBar .slideBarContent .modelform .ql-container .ql-editor ul {
            padding-left: 0; }
            .slidingBar .slideBarContent .modelform .ql-container .ql-editor ul li {
              padding-left: 1em; }
      .slidingBar .slideBarContent .modelform .chooseTime {
        display: none; }
        .slidingBar .slideBarContent .modelform .chooseTime.show {
          display: block; }
      .slidingBar .slideBarContent .modelform .timeset {
        padding: 0;
        margin: 15px 0;
        text-decoration: none;
        display: inline-block; }
        .slidingBar .slideBarContent .modelform .timeset:hover {
          text-decoration: underline; }
      .slidingBar .slideBarContent .modelform .resetFilterOption {
        float: right;
        color: #4061ad;
        font-size: 1rem; }
        .slidingBar .slideBarContent .modelform .resetFilterOption:hover {
          text-decoration: underline; }
      .slidingBar .slideBarContent .modelform .table th {
        white-space: nowrap; }
    @media (max-width: 991.98px) {
      .slidingBar .slideBarContent {
        height: 90%; } }
  .slidingBar .slideBarFooter {
    background: #ffffff;
    padding: 5px 5px;
    position: fixed;
    bottom: 0;
    Width: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
  .slidingBar.hide {
    display: none; }
  .slidingBar .tasklistwrap {
    position: relative;
    margin: 0px 0 30px 0;
    width: 100%; }
    .slidingBar .tasklistwrap .tasklistcontent {
      border: 1px solid  #d1d1d1; }
      .slidingBar .tasklistwrap .tasklistcontent .projectlist h6 {
        padding: 10px 15px 10px 15px; }
      .slidingBar .tasklistwrap .tasklistcontent .projectlist ul {
        color: #000000;
        font-size: 15px;
        font-weight: 500;
        padding: 0 10px; }
        .slidingBar .tasklistwrap .tasklistcontent .projectlist ul li {
          display: block;
          color: #746666;
          margin-bottom: 10px; }
          .slidingBar .tasklistwrap .tasklistcontent .projectlist ul li .task-list {
            display: none !important; }
          .slidingBar .tasklistwrap .tasklistcontent .projectlist ul li .tasklist-open {
            display: block !important; }
          .slidingBar .tasklistwrap .tasklistcontent .projectlist ul li .sublist {
            margin-left: 14px; }
          .slidingBar .tasklistwrap .tasklistcontent .projectlist ul li .sec-heading {
            margin: 0 6px 0 0; }
            .slidingBar .tasklistwrap .tasklistcontent .projectlist ul li .sec-heading .downicon svg {
              float: left;
              margin: 2px 5px 0 0; }
  @media (max-width: 767.98px) {
    .slidingBar {
      width: 25rem !important; } }

@keyframes swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(10deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); } }

.slide-left {
  animation: 1s slide-left; }

.fade-in {
  animation: fadeIn ease 1s; }

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

@keyframes slide-left {
  from {
    margin-right: -100%; }
  to {
    margin-right: 0%; } }

.sideBarOverflowSlide {
  position: static !important; }
  .sideBarOverflowSlide > div {
    overflow-x: hidden !important; }

.personaldetail-wrap {
  background: #ffffff;
  padding: 15px; }
  .personaldetail-wrap .personalinfo a {
    color: #3a5ae9; }
  .personaldetail-wrap .personalinfo .heading {
    position: relative;
    padding: 25px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .personaldetail-wrap .personalinfo .profileimage {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    width: 20%; }
    .personaldetail-wrap .personalinfo .profileimage img {
      width: 100px;
      height: 100px;
      border-radius: 52px; }
    .personaldetail-wrap .personalinfo .profileimage a {
      position: relative;
      bottom: 40px;
      left: 72px; }
      .personaldetail-wrap .personalinfo .profileimage a svg {
        font-size: 1rem;
        color: #e55353; }
      @media (max-width: 1600px) {
        .personaldetail-wrap .personalinfo .profileimage a {
          left: 66px; } }
      @media (max-width: 1199.98px) {
        .personaldetail-wrap .personalinfo .profileimage a {
          left: 66px; } }
      @media (max-width: 991.98px) {
        .personaldetail-wrap .personalinfo .profileimage a {
          left: 68px; } }
      @media (max-width: 767.98px) {
        .personaldetail-wrap .personalinfo .profileimage a {
          left: 72px; } }
  .personaldetail-wrap .personalinfo .personaldetails {
    padding: 25px 20px; }
    @media (max-width: 767.98px) {
      .personaldetail-wrap .personalinfo .personaldetails {
        padding: 10px 0px; } }

.MuiDialog-container .popupheader {
  background: #ffffff !important;
  border-bottom: rgba(0, 0, 0, 0.2);
  border-radius: 12px 12px 0 0; }
  .MuiDialog-container .popupheader h2 svg {
    float: left;
    font-size: 1.5rem;
    margin: 0px 10px 0 0 !important;
    height: 50px;
    width: 50px;
    padding: 0px 12px 12px 12px;
    color: #4061ad; }
  .MuiDialog-container .popupheader h2 button {
    float: right;
    top: 20px !important;
    right: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0; }
    .MuiDialog-container .popupheader h2 button svg {
      margin: 0 !important;
      font-size: 1.25rem;
      color: #B1B1B1 !important;
      padding: 10px;
      width: 40px;
      height: 40px; }
    .MuiDialog-container .popupheader h2 button:hover {
      color: #4061ad !important;
      border: 1px solid #4061ad;
      background: none; }
  .MuiDialog-container .popupheader h2 h2 {
    font-size: 1.25rem;
    color: #334155;
    font-weight: 600;
    margin: 0;
    padding: 0 0 2px 0; }
  .MuiDialog-container .popupheader h2 p {
    font-size: 0.75rem;
    color: #666666;
    font-weight: 400;
    margin: 0;
    padding: 0 0 2px 0; }

.MuiDialog-container .MuiDialogTitle-root {
  padding: 18px 10px; }
  .MuiDialog-container .MuiDialogTitle-root .MuiTypography-h6 {
    padding: 0 6px;
    color: #ffffff;
    display: block; }

.MuiDialog-container .MuiDialogContent-root .modelform {
  padding: 10px; }
  .MuiDialog-container .MuiDialogContent-root .modelform .upload-input {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    .MuiDialog-container .MuiDialogContent-root .modelform .upload-input input[type="file"] {
      display: none; }
    .MuiDialog-container .MuiDialogContent-root .modelform .upload-input button {
      background-color: #4061ad;
      color: #ffffff;
      display: inline-block;
      padding: 8px 30px;
      font-size: 14px;
      cursor: pointer;
      border: 1px solid #4061ad; }
      .MuiDialog-container .MuiDialogContent-root .modelform .upload-input button svg {
        width: 30px;
        height: 30px;
        line-height: 40px;
        padding: 4px; }
  .MuiDialog-container .MuiDialogContent-root .modelform .profileimage {
    position: relative;
    top: 15px;
    display: block;
    padding: 0 0 0px 0;
    text-align: center; }
    .MuiDialog-container .MuiDialogContent-root .modelform .profileimage .cropimage {
      width: 120px !important;
      height: 120px !important;
      overflow: hidden;
      border-radius: 50% !important;
      border: 1px solid rgba(0, 0, 0, 0.2);
      margin: 0 auto 20px; }
      .MuiDialog-container .MuiDialogContent-root .modelform .profileimage .cropimage img {
        width: 100%;
        height: auto; }
      .MuiDialog-container .MuiDialogContent-root .modelform .profileimage .cropimage .profilePreview {
        width: 100%;
        height: 100%; }
  .MuiDialog-container .MuiDialogContent-root .modelform .button-wrap .ButtonComponent .btn {
    background: #4061ad;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 25px;
    font-size: 18px;
    min-width: 135px; }

.managerole-wrap .managerole {
  margin: 0 0 30px 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 10px #f3ecec; }
  .managerole-wrap .managerole .heading {
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding: 25px 20px; }
    .managerole-wrap .managerole .heading .popupbtn {
      position: absolute;
      width: 36px;
      height: 34px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #d1d1d1;
      top: 24px;
      right: 40px; }
      .managerole-wrap .managerole .heading .popupbtn svg {
        font-size: 20px;
        margin: 0 auto; }
  .managerole-wrap .managerole .manage-table {
    padding: 1.5rem;
    overflow: hidden; }
    .managerole-wrap .managerole .manage-table .table-responsive {
      overflow-y: auto;
      max-height: 460px; }
    @media (max-width: 1199.98px) {
      .managerole-wrap .managerole .manage-table table thead th {
        white-space: nowrap; } }
    @media (max-width: 991.98px) {
      .managerole-wrap .managerole .manage-table table thead th {
        white-space: nowrap; } }
    @media (max-width: 767.98px) {
      .managerole-wrap .managerole .manage-table table thead th {
        white-space: nowrap; } }

.sideBarOverflow > div {
  overflow-x: hidden !important;
  max-height: 375px !important; }

.clientuser-wrap {
  border-radius: 10px;
  box-shadow: 0 4px 8px 2px #ccc;
  background: #f9fafb;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 20px 8px;
  position: relative; }
  .clientuser-wrap .clientbg {
    background: #e55353;
    width: 100%;
    height: 80px;
    position: relative;
    clear: both; }
  .clientuser-wrap .userStatus {
    position: absolute;
    left: 8px;
    top: 6px;
    padding: 2px 8px;
    line-height: 20px;
    display: inline-block;
    border-radius: 8px;
    color: #ffffff; }
    .clientuser-wrap .userStatus.active {
      background: #87d37c; }
    .clientuser-wrap .userStatus.inactive {
      background: #e55353; }
  .clientuser-wrap .actionBtn {
    color: #ccc;
    display: none;
    position: absolute;
    right: 3px;
    top: 6px;
    cursor: pointer;
    z-index: 11111; }
    .clientuser-wrap .actionBtn .editicon {
      color: #e55353;
      padding: 0;
      width: 28px;
      height: 28px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .clientuser-wrap .actionBtn .deleteicon {
      padding: 0 0 0 6px; }
  .clientuser-wrap .clientImage {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .clientuser-wrap .clientImage img {
      width: 100px;
      height: 100px;
      border-radius: 50%; }
    .clientuser-wrap .clientImage .camera-icon {
      position: absolute;
      right: 50px;
      top: 60px;
      display: none; }
      .clientuser-wrap .clientImage .camera-icon svg {
        color: #e55353;
        font-size: 16px; }
  .clientuser-wrap .client-details {
    position: relative;
    top: 15px;
    clear: both;
    text-align: center;
    height: 150px; }
    .clientuser-wrap .client-details .client-info {
      min-height: 100px; }
      .clientuser-wrap .client-details .client-info a {
        color: #e55353;
        font-size: 1rem;
        font-weight: 500;
        padding: 0; }
        @media (max-width: 767.98px) {
          .clientuser-wrap .client-details .client-info a {
            font-size: 16px; } }
      .clientuser-wrap .client-details .client-info .client-name {
        color: #000000;
        text-decoration: none;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 3px;
        display: block; }
        .clientuser-wrap .client-details .client-info .client-name:hover {
          text-decoration: underline;
          color: #eb576c; }
      .clientuser-wrap .client-details .client-info .client-id {
        color: #555;
        font-size: 14px; }
        .clientuser-wrap .client-details .client-info .client-id span {
          border-left: 1px solid #ccc;
          padding-left: 5px;
          margin-right: 5px; }
          .clientuser-wrap .client-details .client-info .client-id span:first-child {
            border-left: none;
            margin-left: 0; }
          .clientuser-wrap .client-details .client-info .client-id span:last-child {
            margin-right: 0; }
      .clientuser-wrap .client-details .client-info .client-role {
        color: #bdb7b7;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .clientuser-wrap .client-details .client-info .client-role svg {
          font-size: 16px;
          display: inline-block;
          margin-right: 3px; }
    .clientuser-wrap .client-details .button-wrap {
      text-align: center;
      width: 100%;
      margin: 10px 0 0px 0;
      clear: both; }
      .clientuser-wrap .client-details .button-wrap .btn {
        padding: 5px 25px;
        border-radius: 22px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        transition: all 1s;
        cursor: pointer;
        text-transform: none; }
        .clientuser-wrap .client-details .button-wrap .btn.active {
          background: #87d37c; }
          .clientuser-wrap .client-details .button-wrap .btn.active:hover {
            color: #ffffff;
            background: #66b95a; }
        .clientuser-wrap .client-details .button-wrap .btn.inactive {
          background: #e55353; }
          .clientuser-wrap .client-details .button-wrap .btn.inactive:hover {
            color: #ffffff;
            background: #c53636; }
  .clientuser-wrap:hover {
    background: #e55353;
    cursor: pointer; }
    .clientuser-wrap:hover .actionBtn {
      display: flex;
      color: #eb576c;
      justify-content: center;
      top: 16px; }
      .clientuser-wrap:hover .actionBtn .editicon {
        color: #ffffff;
        font-size: 20px; }
    .clientuser-wrap:hover .camera-icon {
      display: block; }
    .clientuser-wrap:hover .client-details .client-info a {
      color: #ffffff; }
    .clientuser-wrap:hover .client-details .client-info .client-id {
      color: #ffffff; }
    .clientuser-wrap:hover .client-details .button-wrap .inactive {
      background: #ffffff;
      color: #e55353; }
      .clientuser-wrap:hover .client-details .button-wrap .inactive:hover {
        background: #ffffff;
        color: #e55353; }

#projectManagement {
  overflow-x: auto;
  height: 79vh;
  position: relative;
  top: 5px;
  z-index: 1; }
  #projectManagement .projectheader .projectTable {
    margin-bottom: 5px; }
    #projectManagement .projectheader .projectTable thead {
      position: sticky;
      top: 0;
      z-index: 3;
      background-color: #fff;
      box-shadow: 0 1px 5px #ccc; }
      #projectManagement .projectheader .projectTable thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        width: 25vw;
        background: white; }
        #projectManagement .projectheader .projectTable thead th:first-child {
          position: sticky;
          left: 0;
          z-index: 2;
          top: 0; }
          @media (max-width: 991.98px) {
            #projectManagement .projectheader .projectTable thead th:first-child {
              min-width: 190px !important; } }
          @media (max-width: 767.98px) {
            #projectManagement .projectheader .projectTable thead th:first-child {
              min-width: 190px !important; } }
    #projectManagement .projectheader .projectTable tbody {
      overflow-y: auto; }
      #projectManagement .projectheader .projectTable tbody th {
        position: sticky;
        left: 0;
        z-index: 1; }
        #projectManagement .projectheader .projectTable tbody th .nav-link {
          text-decoration: none;
          text-transform: none; }
          #projectManagement .projectheader .projectTable tbody th .nav-link:hover {
            text-decoration: underline; }
    #projectManagement .projectheader .projectTable th {
      text-transform: uppercase;
      white-space: nowrap;
      z-index: 1;
      position: sticky;
      padding: 0.5rem 1rem; }
      #projectManagement .projectheader .projectTable th:first-child {
        position: sticky;
        left: 0;
        z-index: 2; }
    #projectManagement .projectheader .projectTable td {
      white-space: nowrap;
      font-weight: 500;
      padding: 0.5rem 1rem; }
    #projectManagement .projectheader .projectTable .actionBtn svg {
      font-size: 16px; }
  #projectManagement .defaultPlaceholder {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #projectManagement .defaultPlaceholder img {
      width: 320px;
      height: auto; }
    #projectManagement .defaultPlaceholder .defaultPlaceholderText {
      color: #4b6b93;
      font-size: 24px; }
  #projectManagement .projectScrollBar > div {
    overflow-x: hidden !important; }
    @media (max-width: 767.98px) {
      #projectManagement .projectScrollBar > div {
        max-width: 100% !important; } }
  #projectManagement .projectTable {
    font-size: 0.875rem; }
    @media (max-width: 767.98px) {
      #projectManagement .projectTable {
        font-size: 13px; } }
  @media (max-width: 991.98px) {
    #projectManagement {
      height: 88vh;
      top: -3px; } }
  @media (max-width: 575.98px) {
    #projectManagement {
      height: 86vh;
      top: 0px; } }
  @media (max-width: 414.98px) {
    #projectManagement {
      height: auto; } }

.reloadData {
  display: flex;
  justify-content: flex-end;
  padding: 20px 32px 10px 0; }
  .reloadData svg {
    color: #E55353;
    cursor: pointer;
    font-size: 16px; }

@media (max-width: 767.98px) {
  .MuiTooltip-popper {
    display: block !important; } }

body {
  overflow-y: hidden; }

#milestones .milestones-wrap {
  position: relative;
  top: -14px; }
  #milestones .milestones-wrap .dropdown-wrap {
    padding: 10px 0 0 0; }
    @media (max-width: 991.98px) {
      #milestones .milestones-wrap .dropdown-wrap {
        padding: 0; } }
    #milestones .milestones-wrap .dropdown-wrap .dropdown {
      padding: 14px;
      background: #daeeff;
      color: #333;
      margin: 10px 0 12px 0;
      border-radius: 5px;
      display: flex;
      align-items: center; }
      #milestones .milestones-wrap .dropdown-wrap .dropdown svg {
        margin-right: 6px; }
        @media (max-width: 575.98px) {
          #milestones .milestones-wrap .dropdown-wrap .dropdown svg {
            margin-bottom: 17px;
            position: relative;
            top: 9px; } }
      #milestones .milestones-wrap .dropdown-wrap .dropdown span {
        font-size: 1rem; }
        #milestones .milestones-wrap .dropdown-wrap .dropdown span a {
          text-decoration: none; }
          #milestones .milestones-wrap .dropdown-wrap .dropdown span a:hover {
            text-decoration: underline; }
        #milestones .milestones-wrap .dropdown-wrap .dropdown span svg {
          margin: 0 6px;
          font-size: 12px; }
          @media (max-width: 575.98px) {
            #milestones .milestones-wrap .dropdown-wrap .dropdown span svg {
              position: relative;
              top: 0px;
              margin: 0 3px;
              font-size: 14px; } }
        @media (max-width: 767.98px) {
          #milestones .milestones-wrap .dropdown-wrap .dropdown span {
            font-size: 14px; } }
    #milestones .milestones-wrap .dropdown-wrap .product-table {
      overflow-x: auto;
      overflow-y: auto;
      max-height: 500px; }
      #milestones .milestones-wrap .dropdown-wrap .product-table .product-list {
        display: none; }
      #milestones .milestones-wrap .dropdown-wrap .product-table .productlist-open {
        display: block !important; }
    @media (max-width: 991.98px) {
      #milestones .milestones-wrap .dropdown-wrap .milestoneScrollBar > div {
        max-width: 66% !important; } }
    #milestones .milestones-wrap .dropdown-wrap .projectTable {
      font-size: 0.875rem;
      margin-bottom: 5px; }
      #milestones .milestones-wrap .dropdown-wrap .projectTable thead {
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #fff;
        box-shadow: 0 1px 5px #ccc; }
        #milestones .milestones-wrap .dropdown-wrap .projectTable thead th {
          position: relative;
          top: 0;
          z-index: 1;
          width: 25vw;
          background: white; }
          #milestones .milestones-wrap .dropdown-wrap .projectTable thead th:first-child {
            position: sticky;
            left: 0;
            z-index: 2; }
            @media (max-width: 991.98px) {
              #milestones .milestones-wrap .dropdown-wrap .projectTable thead th:first-child {
                min-width: 190px !important; } }
            @media (max-width: 767.98px) {
              #milestones .milestones-wrap .dropdown-wrap .projectTable thead th:first-child {
                min-width: 190px !important; } }
      #milestones .milestones-wrap .dropdown-wrap .projectTable tbody th {
        position: sticky;
        left: 0;
        z-index: 1; }
        #milestones .milestones-wrap .dropdown-wrap .projectTable tbody th .nav-link {
          text-decoration: none;
          text-transform: none; }
          #milestones .milestones-wrap .dropdown-wrap .projectTable tbody th .nav-link:hover {
            text-decoration: underline; }
      #milestones .milestones-wrap .dropdown-wrap .projectTable th {
        text-transform: uppercase;
        white-space: nowrap;
        z-index: 1;
        position: sticky; }
        #milestones .milestones-wrap .dropdown-wrap .projectTable th:first-child {
          position: sticky;
          left: 0;
          z-index: 2; }
      #milestones .milestones-wrap .dropdown-wrap .projectTable td {
        white-space: nowrap;
        font-weight: 500; }
      #milestones .milestones-wrap .dropdown-wrap .projectTable .progress {
        border-radius: 12px; }
      #milestones .milestones-wrap .dropdown-wrap .projectTable .badge {
        padding: 5px 8px;
        min-width: 75px; }
      #milestones .milestones-wrap .dropdown-wrap .projectTable .actionBtn svg {
        font-size: 16px; }
      @media (max-width: 767.98px) {
        #milestones .milestones-wrap .dropdown-wrap .projectTable {
          font-size: 13px; } }
  #milestones .milestones-wrap .reloadData {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 10px 0; }
    #milestones .milestones-wrap .reloadData svg {
      color: #E55353;
      cursor: pointer;
      font-size: 16px; }

#taskgroup .taskgroup-wrap {
  position: relative;
  top: -14px; }
  #taskgroup .taskgroup-wrap .dropdown-wrap {
    padding: 10px 0 0 0; }
    @media (max-width: 991.98px) {
      #taskgroup .taskgroup-wrap .dropdown-wrap {
        padding: 0; } }
    #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown {
      padding: 14px;
      background: #daeeff;
      color: #333;
      margin: 10px 0 12px 0;
      border-radius: 5px;
      display: flex;
      align-items: center; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown svg {
        margin-right: 6px; }
        @media (max-width: 575.98px) {
          #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown svg {
            margin-bottom: 17px;
            position: relative;
            top: 9px; } }
      #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown span {
        font-size: 1rem; }
        #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown span a {
          text-decoration: none; }
          #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown span a:hover {
            text-decoration: underline; }
        #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown span svg {
          margin: 0 6px;
          font-size: 12px; }
          @media (max-width: 575.98px) {
            #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown span svg {
              position: relative;
              top: 0px;
              margin: 0 3px;
              font-size: 14px; } }
        @media (max-width: 767.98px) {
          #taskgroup .taskgroup-wrap .dropdown-wrap .dropdown span {
            font-size: 14px; } }
    #taskgroup .taskgroup-wrap .dropdown-wrap .product-table {
      overflow-x: auto;
      overflow-y: auto;
      max-height: 500px; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .product-table .product-list {
        display: none; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .product-table .productlist-open {
        display: block !important; }
    @media (max-width: 991.98px) {
      #taskgroup .taskgroup-wrap .dropdown-wrap .taskgroupScrollBar > div {
        max-width: 66% !important; } }
    #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable {
      font-size: 0.875rem;
      margin-bottom: 5px; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable thead th {
        position: relative;
        top: 0;
        z-index: 1;
        width: 25vw;
        background: white; }
        #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable thead th:first-child {
          position: sticky;
          left: 0;
          z-index: 2; }
          @media (max-width: 991.98px) {
            #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable thead th:first-child {
              min-width: 190px !important; } }
          @media (max-width: 767.98px) {
            #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable thead th:first-child {
              min-width: 190px !important; } }
      #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable tbody th {
        position: sticky;
        left: 0;
        z-index: 1; }
        #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable tbody th .nav-link {
          text-decoration: none;
          text-transform: none; }
          #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable tbody th .nav-link:hover {
            text-decoration: underline; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable th {
        text-transform: uppercase;
        white-space: nowrap;
        z-index: 1;
        position: sticky; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable td {
        white-space: nowrap;
        font-weight: 500; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable .progress {
        border-radius: 12px; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable .badge {
        padding: 5px 8px;
        min-width: 75px; }
      #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable .actionBtn svg {
        font-size: 16px; }
      @media (max-width: 767.98px) {
        #taskgroup .taskgroup-wrap .dropdown-wrap .projectTable {
          font-size: 13px; } }

#tasks .tasks-wrap {
  position: relative;
  top: -14px; }
  #tasks .tasks-wrap .dropdown-wrap {
    padding: 10px 0 0 0; }
    @media (max-width: 991.98px) {
      #tasks .tasks-wrap .dropdown-wrap {
        padding: 0; } }
    #tasks .tasks-wrap .dropdown-wrap .dropdown {
      padding: 14px;
      background: #daeeff;
      color: #333;
      margin: 10px 0 12px 0;
      border-radius: 5px;
      display: flex;
      align-items: center; }
      #tasks .tasks-wrap .dropdown-wrap .dropdown svg {
        margin-right: 6px; }
        @media (max-width: 575.98px) {
          #tasks .tasks-wrap .dropdown-wrap .dropdown svg {
            margin-bottom: 17px;
            position: relative;
            top: 9px; } }
      #tasks .tasks-wrap .dropdown-wrap .dropdown span {
        font-size: 1rem; }
        #tasks .tasks-wrap .dropdown-wrap .dropdown span a {
          text-decoration: none; }
          #tasks .tasks-wrap .dropdown-wrap .dropdown span a:hover {
            text-decoration: underline; }
        #tasks .tasks-wrap .dropdown-wrap .dropdown span svg {
          margin: 0 6px;
          font-size: 12px; }
          @media (max-width: 575.98px) {
            #tasks .tasks-wrap .dropdown-wrap .dropdown span svg {
              position: relative;
              top: 0px;
              margin: 0 3px;
              font-size: 14px; } }
        @media (max-width: 767.98px) {
          #tasks .tasks-wrap .dropdown-wrap .dropdown span {
            font-size: 14px; } }
    #tasks .tasks-wrap .dropdown-wrap .product-table {
      overflow-x: auto;
      overflow-y: auto;
      max-height: 250px; }
      #tasks .tasks-wrap .dropdown-wrap .product-table .product-list {
        display: none; }
      #tasks .tasks-wrap .dropdown-wrap .product-table .productlist-open {
        display: block !important; }
    @media (max-width: 991.98px) {
      #tasks .tasks-wrap .dropdown-wrap .taskScrollBar > div {
        max-width: 66% !important; } }
    #tasks .tasks-wrap .dropdown-wrap .projectTable {
      font-size: 0.875rem;
      margin-bottom: 5px; }
      #tasks .tasks-wrap .dropdown-wrap .projectTable thead {
        position: sticky;
        top: 0;
        z-index: 3;
        background-color: #fff;
        box-shadow: 0 1px 5px #ccc; }
        #tasks .tasks-wrap .dropdown-wrap .projectTable thead th {
          position: relative;
          top: 0;
          z-index: 1;
          width: 25vw;
          background: white; }
          #tasks .tasks-wrap .dropdown-wrap .projectTable thead th:first-child {
            position: sticky;
            left: 0;
            z-index: 2; }
            @media (max-width: 991.98px) {
              #tasks .tasks-wrap .dropdown-wrap .projectTable thead th:first-child {
                min-width: 190px !important; } }
            @media (max-width: 767.98px) {
              #tasks .tasks-wrap .dropdown-wrap .projectTable thead th:first-child {
                min-width: 190px !important; } }
      #tasks .tasks-wrap .dropdown-wrap .projectTable tbody th {
        position: sticky;
        left: 0;
        z-index: 1; }
        #tasks .tasks-wrap .dropdown-wrap .projectTable tbody th .nav-link {
          text-decoration: none;
          text-transform: none; }
          #tasks .tasks-wrap .dropdown-wrap .projectTable tbody th .nav-link:hover {
            text-decoration: underline; }
      #tasks .tasks-wrap .dropdown-wrap .projectTable th {
        text-transform: uppercase;
        white-space: nowrap;
        z-index: 1;
        position: sticky; }
        #tasks .tasks-wrap .dropdown-wrap .projectTable th:first-child {
          position: sticky;
          left: 0;
          z-index: 2; }
      #tasks .tasks-wrap .dropdown-wrap .projectTable td {
        white-space: nowrap;
        font-weight: 500; }
      #tasks .tasks-wrap .dropdown-wrap .projectTable .progress {
        border-radius: 12px; }
      #tasks .tasks-wrap .dropdown-wrap .projectTable .badge {
        padding: 5px 8px;
        min-width: 75px; }
      #tasks .tasks-wrap .dropdown-wrap .projectTable .actionBtn svg {
        font-size: 16px; }
      @media (max-width: 767.98px) {
        #tasks .tasks-wrap .dropdown-wrap .projectTable {
          font-size: 13px; } }
  #tasks .tasks-wrap .reloadData {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 10px 0; }
    #tasks .tasks-wrap .reloadData svg {
      color: #E55353;
      cursor: pointer;
      font-size: 16px; }

#taskdetail .taskdetail-wrap .backbuttonWrap {
  padding: 10px 20px;
  display: flex;
  justify-content: flex-end; }

#taskdetail .taskdetail-wrap .projectstatus {
  border-radius: 10px;
  box-shadow: 0 3px 6px 2px #ccc;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 30px; }
  #taskdetail .taskdetail-wrap .projectstatus .saveBtn {
    float: right;
    position: relative;
    top: 15px; }
    #taskdetail .taskdetail-wrap .projectstatus .saveBtn svg {
      font-size: 2.25rem;
      color: #14a44d; }
      @media (max-width: 767.98px) {
        #taskdetail .taskdetail-wrap .projectstatus .saveBtn svg {
          font-size: 26px; } }
    @media (max-width: 767.98px) {
      #taskdetail .taskdetail-wrap .projectstatus .saveBtn {
        top: 6px; } }
    #taskdetail .taskdetail-wrap .projectstatus .saveBtn:hover {
      text-decoration: underline; }
  #taskdetail .taskdetail-wrap .projectstatus .task-heading {
    padding: 1.5rem;
    border-bottom: 1px solid #ccc; }
    #taskdetail .taskdetail-wrap .projectstatus .task-heading h5 {
      font-size: 1.125rem;
      padding: 0; }
      #taskdetail .taskdetail-wrap .projectstatus .task-heading h5 .arrow-down {
        margin: 0 3px 0 0;
        transform: rotate(0deg); }
        #taskdetail .taskdetail-wrap .projectstatus .task-heading h5 .arrow-down.collapsed {
          transform: rotate(-180deg); }
  #taskdetail .taskdetail-wrap .projectstatus .task-detail {
    display: none;
    padding: 1.5rem; }
    #taskdetail .taskdetail-wrap .projectstatus .task-detail.taskdetail-open {
      display: block; }
    #taskdetail .taskdetail-wrap .projectstatus .task-detail .ql-container {
      min-height: 180px; }
      #taskdetail .taskdetail-wrap .projectstatus .task-detail .ql-container .ql-editor ul {
        padding-left: 0; }
        #taskdetail .taskdetail-wrap .projectstatus .task-detail .ql-container .ql-editor ul li {
          padding-left: 1em; }
    #taskdetail .taskdetail-wrap .projectstatus .task-detail .file-input {
      position: relative;
      display: flex; }
      #taskdetail .taskdetail-wrap .projectstatus .task-detail .file-input .plus-icon {
        width: 49px;
        height: 49px;
        line-height: 49px;
        display: block;
        background: #679227;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        color: #ffffff; }
      #taskdetail .taskdetail-wrap .projectstatus .task-detail .file-input .button {
        display: inline-block;
        padding: 0 12px;
        cursor: pointer;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #8ebf42;
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        position: relative;
        left: 48px;
        line-height: 49px; }
      #taskdetail .taskdetail-wrap .projectstatus .task-detail .file-input input[type="file"] {
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 8px;
        font-size: 18px;
        color: #b8b8b8; }
      @media (max-width: 575.98px) {
        #taskdetail .taskdetail-wrap .projectstatus .task-detail .file-input {
          margin-top: 40px; } }
  #taskdetail .taskdetail-wrap .projectstatus .comment .nav-tabs {
    border-bottom: 1px solid #ccc;
    padding: 0 30px; }
    @media (max-width: 767.98px) {
      #taskdetail .taskdetail-wrap .projectstatus .comment .nav-tabs .nav-link {
        padding: 18px 5px; } }
    @media (max-width: 767.98px) {
      #taskdetail .taskdetail-wrap .projectstatus .comment .nav-tabs {
        padding: 0; } }
  #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane {
    padding: 30px; }
    #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment {
      display: flex;
      flex-flow: column nowrap;
      clear: both;
      overflow-y: auto;
      max-height: 750px; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner {
        position: relative;
        display: block;
        word-wrap: break-word;
        border-radius: 5px;
        margin-bottom: 2.5vh; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap {
          background-color: #daeeff;
          display: inline-flex;
          flex-direction: column;
          min-width: 250px;
          padding: 10px;
          border-radius: 6px;
          max-width: 98%; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .commentboximg img {
              width: 40px;
              height: 40px;
              border-radius: 20px; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .commentboximg strong {
              margin: 0 10px;
              color: #666666;
              font-size: 14px;
              font-weight: 600; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .actButton {
              display: none; }
              #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .actButton .nav-link {
                padding: 0;
                font-size: 14px;
                display: inline-block;
                width: 24px; }
                #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .actButton .nav-link svg {
                  color: #e55353; }
                #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .actButton .nav-link:last-child {
                  margin-right: 8px; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .commentlikewrap {
              position: absolute;
              top: 83px;
              right: -5px; }
              #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentbox-header .commentlikewrap a svg {
                font-size: 14px;
                color: #194ba7; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentdate {
            color: #666666;
            display: block;
            font-size: 11px;
            text-align: right;
            position: relative;
            top: 5px; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentdescription {
            padding: 15px 0 0 0; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap .commentdescription span {
              color: #334155; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap:hover {
            cursor: pointer; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcomment .commentInner .comment-boxwrap:hover .actButton {
              display: block;
              text-align: center; }
    #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcommentwrap {
      display: flex;
      width: 100%;
      margin-top: 40px; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcommentwrap .imgWrap img {
        width: 40px;
        height: auto;
        border-radius: 50px;
        position: relative;
        bottom: 4px; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcommentwrap .posttext {
        width: 100%;
        margin-left: 10px; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .postcommentwrap .posttext a svg {
          position: relative;
          bottom: 32px;
          float: right;
          color: #ada7a7; }
    #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours {
      overflow-y: auto;
      max-height: 750px; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap {
        margin-bottom: 25px; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logDate {
          color: #e55353;
          margin: 0 10px;
          display: inline-block;
          font-weight: 500; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-bottom: 1px solid #ccc;
          padding: 8px 12px;
          color: #333333; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .name {
            min-width: 220px;
            width: 45%;
            word-wrap: break-word; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .name span {
              font-size: 16px;
              font-weight: 500;
              margin-bottom: 10px; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .name p {
              font-size: 14px;
              color: #666;
              margin-bottom: 0; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .bill {
            width: 20%;
            text-align: center; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .workingour {
            width: 20%;
            text-align: center; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .workingour p {
              margin-bottom: 0; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour:hover {
            background: #e4eaf7; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .icon {
            display: flex;
            color: #eb4050;
            width: 5%; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .icon .nav-link {
              padding: 4px; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .logHours .loginghour-wrap .logginghour .icon .editicon {
              margin-right: 6px; }
    #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments {
      margin: 0 15px 30px 0; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .uploadbox-wrap {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-width: 2px;
        border-radius: 16px 16px 0 0;
        border-style: dashed;
        border-color: #cbd5e1;
        background-color: #f8fafc;
        padding: 8px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 215px;
        height: 180px;
        position: relative; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .uploadbox-wrap .uploaddoc {
          margin: 0 auto; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .uploadbox-wrap .uploaddoc a svg {
            font-size: 34px; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .uploadbox-wrap .fileUserInfo {
          opacity: 0;
          position: absolute;
          top: 120px;
          left: 0;
          font-size: 14px;
          color: #333;
          transition: all 300ms ease-out;
          transform: translateX(100px);
          transition-delay: 0.2s;
          transition-duration: 0.3s;
          -webkit-transform: translateX(100px);
          text-align: left; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .uploadbox-wrap:hover .fileUserInfo {
          opacity: 1;
          transform: translateX(15px);
          -webkit-transform: translateX(15px);
          max-width: 98%; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile {
        background: #fce9e9;
        width: 215px;
        border-width: 2px;
        border-style: dashed;
        border-color: #cbd5e1;
        position: relative;
        padding: 10px 5px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile .filename {
          display: inline-block;
          width: 145px;
          white-space: nowrap;
          overflow: hidden !important;
          text-overflow: ellipsis; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile .actionBtn {
          display: flex; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile .actionBtn .nav-link {
            padding: 0 5px;
            font-size: 13px; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile .actionBtn .deleteicon {
            margin-right: 0; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile .actionBtn .deleteicon svg {
              color: #e55353; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile .actionBtn .downloadicon {
            margin-right: 0; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .uploadWrap .uploadDocuments .attachfile .actionBtn .downloadicon svg {
              color: #4061ad; }
    #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .file-input {
      position: relative;
      display: flex;
      margin-top: 15px; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .file-input .plus-icon {
        width: 49px;
        height: 49px;
        line-height: 49px;
        display: block;
        background: #679227;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        color: #ffffff; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .file-input .button {
        display: inline-block;
        padding: 0 12px;
        cursor: pointer;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #8ebf42;
        font-size: 16px;
        font-weight: normal;
        color: #ffffff;
        text-align: center;
        position: relative;
        left: 48px;
        line-height: 49px; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .file-input input[type="file"] {
        position: absolute;
        z-index: -1;
        top: 10px;
        left: 8px;
        font-size: 18px;
        color: #b8b8b8; }
      @media (max-width: 575.98px) {
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .file-input {
          margin-top: 40px; } }
    #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus {
      position: relative;
      max-width: 1200px;
      margin: 30px auto;
      overflow-y: auto; }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer {
        padding: 10px 38px;
        position: relative;
        background-color: inherit;
        width: 50%; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer:nth-child(odd) {
          left: 0; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer:nth-child(odd)::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            right: 30px;
            border: medium solid #daeeff;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #daeeff; }
            @media (max-width: 767.98px) {
              #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer:nth-child(odd)::before {
                background-color: transparent;
                border-width: 0; } }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer:nth-child(even) {
          left: 50%; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer:nth-child(even)::before {
            content: " ";
            height: 0;
            position: absolute;
            top: 22px;
            width: 0;
            z-index: 1;
            left: 30px;
            border: medium solid #daeeff;
            border-width: 10px 10px 10px 0;
            border-color: transparent #daeeff transparent transparent; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer:nth-child(even)::after {
            left: -13px; }
          @media (max-width: 767.98px) {
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer:nth-child(even) {
              left: 8%; } }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .auditContent {
          padding: 12px;
          background-color: #daeeff;
          position: relative;
          border-radius: 6px;
          font-size: 16px;
          color: #333; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .auditContent h2 {
            padding: 10px 0; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .auditContent .auditText {
            margin: 45px 0 6px 0; }
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .auditContent .auditText .highlight-sec {
              color: #0173C7; }
            @media (max-width: 767.98px) {
              #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .auditContent .auditText {
                margin: 30px 0 6px 0; } }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .auditContent .auditTime {
            font-size: 14px;
            color: #888; }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer::after {
          content: '';
          position: absolute;
          width: 25px;
          height: 25px;
          right: -13px;
          background-color: #61D4E8;
          border: 4px solid #2DA1E7;
          top: 15px;
          border-radius: 50%;
          z-index: 1; }
          @media (max-width: 767.98px) {
            #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer::after {
              background-color: transparent;
              border: 0; } }
        #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .dateWrap {
          background: #e55353;
          padding: 6px;
          display: inline-block;
          position: absolute;
          top: 10px;
          z-index: 1;
          clear: both;
          border-top-left-radius: 6px;
          border-bottom-left-radius: 0; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .dateWrap span {
            color: #ffffff; }
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer .dateWrap.right {
            right: 38px;
            border-top-left-radius: 0;
            border-top-right-radius: 6px; }
        @media (max-width: 767.98px) {
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus .statusContainer {
            width: 95%;
            padding: 10px; } }
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus::after {
        content: '';
        position: absolute;
        width: 6px;
        background-color: #daeeff;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -3px; }
        @media (max-width: 767.98px) {
          #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane .auditStatus::after {
            background-color: transparent;
            border: 0; } }
    @media (max-width: 767.98px) {
      #taskdetail .taskdetail-wrap .projectstatus .comment .tab-content .tab-pane {
        padding: 15px; } }
  #taskdetail .taskdetail-wrap .projectstatus .comment .default-text {
    text-align: center; }
    @media (max-width: 767.98px) {
      #taskdetail .taskdetail-wrap .projectstatus .comment .default-text {
        margin-top: 20px; } }

.gantt-chart {
  margin: 0 auto;
  clear: both; }
  .gantt-chart .table-wrapper {
    overflow-x: auto;
    overflow-y: auto;
    max-height: 72vh; }
    .gantt-chart .table-wrapper .colorRepresent {
      float: right;
      margin: 0 8px; }
      .gantt-chart .table-wrapper .colorRepresent ul {
        display: flex;
        justify-content: space-between;
        list-style: none; }
        .gantt-chart .table-wrapper .colorRepresent ul li {
          color: #000; }
          .gantt-chart .table-wrapper .colorRepresent ul li .colors {
            padding: 8px;
            position: relative;
            top: 3px;
            margin: 0 8px; }
          .gantt-chart .table-wrapper .colorRepresent ul li .active {
            background: #b3ffb3; }
          .gantt-chart .table-wrapper .colorRepresent ul li .inactive {
            background: #ededf6; }
          .gantt-chart .table-wrapper .colorRepresent ul li .inprogress {
            background: #e55353; }
  .gantt-chart table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px; }
    .gantt-chart table th, .gantt-chart table td {
      border: 1px solid #ddd;
      text-align: center;
      padding: 8px 12px;
      min-width: 50px; }
    .gantt-chart table th {
      background-color: #0a3444;
      color: #ffffff;
      font-size: 12px; }
    .gantt-chart table td .nav-link {
      background: none !important;
      padding: 0;
      display: block;
      font-size: 15px;
      font-weight: normal; }
      .gantt-chart table td .nav-link:hover {
        text-decoration: underline; }
    .gantt-chart table td li {
      list-style: none;
      display: flex;
      margin-left: 15px;
      font-size: 14px; }
    @media (max-width: 767.98px) {
      .gantt-chart table td {
        width: 300px !important; } }
    .gantt-chart table tr td :nth-child(even) {
      background: #f3ebeb; }
    .gantt-chart table tr td :nth-child(odd) {
      background: #ffffff; }
  .gantt-chart .item {
    font-weight: bold; }
  .gantt-chart .month {
    background-color: #e6e6e6; }
  .gantt-chart .completed {
    background-color: #b3ffb3; }
  .gantt-chart .pending {
    background-color: #e55353; }
  .gantt-chart .archiveDates {
    background-color: #ededf6; }
  @media (max-width: 767.98px) {
    .gantt-chart {
      padding: 20px 0 0 0; } }

.serialsequence-wrap {
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  padding: 1.2rem;
  border-radius: 20px; }
  .serialsequence-wrap h4 {
    font-size: 20px;
    color: #e55353;
    padding: 10px 10px 20px 10px; }
    @media (max-width: 767.98px) {
      .serialsequence-wrap h4 {
        font-size: 16px; } }
  .serialsequence-wrap .btn-submit {
    background: #e55353;
    color: #ffffff;
    border: 0;
    padding: 10px 20px;
    border-radius: 8px; }

.bu-wrap .managerole-wrap .managerole .dropdown {
  padding: 14px;
  background: #daeeff;
  color: #333;
  margin: 10px 0 12px 0;
  border-radius: 5px;
  display: flex;
  align-items: center; }
  .bu-wrap .managerole-wrap .managerole .dropdown svg {
    margin-right: 6px; }

.bu-wrap .managerole-wrap .managerole .manage-table {
  padding: 0;
  overflow: visible; }
  .bu-wrap .managerole-wrap .managerole .manage-table .productlist-open {
    display: block !important; }
  .bu-wrap .managerole-wrap .managerole .manage-table .product-list {
    display: none; }

.bu-wrap .managerole-wrap .emptydata {
  text-align: center; }

.company-wrap .emptydata {
  text-align: center; }

.department-wrap .emptydata {
  text-align: center; }

.department-wrap .dropdown {
  padding: 14px;
  background: #daeeff;
  color: #333;
  margin: 10px 0 12px 0;
  border-radius: 5px;
  display: flex;
  align-items: center; }
  .department-wrap .dropdown svg {
    margin-right: 6px; }

.department-wrap .manage-table {
  padding: 0 !important;
  overflow: visible !important; }
  .department-wrap .manage-table .productlist-open {
    display: block !important; }
  .department-wrap .manage-table .product-list {
    display: none; }

#faq-sec .login-img .loginvedio img {
  padding: 0; }

#faq-sec #faq-wrap {
  overflow-y: scroll;
  height: 90vh; }
  #faq-sec #faq-wrap .wrapper {
    width: 80%;
    margin: 0 auto; }
  #faq-sec #faq-wrap .faq-whitebox {
    margin: 0 0 30px 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 4px 10px #b7a9a9; }
  #faq-sec #faq-wrap h4 {
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #faq-sec #faq-wrap .faq-main .dropdown {
    padding: 14px;
    background: #daeeff;
    color: #333;
    margin: 10px 40px 14px 40px;
    border-radius: 5px;
    display: flex;
    align-items: center; }
    #faq-sec #faq-wrap .faq-main .dropdown svg {
      margin-right: 6px; }
    #faq-sec #faq-wrap .faq-main .dropdown span {
      font-size: 1rem;
      font-weight: 600; }
      #faq-sec #faq-wrap .faq-main .dropdown span a {
        text-decoration: none; }
        #faq-sec #faq-wrap .faq-main .dropdown span a:hover {
          text-decoration: underline; }
      #faq-sec #faq-wrap .faq-main .dropdown span svg {
        margin: 0 6px;
        font-size: 12px; }
        @media (max-width: 575.98px) {
          #faq-sec #faq-wrap .faq-main .dropdown span svg {
            position: relative;
            top: 0px;
            margin: 0 3px;
            font-size: 14px; } }
      @media (max-width: 767.98px) {
        #faq-sec #faq-wrap .faq-main .dropdown span {
          font-size: 14px; } }
  #faq-sec #faq-wrap .faq-main .projectwisedetail-wrap {
    padding: 0 0 0 24px; }
    @media (max-width: 767.98px) {
      #faq-sec #faq-wrap .faq-main .projectwisedetail-wrap a {
        padding: 0px 19px; } }
    #faq-sec #faq-wrap .faq-main .projectwisedetail-wrap a video {
      width: 90%; }
  #faq-sec #faq-wrap .productlist-open {
    display: block !important; }
  #faq-sec #faq-wrap .product-list {
    display: none; }
  #faq-sec #faq-wrap .arrow-down {
    margin: 0 3px 0 0;
    transform: rotate(0deg); }
    #faq-sec #faq-wrap .arrow-down.collapsed {
      transform: rotate(-180deg); }

.addtableWrap table tbody tr td .projectclose {
  display: none; }

.addtableWrap table tbody tr td .projectopen {
  display: block; }

#bulkupload {
  overflow-y: auto;
  max-height: 78vh; }
  #bulkupload .bulkUploadWrap p {
    padding: 10px; }
    #bulkupload .bulkUploadWrap p svg {
      margin: 0 10px;
      color: #e71212; }
  #bulkupload .bulkUploadWrap .MuiPaper-root .MuiBox-root span {
    padding: 14px 0; }
  #bulkupload .bulkUploadWrap .attachDocument {
    display: flex;
    justify-content: center;
    margin-top: 50px; }
    #bulkupload .bulkUploadWrap .attachDocument input[type=file] {
      width: 210px;
      color: transparent;
      padding: 0; }
      @media (max-width: 767.98px) {
        #bulkupload .bulkUploadWrap .attachDocument input[type=file] {
          min-height: 68px; } }
      #bulkupload .bulkUploadWrap .attachDocument input[type=file]::file-selector-button {
        width: 60%;
        margin-right: 20px;
        border: none;
        background: #084cdf;
        padding: 10px 20px;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out; }
        @media (max-width: 767.98px) {
          #bulkupload .bulkUploadWrap .attachDocument input[type=file]::file-selector-button {
            width: 80%; } }
        #bulkupload .bulkUploadWrap .attachDocument input[type=file]::file-selector-button:hover {
          background: #0d45a5; }

/** Global Components Define Here  **/
