@charset "UTF-8";

.admin_flex_wrap .acf-fields {display:flex;flex-wrap:wrap;}
.admin_column_thirds {width:33.33%;}
.admin_column_full {width:100%;}

@font-face {
	font-family: 'cv-icons';
	src: url('../fonts/icons/cv-icons.eot?766696720');
	src: url('../fonts/icons/cv-icons.eot?766696720#iefix')
			format('embedded-opentype'),
		url('../fonts/icons/cv-icons.woff2?766696720') format('woff2'),
		url('../fonts/icons/cv-icons.woff?766696720') format('woff'),
		url('../fonts/icons/cv-icons.ttf?766696720') format('truetype'),
		url('../fonts/icons/cv-icons.svg?766696717#cv-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon:before {
	font-family: 'cv-icons';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dashboard-side-nav {
	background-color: #fefaf8;
	height: 100%;
	width: 112.5px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
    border-right: 1px solid rgba(91,94,94,0.1)
}

.dashboard-mobile-nav {
	background-color: #fff;
	height: 100%;
	width: 112.5px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}



.notify-button,
.scheduled-transfers-popup .close-popup {
	cursor: pointer;
	height: 40px;
	width: 40px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 32px;
	border: none;
	position: fixed;
    bottom:30px;
	right: 30px;
	z-index: 10;
	align-items: center;
	justify-content: center;
}

.close-button {
	cursor: pointer;
	height: 40px;
	width: 40px;
    background-color: rgba(65,64,153,1);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	border-radius: 32px;
	border: none;
	position: fixed;
    top:8px;
    display:none;
	right: 24px;
	z-index: 10;
	align-items: center;
	justify-content: center;
}

.close-button.active{
    display:block;
}
.notify-button{
    display:inline-flex;
}

.notify-button.active-items::after,
.close-popup.active-items::after {
	content: attr(data-items);
	position: absolute;
	top: -2px;
	right: -2px;
	height: 16px;
	width: 16px;
	background-color: #fbbea7;
	color: #fff;
	border-radius: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 13px;
}

.notify-button::before {
    content: url(../images/notify.svg);
	font-family: 'cv-icons';
	font-size: 14px;
	color: #fff;
}

.close-button::before {
	content: '\e80b';
	font-family: 'cv-icons';
	font-size: 16px;
	margin-left: 1px;
	color: #fff;
}

.side-nav-menu-items ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.dashboard-side-nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0px;
}

.side-nav-menu-items ul li {
	margin-top: 62px;
    line-height: 2px;
}

.side-nav-menu-items ul li a::before,
.dashboard-side-nav .profile a::before {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.dashboard-side-nav .profile a::before {
	top: -25px;
	content: '\e80a';
	font-family: 'cv-icons';
	font-size: 30px;
}

.side-nav-menu-items ul li:first-child,
.side-nav-menu-items ul li:nth-child(5) {
	/*display: none;*/
}

.side-nav-menu-items ul li:nth-child(2) a::before {
	content: '\e805';
	font-family: 'cv-icons';
	font-size: 22px;
	color: #414099;
	opacity: 0.4;
}

.side-nav-menu-items ul li:nth-child(3) a::before {
	content: '\e824';
	font-family: 'cv-icons';
	font-size: 16px;
	color: #414099;
	opacity: 0.4;
}

.side-nav-menu-items ul li:nth-child(4) a::before {
	content: '\e825';
	font-family: 'cv-icons';
	font-size: 22px;
	color: #414099;
	opacity: 0.4;
}

.side-nav-menu-items ul li:nth-child(5) a::before {
	/* content: url(../images/profile-mobile.svg); */
	content: '\e827';
	font-family: 'cv-icons';
	font-size: 4px;
}

.side-nav-menu-items ul li:nth-child(6) a::before {
	/* content: url(../images/profile-mobile.svg); */
	content: '\e808';
	font-family: 'cv-icons';
	font-size: 22px;
}

.side-nav-menu-items ul li:nth-child(7) a::before {
	/* content: url(../images/profile-mobile.svg); */
	content: '\e826';
	font-family: 'cv-icons';
	font-size: 24px;
}

.dashboard-mobile-nav .side-nav-menu-items ul li:nth-child(1) a::before {
	/* content: url(../images/profile-mobile.svg); */
	content: '\e808';
	font-family: 'cv-icons';
	font-size: 24px;
}

.dashboard-mobile-nav .side-nav-menu-items ul li:nth-child(2) a::before {
	/* content: url(../images/profile-mobile.svg); */
	content: '\e826';
	font-family: 'cv-icons';
	font-size: 24px;
}

.dashboard-mobile-nav .side-nav-menu-items ul li:nth-child(3) a::before {
	/* content: url(../images/profile-mobile.svg); */
	content: '\e80A';
	font-family: 'cv-icons';
	font-size: 24px;
}




.side-nav-menu-items ul li a,
.dashboard-side-nav .profile a {
	font-size: 9px;
	letter-spacing: 0;
	line-height: 1.22em;
	color: #5b5e5e;
	opacity: 0.4;
	text-transform: uppercase;
	transition: all 0.3s linear;
}

.side-nav-menu-items ul li a:hover,
.dashboard-side-nav .profile a:hover,
.side-nav-menu-items ul li a:hover::before,
.dashboard-side-nav .profile a:hover::before {
	color: #414099;
	opacity: 1;
}

.side-nav-menu-items ul li a.active,
.side-nav-menu-items ul li a.active::before {
	color: #414099;
	opacity: 1;
}

.user-mobile-nav {display:none;}

.dashboard-intro-content {
	width: 100%;
	padding: 76px 46px 76px 40px;
	margin-left: 112.5px;
}

.dashboard-intro-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 80px;
}

.dashboard-intro-title a {
	height: 64px;
	width: 292px;
	background-color: #414099;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.1em;
	padding: 20px 20px;
	display: inline-flex;
	align-items: center;
	margin-right: 44px;
	text-transform: uppercase;
	transition: background-color 0.3s linear;
}

.dashboard-intro-title a:hover {
	background-color: #5b5e5e;
}

.dashboard-intro-title a::after {
	content: url(../images/arrow-white-right.svg);
	margin-left: 24px;
}

.dashboard-intro-title div h1 {
	font-size: 48px;
	letter-spacing: 0;
	line-height: 1.08em;
	margin-bottom: 8px;
}

.dashboard-intro-title div h2 {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.1em;
	max-width: none;
}

.dashboard-intro-title div h2 span {
	font-size: 20px;
	font-style: italic;
	display: inline-block;
}

.intro-steps-title h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.28em;
	font-family: 'Lexend Deca';
}

