html {
	overflow:hidden;
}
body {
  margin: 0;
  padding: 0;
  font-family: helvetica;
  height: 100vh;
  width: 100%;
  background-image: url('img/iibrptucse951.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.light-mode .tbar {
	color: black;
    background-color: rgba(255, 255, 255, 0.5);
}
.tbar {
	color: white;
    background-color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	display: flex;
	padding: 5px;
	justify-content: flex-end;
	place-items: center;
}

.tbar > i, .tbar > .time{
  padding-right: 8px;
}

.percent {
  padding-right: 5px;
}

.content {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.pic {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-image: url(https://lvrd-consulting.com/assets/img202106180246_193255717_117367243858550_5364284617067545181_n.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: grey;
}

/* had to do this to center name "Andrew" */
.wrap {
  display: flex;
  font-weight: lighter;
  font-size: 18px;
}

.name {
  margin: 20px auto;
  font-family: 'Heebo', sans-serif;
  letter-spacing: 1px;
}

#password {
  font-size: 17px;
  color: white;
  background-color: hsla(0, 0%, 45%, 50%);
  border: none;
  border-radius: 5px;
  height: 30px;
  padding: 0 5px;
 width: 98%;
}

#password::placeholder {
  font-size: 14px;
  vertical-align: center;
  color: white;
}

#username {
	font-size: 12px;
    color: white;
    background-color: hsla(0, 0%, 45%, 50%);
    border: none;
    border-radius: 5px;
    height: 30px;
    padding: 0 5px;
    width: 98%;


}

#username::placeholder {
  font-size: 14px;
  vertical-align: center;
  color: white;
}
 
input:focus {
  outline: none;
}

.arrow {
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgb(170,170,170);
  border: none;
  color: rgba(0,0,0,.7);
  padding: 3px;
  margin-left: 5px;
  margin-right: -35px;
}

button:focus {
  outline: none;
}

button:active {
  border: none;
  background-color: hsla(0, 0%, 75%, 90%);
}

.x {
  width: 25px;
  height: 25px;
  background-color: hsla(0, 0%, 45%, 90%);
  color: white;
  font-size: 15px;
  border-radius: 100%;
  margin: 10px auto;
}

.cancel-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 140px;
}

.chrome {
  display: none;
}

.toolbar {
  background-color: hsla(0, 0%, 85%, 90%);
  display: flex;
  flex-direction: row;
  padding: 10px 10px 0 10px;
  border-radius: 5px 5px 0 0;
}

.toolbar > div > i {
  font-size: 12px;
  padding: 1px;
}

.tab {
  background-color: white;
  color: black;
  font-size: 10px;
  width: 120px;
  height: 25px; 
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.close {
  margin-left: 45px;
}

.fa-lock {
  margin: 0 5px;
}

#red {
  color: #DE4646!important;
}

#yellow {
  color: #E8C907!important;
}

#green {
  color: #32E406;
}

