
		
		#context{
			display:none;
		}
		.actmenu{
			--bg1: rgba(249, 249, 249, .9);
			--bg1a: rgba(248, 248, 248, .96);
			--bg2: rgba(0, 0, 0, .3);
			position:absolute;
			background:var(--bg2);
			-webkit-backdrop-filter:saturate(2) blur(20px);
			backdrop-filter:saturate(2) blur(20px);
			z-index:10000;
			opacity:1;
			width:200px;
			pointer-events:all;
			border-radius:8px;
			transition:opacity .1s ease
		}
		.actmenu[data-hide=true]{
			opacity:0;
			pointer-events:none
		}
		.actmenu[data-left=false] .minimenu{
			left:unset;
			right:98%
		}
		.menuopt {
			height: 28px;
			box-sizing: border-box;
			position: relative;
			padding: 4px 6px;
			font-size: 12px;
			cursor: default;
			margin: 6px;
			border-radius: 4px;
			display: flex;
			align-items: center;
			font-weight: 500;
			color: #fff;
		}
		.menuopt .spcont {
			width: 16px;
			margin-right: 12px;
		}
		.nopt {
			pointer-events: none;
		}
		.menuopt .rightIcon {
			right: 8px;
		}

		.menuopt .micon {
			position: absolute;
		}
		.uicon {
			position: relative;
			display: grid;
			place-items: center;
		}
		.menuopt:hover {
			background: var(--bg2);
		}
		
		#post_instagram .side-menu img {
			width: 16px;
			margin-right: 8px;
		}
		#loader {
			position: relative;
			top: 0;
			left: 0;
			display: grid;
			text-align: center;
			align-items: center;
			justify-content: center;
		}
		.progressRing circle {
			stroke: #fff;
			fill: none;
			stroke-width: 2px;
			stroke-linecap: round;
			-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			transition: all .2s ease-in-out 0s;
			-webkit-animation: 2s linear 0s infinite normal none running spin-infinite;
			animation: 2s linear 0s infinite normal none running spin-infinite;
		}
		@keyframes spin-infinite{
			0% {
				stroke-dasharray: 0.01px,43.97px;
				-webkit-transform: rotate(0deg);
				transform: rotate(0);
			}

			50% {
				stroke-dasharray: 21.99px,21.99px;
				-webkit-transform: rotate(450deg);
				transform: rotate(450deg);
			}
			100% {
				stroke-dasharray: 0.01px,43.97px;
				-webkit-transform: rotate(1080deg);
				transform: rotate(1080deg);
			}
		}
		body {
			-webkit-user-select: none; /* Safari */
			-moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* IE/Edge */
			user-select: none; /* Standard */
		}
		#post_instagram .postig{width:400px; max-height:600px; margin:10px auto;
    background-color: #fff;
    border-radius: 10px;}
		#post_instagram .headig{height:57px; background:#fff; padding:7px; border-bottom:1px solid #eee;border-radius: 10px 10px 0 0;}
		#post_instagram .imgus-postig{background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); width:44px; height:44px; padding:2px; border-radius:180px;}
		#post_instagram .imgus-postig img{border:2px solid #fff;width:40px; height:40px; border-radius:180px;} 
		#post_instagram .user-postig{position:relative; top:-37px; left:60px; font-family:arial; font-size:13px; text-align:12px; color:#444;}
		#post_instagram .pnt-postig{float:right; margin-top:-65px; right:20px; position:relative; color:#444;} 
		#post_instagram .imgran-postig{height:400px; width:400px; background:#eee; border-bottom:1px solid #eee;}
		#post_instagram .imgran-postig img{width:400px; height:400px; margin-top:-25px;}
		#post_instagram .foot-postig{height:20px; border-top:1px solid #eee; padding:10px; padding-left:15px; background:#fff;} 
		#post_instagram .foot-postig i{font-size:20px; color:#555;}
		#post_instagram .foot-postig .fa-heart, .foot-postig .fa-comment{margin-right:14px;}
		#post_instagram .hheart:hover .fa-heart{color:red!important; font-weight:900!important;}
		#post_instagram .hheart{display:inline-block;}
		#post_instagram .coment-postig{max-height:80px; background:#fff; font-family:arial; padding:15px 15px; font-size:14px; color:#333; padding-bottom:20px;border-radius: 0 0 10px 10px;}
		#post_instagram .mg-postig{height:23px; font-size:13px; border-bottom:1px solid #eee; margin-bottom:10px;}
		#post_instagram .post-user-ig hash{color:blue;}
		#post_instagram .cred{margin:0px auto; margin-top:-5px; width:280px; text-align:center;background:#fff;border:1px solid #eee;}
		#post_instagram .cred a{text-decoration:none; color:#888; text-transform:uppercase; font-size:8px; font-family:arial; letter-spacing:2px;}
		#post_instagram .foot-postig .fa-bookmark{float:right; position:relative; right:10px;}
		#post_instagram .etiq-ig{width:30px; height:30px; background:#000; margin-top:-38px; position:relative; left:10px; border-radius:180px; padding:5px;text-align:center; }
		#post_instagram .etiq-ig i{font-size:14px; color:#fff;}
		
		
		
		
		
		
		
		
		
		
		
		
		
		


