body {
    font-family: 'Red Hat Display', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, b, button { font-family: 'Red Hat Display', sans-serif; }

/* Sidebar */
.k-sidebar-menu-container {
    width: 25%;
    max-width: 250px;
    float: left;
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.k-sidebar-menu-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.k-menu-user {
    width: 80%;
    margin: 40px auto 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.k-menu-user img {
    width: 45px;
    height: 45px;
}

.k-menu-u-logo {
    background-color: #c6ac8f;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 12px;
    border-radius: 55px;
    letter-spacing: 1px;
}

.k-menu-u {}

.k-menu-u h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.k-menu-u h4 {
    font-size: 14px;
    color: #707070;
    margin: 0px;
}

.k-menu-main {}

.k-menu-main h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
}

.k-menu-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 80%;
	margin: 15px auto 0px;
}

.k-menu-main ul li {
    margin: 0 0 20px 0;
}

.k-menu-main ul li a {
    color: #aeafb7;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
	font-size: 14px;
	background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-left: 32px;
}

.k-menu-main a.menu-dashboard { background-image: url('/assets/menu-dashboard-g.svg');  }
.k-menu-main a.menu-dashboard:hover,
.k-menu-main a.menu-dashboard.menu-active { background-image: url('/assets/menu-dashboard-b.svg'); color: #000; }

.k-menu-main a.menu-designs { background-image: url('/assets/menu-designs-g.svg'); background-size: 15px; background-position: center left; }
.k-menu-main a.menu-designs:hover,
.k-menu-main a.menu-designs.menu-active { background-image: url('/assets/menu-designs-b.svg'); color: #000; }

.k-menu-main a.menu-order-album { background-image: url('/assets/menu-order-album-g.svg');  }
.k-menu-main a.menu-order-album:hover,
.k-menu-main a.menu-order-album.menu-active { background-image: url('/assets/menu-order-album-b.svg'); color: #000; }

.k-menu-main a.menu-orders { background-image: url('/assets/menu-orders-g.svg'); }
.k-menu-main a.menu-orders:hover,
.k-menu-main a.menu-orders.menu-active { background-image: url('/assets/menu-orders-b.svg'); color: #000; }

.k-menu-main a.menu-box {
	background-image: url('/assets/menu-box-icon.svg');
}

.k-menu-main a.menu-box:hover,
.k-menu-main a.menu-box.menu-active {
	background-image: url('/assets/menu-box-icon-b.svg');
	color: #000;
}

.k-menu-main a.menu-shop { background-image: url('/assets/menu-shop-g.svg'); }
.k-menu-main a.menu-shop:hover,
.k-menu-main a.menu-shop.menu-active { background-image: url('/assets/menu-shop-b.svg'); color: #000; }

.k-menu-business a.menu-pricing { background-image: url('/assets/menu-pricing-g.svg'); }
.k-menu-business a.menu-pricing:hover,
.k-menu-business a.menu-pricing.menu-active { background-image: url('/assets/menu-pricing-b.svg'); color: #000; }

.k-menu-business a.menu-sales-tools { background-image: url('/assets/menu-sales-tools-g.svg'); }
.k-menu-business a.menu-sales-tools:hover,
.k-menu-business a.menu-sales-tools.menu-active { background-image: url('/assets/menu-sales-tools-b.svg'); color: #000; }

.k-menu-business a.menu-pricing-calculator { background-image: url('/assets/menu-pricing-calculator-g.svg'); }
.k-menu-business a.menu-pricing-calculator:hover,
.k-menu-business a.menu-pricing-calculator.menu-active { background-image: url('/assets/menu-pricing-calculator-b.svg'); color: #000; }

.k-menu-business a.menu-facebook { background-image: url('/assets/menu-facebook.svg'); }
.k-menu-business a.menu-facebook:hover,
.k-menu-business a.menu-facebook.menu-active { background-image: url('/assets/menu-facebook-b.svg'); color: #000; }

.k-menu-business a.menu-book { background-image: url('/assets/menu-book.svg'); }
.k-menu-business a.menu-book:hover,
.k-menu-business a.menu-book.menu-active { background-image: url('/assets/menu-book-b.svg'); color: #000; }

.k-menu-business a.menu-calendar { background-image: url('/assets/menu-calendar.svg'); }
.k-menu-business a.menu-calendar:hover,
.k-menu-business a.menu-calendar.menu-active { background-image: url('/assets/menu-calendar-b.svg'); color: #000; }

.k-menu-main ul li a:hover {
    color: #000;
}

.k-menu-business {}

.k-menu-business h3 {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
}

.k-menu-business ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 80%;
	margin: 15px auto 0;
}

.k-menu-business ul li {
	margin: 0 0 20px 0;
}

.k-menu-business ul li a {
    color: #aeafb7;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 auto;
	font-size: 14px;
	background-repeat: no-repeat;
    background-position: 0% 0%;
    padding-left: 32px;
}

.k-menu-business ul li a:hover {
    color: #000;
}

.k-sidebar-menu-bottom {
    width: 80%;
    margin: 20px auto;
}

.k-menu-ref {}

.k-menu-ref h3 {
    font-size: 16px;
    font-weight: 700;
}

.k-menu-ref h5 {
    font-weight: 700;
    font-size: 12px;
    margin: 0;
	cursor: pointer;
}

.k-menu-ref:before,
.k-menu-ref:after {
    content: ' ';
    min-width: 100%;
    height: 1px;
    background: #707070;
    width: 100%;
    opacity: 0.26;
    display: block;
}

.k-menu-back:after {
	content: ' ';
    min-width: 100%;
    height: 1px;
    background: #707070;
    width: 100%;
    opacity: 0.26;
    display: block;
	margin-top: 20px;
}

.k-menu-back h5 {
	font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0px;
}

.k-menu-back a {
	font-weight: 700;
    font-size: 12px;
    margin: 0;
    color: #000;
}

.k-menu-ref:before {
    margin-bottom: 20px;
}

.k-menu-ref:after {
    margin-top: 20px;
}

.k-menu-help {
    margin: 20px 0px;
    font-weight: 700;
    color: #616161;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
	line-height: 15px;
}

.k-menu-help img {
    width: 16px;
    height: 16px;
}

.k-menu-help a {
    color: #000;
    text-decoration: none;
	font-size: 14px;
	line-height: 14px;
}

/* End Side bar */

.dashboard-container {
    width: 100%;
    float: left;
    padding-left: 250px;
    background-color: #fafafa;
    min-height: 100vh;
}

.dashboard-container-inner {
	overflow: auto;
	width: 100%;
}

.dashboard-inner-left {
    width: 80%;
    float: left;
	/* padding: 0px 2.5%; */
	position: relative;
	min-height: 100vh;
}

.dashboard-inner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0px;
}

.dashboard-inner-top h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.dashboard-inner-top-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-design-btn {
    background-color: #c6ac8f !important;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 700;
    padding: 14px 20px;
    border-radius: 50px;
    margin: 0px !important;
	letter-spacing: 0;
}

.new-design-btn:hover {
    background-color: #212529 !Important;
	color: #fff !important;
}

.cart-btn {
    background-color: #f0f0f0;
    height: 100%;
    padding: 12px;
    border-radius: 5px;
}

.cart-btn img {
    width: 20px;
    height: 20px;
}

.dashboard-box-main {
    display: flex;
    gap: 50px;
}

.box-one-heirloom {
    width: 50%;
    background-image: url(../assets/dashboard-box-heirloom.png);
    background-color: #0c4339;
    border-radius: 10px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 40px 40px;
	
}

.box-one-heirloom img {
    background-color: #092F28;
    padding: 10px;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
}

.box-one-heirloom h5 {
    font-size: 14px;
}

.box-one-heirloom h3 {
    font-size: 25px;
    font-weight: 700;
}

.box-one-heirloom a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
	text-decoration: none;
}

.box-one-heirloom a span {
	text-decoration: underline;
}

.box-two-design {
    width: 50%;
    background-image: url(../assets/dashboard-box-design.png);
    background-color: #21383c;
    border-radius: 10px;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 40px 40px;
}

.box-two-design img {
    background-color: #1C2E31;
    padding: 10px;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
}

.box-two-design h5 {
    font-size: 14px;
}

.box-two-design h3 {
    font-size: 25px;
    font-weight: 700;
}

.box-two-design a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
	text-decoration: none;
}

.box-two-design a span {
	text-decoration: underline;
}

.dashboard-orders-container {
    margin-top: 45px;
}

.dashboard-orders-container h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

.dashboard-orders-container .nav-link {
    color: #aeafb7;
    font-weight: 700;
    padding-bottom: 15px;
}

.dashboard-orders-container .nav-link.active {
    background: none;
    font-weight: 700;
    border: 0px;
    border-bottom: 2px solid #000;
    padding-bottom: 15px;
}

#ongoing-orders-tbl thead {
    font-size: 14px !important;
    font-weight: 700 !important;
}

#ongoing-orders-tbl thead input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
}

#ongoing-orders-tbl tr:nth-child(even) {
	background: transparent !important; 
}

.dashboard-inner-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
	width: 94%;
	position: absolute;
	bottom: 0;
	background-color: #fafafa;
	z-index: 99;
	
}

.dashboard-inner-bottom a {
    color: #000;
    font-weight: 700;
    text-decoration: none;
	font-size: 14px;
}


.dashboard-inner-right {
    width: 20%;
    float: right;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border-left: 1px solid #7070703d;
}

.dashboard-inner-right-container {
	/* position: fixed;
    top: 0; */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding: 40px 35px; */
    width: 85%;
    margin: 0 auto;
}

.dashboard-credits a {
    display: block;
    text-align: center;
    color: #000;
    background: #ececf0;
    width: 25px;
    border-radius: 15px;
    font-weight: 700;
    float: right;
	padding: 4px;
}

.dashboard-credits img {
    clear: both;
    display: block;
    text-align: center;
    margin: 20px auto 0px;
    padding: 20px 0px 10px;
    width: 100%;
}

.dashboard-credits-text {
    font-size: 15px;
}

.dashboard-credits-text span {
    float: right;
    font-weight: 700;
}

.dashboard-updates {
    margin: 30px 0px 10px;
}

.dashboard-updates:before,
.dashboard-updates:after {
    content: ' ';
    min-width: 100%;
    height: 1px;
    background: #707070;
    width: 100%;
    opacity: 0.26;
    display: block;
}

.dashboard-updates:before {
    margin-bottom: 30px;
}

.dashboard-updates:after {
    margin-top: 30px;
}

.dashboard-updates h3 {
    font-weight: 700;
    font-size: 17px;
}

.dashboard-kissplus {}

.dashboard-kissplus-text {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 20px;
}

.dashboard-kissplus-text #bod-type {
	font-weight: 700;
	font-size: 20px;
}

.dashboard-kissplus-text span {
    font-size: 15px;
    font-weight: 400;
}

.dashboard-kissplus-progress .progress {
    width: 200px;
    height: 200px !important;
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: relative;
}

.dashboard-kissplus-progress .progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.dashboard-kissplus-progress .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.dashboard-kissplus-progress .progress .progress-left {
    left: 0;
}

.dashboard-kissplus-progress .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.dashboard-kissplus-progress .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.dashboard-kissplus-progress .progress .progress-right {
    right: 0;
}

.dashboard-kissplus-progress .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 160px;
    border-bottom-left-radius: 160px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}

.dashboard-kissplus-progress .progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 2%;
}

.dashboard-kissplus-progress .progress .progress-bar {
    border-color: #c6ac8f;
}

.percent-progress {
	position: relative;
	text-align: center;
}

.percent-progress svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}