.bar {
  background-color: white;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid hsla(0, 0%, 85%, 90%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pointers > i {
  color: grey;
  padding: 0 5px;
  font-size: 12px;
}

.search {
  border-radius: 30px;
  font-size: 14px;
  background-color: hsla(0, 0%, 85%, 90%);
  color: black;
  padding-left: 20px;
  padding: 5px 0 5px 20px;
  height: 15px;
  width: 75%;
  margin-right: 50px;
}

.fa-redo-alt {
  margin-right: 10px;
}

.fa-arrow-left {
  margin-left: 10px;
}

main {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
  color: black;
}

.articleh2 {
  color: red;
  background-color: #E1E1E1;
  padding: 20px;
}

.words {
  text-align: left;
  font-size: 16px;
}

*,
html,
body {
  margin: 0;
  padding: 0;
  /* height: 100%; */
  font-family: "San Francisco";
}

@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
@font-face {
  font-family: "San Francisco";
  font-weight: 800;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}
body {
  background-color:rgba(0,0,0,0); 
}

.menu-bar {
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(83, 83, 83, 0.4);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}
.menu-bar .left {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: auto;
  margin-left: 20px;
}
.menu-bar .left .apple-logo {
  transform: scale(0.6);
}
.menu-bar .left .menus {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
}
.menu-bar .left .active {
  font-weight: bold;
  color: #fff !important;
}
.menu-bar .right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 380px;
  margin-right: 20px;
}
.menu-bar .right .vol {
  transform: scale(0.6);
  margin-right: -10px;
}
.menu-bar .right .menu-time {
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.menu-bar .right .menu-ico {
  height: 100%;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-bar .right .menu-ico .control-center {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  transform: scale(0.5);
}
.menu-bar .right .menu-ico .siri {
  transform: scale(0.7);
  object-fit: fill;
}
.menu-bar .right .menu-ico i {
  display: contents;
  font-size: 16px;
  color: #fff;
}

.dock {
  width: auto;
  height: 60px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.dock.vertical{
  width: 60px;
  height: auto;
}
.dock.vertical.left{
    top: 50%;
    left: 40px;
}
.dock.vertical.right{
    top: 50%;
    left: calc(100vw - 40px);
}
.dock .dock-container {
  padding: 3px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(83, 83, 83, 0.25);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.dock.vertical .dock-container {
  display: block!important;
  width: 100%;
  height: auto;
}
.dock .dock-container .li-bin {
  margin-left: 20px;
  border-left: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 0px 10px;
}
.dock .dock-container .li-start {
  margin-right: 10px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.4);
}
.dock.vertical .dock-container .li-start {
	margin-right: 0;
	border-right: 0;
	margin-bottom: 10px;
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.4);
	padding: 0px 5px;
}
.dock .dock-container .li-1::after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  top: 2px;
}
.dock .dock-container li.active {
	animation-name: bounce;
	animation-duration: 0.5s;
}

.dock.vertical .dock-container li {
	padding: 5px 5px;
}

@keyframes bounce {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.dock .dock-container li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  vertical-align: bottom;
  transition: 0.2s;
  transform-origin: 50% 100%;
}
.dock .dock-container li:hover {
  margin: 0px 13px 0px 13px;
}
.dock.vertical .dock-container li:hover {
  margin: 13px 0px 13px 0px;
}
.dock .dock-container li.drag-over {
	/* margin: 0px 13px 0px 13px; */
}
.dock .dock-container li.drag-over .name {
	visibility: visible !important;
}

.dock .dock-container li .name {
  position: absolute;
  top: -70px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  height: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  visibility: hidden;
  white-space: nowrap; /* Empêche le texte de se retourner à la ligne */
  /* overflow: hidden; /* Masque le contenu qui dépasse */ */
  text-overflow: ellipsis;
}

.dock.vertical.left .dock-container li .name {
  position: absolute;
  left: 90px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  height: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  visibility: hidden;
  white-space: nowrap; /* Empêche le texte de se retourner à la ligne */
  /* overflow: hidden; /* Masque le contenu qui dépasse */ */
  text-overflow: ellipsis;
}

.dock.vertical.right .dock-container li .name {
  position: absolute;
  right: 90px;
  background: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.9);
  height: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  visibility: hidden;
  white-space: nowrap; /* Empêche le texte de se retourner à la ligne */
  /* overflow: hidden; /* Masque le contenu qui dépasse */ */
  text-overflow: ellipsis;
}

.dock .dock-container li .name::after {
    content: "";
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	backdrop-filter: blur(13px);
	-webkit-backdrop-filter: blur(13px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 0.5);
}

.dock.vertical.left .dock-container li .name::after {
    content: "";
    position: absolute;
    left: -20px;
	top:5px;
    width: 0;
    height: 0;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-left: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.5);
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.dock.vertical.right .dock-container li .name::after {
    content: "";
    position: absolute;
    right: -10px;
	top:5px;
    width: 0;
    height: 0;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-left: 10px solid rgba(0, 0, 0, 0.5);
    border-right: 10px transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
.dock .dock-container li .ico {
  width: 75%;
  height: 75%;
  border-radius:10px;
  object-fit: cover;
  transition: 0.2s;
}
.dock .dock-container li .ico-bin {
  width: 94% !important;
  height: 94% !important;
  object-fit: cover;
  transition: 0.2s;
}
.dock .dock-container li .ico-bin:hover {
  margin-left: 10px;
}

.li-1:hover .name {
  visibility: visible !important;
}

.li-2:hover .name {
  visibility: visible !important;
}

.li-3:hover .name {
  visibility: visible !important;
}

.li-4:hover .name {
  visibility: visible !important;
}

.li-5:hover .name {
  visibility: visible !important;
}

.li-6:hover .name {
  visibility: visible !important;
}

.li-7:hover .name {
  visibility: visible !important;
}

.li-8:hover .name {
  visibility: visible !important;
}

.li-9:hover .name {
  visibility: visible !important;
}

.li-10:hover .name {
  visibility: visible !important;
}

.li-11:hover .name {
  visibility: visible !important;
}

.li-12:hover .name {
  visibility: visible !important;
}

.li-13:hover .name {
  visibility: visible !important;
}

.li-14:hover .name {
  visibility: visible !important;
}

.li-15:hover .name {
  visibility: visible !important;
}














.met .background {
  /* background: #eee; */
  /* background: linear-gradient(120deg, rgba(50, 150, 100, 0.2), rgba(0, 0, 100, 0)); */
}

.met .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow:hidden;
  position: relative;
  /* background: #eee; */
  /* background: linear-gradient(240deg, rgba(150, 50, 50, 0.3), rgba(0, 0, 200, 0)); */
}

.met #card {
  box-shadow: 9px 7px 40px -6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  width: 300px;
  padding: 0;
  height: 400px;
  min-height: 300px;
  margin: 20px;
  border-radius: 5px;
  position: relative;
}
.met #card .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  color: #888;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: color 2s ease;
}
.met .thunder #card .details {
  color: #ddd;
}
.met #card .details .right {
  text-align: right;
}
.met #card .details #date {
  margin: 4px 0;
}
.met #card .details #summary {
  font-weight: 600;
  font-size: 22px;
}
.met #card .details .temp {
  font-size: 60px;
  line-height: 60px;
}
.met #card .details .temp span {
  font-size: 18px;
  line-height: 30px;
  vertical-align: top;
  margin-left: 5px;
}

