
/************* DEFAULT THEME **************/

/* The Glass UI Theme */
.app-container[data-theme="flutter"]{
  --main-bg-color: white;
  --navbar-color: #fbfbfbb8;
  --sidebar-color: #ffffffa6;

  --sidebar-category-dropdown-bg-color: #ffffff;
  --sidebar-category-dropdown-border: 1px solid #dedede;

  --taskview-container-bg-color: rgb(249 249 249); /* rgb(255, 255, 255, 0.4); */

  --activity-description-bg-color: #ffffff;
  --activity-description-shadow: rgb(0 0 0 / 14%) 5px 7px 10px 0px;
  --chat-detail-container-bg-color: rgb(255, 255, 255, 0);
}

.app-container-modal[data-theme="flutter"] {
    --main-bg-color: white;
    --navbar-color: #fbfbfbb8;
    --sidebar-color: #ffffffa6;
    --sidebar-category-dropdown-bg-color: #ffffff;
    --sidebar-category-dropdown-border: 1px solid #dedede;
    --taskview-container-bg-color: rgb(249 249 249);
    --activity-description-bg-color: #ffffff;
    --activity-description-shadow: rgb(0 0 0 / 14%) 5px 7px 10px 0px;
    --chat-detail-container-bg-color: rgb(255, 255, 255, 0);
}

.activity_background_flutter{
  position: absolute;
  inset: 0px;
  /*
  background-image: url('https://images.pexels.com/photos/317356/pexels-photo-317356.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260');
  background-image: url('https://i2.wp.com/files.123freevectors.com/wp-content/original/131382-abstract-grey-and-white-polygon-pattern-background-illustration.jpg?w=800&q=95');
  background-image: url('https://image.freepik.com/free-vector/white-abstract-background_23-2148810113.jpg');
  background-image: url('https://images.pexels.com/photos/317356/pexels-photo-317356.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260');
  */
  /* background-image: url('https://image.freepik.com/free-vector/white-abstract-background_23-2148810113.jpg'); */
  background-size: cover;
  filter: blur(0px) opacity(0.75) brightness(0.95);
  z-index: 0;
}


/* Sidebar theme starts here */


.app-container[data-theme="flutter"] .app-side-menu{
  flex-grow: 1;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  transition: all 0.3s linear;
  background-color: #f0f0f0;
}

.app-container[data-theme="flutter"] .side-bar-light{
  /*background: #f9faff;*/
  background: rgb(255, 255, 255, 0.65);
  color: #484848;
  font-size: .5rem;
  border-right: 0.5px solid rgb(204 204 204 / 38%);
  xbox-shadow: rgb(0 0 0 / 19%) 0px 0px 4px, rgb(0 0 0 / 10%) 5px 5px 8px 0px;
  border-top: 0px solid #ccc;
  margin-top: 0px;
  top: 50px;
  border-top-right-radius: 0px;
  width: 175px!important;
  padding: 10px 10px;
  overflow-y: hidden;
  z-index: 9;
}

.app-container[data-theme="flutter"] .side-bar-light:hover{
  overflow-y:overlay;
}

.app-container[data-theme="flutter"] .side-bar-light ul > li{
  /* padding: 0px 5px; */
}


.app-container[data-theme="flutter"] .side-bar-light ul > li:not(.uk-parent):hover{
  background-color:#f3f3f3;
}

.app-container[data-theme="flutter"] .side-bar-light ul > li > a{
  color: #333 !important;
  font-weight: 300 !important;
  font-size: 0.75rem;
  display: flex !important;
  align-items: center;
}

.app-container[data-theme="flutter"] .side-bar-light ul > .uk-active > a{
  color: #333 !important;
  font-weight: bold !important;
  font-size: 0.75rem;
}

.app-container[data-theme="flutter"] .side-bar-light ul > .uk-nav-header > a{
  color: #333 !important;
  font-weight: bold !important;
  font-size: 0.85rem;
}

.app-container[data-theme="flutter"] .side-bar-light .uk-nav-sub > li > a{
  color: #333 !important;
  font-weight: normal !important;
  font-size: 0.75rem;
}