.intro-steps {
	display: flex;
	flex-wrap: wrap;
}

.dashboard-intro-steps .intro-steps-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
}

.intro-step {
	max-width: 195px;
	margin-left: auto;
	margin-right: 80px;
}

.intro-step:first-child {
	margin-left: 50px;
}

.intro-step:last-child {
	margin-right: 0px;
}

.intro-step::before {
	content: attr(data-step);
	height: 85px;
	width: 32px;
	font-size: 64px;
	letter-spacing: 0;
	line-height: 1.09em;
	color: #d7bdb3;
	font-family: 'Playfair Display';
	position: absolute;
	z-index: 10;
	left: -50px;
	top: -25px;
}

.intro-step::after {
	content: '';
	height: 150vh;
	border: 1px solid #5b5e5e;
	opacity: 0.1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -35px;
}

.intro-step h2 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 34px;
	margin-bottom: 20px;
}

.intro-step p {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
}


@media screen and (min-width: 1270px) {
    .page-template-template-admin-dashboard .notify-button{
        display:none;
    }
    

    

}

@media screen and (max-width: 1270px) {
    

	.dashboard-intro-content {
		width: 100%;
		padding: 76px 37px 76px 40px;
	}

	.dashboard-intro-title div h2 {
		max-width: 358px;
	}

	.intro-steps {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.intro-step::before {
		left: -35px;
	}

	.intro-step h2 {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 1.1em;
		margin-bottom: 16px;
		max-width: 158px;
	}

	.intro-step {
		margin-left: 50px;
		margin-right: 0px;
		margin-bottom: 130px;
	}

	/* .intro-step::after {
        top: -170%;
    } */

	.intro-step h2 br {
		display: none;
	}

	.intro-step:last-child h2 {
		max-width: 144px;
	}

	.dashboard-intro-title a {
		margin-right: 0px;
	}
}

@media screen and (max-width: 1160px) {
	.dashboard-intro-steps .intro-step:last-child::after {
		content: none;
	}

	.dashboard-intro-steps .intro-step:last-child {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 911px) {
	.dashboard-intro-title {
		flex-direction: column;
		align-items: flex-start;
	}

	.dashboard-intro-title div {
		margin-bottom: 32px;
	}

	.dashboard-intro-title div h2 {
		max-width: 270px;
	}

	.intro-steps-title h3:last-child {
		display: none !important;
	}

	.dashboard-intro-steps .intro-step:nth-child(3)::after {
		content: none;
	}

	.intro-steps {
		justify-content: initial;
	}

	.intro-step:nth-child(4) h2::after {
		content: 'What happens next?' !important;
		text-transform: uppercase;
		height: 18px;
		width: 211px;
		color: #5b5e5e;
		font-family: 'Lexend Deca';
		font-size: 14px;
		font-weight: 300;
		letter-spacing: 3px;
		line-height: 18px;
		border: none;
		opacity: 1;
		top: -32px;
		position: absolute;
		left: -32px;
	}
}

@media screen and (max-width: 680px) {
	
	.notify-button {
		bottom: 78px;
		right: 26px;
	}

	.dashboard-intro-content {
		padding: 20px 48px 105px 12px;
	}

	.dashboard-intro-steps {
		padding-left: 12px;
	}

	.dashboard-intro-title div h2,
	.dashboard-intro-title div h2 span {
		font-size: 16px;
	}

	.dashboard-intro-title div {
		margin-bottom: 24px;
	}

	.dashboard-intro-title {
		margin-bottom: 64px;
	}

	.dashboard-intro-title a {
		width: 237px;
		font-size: 16px;
		letter-spacing: 1.6px;
		line-height: 17px;
	}

	.dashboard-intro-title a::after {
		content: url(../images/arrow-right-mobile.svg);
		margin-left: 24px;
	}

	.intro-steps-title h3 {
		font-size: 13px;
		width: 218px;
	}

	.intro-step {
		max-width: none;
		margin-bottom: 40px;
		margin-left: 32px;
	}

	.intro-step:not(:first-child)::after {
		content: none;
	}

	.intro-step:first-child::after {
		left: -19px;
		height: 215vh;
	}

	.intro-step:first-child {
		margin-left: 32px;
	}

	.intro-step:nth-child(3) {
		margin-bottom: 96px;
	}

	.intro-step h2 {
		font-size: 28px;
		max-width: none;
	}

	.intro-step br {
		display: none;
	}

	.intro-step:last-child h2 {
		max-width: none;
	}

	.dashboard-intro-content {
		margin-left: 0px;
	}

	.dashboard-side-nav {
		height: 65px;
		flex-direction: row;
		align-items: center;
		width: 100%;
		top: initial;
		bottom: 0;
		z-index: 10;
		align-items: center;
		padding: 0px;
		justify-content: center;
	}
    
    	.dashboard-mobile-nav {
		height: 94px;
		flex-direction: row;
		align-items: center;
		width: 100%;
		top: initial;
		bottom: 0;
		z-index: 10;
		align-items: center;
		padding: 0px;
		justify-content: center;
	}


	.side-nav-menu-items ul {
		width: 100%;
		justify-content: space-between;
		padding: 0px 20px;
	}

	.side-nav-menu-items ul li:first-child {
		margin-top: 10px !important;
	}

	.dashboard-side-nav::after {
    content: '';
    height: 70px;
    width: 1px;
    background-color: rgba(91,94,94,0.1);
    position: absolute;
    top: 0px;
    left: 75px;
	}
    .dashboard-side-nav .side-nav-menu-items ul li:first-child::after {display:none;}
     .dashboard-mobile-nav .side-nav-menu-items ul li:first-child::after {
        display: none;
	}
    
    
    

	.side-nav-menu-items ul li {
		margin-top: 15px !important;
	}

	.side-nav-menu-items {
		width: 100%;
	}

	.dashboard-side-nav .logo,
	.dashboard-side-nav .profile {
		display: none;
	}

	.side-nav-menu-items ul li:first-child,
	.side-nav-menu-items ul li:nth-child(5) {
		display: initial;
	}

	.side-nav-menu-items ul {
		display: flex;
		align-items: flex-start;
	}

	.side-nav-menu-items ul li {
		margin-top: 0px;
	}
}

/* -------- /DASHBOARD INTROS -------- */

/* -------- DASHBOARD -------- */

.dashboard .dashboard-side-nav {
	background-color: #fffaf8;
	border-right: 1px solid #f6f6f6;
}

.dashboard-mobile-nav {
	background-color: #fffaf8;
	border-right: 1px solid #f6f6f6;
}

.scheduled-transfers-container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11;
	background-color: rgba(215, 189, 179, 0.4);
	width: 100%;
	height: 100%;
	display: none;
	justify-content: flex-end;
}

.scheduled-transfers-container.active {
	display: flex;
}

.scheduled-transfers-popup {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	width: 390px;
	overflow-y: scroll;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.scheduled-transfers-popup h3 {
	padding: 22px 32px 22px 32px;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 22px;
	border-bottom: 1px solid rgba(91, 94, 94, 0.1);
}

.scheduled-pickups-empty {
	padding: 32px 48px 82.5px 32px;
	border-bottom: 1px solid rgba(91, 94, 94, 0.1);
	display: none;
}

.scheduled-deliveries-empty {
	padding: 32px 48px 82.5px 32px;
	display: none;
}

.scheduled-pickups-empty span,
.scheduled-deliveries-empty span {
	font-family: 'Lexend Deca';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 16px;
}

.scheduled-pickups-empty div,
.scheduled-deliveries-empty div {
	display: flex;
	align-items: flex-start;
	margin-top: 16px;
	margin-bottom: 24px;
}

.scheduled-pickups-empty div p,
.scheduled-deliveries-empty div p {
	font-family: 'Lexend Deca';
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28px;
	margin-left: 11px;
}

.scheduled-pickups-empty div img,
.scheduled-deliveries-empty div img {
	margin-top: 10px;
}

.scheduled-pickups-empty button,
.scheduled-deliveries-empty button {
	width: 100%;
	font-family: 'Lexend Deca';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 13px;
	color: #ffffff;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: #414099;
}

.available-scheduled-pickups {
	border-bottom: 1px solid rgba(91, 94, 94, 0.1);
}

.available-scheduled-pickups,
.available-scheduled-deliveries {
	padding: 26px 24px 84px 32px;
}

.schedule-new-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

.schedule-new-wrap button {
	cursor: pointer;
	height: 32px;
	display: inline-flex;
	align-items: center;
	padding: 0px 16px;
	color: #ffffff;
	font-family: 'Lexend Deca';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 13px;
	border: none;
	background-color: #414099;
	transition: background-color 0.3s linear;
}

.schedule-new-wrap button:hover {
	background-color: #5b5e5e;
}

.pick-up-item {
	margin-bottom: 24px;
}

.pick-up-item span,
.item-for-delivery span {
	font-family: 'Lexend Deca';
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 13px;
	margin-bottom: 4px;
}

.pick-up-item div .available-date,
.item-for-delivery div .available-date {
	font-family: 'Lexend Deca';
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28px;
}

.pick-up-item div span,
.item-for-delivery div span {
	display: block;
	font-family: 'Lexend Deca';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 13px;
}

.pick-up-item div.pick-up-details,
.item-for-delivery div.delivery-details {
	display: flex;
	justify-content: space-between;
}

.pick-up-item div.pick-up-details button,
.item-for-delivery div.delivery-details button {
	cursor: pointer;
	height: 32px;
	display: inline-flex;
	align-items: center;
	padding: 0px 16px;
	background-color: #fff;
	color: #414099;
	border: 1px solid rgba(91, 94, 94, 0.2);
	font-family: 'Lexend Deca';
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 13px;
	transition: background-color 0.3s linear;
}

.pick-up-item div.pick-up-details button:hover,
.item-for-delivery div.delivery-details button:hover {
	background-color: #5b5e5e;
	color: #fff;
}

.schedule-new-wrap span {
	font-family: 'Lexend Deca';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 16px;
}

.item-for-delivery .item-images {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
	margin-right: 40px;
}

.item-for-delivery .item-images img {
	height: 80px;
	width: 80px;
	background-size: cover;
	object-fit: cover;
	margin-right: 8px;
	margin-bottom: 8px;
}

.dashboard-section {
	margin-left: 112.5px;
}

.dashboard-info {
	padding: 40px 64px 40px 40px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	width: 100%;
	height: 168px;
	z-index: 9;
}

.dashboard-info div:first-child p {
	font-family: 'Playfair Display';
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.dashboard-info div:first-child h1 {
	font-size: 48px;
	letter-spacing: 0;
	line-height: 1.08em;
}

.dashboard-info .quantities p {
	font-family: 'Lexend Deca';
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1.67px;
	line-height: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.dashboard-info .quantities p.coming-soon {
	position: relative;
}

.dashboard-info .quantities p.coming-soon::before {
	content: 'Coming soon';
	font-family: 'Lexend Deca';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.08em;
	color: #5b5e5e;
	display: inline-flex;
	justify-content: center;
	height: 16px;
	width: 82px;
	background-color: #fee7dc;
	text-transform: initial;
	position: absolute;
	top: 15px;
	z-index: 10;
}

.dashboard-info .quantities ul {
	display: flex;
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

.dashboard-info .quantities ul li {
	margin-right: 48px;
}

.dashboard-info .quantities ul li p {
	font-family: 'Lexend Deca';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.14em;
	text-transform: uppercase;
}

.dashboard-info .quantities ul li p.item-quantity {
	font-family: 'Playfair Display';
	font-size: 28px;
	letter-spacing: 0;
	line-height: 1.14em;
	margin-bottom: 16px;
	color: #d7bdb3;
}

.dashboard-info .quantities ul li p.item-quantity span {
	font-size: 58px;
	color: #5b5e5e;
}

.dashboard-main-content {
	display: flex;
	align-items: stretch;
	align-content: stretch;
}

.dashboard-admin {
	flex: 1;
	position: relative;
	background-color: #fff;
}

.latest-closet-wrapper {
	display: flex;
	height: fit-content;
}

.dashboard-admin .latest-closet-wrapper > div {
	font-family: 'Playfair Display';
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1.1em;
	padding-top: 32px;
	padding-left: 40px;
	background-color: #fef4ee;
	min-width: 166px;
	position: relative;
}

.dashboard-admin .latest-closet-wrapper > div::after {
	content: '';
	width: 127px;
	height: 1px;
	background-color: #5b5e5e;
	position: absolute;
	left: 40px;
	top: 110px;
}

.dashboard-admin > div span {
	font-style: italic;
}

.dashboard-admin div.latest-closet-items {
	background-color: #fef4ee;
	width: 100%;
	min-height: 100vh;
	padding: 0px;
}

.dashboard-admin div.latest-closet-items .closet-item {
	cursor: pointer;
	width: calc(20% - 4px);
	margin: 2px;
}

.dashboard-admin div.latest-closet-items .closet-item img {
	max-width: 100%;
	height: auto;
	display: block;
	z-index: 11;
}

.dashboard-admin div.latest-closet-items.margin-right {
	margin-right: 390px;
}

.dashboard-admin div.latest-closet-items::after {
	content: none;
}

.latest-closet-items::-webkit-scrollbar {
	display: none;
}

.latest-closet-items .pending-pickup-message {
	font-family: 'Lexend Deca';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.14em;
	display: none;
}

.dashboard-admin .pending-pickup {
	max-height: none !important;
	height: calc(100vh - 356px) !important;
}

.dashboard-admin .pending-pickup .pending-pickup-message {
	display: block;
	padding: 100px 64px;
}

.dashboard-admin a.view-closet {
	display: inline-flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 56px 40px 37px 40px;
	color: #5b5e5e;
	font-family: 'Playfair Display';
	font-size: 68px;
	letter-spacing: 0;
	line-height: 1.1em;
	background-color: #fef4ee;
	width: 100%;
}

.dashboard-admin a.view-closet div {
	display: flex;
	align-items: flex-end;
	width: 100%;
	justify-content: space-between;
}

.view-closet p:nth-child(2) {
	display: none;
}

.dashboard-admin a div span.icon-arrow-right {
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	display: block;
	font-style: normal;
	margin-bottom: 10px;
}

.dashboard-admin a div span.icon-arrow-right::before {
	content: '\e800';
	font-family: 'cv-icons';
	font-size: 16px;
}

.notifications-block a:hover img,
.dashboard-admin a:hover img {
	transform: translateX(20px);
	opacity: 0;
	animation: bounce-forward 0.5s ease-in-out;
}

@keyframes bounce-forward {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(0.95) translateX(10px);
	}

	50% {
		transform: scale(1.05) translateX(20px);
	}

	75% {
		transform: scale(0.95) translateX(10px);
	}

	100% {
		transform: scale(1) translateX(0);
	}
}

.dashboard-admin a span {
	font-style: italic;
}

.notifications-block {
	display: flex;
	flex-direction: column;
    overflow-y:scroll;
    position:fixed;
    right:0px;
    background: #fef1ea;
    height:100vh;
    z-index: 9;
    }

.notifications-block.sticky {
	position: sticky;
	top: 0;
	right: 0;
	height: 100vh;
}

/* .item-md {
    display: inline-block;
    height: 267px;
    width: calc(20% - 4px);
    background-color: #efe4e1;
    margin: 2px;
}

.item-sm {
    display: inline-block;
    height: 150px;
    width: calc(20% - 4px);
    background-color: #dfcac2;
    margin: 2px;
}

.item-lg {
    display: inline-block;
    height: 300px;
    width: calc(20% - 4px);
    background-color: #fde5dc;
    margin: 2px;
} */

.notifications-block a {
	width: 390px;
	padding: 32px 40px 38px 40px;
	font-family: 'Playfair Display';
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1.26em;
	color: #5b5e5e;
	height: calc((100vh - 184px) / 3);
	min-height: 26px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.notifications-block span.icon-arrow-right {
	max-height: 14.74px;
	max-width: 64.11px;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	margin-bottom: 20px;
	margin-right: 5px;
}

.notifications-block span.icon-arrow-right::before {
	content: '\e800';
	font-family: 'cv-icons';
	font-size: 16px;
}

.notifications-block a:first-child {
	background-color: rgba(215, 189, 179, 0.7);
}

.notifications-block a:nth-child(2) {
	background-color: rgba(252, 216, 202, 0.7);
}

.notifications-block a p {
	max-width: 215px;
}

.notifications-block a p span {
	font-style: italic;
}


@media screen and (min-width: 1270px) {
    .notifications-block{display:none;}
    .notifications-block.active{display:block;}
}



.scheduled-transfers {
	width: 390px;
	padding: 32px 40px 24px 40px;
	background-color: #ffffff;
	height: 100%;
	min-height: 184px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow-y: scroll;
}

.scheduled-transfers::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.scheduled-transfers::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
.scheduled-transfers::-webkit-scrollbar-thumb {
	background: #d7bdb3;
	border-radius: 32px;
}

/* Handle on hover */
.scheduled-transfers::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.scheduled-in-transfer {
	margin-bottom: 24px;
}

.scheduled-transfers.no-tranfers-at-moment {
	display: none;
}

.scheduled-transfers.no-tranfers-at-moment p:nth-child(2) {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 24px;
	color: #d7bdb3;
}

.scheduled-transfers.no-tranfers-at-moment div {
	display: flex;
	flex-wrap: wrap;
}

.scheduled-transfers.no-tranfers-at-moment div a {
	min-width: 105px;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 13px;
	padding: 9px 12px;
	background-color: #ffffff;
	display: inline-flex;
	justify-content: center;
}

.scheduled-transfers.no-tranfers-at-moment div a:first-child {
	margin-right: 4px;
}

.scheduled-transfers p:first-child {
	font-family: 'Lexend Deca';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.14em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.scheduled-transfers p.date {
	font-family: 'Lexend Deca';
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28px;
}

.scheduled-transfers p span {
	font-family: 'Lexend Deca';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.75em;
	margin-left: 24px;
}

.scheduled-transfers .pickup-num {
	display: inline-block;
	font-family: 'Lexend Deca';
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.08em;
	margin-bottom: 4px;
}

.scheduled-transfers a.button {
	height: 32px;
	margin-top: 16px;
	padding: 9px 16px;
	width: 113px;
	color: #414099;
	font-family: 'Lexend Deca';
	font-size: 12px;
	letter-spacing: 0;
	line-height: 1.08em;
	border: 1px solid rgba(91, 94, 94, 0.2);
	min-height: 0px !important;
	transition: background-color 0.3s linear;
	text-transform: uppercase;
}

.scheduled-transfers a.button:hover {
	background-color: #5b5e5e;
	color: #fff;
}

.selected-item-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(215, 189, 179, 0.4);
	display: none;
	align-items: center;
	justify-content: center;
	overflow-y: scroll;
	padding: 100px 0px;
}

.selected-item-modal.visible {
	display: inline-flex;
	align-items: flex-start;
}

.selected-item-modal-content {
	background-color: #f6f6f6;
	display: flex;
	align-items: stretch;
}

.selected-item-info {
	max-width: 350px;
	padding: 128px 58px 40px 40px;
	background-color: #fff;
}

.close-item-modal {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 6;
}

.close-item-modal::before {
	cursor: pointer;
	content: '\e80b';
	font-family: 'cv-icons';
	font-size: 20px;
}

.selected-item-image-container {
	max-width: 592px;
	max-height: 592px;
	background-color: #f6f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.selected-item-image-container img {
	display: block;
	margin: 0 auto;
	max-height: 592px;
    mix-blend-mode: darken;
}

.selected-item-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.selected-item-info div h3 {
	font-size: 30px;
	letter-spacing: 0;
	line-height: 1.1em;
}

.selected-item-info div span {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.3em;
	opacity: 0.4;
	color: #5b5e5e;
}

.selected-item-info div ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

.selected-item-info div ul li {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.08em;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.selected-item-info div ul li span {
	opacity: 1;
}

.selected-item-info button {
	display: block;
	cursor: pointer;
	max-width: 205px;
	height: 40px;
	margin: 0 auto;
	margin-top: auto;
	padding: 0px 24px;
	border: none;
	background-color: #414099;
	display: inline-flex;
	align-items: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.08em;
	color: #fff;
	transition: all 0.3s linear;
}

.selected-item-info button:hover {
	background-color: #5b5e5e;
}

/* ADMIN DASH  */

.dashboard-admin {
    margin-right:415px;
}

.dash-stats{
    display:flex;
    margin-bottom: 64px;
}

.dash-stats .stat-item{
    
    width:25%;

    padding-top:20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 31px;

}

.stat-item .counter{
    color: rgba(91,94,94,1);
    font-family: "Playfair Display";
    font-size: 64px;
    letter-spacing: 0;
    line-height: 85px;
}

.dash-stats .stat-item span{
    color: rgba(91,94,94,1);
    font-family: "Lexend Deca";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 18px;
    font-style: normal;
    text-transform: uppercase;
}

.stat-item.item1{
    background-color: rgba(254,231,220,0.4);
}

.stat-item.item2{
    background-color: rgba(215,189,179,0.7);
}
.stat-item.item3{
    background-color: rgba(251,190,167,0.6);
}
.stat-item.item4{
    background-color: rgba(225,222,228,0.7);
}
.stat-item.item5{
    background-color: #FEF6F1;
}


.stat-header {
    display:flex;
    justify-content: space-between;
}

.stat-header .view-all::after{
     content: url(../images/arrrow-right.svg); 
    margin-left:8px;
}

.stat-header .view-all:hover::after{
      transition: 0.5s ease;
    margin-left:12px;
}

.stat-header h1{
     height: 18px;

  color: #5B5E5E;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.stat-header .view-all {
    color: rgba(65,64,153,1);
  font-family: "Lexend Deca";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
    text-transform: uppercase;
}

 .view-all span{font-style: normal!important;}

.stat-table{
    margin-left: 40px;
    margin-bottom: 64px;
    padding-right: 40px;
    padding-bottom: 40px;
      border-bottom:1px solid rgba(91,94,94,0.1);

}

.stat-table th{
      height: 13px;
  width: 136px;
  color: #5B5E5E;
  font-family: "Lexend Deca";
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1.67px;
  line-height: 13px;
    text-transform: uppercase;
    text-align: left;
  
}

.stat-table tr:nth-child(1){
    margin-bottom: 10px;
}

.stat-table td{
     height: 28px;
  /*width: 136px;*/
  color: #5B5E5E;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
   padding-right: 148px;
  white-space:nowrap;
}
.stat-table td:nth-of-type(3){padding:none;}

.notify-header{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-left: 40px;
    padding-right: 40px;
    padding-top:56px;
    
}

.notify-header h2{
     color: rgba(91,94,94,1);
  font-family: "Playfair Display";
  font-size: 30px;
  letter-spacing: 0;
  line-height: 40px;
    margin-right: 52px;
}

.notify-header h2::after {
    content: attr(data-items);
    position: absolute;
    top: -2px;
    right: -2px;
    height: 16px;
    width: 16px;
    background-color: #fbbea7;
    color: #fff;
    border-radius: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    font-family: "Lexend Deca";
    right:-10px;
}

.notify-header .clear{
      color: rgba(91,94,94,1);
  font-family: "Lexend Deca";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  text-align: right;
    vertical-align: baseline;
    text-transform: uppercase;
}

.notify-container{
    max-width:400px;
    padding-left:40px;
    padding-right: 40px;
    margin-top: 24px;
}

.notification{
    background: #fff;
    padding:24px;
    color: rgba(91,94,94,1);
      font-family: "Lexend Deca";
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 15px;
    margin-bottom: 16px;
}

.notification.seen{
    background:none;
    border: 1px solid rgba(91,94,94,0.2);
}

.notification:hover{
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
}
    
.flex-head{
    display:flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.notification .heading{
    color: rgba(91,94,94,1);
  font-family: "Lexend Deca";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}

.notification .date{
    opacity: 0.4;
  color: rgba(91,94,94,1);
  font-family: "Lexend Deca";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
  text-align: right;
}



.transfer{
    display:flex;
align-items: flex-end;
      color: rgba(91,94,94,1);
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 28px;
    margin-bottom: 32px;
}

.transfer div:nth-child(1){
    min-width:100px;
}

.transfer .type{
     color: rgba(91,94,94,1);
  font-family: "Lexend Deca";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 15px;
}

.transfer div{
    margin-right: 70px;
}

.transfer > div{
    width:25%;
    text-align: left;
    margin-right:0px;
}

  .dashboard-mobile-nav{
        display:none;
    }
    

/* MOBILE  */

@media screen and (max-width: 1550px) {
	.dashboard-admin div.latest-closet-items .closet-item {
		width: calc(25% - 4px);
	}
}

@media screen and (max-width: 1350px) {
	.dashboard-admin div.latest-closet-items .closet-item {
		width: calc(33.33% - 4px);
	}
}

@media screen and (max-width: 1270px) {
    

    
    .notify-button.hidden{display: none;}
    
    .notifications-block{
        display:none;
    }
    
    .notifications-block.active{
        display:block;
    }
    
    .dashboard-admin{
        margin-right:0px;
    }
}
    
    

@media screen and (max-width: 1050px) {
	.dashboard-admin a.view-closet {
		font-size: 28px;
	}

	.dashboard-admin a.view-closet p {
		max-width: 125px;
	}

	.view-closet p:nth-child(2) {
		display: block;
		max-width: none !important;
		font-size: 16px;
		margin-top: 25px;
	}

	.dashboard-admin a.view-closet {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 20px 8px 16px;
	}

	.latest-closet-wrapper > div:first-child {
		display: none;
	}

	.dashboard-admin a div img {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 992px) {
	.dashboard-info {
		flex-direction: column;
	}

	.dashboard-admin div.latest-closet-items.margin-right {
		margin-right: 144px;
	}

	.dashboard-info div:first-child {
		margin-bottom: 0px;
	}

	.notifications-block {
		max-width:100%;

	}

	.dashboard-info {
		height: auto;
	}

	.scheduled-transfers.no-tranfers-at-moment div {
		width: 100%;
	}

	.scheduled-transfers.no-tranfers-at-moment div a {
		min-width: 0;
		width: 100%;
	}

	.scheduled-transfers.no-tranfers-at-moment div a:first-child {
		margin-right: 0px;
	}

	.notifications-block a {
		font-size: 16px;
		padding: 24px 16px 24px 16px;
		max-width: 100%;
		flex-direction: column;
		align-items: flex-end;
		justify-content: flex-start;
		min-height: 129px;
	}

	.notifications-block a p {
		max-width: 112px;
		margin-bottom: 5px;
	}

	.notifications-block img {
		margin-bottom: 0px;
		margin-top: 10px;
	}

	.scheduled-transfers {
		flex-grow: 1;
		padding: 24px 16px 27px 16px;
		width: auto;
		min-width: 144px;
	}

	.scheduled-transfers p:first-child {
		max-width: 140px;
		font-size: 13px;
		margin-bottom: 16px;
	}

	.scheduled-transfers p.date {
		font-size: 14px;
		max-width: 88px;
		display: flex;
		flex-direction: column;
		line-height: 18px;
	}

	.scheduled-transfers p span {
		margin-left: 0px;
	}

	.scheduled-transfers a.button {
		font-size: 11px;
		width: 98px;
		padding: 9px 12px;
	}

	.selected-item-modal-content {
		flex-direction: column;
		align-items: flex-start;
		margin: 0 8px;
	}

	.selected-item-info {
		padding: 24px 40px 24px 40px;
	}

	.selected-item-info button {
		margin-top: 24px;
		max-width: none;
		justify-content: center;
		width: 100%;
	}

	.selected-item-image-container {
		max-width: 258px;
		margin: 0 auto;
		background-color: #f6f4f6;
	}

	.selected-item-image-container img {
		height: auto;
		width: auto;
		max-height: 100%;
		max-width: 100%;
	}

	.selected-item-info {
		max-width: none;
	}
}

@media screen and (max-width: 680px) {
    
    .side-nav-menu-items ul li a, .side-nav-menu-items ul li a::before {position:relative;top:0px;transform: none;left:auto;cursor:pointer;}
    .side-nav-menu-items ul li a::before {line-height: 1em;margin-bottom: 6px;}
    .side-nav-menu-items ul li a {display:flex;flex-direction: column;justify-content: flex-end;align-items: center;height:100%;}
    .dashboard-side-nav .side-nav-menu-items ul li:nth-of-type(1) a {opacity:1;justify-content:center;}
    .dashboard-side-nav .side-nav-menu-items ul li:nth-of-type(1) a img {max-width:30px;}
    .side-nav-menu-items ul li {margin-top:0 !important;}
    .side-nav-menu-items ul li:nth-child(5) a::before {transform: scale(0.6);margin-bottom: 10px;}
    
    .stat-header h1{font-size: 13px;}
    .stat-table {margin-left: 16px;padding-right: 16px;}
    .stat-table td, .stat-table th{width:33%;padding-right:0px;}
    .notify-button.active {bottom: 180px;}
    
    .view-all span{display:none;}
   
    
    .dash-stats{overflow:scroll;margin-bottom:40px;height:140px;}
    .dash-stats::-webkit-scrollbar {display: none;}
    
    .dash-stats .stat-item{width:150px;padding:0px 30px;}
    .dash-stats .stat-item span {font-size:13px;line-height:1.2em;display:block;}
    .stat-table th {max-width:100px;}
    .stat-table th:nth-of-type(3) {max-width:none;}
    
    .stat-table {margin-bottom:40px;}
    
    .dashboard-admin{width:100%;}
    
    .dashboard-side-nav{
        background-color: #fefaf8;
        border: 1px solid rgba(91,94,94,0.1);
        height:70px;
        padding-top: 0px;
        max-width:100vw;
        align-items: center;
        justify-content: center;
    }
    
    .dashboard-mobile-nav{
        height:100px;
        bottom:65px;
        padding-top:28px;
        padding-left:10px;
        padding-right: 10px;
        padding-bottom: 17px;
        border: 1px solid rgba(91,94,94,0.1);
        display:none;
        box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.05);
    }
    
    .dashboard-mobile-nav.active{
        display:flex;
    }
    
    .dashboard-mobile-nav::before{
        content: "";
        height: 3px;
        width: 40px;
        background:rgba(225,222,228,1);
        position: absolute;
        top:8px;
        
    }
    .side-nav-menu-items ul {height:40px;}
    .side-nav-menu-items ul li {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
    position: relative;}
    
    .side-nav-menu-items ul li:nth-child(5) {display:flex;}
    .side-nav-menu-items ul li:first-child {margin-top:0px !important;}
    
    .transfer{
    flex-wrap: wrap;    
    }
    
    .transfer > div:nth-child(1){width:100%;}
    
    .transfer > div{width:33.33%;}
    
    .dashboard-mobile-nav .side-nav-menu-items ul li {
        width:33.333%;
    }
    
    
    .dashboard-side-nav .side-nav-menu-items ul li:nth-child(6), .dashboard-side-nav .side-nav-menu-items ul li:nth-child(7){
        display:none;
    }
    
    
	.dashboard-section {
		margin-left: 0px;
	}

	.dashboard-info {
		padding: 32px 32px 32px 16px;
		width: 100%;
	}

	.dashboard-info .quantities p {
		margin-bottom: 8px;
	}

	.dashboard-info .quantities ul li {
		margin-right: 38px;
	}

	.dashboard-info .quantities ul li p.item-quantity {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.dashboard-info .quantities ul li p {
		font-size: 13px;
		margin-bottom: 0px;
	}

	.dashboard-info .quantities ul li p.item-quantity span {
		font-size: 48px;
	}

	.dashboard-info .quantities p.coming-soon::before {
		font-size: 11px;
		height: 14px;
		width: 69px;
		top: 10px;
	}

	.latest-closet-wrapper {
		margin-bottom: 65px;
		padding-left: 16px;
	}

	.scheduled-transfers {
		padding-bottom: 90px;
	}

	.selected-item-info div h3 {
		font-size: 20px;
	}

	.selected-item-info div ul {
		margin-top: 16px;
	}

	.selected-item-info div ul li {
		font-size: 11px;
	}
    
    .notification .heading, .notification {font-size:14px;}
    .close-button {z-index:500;}
    .notifications-block.active {z-index:101;}
    
    .new-customers .transfer div:nth-of-type(1) {display:none;}
}

@media screen and (max-width: 576px) {
	.scheduled-transfers-container {
		align-items: center;
	}

	.scheduled-transfers-popup {
		width: 100%;
		height: calc(100% - 130px);
		overflow-y: scroll;
	}

	.scheduled-transfers-popup .close-popup {
		top: initial;
		bottom: 72px;
		right: 8px;
	}

	.dashboard-admin a div span.icon-arrow-right::before,
	.notifications-block span.icon-arrow-right::before {
		content: '\e810';
	}
}

@media screen and (max-width: 450px) {
	.dashboard-admin div.latest-closet-items .closet-item {
		width: calc(50% - 4px);
	}
}

.delete_notification{
	font-size: 10px!important;
    font-family: 'Lexend Deca'!important;
    font-weight: 500!important;
    width: 26px!important;
    height: 26px!important;
    padding: 0!important;
    line-height: 0!important;
    position: absolute!important;
    background-color: transparent!important;
    display: block!important;
    top: 0px!important;
    right: 0px!important;

}

@media print {
    .selected-item-modal {padding:0;}
    .selected-item-info {padding: 48px 58px 40px 40px;}
}


@media screen and (max-width:576px){
    .selected-item-modal-content {width: calc(100vw - 40px);}
    .inspection-modal .selected-item-info {width:100%;min-width:0;max-width:100%;padding:40px 20px;}
    .inspection-modal .selected-item-info .list-inspection>li ul li {flex-direction: column;}
}