.met .weather {
  background-color: #DAE3FD;
  transition: background-color 2s ease;
}
.met .thunder .weather {
  background-color: #9FA4AD;
}
.met .rain .weather {
  background-color: #D8D8D8;
}
.met .sun .weather {
  background-color: #ccccff;
}
.met .weather #inner {
  background-color: white;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
}
.met .weather .cloud {
  transition: fill 2s ease;
}
.met .weather #cloud1 {
  fill: #efefef;
}
.met .thunder .weather #cloud1 {
  fill: #9FA4AD;
}
.met .weather #cloud2 {
  fill: #E6E6E6;
}
.met .thunder .weather #cloud2 {
  fill: #8B8E98;
}
.met .weather #cloud3 {
  fill: #D5D5D5;
}
.met .thunder .weather #cloud3 {
  fill: #7B7988;
}

.met #outer, #back {
  position: fixed;
  pointer-events: none;
}





::-webkit-scrollbar{--scroll: rgb(255 255 255 / 80%);--scrollbar-top-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 16.981c-1.074 0-1.648-1.265-.941-2.073l5.522-6.311a1.75 1.75 0 0 1 2.634 0l5.522 6.311c.707.808.133 2.073-.941 2.073H6.102z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");--scrollbar-right-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17.898c0 1.074 1.265 1.648 2.073.941l6.311-5.522a1.75 1.75 0 0 0 0-2.634l-6.311-5.522C10.265 4.454 9 5.028 9 6.102v11.796z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");--scrollbar-bottom-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 8c-1.074 0-1.648 1.265-.941 2.073l5.522 6.311a1.75 1.75 0 0 0 2.634 0l5.522-6.311c.707-.808.133-2.073-.941-2.073H6.102z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");--scrollbar-left-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 17.898c0 1.074-1.265 1.648-2.073.941l-6.311-5.522a1.75 1.75 0 0 1 0-2.634l6.311-5.522c.808-.707 2.073-.133 2.073.941v11.796z' fill='rgb(0 0 0 / 50%)'/%3E%3C/svg%3E");width:14px;height:14px;border-radius:7px}::-webkit-scrollbar:vertical:hover{background:var(--scrollbar-bottom-btn) 0% calc(100% - 3px)/contain no-repeat,var(--scrollbar-top-btn) 0% calc(0% + 3px)/contain no-repeat,var(--scroll)}::-webkit-scrollbar:horizontal:hover{background:var(--scrollbar-right-btn) calc(100% - 3px) 0%/contain no-repeat,var(--scrollbar-left-btn) calc(0% + 3px) 0%/contain no-repeat,var(--scroll)}::-webkit-scrollbar-thumb{display:none;background:rgba(0,0,0,.5);background-clip:padding-box;border:6px solid transparent;border-radius:14px}::-webkit-scrollbar-thumb:hover{border:4px solid transparent}::-webkit-scrollbar-button:single-button{height:14px}:hover::-webkit-scrollbar-thumb{display:block}body[data-theme=dark] ::-webkit-scrollbar,Dark::-webkit-scrollbar{--scroll: rgb(44 44 44 / 25%);--scrollbar-top-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 16.981c-1.074 0-1.648-1.265-.941-2.073l5.522-6.311a1.75 1.75 0 0 1 2.634 0l5.522 6.311c.707.808.133 2.073-.941 2.073H6.102z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E");--scrollbar-right-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 17.898c0 1.074 1.265 1.648 2.073.941l6.311-5.522a1.75 1.75 0 0 0 0-2.634l-6.311-5.522C10.265 4.454 9 5.028 9 6.102v11.796z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E");--scrollbar-bottom-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.102 8c-1.074 0-1.648 1.265-.941 2.073l5.522 6.311a1.75 1.75 0 0 0 2.634 0l5.522-6.311c.707-.808.133-2.073-.941-2.073H6.102z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E");--scrollbar-left-btn: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 17.898c0 1.074-1.265 1.648-2.073.941l-6.311-5.522a1.75 1.75 0 0 1 0-2.634l6.311-5.522c.808-.707 2.073-.133 2.073.941v11.796z' fill='rgb(255 255 255 / 50%)'/%3E%3C/svg%3E")}body[data-theme=dark] ::-webkit-scrollbar-thumb,Dark::-webkit-scrollbar-thumb{background:rgba(255,255,255,.5);background-clip:padding-box}