#post_facebook img {
  display: block;
  width: 100%;
  border: 0;
}

#post_facebook .tb {
  display: table;
  width: 100%;
}

#post_facebook .tr {
  display: table-row;
}

#post_facebook .td {
  display: table-cell;
  vertical-align: middle;
}

#post_facebook a {
  text-decoration: none;
}

#post_facebook button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

#post_facebook ::placeholder {
  color: #f1f1f1;
}

#post_facebook main {
  width: 1280px;
  margin: 0 auto;
  background-color: #e9ebee;
  box-shadow: 0px 8px 30px #1d2d4f;
  border-radius: 4px;
  overflow: hidden;
}

#post_facebook #device-bar-1 {
  text-align: right;
  padding: 6px;
  background-color: #000;
  overflow: hidden;
}

#post_facebook #device-bar-1 button {
  width: 15px;
  height: 15px;
  float: left;
  margin: 6px;
  border-radius: 50%;
  cursor: pointer;
}

#post_facebook #device-bar-1 button:first-child {
  background-color: #f35d5b;
}

#post_facebook #device-bar-1 button:nth-child(2) {
  background-color: #f6bd3a;
}

#post_facebook #device-bar-1 button:last-child {
  background-color: #44cc45;
}

/* Header */
#post_facebook header {
  padding: 15px 20px;
  background-color: #4267b2;
}

#post_facebook #logo {
  width: 30px;
}

#post_facebook #logo a {
  display: block;
}

#post_facebook #logo a i {
  font-size: 34px;
  color: #fff;
}

#post_facebook #search-form form {
  position: relative;
  width: 280px;
  font-size: 16px;
  padding: 8px 15px;
  padding-right: 37px;
  background-color: #3b5ca0;
  border-radius: 20px;
  margin-left: 15px;
}

#post_facebook #search-form form input {
  width: 100%;
  color: #fff;
  border: 0;
  background-color: transparent;
}

#post_facebook #search-form form button {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #f1f1f1;
  height: 22px;
  line-height: 1;
  cursor: pointer;
}

#post_facebook #search-form form button i {
  font-size: 22px;
}

#post_facebook #f-name-l {
  width: 1px;
  color: #fff;
  font-weight: bold;
  white-space: pre;
  padding-right: 20px;
}

#post_facebook #f-name-l span {
  padding-right: 28px;
  border-right: 1px solid #35518b;
}

#post_facebook #i-links {
  width: 1px;
}

#post_facebook #m-td {
  padding-right: 20px;
}

#post_facebook #m-td span {
  position: relative;
  cursor: pointer;
}