.percent-progress svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 12;
  stroke-linecap: round;
}

.percent-progress svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
  stroke: #c6ac8f; 
}

.percent-progress .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.percent-progress .number h3 {
	font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.dashboard-kissplus-learnmore {
    margin-top: 35px;
}

.dashboard-kissplus-learnmore a {
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

.dashboard-inner-top h5 {
    font-size: 16px;
    margin-top: 5px;
}

.dashboard-inner-top h5 a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
	font-size: 13px;
}

.dashboard-designs-container {
    display: flex;
    gap: 25px;
	min-height: 85vh;
	flex-direction: column;
	justify-content: space-between;
}

.design-single {
    width: 30%;
    position: relative;
}

.design-single img {
    width: 100%;
}

.design-single-text {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
}

.design-meta b {
    display: block;
}

.design-single-new {
    background-color: #f5f5f5;
    width: 100%;
    height: 80%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.design-single-new a {
    color: #000;
}

.design-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 90%;
    top: 10px;
    left: 5%;
}

.design-settings {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
}

.design-option-controls {
    display: flex;
    gap: 10px;
}

.slideshow-sharing-settings {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding: 5px 7px 5px 7px;
    border-radius: 12px;
    display: block;
    cursor: pointer;
}

.client-settings {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    padding: 5px 8px 5px 8px;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    cursor: pointer;
}

.settings-popup {
    background: #fff;
    font-size: 12px;
    color: #000;
    padding: 15px;
    max-width: 185px;
    position: absolute;
    top: 29px;
    left: 2%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    display: none;
}

.settings-popup .choices {
    margin-bottom: 5px;
}

.settings-popup .choices a {
    text-decoration: none;
    color: #000;
}

.slideshow-settings-popup {
    background: #fff;
    font-size: 12px;
    color: #000;
    padding: 15px;
    max-width: 185px;
    position: absolute;
    top: 26px;
    right: 4%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    display: none;
}

.slideshow-settings-popup .choices {
    margin-bottom: 5px;
}

.slideshow-settings-popup .choices a {
    text-decoration: none;
    color: #000;
}

.client-settings-popup {
    background: #fff;
    font-size: 12px;
    color: #000;
    padding: 15px;
    max-width: 185px;
    position: absolute;
    top: 26px;
    right: 0%;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    display: none;
}

.client-settings-popup .choices {
    margin-bottom: 5px;
}

.client-settings-popup .choices a {
    text-decoration: none;
    color: #000;
}


/* Design Create New */
.dashboard-designs-new {
	margin-top: 60px;
}

.dashboard-designs-new .designs-name {
    width: 100%;
}

.dashboard-designs-new .designs-name input {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #bfbfc5;
    color: #000;
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 10px;
    outline: none;
}

.dashboard-designs-new .designs-options {
    display: flex;
    gap: 25px;
    margin-top: 50px;
}

.dashboard-designs-new .design-option-one {
    width: 33%;
}

.dashboard-designs-new .design-option-one label {
    margin-bottom: 10px;
}

.dashboard-designs-new .design-option-one input {
    margin-right: 10px;
}

.dashboard-designs-new .design-option-one .option {
    border: 1px solid #bfbfc5;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
	min-height: 280px;
}

.dashboard-designs-new .design-option-one .option h3 {
    font-weight: 900;
    font-size: 18px;
}

.dashboard-designs-new .design-option-one .option p {
    font-size: 13px;
    margin: 0;
	line-height: 1.8em;
}


.dashboard-designs-new .design-option-two {
    width: 33%;
}

.dashboard-designs-new .design-option-two label {
    margin-bottom: 10px;
}

.dashboard-designs-new .design-option-two input {
    margin-right: 10px;
}

.dashboard-designs-new .design-option-two .option {
    border: 1px solid #bfbfc5;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
	min-height: 280px;
}

.dashboard-designs-new .design-option-two .option h3 {
    font-weight: 900;
    font-size: 18px;
}

.dashboard-designs-new .design-option-two .option p {
    font-size: 13px;
	line-height: 1.8em;
    margin-bottom: 12px;
}


.dashboard-designs-new .design-option-three {
    width: 33%;
}

.dashboard-designs-new .design-option-three label {
    margin-bottom: 10px;
}

.dashboard-designs-new .design-option-three input {
    margin-right: 10px;
}

.dashboard-designs-new .design-option-three .option {
    border: 1px solid #bfbfc5;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
	min-height: 280px;
}

.dashboard-designs-new .design-option-three .option h3 {
    font-weight: 900;
    font-size: 18px;
}

.dashboard-designs-new .design-option-three .option p {
    font-size: 13px;
    margin: 0;
	line-height: 1.8em;
}

.dashboard-designs-new .design-option-three .option label {
    margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.8em;
}

.dashboard-designs-new .designs-controls {
    display: flex;
    gap: 15px;
    justify-content: right;
    margin-top:30px;
}

.dashboard-designs-new .designs-controls .btn-cancel,
 .dashboard-designs-new .designs-controls .btn-back {
    background-color: #ececf0;
    border: none;
    color: #86868b;
    padding: 15px 60px;
    border-radius: 30px;
    min-width: 190px;
}

.dashboard-designs-new .designs-controls .btn-next {
    background-color: #c6ac8f;
    border: none;
    color: #fff;
    padding: 15px 60px;
    border-radius: 30px;
    min-width: 190px;
}

.dashboard-designs-new .desgins-customizations {
    position: relative;
}

.dashboard-designs-new .desgins-customizations h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 900;
}