/* Sidebar theme ends here */


/* My-Categories Label starts here */


.app-container[data-theme="flutter"] .sidebar-category-dropdown {
  padding: 5px !important;
  text-transform: uppercase;
  font-size: .50rem;
  font-weight: normal;
  letter-spacing: 1px;
  background: transparent;
  padding: 5px!important;
  padding-left: 14px !important;
  padding-right: 10px !important;
  text-transform: none;
  font-size: .5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 0px;
  border: 0px solid gray;
  border-bottom: 1px solid #e5e5e5;
}

.app-container[data-theme="flutter"] .sidebar-category-dropdown a {
  font-size: .75rem !important;
}

/*  My-Categories Label ends here */


.app-container[data-theme="flutter"] .task-detail-container {
  position: relative;
  margin-top: 0px;
  margin-left: 0px;
  border-left: 1px solid rgb(204 204 204 / 38%);
  /* box-shadow: rgb(0 0 0 / 19%) 0px 0px 4px, rgb(0 0 0 / 10%) 5px 5px 8px 0px; */
  border-top: 0px solid rgb(204, 204, 204);
  border-top-left-radius: 0px;
  overflow-y: hidden;
  display: flex;
  flex-grow: 1;
  flex-basis: 70%;
  box-sizing: border-box;
}

.app-container[data-theme="flutter"] .list-of-tasks-container {
  border-right: 0px solid rgb(204, 204, 204);
  box-shadow: rgb(0 0 0 / 22%) 0px 1px 0px 0px, rgb(0 0 0 / 17%) 2px 3px 8px 0px;
  box-shadow: rgb(0 0 0 / 22%) 0px 1px 0px 0px, rgb(0 0 0 / 5%) 2px 3px 8px 0px;
  z-index: 5;
  position: relative;
  padding: 0px;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  background: rgba(255, 255, 255, 0);
  color: black;
}

.app-container[data-theme="flutter"] .list-row {

  padding: 16px 16px 16px 16px;
  padding: 10px 10px 10px 10px;
  border: 0em solid #e5e5e5;
  border: 0.1em solid #e5e5e5;
  border-top: 0.005em solid #e5e5e5;

  /* border-left: 5px solid rgb(37 139 255 / 10%);*/
  /* border-left: .05em solid #e5e5e5; */
  /* border-left: .05em solid transparent; */
  /* border-right: .05em solid transparent;*/
  background:#fcfcfc;
  background: white;
  border-radius: 0px;
  transition: all 0.2s linear;
  display: flex;
  column-gap: 10px;
  user-select:none;
  position:relative;
  box-shadow: rgb(0 0 0 / 5%) 4px 3px 10px 0px;
  transition: 0.1s ease-in;
}

.app-container[data-theme="flutter"] .list-row.active {
  /* border-left: 5px solid #1f69bd;
  border-left: 5px solid rgb(37, 139, 255); */
  background: #f0f7ff;
}


.app-container[data-theme="flutter"] .active-border{
  position: absolute;
  left: -10px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: rgb(37, 139, 255);
  transition: 0.1s linear;
}

.app-container[data-theme="flutter"] .task-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 36px 1fr;
  background-color: #fff;
  xbox-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  /* border: 0.01em solid #dadada; */
  overflow-y: hidden;
  border-radius: 0px;
}

.app-container[data-theme="flutter"] .task_inbox_list {
  transition: all 0.55s ease-out 0s;
  row-gap: 0px;
  align-content: baseline;
  padding-right: 0px;
}

.app-container[data-theme="flutter"] .list-detail{
  display: grid;
  max-height: 90px;
  grid-template-rows: auto auto auto;
  margin-right: 10px;
  background: transparent;
  border-bottom: 0.0em solid rgb(229, 229, 229);
  flex-grow: 1;
  padding: 10px 10px 7px 0px;
}

.app-container[data-theme="flutter"] .task-list-name {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 10px 0px 0px 20px;
}

.app-container[data-theme="flutter"] .task-list-item-category-label{
  color: black;
  background: #e7e7e7;
  padding: 0px 10px;
  border-radius: 10px;
}