#post_facebook #m-td span.m-active:before {
  content: "5";
  position: absolute;
  top: -8px;
  right: 0px;
  color: #fff;
  font-size: 12px;
  padding: 4px 4px 3px 4px;
  background-color: #ff1e0e;
  border-radius: 3px;
  line-height: 1;
}

#post_facebook #i-links i {
  color: #fff;
  font-size: 24px;
  padding: 0px 8px;
  vertical-align: middle;
}

#post_facebook #p-link {
  display: block;
  width: 34px;
  height: 34px;
  background-color: #f1f1f1;
  border-radius: 50%;
  overflow: hidden;
}

#post_facebook #p-link img {
  width: 100%;
}

/* Header finished */

/* Profile image header */
#post_facebook #profile-upper {
  position: relative;
}

#post_facebook #profile-d {
  position: absolute;
  left: 59px;
  bottom: 0px;
  right: 0px;
  height: 180px;
  z-index: 2;
}

#post_facebook #profile-banner-image {
  height: 360px;
  overflow: hidden;
  z-index: 1;
}

#post_facebook #profile-banner-image img {
  width: 100%;
  margin-top: -20%;
}

#post_facebook #profile-pic {
  width: 180px;
  height: 180px;
  border-radius: 3px;
  margin-top: 28px;
  overflow: hidden;
  box-shadow: 0 0 0 5px #fff;
}

#post_facebook #profile-pic img {
  width: 100%;
}

#post_facebook #u-name {
  position: absolute;
  top: 120px;
  left: 208px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

#post_facebook #m-btns {
  position: absolute;
  right: 56px;
  bottom: 20px;
  width: 211px;
}

#post_facebook #m-btns .td {
  padding: 0 8px;
}

#post_facebook .m-btn {
  cursor: pointer;
  color: #0e0e0e;
  font-size: 14px;
  white-space: pre;
  padding: 5px 8px 6px 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

#post_facebook .m-btn i {
  font-size: 16px;
  margin-right: 1px;
  vertical-align: middle;
}

#post_facebook .m-btn span {
  position: relative;
  top: 1px;
}

#post_facebook #edit-profile {
  position: absolute;
  right: 20px;
  bottom: 21px;
  line-height: 1;
  cursor: pointer;
}

#post_facebook #edit-profile i {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

#post_facebook #black-grd {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 300px;
  background: linear-gradient(rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0.53));
  z-index: 1;
}
/* Profile image header finished */

/* Content area */
#post_facebook #main-content {
  padding: 55px 0px 0px 55px;
}

#post_facebook #l-col,
#post_facebook #m-col,
#post_facebook #r-col {
  vertical-align: top;
}

#post_facebook #l-col {
  width: 340px;
  padding-top: 6px;
}

#post_facebook .l-cnt {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 3px #ddd;
}

#post_facebook .l-mrg {
  margin-top: 28px;
}
#post_facebook .l-i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  background-size: auto;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#post_facebook #l-i-i {
  background-image: url("https://imagizer.imageshack.com/img922/7749/C8tmwX.png");
  background-position: 0 -87px;
}

#post_facebook #l-i-p {
  background-image: url("https://imagizer.imageshack.com/img923/7847/sRapnM.png");
  background-position: 0 0;
}

#post_facebook #l-i-k {
  background-image: url("https://imagizer.imageshack.com/img922/5617/QpPVKn.png");
}

#post_facebook .cnt-label {
  position: relative;
  padding-right: 24px;
  margin-bottom: 15px;
}

#post_facebook .cnt-label span {
  position: relative;
  top: 2px;
  color: #707070;
  font-size: 18px;
}

#post_facebook .lb-action {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

#post_facebook .lb-action i {
  display: block;
  color: #ccc;
  font-size: 18px;
}

#post_facebook #b-i i {
  font-size: 24px;
}

#post_facebook #i-box {
  color: #797979;
  font-size: 14px;
  line-height: 1.3;
}