.dashboard-designs-new .desgins-customizations .designs-border {
    margin: 10px auto;
}


.dashboard-designs-new .desgins-customizations .designs-border h4 {
    font-size: 15px;
    margin-bottom: 15px;
}

.dashboard-designs-new .desgins-customizations .designs-border>div {
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
}

.dashboard-designs-new .desgins-customizations .designs-border .borderw {
    background-color: #ececf0;
    border: 1px solid #ececf0;
    padding: 13px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    min-width: 220px;
    text-align: center;
}

.borderw.selected {
    border: 1px solid #c6ac8f !important;
}

.dashboard-designs-new .desgins-customizations .designs-colors {
    margin: 20px auto 10px;
}

.dashboard-designs-new .desgins-customizations .designs-colors h4 {
    font-size: 15px;
    margin-bottom: 15px;
}

.dashboard-designs-new .desgins-customizations .designs-colors>div {
    display: flex;
    gap: 20px;
}

.dashboard-designs-new .desgins-customizations .designs-colors>div>div {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.dashboard-designs-new .desgins-customizations .designs-colors>div>div p {
    font-size: 12px;
}

.dashboard-designs-new .desgins-customizations .designs-source {
    margin: 20px auto 10px;
}

.dashboard-designs-new .desgins-customizations .designs-source h3 {
    color: #000000;
    font-size: 17px;
    font-weight: 900;
}

.dashboard-designs-new .desgins-customizations .designs-source .source-options {
    display: flex;
    gap: 20px;
    margin-top: 20px;
	flex-wrap: wrap;
}

.dashboard-designs-new .desgins-customizations .designs-source .source-options div {
    background-color: #ececf0;
    border: 1px solid #ececf0;
    padding: 13px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    min-width: 220px;
    text-align: center;
}

.dashboard-designs-new .desgins-customizations .designs-preview {
    display: inline-flex;
    max-width: 350px;
    margin: 20px 0px 30px; 
    flex-direction: column;
	width: 100%;
} 

.dashboard-designs-new .desgins-customizations .designs-preview .preview-image img {
    width: 90%;
    margin: 5%;
    border-color: #000;
    border-style: solid;
    border-width: 0px;
}

.preview-name {
    padding: 0px 10px;
    font-size: 15px;
    font-weight: 700;
}

.color_field {
    outline: none;
    max-width: 165px;
    width: 100%;
    border: none;
    border-radius: 4px;
    color: transparent;
    padding: 12px;
    cursor: pointer;
}



/************************/
/*   KISS POPUP SYSTEM  */
/************************/

.popup {

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11000;

}

.app_popup_header {
    padding: 15px;
    color: #525252;
    font-size: 22px;
    font-weight: bold;
    background: #b9e0fd;
    border-radius: 10px 10px 0 0;
}

.popup .bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    position: fixed;
    top: 0px;
    left: 0px;
}