.app-container[data-theme="flutter"] .task-name {
  font-size: 0.875rem;
  padding-bottom: 5px;
  padding-top: 5px;
  overflow-y: hidden;
}

.app-container[data-theme="flutter"] .task_view_header{
  z-index: 1;
  border: 0px solid rgb(208, 208, 208);
  display: flex;
  column-gap: 5px;
  height: fit-content;
  background: rgb(249 249 249); /* rgba(255, 255, 255, 0.86); */
  margin: 0px;
  border-radius: 0px;
}

.task_view_header {
    z-index: 1;
    border: 0px solid rgb(208, 208, 208);
    display: flex;
    column-gap: 5px;
    height: fit-content;
    background: rgb(249 249 249);
    margin: 0px;
    border-radius: 0px;
}

.app-container[data-theme="flutter"] .task_details_container .task_title {
  font-size: 0.95rem;
  letter-spacing: 0.025rem;
  /* font-weight: bold; */
  font-weight: normal;
  color: #404040;
  padding: 0px;
  margin-left: 0px;
  z-index: 1;
  text-overflow: ellipsis;
  /* max-width: 60%; */
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
}

.app-container[data-theme="flutter"] .task_details_container .task_created_by {
    font-size: 0.75rem !important;
    font-weight: normal !important;
}

.app-container[data-theme="flutter"] .tab-bar {
    padding: 10px 5px 5px;
    color: #666;
    background:rgb(240 247 255) !important;
    height: 25px;
    margin: 0px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #d0d0d0 !important;
    border-top: 1px solid #dae8f9 !important;
    border-bottom: 1px solid #dae8f9 !important;
    border-right: none;
    border-left: none;
    z-index: 0;
}

.uk-subnav-pill>*>:first-child {
    padding: 5px 10px;
    background: 0 0;
    color: #404040
}

.container-for-mention-dropdown {
  font-weight: 300;
  font-size: 0.75rem;
}


.app-container-modal[data-theme="flutter"] .tab-bar {
    font-weight: 300;
    padding: 10px 5px 5px;
    color: rgb(51, 51, 51);
    background:rgb(240 247 255) !important;
    height: 25px;
    margin: 0px;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #d0d0d0 !important;
    border-top: 1px solid #dae8f9 !important;
    border-bottom: 1px solid #dae8f9 !important;
    border-right: none;
    border-left: none;
    z-index: 0;
}


.app-container[data-theme="flutter"] .uk-subnav-pill > .uk-active > a {
    border-bottom: 2px solid #4698f5!important;
    color: #4698f5;
    font-weight: 300;
    background-color: transparent !important;
}

.app-container-modal[data-theme="flutter"] .uk-subnav-pill > .uk-active > a {
    border-bottom: 2px solid #4698f5!important;
    color: #4698f5;
    background-color: transparent !important;
}

.app-container[data-theme="flutter"] .app-module-container-div{
  display: flex;
  overflow-y: hidden;
  position: relative;
  box-sizing: border-box;
  flex-grow: 9;
  border-top: 0px solid #cccccc;
}

.app-container[data-theme="flutter"] .activities_list{
  background-color:#f0f0f0c7;
  padding: 20px;
  font-size: 0.75rem;
  font-weight: 300;
}

.app-container-modal[data-theme="flutter"] .activities_list{
  background-color:#f0f0f0c7;
  padding: 20px;
  font-size: 0.75rem;
  font-weight: 300;
}

.mentioned-node {
  color:#619bf5;
  cursor: pointer;
}

.app-container[data-theme="flutter"] .activity-sno {
    top: 15px;
    left: -40px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 12px;
    position: absolute;
    color: #ffffff;
    background: #2196f3;
    font-size: .55rem;
}


element.style {
    display: flex;
    min-width: 75%;
    max-width: 75% !important;
    width: auto;
    flex-direction: column;
    overflow-y: hidden;
    font-size: 0.75rem;
    padding: 0px;
    border-radius: 12px;
    /* border: 0px solid rgba(0, 0, 0, 0.57); */
    border: 0px solid rgba(121, 126, 146, 0.1);
}
.uk-open>.uk-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}
.uk-margin-auto-vertical {
    margin-top: auto!important;
    margin-bottom: auto!important;
}
.uk-modal-body {
    padding: 30px 30px;
}
.uk-modal-dialog {
    border-radius: 12px;
}