#post_facebook #intro-line {
  margin-top: 17px;
}

#post_facebook #u-occ {
  margin: 10px 0px;
}

#post_facebook #u-occ a {
  color: #2196f3;
}

#post_facebook #u-loc i {
  color: #2196f3;
  font-size: 16px;
  margin-left: -3px;
  margin-right: 2px;
  margin-top: -1px;
  vertical-align: middle;
}

#post_facebook #u-loc a {
  position: relative;
  top: 1px;
  color: #2196f3;
}

#post_facebook #photos {
  padding: 2px;
  margin: 15px -20px -20px -20px;
}

#post_facebook #photos .td {
  width: 33.333%;
  height: 112px;
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #f1f1f1;
  background-position: 50% 25%;
  background-size: cover;
}

#post_facebook #photos .tb .tr:nth-child(1) .td:nth-child(1) {
  background-image: url("https://imagizer.imageshack.com/img922/8637/NN4aPj.jpg");
}

#post_facebook #photos .tb .tr:nth-child(1) .td:nth-child(2) {
  background-image: url("https://imagizer.imageshack.com/img923/528/iJy0X5.jpg");
}

#post_facebook #photos .tb .tr:nth-child(1) .td:nth-child(3) {
  background-image: url("https://imagizer.imageshack.com/img923/9781/26phSy.jpg");
}

#post_facebook #photos .tb .tr:nth-child(2) .td:nth-child(1) {
  background-image: url("https://imagizer.imageshack.com/img921/8417/svxO7y.jpg");
}

#post_facebook #photos .tb .tr:nth-child(2) .td:nth-child(2) {
  background-image: url("https://imagizer.imageshack.com/img921/6488/i2Hb4U.jpg");
}

#post_facebook #photos .tb .tr:nth-child(2) .td:nth-child(3) {
  background-image: url("https://imagizer.imageshack.com/img921/2453/J7PICR.jpg");
}

#post_facebook #photos .tb .tr:nth-child(3) .td:nth-child(1) {
  background-image: url("https://imagizer.imageshack.com/img921/3021/8uZZY2.jpg");
}

#post_facebook #photos .tb .tr:nth-child(3) .td:nth-child(2) {
  background-image: url("https://imagizer.imageshack.com/img923/3992/22mL29.jpg");
}

#post_facebook #photos .tb .tr:nth-child(3) .td:nth-child(3) {
  background-image: url("https://imagizer.imageshack.com/img921/2711/JXSt41.jpg");
}

#post_facebook #k-nm {
  color: #b8b8b8;
  font-size: 15px;
  font-style: normal;
  margin-left: 8px;
  cursor: pointer;
}

#post_facebook .q-ad-c {
  padding: 2px;
}

#post_facebook .q-ad {
  display: block;
  padding: 8px;
  border: 1px solid #eeeeee;
  background-color: #fafafa;
  border-radius: 4px;
}

#post_facebook .q-ad img {
  display: inline;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}

#post_facebook .q-ad span {
  position: relative;
  top: 1px;
  color: #242424;
  font-size: 14px;
  text-align: center;
}

#post_facebook #add_q {
  color: #858585;
  text-align: center;
  margin-top: 10px;
  background-color: #fff;
  border-color: #f1f1f1;
}

#post_facebook #add_q i {
  font-size: 17px;
  margin-right: -3px;
  vertical-align: middle;
}

#post_facebook #add_q span {
  color: #858585;
  font-size: 12.4px;
  position: relative;
  top: -1px;
}

#post_facebook #t-box {
  font-size: 14px;
  color: #686868;
  padding-top: 24px;
  line-height: 18px;
}

#post_facebook #t-box a {
  margin-right: 5px;
}

#post_facebook #t-box a,
#post_facebook #t-more {
  color: #999;
}

#post_facebook #t-more {
  cursor: pointer;
}