.popup a {}

.popup .popup_title {
    min-height: 24px;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    color: #fff;
    background: #cabfab;
    min-width: 410px;
}

.popup .content {
    width: 400px;
    padding: 20px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.popup .scroll {
    overflow-y: scroll;
    height: 325px;
}

.popup .wrapper {
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -220px;
    text-align: left;
    background: #fff;
    border: 1px solid #cabfab;
    /*box-shadow: 0 0 30px rgba(0,0,0,0.4);	*/
    overflow: hidden;
}

.popup input[type=text],
.popup input[type=password] {

    margin-bottom: 5px;
}

.popup .overTxtLabel {
    margin-left: 2px;
    margin-top: 4px;
    color: #aaa;
    font-weight: bold;
    font-size: 70%;
}

.popup .popup_options {
    clear: both;
    padding-top: 5px;
    overflow: hidden;
}

.popup .popup_options .button {
    float: right;
}

.popup.scrollable .content {
    overflow-y: scroll;
}

.popup .tip {
    font-size: 12px;
    padding: 20px;
    width: 400px;
}


.not_the_popup {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    filter: blur(10px);
}

.filters {
    -webkit-filter: blur(5px) grayscale(100%);
    -moz-filter: blur(5px) grayscale(100%);
    filter: blur(5px) grayscale(100%);
}


.popup_options, .upload-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.popup_options a, .upload-btns a {
    background: #c6ac8f;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 25px;
}


#design_uploader form {
    margin-bottom: 20px;
}

