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


/* The Glass UI Theme */
.app-container[data-theme="glass"]{
  --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(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);
}


.activity_background{
  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('/resources/images/pexels-lukas-317356.jpg'); */
  background-size: cover;
  filter: blur(0px) opacity(0.5) brightness(0.95);
  filter: blur(3px) opacity(0.25) brightness(1);
  filter: blur(0px) opacity(0.25) brightness(1);
  filter: blur(0px) opacity(0.25) brightness(0.75);
  z-index: 0;
}


/* Sidebar theme starts here */


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

.app-container[data-theme="glass"] .side-bar-light{
  /*background: #f9faff;*/
  background: rgb(255, 255, 255, 0.65);
  color: #484848;
  font-size: .5rem;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  top: 50px;
  border-top-right-radius: 10px;
  width: 175px!important;
  padding: 10px 10px;
  overflow-y: hidden;
}

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

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

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

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

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

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

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

/* Sidebar theme ends here */


/* My-Categories Label starts here */

.app-container[data-theme="glass"] .uk-nav-header {
  padding: 5px !important;
  text-transform: uppercase;
  font-size: .50rem;
  font-weight: normal;
  letter-spacing: 1px;
  background: #f3f3f3;

  padding: 5px!important;
  padding-left: 14px !important;
  padding-right: 10px !important;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  background: #fbfbfb;
  background: #efefef;
  border-radius: 20px;
}

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

/*  My-Categories Label ends here */



.app-container[data-theme="glass"] .task-detail-container {
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  border-left: 1px solid rgb(204, 204, 204);
  border-top: 1px solid rgb(204, 204, 204);
  border-top-left-radius: 10px;
  overflow-y: hidden;
  display: flex;
  flex-grow: 1;
  flex-basis: 70%;
  box-sizing: border-box;
}

.app-container[data-theme="glass"] .list-of-tasks-container {

  border-right: 0px solid rgb(204, 204, 204);
  position: relative;
  padding: 15px 5px 15px 15px;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  background: rgba(255, 255, 255, 0);
  color: rgb(51, 51, 51);
}

.app-container[data-theme="glass"] .list-row {
  padding: 0px 2px 0px 10px;
  border: .05em 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: white;
  background:#fcfcfc;
  border-radius: 5px;
  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="glass"] .list-row.active {
  /* border-left: 5px solid #1f69bd;
  border-left: 5px solid rgb(37, 139, 255); */
  background: #f0f7ff;
}


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

.app-container[data-theme="glass"] .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: 3px;
}

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

.app-container[data-theme="glass"] .list-detail{
  display: grid;
  max-height: 70px;
  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="glass"] .task-list-name {
  font-size: 1.15rem;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.app-container[data-theme="glass"] .task-list-item-category-label{
  font-size: 0.6rem;
  color: gray;
  background: none;
  padding: 0px 0px;
  border-radius: 0px;
}

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

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

.app-container[data-theme="glass"] .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;
}


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