#post_facebook #t-more i {
  font-size: 15px;
  vertical-align: middle;
}

#post_facebook #cpy-nt {
  margin-top: 4px;
}

#post_facebook #m-col {
  padding: 0px 55px;
}

#post_facebook .m-mrg {
  margin-bottom: 28px;
}

#post_facebook #p-tabs {
  position: relative;
  font-size: 13px;
  color: #919191;
  text-align: center;
  padding: 13px 20px;
  margin-top: -64px;
  background-color: #fff;
  box-shadow: 0px 3px 3px #ddd;
  z-index: 3;
}

#post_facebook #p-tabs-m .td {
  width: 16.6666667%;
  cursor: pointer;
}

#post_facebook #p-tabs-m .td.active {
  color: #ee6000;
}

#post_facebook #p-tabs-m span {
  position: relative;
}

#post_facebook #p-tabs-m .td.active span:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -13px;
  height: 4px;
  background-color: #ee6000;
}

#post_facebook #p-tabs-m .td i {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

#post_facebook #p-tab-m {
  width: 1px;
  color: #ccc;
  cursor: pointer;
}

#post_facebook #p-tab-m i {
  margin-right: -4px;
}

#post_facebook #composer {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 3px #ddd;
}

#post_facebook #c-tabs-cvr {
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

#post_facebook #c-tabs {
  width: auto;
  color: #919191;
}

#post_facebook #c-tabs .td {
  position: relative;
  width: 1px;
  padding: 0px 15px;
  white-space: pre;
  cursor: pointer;
}

#post_facebook #c-tabs .td:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #eaeaea;
}

#post_facebook #c-tabs .td:first-child {
  padding-left: 0px;
}

#post_facebook #c-tabs .td:last-child {
  padding-right: 0;
}

#post_facebook #c-tabs .td:last-child:after {
  display: none;
}

#post_facebook #c-tabs .td span {
  position: relative;
}

#post_facebook #c-tabs .td.active {
  color: #373737;
}

#post_facebook #c-tabs .td.active span:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -20px;
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-color: transparent #ececec #ececec transparent;
  margin: 0 auto;
  background-color: #fff;
  transform: rotateZ(45deg);
}

#post_facebook #c-tabs .td i {
  font-size: 21px;
  margin-right: 4px;
  vertical-align: middle;
}

#post_facebook #c-tabs .td span {
  position: relative;
  top: 1px;
  font-size: 15px;
}

#post_facebook #c-c-main {
  position: relative;
  padding-top: 15px;
}

#post_facebook #p-c-i {
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#post_facebook #p-c-i img {
  display: block;
  width: 100%;
}

#post_facebook #c-inp {
  padding-left: 20px;
}

#post_facebook #c-inp input {
  width: 100%;
  font-size: 20px;
  border: 0;
  padding: 0;
  margin: 0;
}

#post_facebook #c-c-main input::placeholder {
  color: #666;
}

#post_facebook #insert_emoji {
  position: absolute;
  right: -2px;
  bottom: -10px;
  cursor: pointer;
}

#post_facebook #insert_emoji i {
  display: block;
  color: #ccced6;
  font-size: 21px;
}

#post_facebook .post {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

#post_facebook .p-p-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

#post_facebook .p-p-pic img {
  width: 100%;
  display: block;
  border: 0;
  border-radius: 50%;
}

#post_facebook .p-r-hdr {
  vertical-align: top;
  padding-left: 20px;
}

#post_facebook .p-u-info {
  color: #5a5959;
  font-size: 15px;
  margin-bottom: 7px;
}

#post_facebook .p-u-info a {
  color: #4267b2;
}

#post_facebook .p-dt {
  color: #a8a8a8;
  font-size: 13px;
  display: flex;
}

#post_facebook .p-dt i {
  font-size: 14px;
  margin-right: 2px;
}

#post_facebook .p-dt span {
  position: relative;
  top: -2px;
}