/* Client Details */

.client-details-container {
    display: flex;
	margin-bottom: 20px;
}

.client-details-design {
    width: 30%;
    border-right: 2px solid #aeafb7;
    padding-right: 30px;
}

.client-details-design img {
    max-width: 100%;
    border-radius: 12px;
}

.preview-link {
    display: block;
    width: 100%;
    background: #212121;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
	font-size: 14px;
}

.preview-link:hover {
    color: #fff;
}

.share-link {
    width: 100%;
    margin-top: 20px;
    background: #ececf0;
    padding: 15px;
    border: none;
    border-radius: 50px;
	font-size: 14px;
}

.client-detials {
    padding-left: 30px;
    width: 60%;
}

.client-detials h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 40px;
}

.client-detials form label:nth-child(1) {
    width: 49%;
    margin-right: 1%;
    float: left;
    color: #000;
    font-size: 13px;
    display: block;
}

.client-detials form label input[type="text"], 
.client-detials form label input[type="email"],
.client-detials form label input[type="password"]
{
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #aeafb7;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    outline: none;
}

.client-detials form label:nth-child(2) {
    width: 49%;
    margin-left: 1%;
    float: left;
    color: #000;
    font-size: 13px;
    display: block;
}

.client-detials form .pricing-switch {
    border: 1px solid #aeafb7;
    background: #fff;
    max-width: 100%;
	width: 40%;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    justify-content: space-between;
    border-radius: 5px;
    font-size: 13px;
}