@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  outline: none;
  box-sizing: border-box;
}

:root {
  --theme-bg-color: rgba(16 18 27 / 40%);
  --border-color: rgba(113 119 144 / 25%);
  --theme-color: #f9fafb;
  --inactive-color: rgb(180 180 180);
  --body-font: "Poppins", sans-serif;
  --hover-menu-bg: rgba(12 15 25 / 30%);
  --content-title-color: #999ba5;
  --content-bg: rgb(146 151 179 / 13%);
  --button-inactive: rgb(249 250 251 / 55%);
  --dropdown-bg: #21242d;
  --dropdown-hover: rgb(42 46 60);
  --popup-bg: rgb(22 25 37);
  --search-bg: #14162b;
  --overlay-bg: rgba(36, 39, 59, 0.3);
  --scrollbar-bg: rgb(1 2 3 / 40%);
}

.light-mode {
  --theme-bg-color: rgb(255 255 255 / 31%);
  --theme-color: #3c3a3a;
  --inactive-color: #333333;
  --button-inactive: #3c3a3a;
  --search-bg: rgb(255 255 255 / 31%);
  --dropdown-bg: #f7f7f7;
  --overlay-bg: rgb(255 255 255 / 30%);
  --dropdown-hover: rgb(236 236 236);
  --border-color: rgb(255 255 255 / 35%);
  --popup-bg: rgb(255 255 255);
  --hover-menu-bg: rgba(255 255 255 / 35%);
  --scrollbar-bg: rgb(255 253 253 / 57%);
  --content-title-color: --theme-color;
}