#post_facebook .p-opt {
  position: relative;
  right: -3px;
  width: 1px;
  color: #ccc;
  cursor: pointer;
  vertical-align: top;
}

#post_facebook .p-cnt-v {
  display: block;
  margin: 20px -20px;
  cursor: pointer;
}

#post_facebook .p-acts {
  overflow: hidden;
}

#post_facebook .p-act {
  width: 24px;
  height: 24px;
  color: #a3a6aa;
  cursor: pointer;
}

#post_facebook .p-act span {
  position: relative;
  top: 1px;
  width: 20px;
  font-size: 15px;
  color: #a3a6aa;
}

#post_facebook .like {
  margin-right: 36px;
}

#post_facebook .like,
#post_facebook .comment {
  width: 50px;
  display: flex;
  float: left;
}

#post_facebook .p-act i {
  vertical-align: middle;
}

#post_facebook .like i,
#post_facebook .comment i {
  margin-right: 6px;
}

#post_facebook .share {
  float: right;
  transform: rotateY(180deg);
  margin-right: -1px;
}

#post_facebook #loading {
  text-align: center;
  padding: 40px 0px;
}

#post_facebook #loading i {
  color: #4267b2;
  font-size: 32px;
  display: block;
}
/* Content area finished */

/* Chat bar */
#post_facebook #r-col {
  position: relative;
  width: 150px;
}

#post_facebook #chat-bar {
  position: absolute;
  top: -55px;
  right: 55px;
  bottom: 0px;
  left: 0px;
}

#post_facebook #chat-lb {
  color: #3a5795;
  font-size: 16px;
  text-align: center;
  margin: 23px 0px;
}

#post_facebook #chat-lb i {
  font-size: 18px;
  margin-right: 4px;
  vertical-align: middle;
}

#post_facebook #chat-lb span {
  position: relative;
  top: 2px;
}

#post_facebook .on-ct {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 28px auto 0 auto;
  border-radius: 50%;
}

#post_facebook #cts .on-ct:first-child {
  margin-top: 0px;
}

#post_facebook .on-ct img {
  border-radius: 50%;
}

#post_facebook .on-ct.active:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  width: 10px;
  height: 10px;
  background-color: #2ecd18;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px #e9ebee;
  z-index: 1;
}

#post_facebook #ct-sett {
  margin-top: 55px;
}

#post_facebook #ct-sett i {
  color: #3a5795;
  padding: 13px;
  background-color: #d8e4ff;
  border-radius: 50%;
  cursor: pointer;
}
/* Chat bar finished */

/* Footer */
#post_facebook #device-bar-2 {
  padding: 9px 0px 13px 0px;
  background-color: #000;
}

#post_facebook #device-bar-2 i {
  display: block;
  width: 40px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
}
/* Footer finished */

#post_instagram{
    container-type: inline-size;
	container-name: appWrapper;
}
#post_facebook{
    container-type: inline-size;
	container-name: appWrapper;
}
@supports (container-type: inline-size){
	#post_facebook,#post_instagram{
		min-width:528px
	}
}
@container appWrapper (max-width: 1210px){
	.content-section .app-card {
		margin-top: 20px;
		margin-left: 0px;
	}
}
@container appWrapper (max-width: 743px){
	 .left-side{
		transform: translate(-100%);
		display: flex;
		flex-direction: column;
	}
	.main-container{
		transform: translate(-240px);
	}
	.content-wrapper{
		width: 100vh;
	}
	#post_facebook .lab , #post_instagram .lab{
		display: inline-block!important;
	}
}
@media screen and (max-width: 945px){
	.apps-card{
		width: calc(100vw - 220px) !important;
	}
	.left-side{
		transform: translate(-100%);
		display: flex;
		flex-direction: column;
	}
}
.open .left-side{
	transform: translate(0)!important;
	z-index: 12;
	-webkit-backdrop-filter:saturate(2) blur(20px);
	backdrop-filter:saturate(2) blur(20px);
	background: rgba(0, 0, 0, 0.2);
}
#post_facebook .lab i, #post_instagram .lab i{
	padding-top:7px;
}
#post_facebook .lab , #post_instagram .lab{
	position: relative;
    width: 3vh;
    height: 3vh;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 6%;
    text-align: center;
	display:none;
}
#post_facebook .lab:active , #post_instagram .lab:active {
    background: rgba(255, 255, 255, 0.05);
}