.save-btn {
    background-color: #c6ac8f;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 25px;
    border-radius: 50px;
    border: none;
    margin-top: 30px;
}

label.switch input[type="checkbox"] {
    margin: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px !important;
    height: 25px;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: #2a2a2a;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked+.slider {
	background-color: #c6ac8f;
}

.Slideshow-switch {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.music-selector-container {
	background-color: #212121 !important;
    border-radius: 5px !important;
	padding: 0px 20px !Important;
}

.design-single-text .design-meta { display: block; }


.music-selector select {
    font-size: 11px;
    background: transparent;
    color: #fff;
    border: none;
	outline: none;
}

.music-selector p {
	margin: 5px 0px 0px;
    font-size: 8px;
    color: #fafafa;
}

.music-selector p a { font-size: 8px; font-weight: 700; color: #fafafa; text-decoration: none; }

.music-control i { color: #fafafa; cursor: pointer; font-size: 20px; }

.client-details-switch { margin-bottom: 20px; }

.pricing-enable,
.pricing-discount,
.booking-price { margin-top: 20px; }

.bod_background_color, .bod_keyline_color { color: transparent; }



/* V1 Overrides */
#swat { width: 100% !Important; margin: 0 !Important; }

#order_history .view_order_details { color: #000; text-decoration: none; font-weight: 700; font-size: 14px; }
#order_history td, #order_history th { padding: 8px 7px 8px 0px !important; font-size: 14px; font-weight: 600; }
#order_history th { text-transform: uppercase; font-weight: 700; }

#dashboard { display: none !important; }

#designs_wrapper { width: 100% !important; padding: 0px!important; margin-bottom: 90px !important; }
#designs { display: flex; flex-direction: row; gap: 2%; width: 100%; flex-wrap: wrap; }
.design_wrapper { width: 32% !important; height: auto !important; margin: 0px !important; position: relative; margin-bottom: 15px !Important; }
.design_wrapper .design { width: 100% !important; height: auto !important; }
.design_wrapper .design .thumb { width: 100% !important; height: auto !important; border: 0px; border-radius: 10px; margin-bottom: 10px; }
.design_wrapper .design .thumb img { width: 100% !important;  height: auto !important; }
.design_wrapper .design .name { font-family: 'Red Hat Display', sans-serif; font-weight: 700; margin: 0px !Important; line-height: 1.4 !Important; }

.design_wrapper .design .spreads { font-size: 12px; font-weight: 700; margin: 0; }
.design_wrapper .design .spreads span { font-weight: 500; }
.design_wrapper .design .status { font-size: 12px !important; font-weight: 700; margin: 0 !important; }
.design_wrapper .design .status span { font-weight: 500; color: #000 !important; }

#designs .design .date_created { font-size: 12px; }

.options { width: 90% !important; margin: 0 !important; position: absolute !important; left: 5%; top: 6%; border: none !important; background: transparent !important; height: auto !important;}

.options i { font-size: 12px !Important; }

.option_edit { width: 50px !important; height: 30px !important; background: #1a1a1a !important; color: #fff; border-radius: 15px; padding: 10px 8px 4px !important; }

.option_edit i:nth-child(1) { float: left; }
.option_edit i:nth-child(2) { float: right; }
   
.option_settings {     
	background: none !Important;
    float: right !Important;
    background-color: #1a1a1a !Important;
    color: #fff;
    border-radius: 30px;
    height: 30px !Important;
    padding: 2px 8px !Important;
    width: 30px !Important;
	border: none;  
	margin-right: 10px; 
}


.option_settings > a { display: none !important; }

.option_info { 
    background: none !Important;    
    float: right !Important;
    background-color: #1a1a1a !Important;
    color: #fff;
    border-radius: 30px;
    height: 30px !Important;
    padding: 2px 8px !Important;
    width: 30px !Important;
	border: none;  
	margin-right: 10px; 
}
.option_info > a { display: none !important; }

.option_buy {
	background: none !Important;
    float: right !Important;
    background-color: #1a1a1a !Important;
    color: #fff;
    border-radius: 30px;
    height: 30px !Important;
    padding: 2px 8px !Important;
    width: 30px !Important;
	border: none;  
	margin-right: 10px; 
}

.option_buy > a { display: none !important; }



.options .option_list { margin: 20px 0px 0px -7px !Important; }

.option_buy .option_list { margin: 5px 0px 0px -7px !Important; }

.option_settings .option_list,
.option_client_contact .option_list { margin: 4px 0px 0px -10px !Important; }

.options .option_list .choices {
	    box-shadow: 0px 0px 14px #cccccc70;
    border: none;
    border-radius: 8px;
}
.options .option_list .choices a { color: #1a1a1a; }
.options .option_list .choices a:hover { color: #c6ac8f; }

.design .option_list .choice { border-bottom: none !Important; }

.option_client_contact {
	background: none !important;
    float: right !Important;
    background-color: #1a1a1a !important;
    color: #fff;
    border-radius: 30px;
    height: 30px !Important;
    padding: 2px 10px !Important;
    width: 30px !Important;
    border: none;
   
}

.design .option_list .choice.copy_embed { height: auto !Important; }

.design-meta {
	    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 5px;
}

#upload_button { height: 32px !Important; }

.popup .content { width: 410px !Important; }

#new_design { display: none !Important; }

#my_orders #order_history { height: 300px !Important; }

.footercopy { font-family: 'Red Hat Display', sans-serif !Important; font-size: 11px; }
.footercopy a { text-decoration: underline; font-size: 11px; }

#sort_options { display: none !important; }

/* Popups */
.popup .bg { background: #000 !Important; }
.popup .wrapper {     
	margin: 0px;
	left: 35%;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
	box-shadow: -5px 5px 10px 0px rgb(0 0 0 / 10%);
	width: 726px;
	text-align: center;
	display: flex; 
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 300px;
 }
.popup .content { width: auto !Important; font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 0px;
    font-size: 14px; }

.popup .popup_title {
	color: #000 !important;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5em;
    font-family: 'Red Hat Display', sans-serif;
	background: none !Important;
}

.popup .popup_options {
	text-align: center;
    align-items: center;
    justify-content: center;
}

.popup .popup_options .submit {
	background: #c6ac8f;
    color: #fff !important;
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 0px;
    padding: 9px 30px;
    font-size: 14px !important;
}

.popup #sm_content { text-align: center; }
.popup .button_set {     display: flex;
    float: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
margin-top: 20px; }

.popup #sm_do_auth,
.popup #sp_do_auth {
	background: #c6ac8f;
    color: #fff !important;
    font-family: 'Red Hat Display', sans-serif;
    letter-spacing: 0px;
    padding: 9px 30px;
    font-size: 14px !important;
	border-radius: 25px;
}

.popup #sm_cancel,
.popup #sp_cancel {
	padding: 9px 40px;
    border-radius: 25px;
}

#design_uploader { max-width: 726px; }
#design_uploader #upload_button {
	background: #c6ac8f;
    color: #fff !important;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px !important;
	letter-spacing: 0px;
	width: 120px;
    text-align: center;
	height: 35px !important; 
}
#design_uploader #upload_cancel {
	display: block;
    background: #c6ac8f;
    color: #fff !important;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px !important;
    letter-spacing: 0px;
	width: 120px;
    text-align: center;
}

#design_uploader #upload_instructions {
	margin: 30px 0px;
}

#design_uploader #upload_instructions h2 { line-height: 1.5em; }
#design_uploader #upload_instructions p { letter-spacing: 0.5px; }
#design_uploader #iconholder { display: flex; gap: 50px; align-items: center; margin: 0px !important; }
#design_uploader #ex_rec_ps { float: none !Important; }
#design_uploader #ex_rec_ps img { margin: 0 !Important; }

#design_uploader #uploader_status { height: 140px; }

.dashboard-kissplus-learnmore { display: none; }

#bod_keyline_color_input,
#bod_background_color_input { min-width: 220px; height: 48px; color: transparent; }
@font-face {
    font-family: 'acta_displaybook';
    src: url('/fonts/dstype_-_actadisplay-book-webfont.woff2') format('woff2'),
         url('/fonts/dstype_-_actadisplay-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.kissfont{
    font-family: 'acta_displaybook',Georgia,"Times New Roman",serif !important;
}

.sidebar-mobile {
    display: none;
    background-color: #f0f0f0;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    width: 45px;
}

.sidebar-close {
    border: 0;
    background: transparent;
    display: none;
}

.backdrop {
    width: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
    height: 100%;
    z-index: 999;
    display: none;
}

.backdrop-show {
    display: block !important;
}

@media only screen and (max-width: 1200px) {
    .dashboard-inner-right {
        display: none;
    }
    .dashboard-inner-left {
        width: 100%;
    }
    .sidebar-mobile {
        display: block;
    }
    .sidebar-close {
        display: block;
    }
}

.sidebar-mobile-toggle {
    display: block;
    position: absolute;
    background: #f5f5f5;
    right: 0;
    width: 300px;
    z-index: 999;
}