.uk-button-danger:disabled, .uk-button-default:disabled, .uk-button-primary:disabled, .uk-button-secondary:disabled {
    background-color: #e9e9e9;
    color: #999;
    border-color: #e5e5e5;
}



/* CONTAINER QUERY FOR TASK LIST ITEM CARD BEGINS HERE */


      .task-module-container-for-list {
        box-sizing: border-box;
        /* height:100vh; */
        /* background: #ededed; */
        /* display:grid; */
        /* grid-template-rows:30px 1fr 30px; */
        container-type: inline-size;
        container-name: task-list-container;
      }

      .card-container {
        margin: 0px;
        box-sizing: border-box;
        gap: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

      .taskcard {
        position: relative;
        overflow: hidden;
        display: flex;
        margin:10px;
        margin:3px 5px;
        padding:10px 20px;
        padding:2px 10px;
        /* min-width:120px;
        max-width:120px; */
        min-height:85px;
        background-color:#ff0000ab;
        justify-content: center;
        align-items: center;
        color:white;
        font-size:24px;
        flex-direction: column;
        gap:10px;
        transition: all 0.5s linear;
        border-radius: 2.5px;
        /* border: 1px solid #80808052; */
        border: 0.5px solid #d7d7d7 !important;
      }

      .taskcard .star-option {
        color: #3336;
      }

      .taskcard .profile_pic {
        transition: all 0.5s linear;
        opacity: 0.75;
        scale: 1;
      }

      .taskcard .details {
        transition: all 0.5s linear;
        font-size: 10px;
        color: #616060;
        display: none;
      }

      .taskcard .row-0 {
        display: flex;
        width: 100%;
        color: #616060;
        align-items: center;
        font-size:14px;
        column-gap: 5px;
        border-bottom: 1px solid #00000012;
        padding-bottom: 5px;
      }

      .taskcard .row-1 {
        display: flex;
        width: 100%;
        color: #616060;
        align-items: center;
        font-size:14px;
        column-gap: 5px;
      }

      .taskcard .row-2 {
        display: flex;
        align-items: center;
        color: #616060;
        font-size: 0.65rem;
        font-weight: 400;
        column-gap: 5px;
      }

      .taskcard .row-3 {
        color: #616060;
        font-size: 0.65rem;
        align-items: center;
        justify-content: center;
        display: flex;
        gap: 10px;
        font-weight: 300 !important;
      }

      .taskcard .crm-info {
        display: flex;
        gap:5px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%);
      }

      .taskcard .sno {
        flex-grow: 1;
      }

      .taskcard.due-date-elapsed .sno{
        color:red;
      }

      .taskcard .title {
        font-size:18px;
      }

      .taskcard .category,
      .taskcard .category-mini {
        margin-left: auto;
        background: #f0f0f0;
        background: #f0f0f038;
        padding: 2px 9px;
        border-radius: 5px;
        font-size: 12px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
      }

      .taskcard .profile-pic-icon {
        font-size:20px;
      }

      .taskcard .stage,
      .taskcard .stage-mini {
        margin-left: auto;
        background: rgba(0, 93, 255, 0.05);
        border-radius: 5px;
        color: #6086F5;
        padding: 2px 9px;
        font-size: 12px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
      }

      .taskcard .stage-new {
          background: #e0ffe0;
          color: #2ca265;
      }

      .taskcard .person-label {
        margin-left: auto;
        background: rgba(0, 93, 255, 0.05);
        border-radius: 5px;
        color: #6086F5;
        padding: 2px 9px;
        font-size: 12px;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
      }


      .triangle-high-priority {
          position: absolute;
          top: -10px;
          right: -10px;
          width: 20px;
          height: 20px;
          transform: rotate(45deg);
          background: #ff9800;
          z-index: 2;
      }


      /* MOBILE or TABLET SCREENS START */
      /* When the card has a minumum width of 200px, then show the inner elements horizontally*/
      /* @container (width < 375px) { */
      @container task-list-container (max-width: 300px) {

        .task_details_container .task_title {
            font-size: 0.95rem;
            letter-spacing: 0.025rem;
            font-weight: bold;
            color: #404040;
            padding: 0px;
            margin-left: 0px;
            z-index: 1;
            text-overflow: ellipsis;
            max-width: 50%;
            white-space: nowrap;
            overflow: hidden;
        }

        .taskcard {
            flex-direction: column;
            align-items: flex-start;
            background-color: #fff;
            max-width: 100%;
            column-gap:20px;
            margin: 0px 5px;
            padding: 10px 10px;
        }

        .taskcard .row-0 {
          /* display: none; */
        }

        .taskcard .stage,
        .taskcard .category {
          display: none;
        }

        .taskcard .title {
            font-size: 16px;
        }
        .taskcard .profile-pic-icon {
          font-size:15px;
        }
      }
      /* MOBILE SCREENS END */


      /* LAPTOP SCREENS START */
      /* When the card has a minumum width of 200px, then show the inner elements horizontally*/
      /* @container (width > 375px) and (width < 425px) { */
      @container task-list-container (min-width: 301px) {
        .taskcard {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            background-color: #fff;
            max-width: 100%;
            column-gap:20px;
            border:1px solid #b7b7b7;
            margin: 3px 5px;
        }

        .taskcard .category-mini,
        .taskcard .stage-mini {
          display: none;
        }
      }
      /* MOBILE SCREENS END */