.show-lockscreen{
  display:flex;
  justify-content:center;
  align-items:center;
  height:100vh;
  cursor:pointer;
  overflow: hidden;
}
.show-lockscreen i{
  width:40px;
  height:40px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
}
.show-lockscreen i:hover{
  background:rgba(2,2,2,0.1);
}
.Lockscreen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    transition: margin-top 1s;
    overflow: hidden;
}

.Lockscreen.lockscreen-active {
    margin-top: 0;
    transition: margin-top 1s;
}
.Lockscreen.lockscreen-deactive {
    margin-top: -100vh;
    transition: margin-top 1s;
}


.lockscreen-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url('../img/iibrptucse951.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.pic{
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-image: url('../img/account-white-icon.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: grey;
}

.lockscreen-time {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 4rem;
    flex-direction: column;
    transition: margin-top 1s, opacity 1s;
	background: radial-gradient(black, transparent);
}

.lockscreen-time-clock{
	font-family: Rubik, sans-serif;
	font-weight:900;
}
.lockscreen-time-day {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.lockscreen-msg {
    margin-top: 1rem;
    font-size: 1rem;
    color: rgb(228, 228, 228, 0.7);
}

.lockscreen-login {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    backdrop-filter: blur(0px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: backdrop-filter 1s, background 1s;

}

.lockscreen-image {
    background: rgb(255, 255, 255, 0.2);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.lockscreen-login .lockscreen-login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    margin-top: 20rem;
    transition: margin-top 1s, opacity 1s;
}

.lockscreen-login .lockscreen-login-form.active_lockscreen {
    opacity: 1;
    margin-top: 0rem;
    transition: margin-top 1s, opacity 1s;
}


.lockscreen-login .lockscreen-login-form>* {
    display: flex;
	flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    color: white;
}

.lockscreen-name {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.lockscreen-login .lockscreen-login-form input {
    width: 15rem;
    height: 1.5rem;
    background: rgb(255, 255, 255, 0.1);
    border: none;
    color: white;
    border-radius: 3px;
    resize: none;
    outline: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 1.2rem;
    box-sizing: border-box;
    margin-top: 15px;
}

::placeholder{
    color: rgb(255, 255, 255, 0.3);
}

.lockscreen-login-form-incorrect {
    animation: shake 0.3s 2 linear;
}

@keyframes shake {

    0%,
    100% {
        margin-left: 0px;
    }

    25% {
        margin-left: -20px;
    }
    
    50% {
        margin-left: 0px;
    }

    75% {
        margin-left: 20px;
    }
}


.lockscreen-login.active_lockscreen {
    background: rgb(0, 0, 0, 0.3);
    backdrop-filter: blur(50px);
    transition: backdrop-filter 1s, background 1s;
    z-index: 99;
}

.lockscreen-time.active_lockscreen {
    opacity: 0;
    margin-top: -20rem;
    transition: margin-top 1s, opacity 1s;

}

.lockscreen-toolip {
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    bottom: 1rem;
    right: 2rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
    margin-bottom: -10rem;
    opacity: 0;
    transition: opacity 1s, margin-bottom 1s;
}

.lockscreen-toolip>* {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
}

.lockscreen-toolip>*:hover {
    background: rgb(255, 255, 255, 0.1);
}

.lockscreen-toolip.active_lockscreen {
    margin-bottom: 0rem;
    opacity: 1;
    transition: opacity 1s, margin-bottom 1s;

}