.video-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
}

.dark-light {
  position: fixed;
  bottom: 50px;
  right: 30px;
  background-color: var(--dropdown-bg);
  box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.2);
  padding: 8px;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.dark-light svg {
  width: 24px;
  flex-shrink: 0;
  fill: #ffce45;
  stroke: #ffce45;
  transition: 0.5s;
}

.light-mode .dark-light svg {
  fill: transparent;
  stroke: var(--theme-color);
}
.light-mode .profile-img {
  border: 2px solid var(--theme-bg-color);
}
.light-mode .content-section ul {
  background-color: var(--theme-bg-color);
}
.light-mode .pop-up__title {
  border-color: var(--theme-color);
}
.light-mode .dropdown.is-active ul {
  background-color: rgba(255, 255, 255, 0.94);
}



.app {
  background-color: var(--theme-bg-color);
  /* max-width: 1250px; */
  /* max-height: 860px; */
  height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  width: 70%;
  border-radius: 14px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 15px;
  font-weight: 500;
}

.header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 58px;
  width: 100%;
  border-bottom: 1px solid var(--border-color);
  padding: 0 30px;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .header {
    padding: 0 16px;
  }
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu a {
  padding: 20px 30px;
  text-decoration: none;
  color: var(--inactive-color);
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
@media screen and (max-width: 610px) {
  .header-menu a:not(.main-header-link) {
    display: none;
  }
}
.header-menu a.is-active, .header-menu a:hover {
  color: var(--theme-color);
  border-bottom: 2px solid var(--theme-color);
}

.notify {
  position: relative;
}
.notify:before {
  content: "";
  position: absolute;
  background-color: #3a6df0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  right: 20px;
  top: 16px;
}
@media screen and (max-width: 1055px) {
  .notify {
    display: none;
  }
}

.menu-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.red {
  background-color: #f96057!important;
}
.yellow {
  background-color: #f8ce52!important;
}
.green {
  background-color: #5fcf65!important;
}
.grey {
  background-color: gre!importanty;
}

.search-bar {
  height: 40px;
  display: flex;
  width: 100%;
  max-width: 400px;
  padding-left: 16px;
  border-radius: 4px;
}
.search-bar input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--search-bg);
  border-radius: 4px;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px 0 40px;
  box-shadow: 0 0 0 2px rgba(134, 140, 160, 0.02);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 16px 48%;
  color: var(--theme-color);
}
.search-bar input::-moz-placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}
.search-bar input:-ms-input-placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}
.search-bar input::placeholder {
  font-family: var(--body-font);
  color: var(--inactive-color);
  font-size: 15px;
  font-weight: 500;
}

.header-profile {
  display: flex;
  align-items: center;
  padding: 0 16px 0 40px;
  margin-left: auto;
  flex-shrink: 0;
}
.header-profile svg {
  width: 22px;
  color: #f9fafb;
  flex-shrink: 0;
}

.notification {
  position: relative;
}
.notification-number {
  position: absolute;
  background-color: #3a6df0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  right: -6px;
  top: -6px;
}
.notification + svg {
  margin-left: 22px;
}
@media screen and (max-width: 945px) {
  .notification + svg {
    display: none;
  }
}

.profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--theme-color);
  margin-left: 22px;
}

.wide .header-menu,
.wide .header-profile {
  display: none;
}
.wide .search-bar {
  max-width: 600px;
  margin: auto;
  transition: 0.4s;
  box-shadow: 0 0 0 1px var(--border-color);
  padding-left: 0;
}
.wide .menu-circle {
  margin-right: 0;
}

.wrapper {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}

.left-side {
  flex-basis: 240px;
  border-right: 1px solid var(--border-color);
  padding: 26px;
  overflow: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 945px) {
  .left-side {
    display: none;
  }
}

.side-wrapper + .side-wrapper {
  margin-top: 20px;
}

.side-title {
  color: var(--inactive-color);
  margin-bottom: 14px;
}