/* CONTAINER QUERY FOR TASK LIST ITEM CARD ENDS HERE */





/* CONTAINER QUERY FOR TASK LIST ITEM CARD BEGINS HERE */


      .task-module-container-for-taskview {
        box-sizing: border-box;
        container-type: inline-size;
        container-name: task-view-container;
      }

      /* MOBILE or TABLET SCREENS START */
      /* When the card has a minumum width of 200px, then show the inner elements horizontally*/
      /* @container (width < 375px) { */
      @container task-view-container (max-width: 200px) {

        .task_details_container .task_title {
            font-size: 0.95rem;
            letter-spacing: 0.025rem;
            font-weight: bold;
            color: #404040;
            padding: 0px;
            margin-left: 0px;
            z-index: 1;
            text-overflow: ellipsis;
            max-width: 30% !important;
            white-space: nowrap;
            overflow: hidden;
        }

        .category-name, .workflow-name, .stage-slash-prefix{
          display: none;
        }

      }
      /* MOBILE SCREENS END */


      /* LAPTOP SCREENS START */
      /* When the card has a minumum width of 200px, then show the inner elements horizontally*/
      /* @container (width > 375px) and (width < 425px) { */
      @container task-view-container (width > 200px) and (width < 600px) {
          .task_details_container .task_title {
              font-size: 0.95rem;
              letter-spacing: 0.025rem;
              font-weight: bold;
              color: #404040;
              padding: 0px;
              margin-left: 0px;
              z-index: 1;
              text-overflow: ellipsis;
              max-width: 50% !important;
              white-space: nowrap;
              overflow: hidden;
          }

          .category-name, .workflow-name, .stage-slash-prefix{
            display: none;
          }
      }
      /* MOBILE SCREENS END */

      /* LAPTOP SCREENS START */
      /* When the card has a minumum width of 200px, then show the inner elements horizontally*/
      /* @container (width > 375px) and (width < 425px) { */
      @container task-view-container (min-width: 601px) {
          .task_details_container .task_title {
              font-size: 0.95rem;
              letter-spacing: 0.025rem;
              font-weight: bold;
              color: #404040;
              padding: 0px;
              margin-left: 0px;
              z-index: 1;
              text-overflow: ellipsis;
              max-width: 60% !important;
              white-space: nowrap;
              overflow: hidden;
              border:0px solid red;
          }


          .category-name, .workflow-name, .stage-slash-prefix{
            display: flex;
          }
      }
      /* MOBILE SCREENS END */


/* CONTAINER QUERY FOR TASK LIST ITEM CARD ENDS HERE */