.side-menu {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.side-menu a {
  text-decoration: none;
  color: var(--theme-color);
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  transition: 0.3s;
}
.side-menu a:hover {
  background-color: var(--hover-menu-bg);
}
.side-menu svg {
  width: 16px;
  margin-right: 8px;
}

.updates {
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 18px;
  height: 18px;
  font-size: 11px;
}

.main-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  height: 58px;
  flex-shrink: 0;
}
.main-header .header-menu {
  margin-left: 150px;
}
@media screen and (max-width: 1055px) {
  .main-header .header-menu {
    margin: auto;
  }
}
.main-header .header-menu a {
  padding: 20px 24px;
}

.main-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.menu-link-main {
  text-decoration: none;
  color: var(--theme-color);
  padding: 0 30px;
}
@media screen and (max-width: 1055px) {
  .menu-link-main {
    display: none;
  }
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  color: var(--theme-color);
  padding: 20px 40px;
  height: 100%;
  overflow: auto;
  background-color: var(--theme-bg-color);
}
@media screen and (max-width: 510px) {
  .content-wrapper {
    padding: 20px;
  }
}
.content-wrapper-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png"), linear-gradient(to right top, #cf4af3, #e73bd7, #f631bc, #fd31a2, #ff3a8b, #ff4b78, #ff5e68, #ff705c, #ff8c51, #ffaa49, #ffc848, #ffe652);
  border-radius: 14px;
  padding: 20px 40px;
}
@media screen and (max-width: 415px) {
  .content-wrapper-header {
    padding: 20px;
  }
}
.content-wrapper.overlay {
  pointer-events: none;
  transition: 0.3s;
  background-color: var(--overlay-bg);
}

.overlay-app {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: all;
  background-color: rgba(36, 39, 59, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.overlay-app.is-active {
  visibility: visible;
  opacity: 1;
}

.img-content {
  font-weight: 500;
  font-size: 17px;
  display: flex;
  align-items: center;
  margin: 0;
}
.img-content svg {
  width: 28px;
  margin-right: 14px;
}

.content-text {
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.7em;
  color: #ebecec;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-wrapper-context {
  max-width: 350px;
}

.content-button {
  background-color: #3a6df0;
  border: none;
  padding: 8px 26px;
  color: #fff;
  border-radius: 20px;
  margin-top: 16px;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.content-wrapper-img {
  width: 186px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -25px;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 570px) {
  .content-wrapper-img {
    width: 110px;
  }
}

.content-section {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.content-section-title {
  color: var(--content-title-color);
  margin-bottom: 14px;
}
.content-section ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  background-color: var(--content-bg);
  padding-left: 0;
  margin: 0;
  border-radius: 14px;
  border: 1px solid var(--theme-bg-color);
  cursor: pointer;
}
.content-section ul li {
  list-style: none;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transition: 0.3s;
}
.content-section ul li:hover {
  background-color: var(--theme-bg-color);
}
.content-section ul li:hover:first-child {
  border-radius: 13px 13px 0 0;
}
.content-section ul li:hover:last-child {
  border-radius: 0 0 13px 13px;
}
.content-section ul li + li {
  border-top: 1px solid var(--border-color);
}
.content-section ul svg {
  width: 28px;
  border-radius: 6px;
  margin-right: 16px;
  flex-shrink: 0;
}

.products {
  display: flex;
  align-items: center;
  width: 150px;
}
@media screen and (max-width: 480px) {
  .products {
    width: 120px;
  }
}

.status {
  margin-left: auto;
  width: 140px;
  font-size: 15px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .status {
    display: none;
  }
}
.status-circle {
  width: 6px;
  height: 6px;
  background-color: #396df0;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: -20px;
}
.status-circle.green {
  background-color: #3bf083;
}
.status-button {
  font-size: 15px;
  margin-top: 0;
  padding: 6px 24px;
}
@media screen and (max-width: 390px) {
  .status-button {
    padding: 6px 14px;
  }
}
.status-button.open {
  background: none;
  color: var(--button-inactive);
  border: 1px solid var(--button-inactive);
}
.status-button:not(.open):hover {
  color: #fff;
  border-color: #fff;
}

.content-button:not(.open):hover {
  background: #1e59f1;
}

.menu {
  width: 5px;
  height: 5px;
  background-color: var(--button-inactive);
  border-radius: 50%;
  box-shadow: 7px 0 0 0 var(--button-inactive), 14px 0 0 0 var(--button-inactive);
  margin: 0 12px;
}

@media screen and (max-width: 415px) {
  .adobe-product .menu {
    display: none;
  }
}
.dropdown {
  position: relative;
  height: 53px;
  width: 40px;
  top: -24px;
  display: flex;
  left: -5px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.dropdown ul {
  position: absolute;
  background: var(--dropdown-bg);
  height: 110px;
  width: 120px;
  right: 0;
  top: 20px;
  pointer-events: none;
  opacity: 0;
  transform: translatey(10px);
  transition: all 0.4s ease;
}
.dropdown ul li a {
  text-decoration: none;
  color: var(--theme-color);
  font-size: 12px;
}

.dropdown.is-active ul {
  opacity: 1;
  pointer-events: all;
  transform: translatey(25px);
}
.dropdown.is-active ul li:hover {
  background-color: var(--dropdown-hover);
}

.button-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 187px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .button-wrapper {
    width: auto;
  }
}

.pop-up {
  position: absolute;
  padding: 30px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
  z-index: 10;
  background-color: var(--popup-bg);
  width: 500px;
  visibility: hidden;
  opacity: 0;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  white-space: normal;
}
@media screen and (max-width: 570px) {
  .pop-up {
    width: 100%;
  }
}
.pop-up.visible {
  visibility: visible;
  opacity: 1;
}
.pop-up__title {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pop-up__subtitle {
  white-space: normal;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
.pop-up__subtitle a {
  color: var(--theme-color);
}

.content-button-wrapper .content-button.status-button.open.close {
  width: auto;
}

.content-section .close {
  margin-right: 0;
  width: 24px;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.checkbox-wrapper + .checkbox-wrapper {
  margin: 20px 0 40px;
}

.checkbox {
  display: none;
}

.checkbox + label {
  display: flex;
  align-items: center;
}
.checkbox + label:before {
  content: "";
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.checkbox:checked + label:before {
  background-color: #3a6df0;
  border-color: #3a6df0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
  background-position: 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.content-button-wrapper {
  margin-top: auto;
  margin-left: auto;
}
.content-button-wrapper .open {
  margin-right: 8px;
}

.apps-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* width: calc(100% + 20px); */
}

.app-card {
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 20px);
  font-size: 16px;
  background-color: var(--content-bg);
  border-radius: 14px;
  border: 1px solid var(--theme-bg-color);
  padding: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}
.app-card:hover {
  transform: scale(1.02);
  background-color: var(--theme-bg-color);
}
.app-card svg {
  width: 28px;
  border-radius: 6px;
  margin-right: 12px;
  flex-shrink: 0;
}
.app-card + .app-card {
  margin-left: 20px;
}
.app-card span {
  display: flex;
  align-items: center;
}
.app-card__subtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
  margin-top: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.app-card-buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 1110px) {
  .app-card {
    width: calc(50% - 20px);
  }
  .app-card:last-child {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 565px) {
  .app-card {
    width: calc(100% - 20px);
    margin-top: 20px;
  }
  .app-card + .app-card {
    margin-left: 0;
  }
}

::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-bg);
  border-radius: 10px;
}


.resizecont{position:absolute;z-index:12}
.topone{top:-8px;right:0;width:85%;z-index:22;cursor:n-resize}
.leftone{left:-8px;height:100%;cursor:w-resize}
.rightone{right:-8px;bottom:0;height:90%;cursor:w-resize}
.bottomone{bottom:-8px;left:0;width:100%;cursor:n-resize}
.conrsz{width:15px;height:5px}
.edgrsz{min-width:15px;min-height:5px}
.wdws{width:100%}
.hdws{height:100%}













.calendar table {
	width: 100%;
    height: calc(100% - 60px - 70px);
}

.calendar {
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
}
.calendar .ui-datepicker,
.calendar .ui-datepicker table,
.calendar .ui-datepicker tr,
.calendar .ui-datepicker td,
.calendar .ui-datepicker th {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  color: rgba(255, 255, 255, 0.45);
}
.calendar .ui-datepicker {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: default;
  font-size: inherit;
  font-family: inherit !important;
  background: none;
}
.calendar .ui-datepicker-header {
  position: relative;
  background: none;
  border: none;
  padding: none !important;
  height: 70px;
  line-height: 70px;
}
.calendar .ui-datepicker-header .ui-datepicker-prev,
.calendar .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: calc(50% - 13px);
  right: 26px;
  width: 26px;
  height: 26px;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.15);
  padding: 0 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.075), 0 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  font-family: "Ionicons";
  transition: all 0.05s linear;
}
.calendar .ui-datepicker-header .ui-datepicker-prev:active,
.calendar .ui-datepicker-header .ui-datepicker-next:active {
  background: rgba(255, 255, 255, 0.1);
  font-weight: inherit;
}
.calendar .ui-datepicker-header .ui-datepicker-prev span,
.calendar .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.calendar .ui-datepicker-header .ui-datepicker-prev {
  left: calc(100% - 3*(26px) - 10px);
}
.calendar .ui-datepicker-header .ui-datepicker-prev:before {
  content: "";
}
.calendar .ui-datepicker-header .ui-datepicker-next:before {
  content: "";
}
.calendar .ui-datepicker-title {
  text-align: left;
  margin: 0 !important;
  pointer-events: none;
  font-weight: 600;
  font-size: 200%;
}
.calendar .ui-datepicker-month {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.9);
}
.calendar .ui-datepicker-year {
  position: relative;
  top: 0px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 5px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
}
.calendar .ui-datepicker-calendar th {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
.calendar .ui-datepicker-calendar td {
  padding: 6px 6px 36px 0;
  text-align: right;
  color: white;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(255, 255, 255, 0.1);
}
.calendar .ui-datepicker-calendar td:first-child {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.calendar .ui-datepicker-calendar td.ui-datepicker-week-end {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
}
.calendar .ui-datepicker-calendar td.ui-datepicker-other-month, .calendar .ui-datepicker-calendar td.ui-datepicker-unselectable, .calendar .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.calendar .ui-datepicker-calendar .ui-state-default {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 22px;
  outline: none;
  text-decoration: none;
  border: none;
  font-weight: 400;
  background: none;
  color: inherit;
  border-radius: 100%;
}
.calendar .ui-datepicker-calendar .ui-state-highlight {
  font-weight: 700;
  color: white;
  background: #006AFF;
  font-weight: inherit;
}






.trash-loader .header{
	padding:0px;
	height:auto;
	border-bottom:0;
	display:block;
}
.trash-loader {
  background-color: #202020;
  padding: 10px;
  width: 300px;
  min-height: 100px;
  border-radius: 5px;
  box-shadow: 5px 5px 15px #111;
}

.trash-loader button {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  border: none;
  margin: 2px;
}

..trash-loader yellow {
  background-color: #fcbb3f;
}

.trash-loader .status-bar {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.trash-loader p {
  display: inline;
  font-size: 0.75em;
  margin: 2px;
}

.trash-loader .trash-body {
  display: flex;
  flex-direction: row;
  padding: 3px;
}

.trash-loader img {
  width: 40px;
  height: 40px;
  padding: 3px;
}

.trash-loader .bar-container {
  height: 6px;
  border-radius: 3px;
  margin: 3px 1px;
  background-color: #555;
  /* overflow: hidden; */
}

.trash-loader #item-count {
  color: #999;
  top: 2px;
  position: relative;
}

.trash-loader .blue-slider {
  background-color: #237edb;
  position: relative;
  display: block;
  height: 6px;
  border-radius: 3px;
  width: 50px;
  animation-name: slide;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

/* The animation code */
@keyframes slide {
  0%   {left: 0}
  50%  {left: calc(100% - 50px)}
  100% {left: 0}
}




















