/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 12 2025 | 20:50:27 */
.tablink-group {
}
#cg-begin-container {
	width: 100%;
	height: 700px;
	text-align: center;
	padding: 20%;
	background: #f7f7f7;
	border: 1px solid;
	border-color: rgba(0,0,0,0.1);
	border-bottom-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
}
#cg-begin-container > strong {
	font-size: 22px;
}
#cg-gears {
	margin: 20px;
	width: 150px;
	height: 150px;
	margin: auto;
	display: block;
}
/* Style tab links */
.tablink {
	background-color: #F4F4F4;
	color: rgba(0, 0, 0, 0.6);
	display: inline;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	/*box-shadow: 1px 1px 2px #ddd;*/
	border: 1px solid #ddd;
	outline: none;
	cursor: pointer;
	padding: 5px 5px;
	font-size: 17px;
	width: 20%;
}

.tblnk-bg {
	width: 48.5%;
}

.tablink:hover {
	color: #e1e1e1;
	background-color: #2184be;
}

.tabcontent-group {

}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	/*color: white;*/
	display: none;
	padding: 10px 10px;
	height: 100%;
	background-color: #fafafa;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.sel-font {
	width: 62%;
}

.sel-font-size {
	width: 35%;
	margin-left: 3%;
}

#sel-font-header {
	width: 62%;
}

#sel-font-size-header {
	width: 35%;
	margin-left: 3%;
}

.next-widget {
	float: left;
}

.title-part, .title-part-h {
	font-weight: bold;
}

.title-part-h {
	/*position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);*/
}

.sub-title-part {
	
}

.sub-items {
	display: inline-grid;
}

.conf-part, .conf-part-h {
	/*float: left;*/
	padding-bottom: 10px;
	position: relative;
}

.conf-part-h {
	display: flow-root;
}

.content-part-h {
	/*float: right;*/
}

.p-controls {
	position: relative;
	width: 28%;
    /* height: 100%; */
    /* float: left; */
    overflow: none;
    background-color: white;
    border-right: 1px solid;
    border-color: rgba(0,0,0,0.1);
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
}
.p-controls-content {
	padding: 4%;
    overflow: auto;
	overflow-y: overlay;
    display: block;
    height: 100%;
}
.p-controls-hide {
	margin-left: -28%;
}

.f-p-controls {
	padding: 2% 0 2% 2%;
	display: flex;
}

.p-content {
	width: 72%;
	padding: 3%;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
	/*float: left;*/
	overflow: auto;
}

.p-content-expand {
	left: 0;
	width: 100%;
}

/************SWITCHER*********************/
.p-mode-switcher {
    position: absolute;
    left: 100%;
    top: 50%;
    width: 15px;
    height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFFFFF;
    font-size: 15px;
    -webkit-box-shadow: 3px 1px 5px rgba(0,0,0,.1);
    box-shadow: 3px 1px 5px rgba(0,0,0,.1);
    cursor: pointer;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    transition: left .5s;
}
.p-mode-switcher:hover {
	background-color: #2184be;
	color: white;
}
.p-mode-switcher-inner, .p-mode-switcher-preview {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.p-mode-switcher-preview-input {
    display: none;
}
.p-mode-switcher-preview {
    cursor: pointer;
}
.p-mode-switcher-preview .s-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
[class*=" s-icon-"], [class^=s-icon] {
    display: inline-block;
	font-family: Acme;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
	text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.p-editor-preview .p-mode-switcher-preview .s-icon::before {
    content: ">";
}
section.p-editor-active .p-mode-switcher-preview .s-icon::before {
    content: "<";
}
.cg-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/************COLLAPSIBLE*********************/
.collapsible-container {
    border-radius: 5px;
    border: 1px solid;
    border-color: rgba(0,0,0,0.1);
	margin-top: 6px;
}
.collapsible {
    cursor: pointer;
	position: relative;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    text-shadow: none;
	background: #f7f7f7;
}
.collapsible-container .collapsible::before {
    content: ">";
    font-family: Acme;
    font-size: large;
    font-weight: 400;
    position: absolute;
    right: 7%;
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.collapsible-container.active .collapsible::before {
    content: ">";
    -webkit-transform: rotate(00deg);
    transform: rotate(90deg);
    /*font-family: Acme;
    position: absolute;
    right: 0px;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;*/
}
.active, .collapsible:hover {
	/**background-color: #555;**/
}
.collapsible-content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
/*****************************************/

#canvas_container {
	width: 98%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 90%;
	background: #333;
	border: solid 1px #000000;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}

[data-tooltip]::before, [data-tooltip]::after {
	position: absolute;
	opacity: 0;
}

[data-tooltip]::before {
	content: "";
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #2184be transparent;
}

[data-tooltip]::after {
	content: attr(data-tooltip);
    /* customizable */
    /*transition: all 0.15s ease;*/
	background-color: #2184be;
    color: #fff;
	text-align: center;
	border-radius: 1px;
	padding: 10px;
	text-shadow: 0 0 0 #fff;
	font-size: 12px;
	white-space: nowrap;
	z-index: 99999;
	/* customizable */
	/*left: 50%;
	margin-left: calc((var(width)/2)*-1);*/
	top: calc(100% + 10px);
}

[data-tooltip]:hover::before, [data-tooltip]:hover::after {
    /* needed - do not touch */
    opacity: 1;  
}

[data-tooltip]:not([data-tooltip-persistent])::before {
    pointer-events: none;
}

.slider-conf {
	width: 80% !important;
	margin-left: 3%;
	margin-right: 3%;
	display: inline !important;
}

.corners-slider::before {
	content: url("../../img/rect-corner.png");
}

.corners-slider::after {
	content: url("../../img/round-corner.png");
}

.max-min-slider::before {
	content: url("../../img/min.png");
}

.max-min-slider::after {
	content: url("../../img/max.png");
}

[data-inches]::after {
	content: attr(data-inches);
	font-weight: normal;
}

.img-up-notes {
	font-family: 'Roboto', 'Noto', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.011em;
    font-size: 12px;
    line-height: 16px;
    display: block;
    /*padding-top: calc(16px - 12px);
    padding-bottom: calc(4px - 12px);
    height: 20px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.55);
	margin-top: 3px;
}
.cp-slider {
	--width: 500px;
	width: var(--width);
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.f-cp-slider {
	margin-top: 60px;
}

.cp-slides {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	background: #FFF;
	scrollbar-width: none;
}
.cp-slides::-webkit-scrollbar {
	display: none;
}
.cp-slides::-webkit-scrollbar-thumb {
	display: none;
}
.cp-slides::-webkit-scrollbar-track {
	display: none;
}
.cp-slides > div {
	--width: 500px;
  scroll-snap-align: start;
  flex-shrink: 0;
  width: var(--width);
  height: var(--width);
  margin-right: 50px;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}
.cp-slides > div:target {
/*   transform: scale(0.8); */
}
.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}

.cp-slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.cp-slider > a:active {
  top: 1px;
}
.cp-slider > a:focus {
  background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
  .cp-slider > a {
    display: none;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ababab' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	margin-right: 8px;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ababab' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	margin-left: 8px;
}

.carousel-control-prev-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234c4c4c' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	margin-right: 8px;
}

.carousel-control-next-icon:hover {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234c4c4c' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	margin-left: 8px;
}

.cb-hidden {
	display: none;
}

.cp-controls {
    display: inline-flex;
    align-items: center;
	margin-top: 8px;
}

/* The Modal (background) */
.cp-modal {
	display: none;
	position: fixed;
	z-index: 2;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.1);
}

.cp-modal:after {
	content: "";
    position: absolute;
    margin-left: -3px;
    top: -6px;
    bottom: auto;
    left: var(--m-left, 0);
    width: 0;
    height: 0;
    box-sizing: border-box;
    border: 6px solid black;
    box-shadow: -1px 1px 1px 0 rgba(147,157,170,0.23);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-color: transparent transparent #fff #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cp-modal-header {
	margin: 0;
    padding: 5px 12px;
    border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 5px 10px -5px #e1e1e1;
    box-shadow: 0 5px 10px -5px #e1e1e1;
}

.cp-modal-footer {
	margin: 0;
	padding: 5px 12px;
    border-top: 1px solid #e5e5e5;
}

.cp-modal-container {
	background-color: #fefefe;
	margin: auto;
	width: 400px;
    height: 100%;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	border: none;
    border-radius: 4px;
}
/* Modal Content */
.cp-modal-content {
	height: 132px;
	padding: 6px;
	overflow-y: scroll;
}
.cp-modal-title {
	font-family: 'Google Sans', Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 1.1rem;
    color: #212121;
	line-height: 24px;
}

.cp-modal-btn,
.cp-modal-canvas {
	width: 45px;
    height: 45px;
}

.cp-modal-btn {
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

/* The Close Button */
.cp-modal-close {
	color: #aaaaaa;
	font-size: 28px;
	font-weight: bold;
	line-height: 24px;
    position: absolute;
    right: 0;
	margin-right: 12px;
}

.cp-modal-close:hover,
.cp-modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ic-item {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	margin: 5px;
}

.ic-item-sel {
	border: 2px solid #4d90fe;
}

.ic-item-hover {
	background-color: rgba(0,0,0,0.2);
}
.custom-file-input {
    cursor: pointer;
    background: #2184be;
    color: #fff;
    padding: 0.2em 0.7em;
    display: inline-block;
    text-shadow: 0 0 0 #fff;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.custom-file-input::before {
    background-image: url(../../img/upload-archive.png);
    background-size: 100% 100%;
    filter: invert(1);
    display: inline-block;
    content: "";
    width: 20px;
    height: 17px;
    margin-right: 6px;
}
.cpp-option-premium {
	color: #fba707;
}
#c-logo-filter {
	margin-left: 20px;
}
#premium-option {
	text-align: center;
	margin-top: auto;
    margin-bottom: auto;
}
.opt-premium-desc {
}
.opt-premium-btn, .opt-download-btn {
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    color: #fff;
    font-family: "Proxima Nova","Verdana","Avenir Next";
    margin-top: 20px;
    width: 90%;
    line-height: 1.5;
	text-shadow: none;
    margin-left: auto;
    margin-right: auto;
	padding: 8px;
}
.opt-premium-btn {
	background-color: #ffb229;
}
.opt-premium-btn:hover, .opt-premium-btn:focus {
    background: #fca120;
}
.opt-download-btn {
	background-color: #4ad295;
}
.opt-download-btn:hover, .opt-download-btn:focus {
	background: #2bc48a;
}

#dc-content {
	width: 60%;
    height: 90%;
    margin: auto;
}
.dc-part {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 55%;
}
.cg-divider {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	box-shadow: inset 0px 1px 0 rgba(255,255,255,1);
}
.t-plan {
	font-size: 26px;
	font-family: TrebuchetMS,Trebuchet MS,Helvetica,Arial,Lucida,sans-serif!important;
	color: #333;
	line-height: 1em;
    font-weight: 500;
}
.t-prod-desc {
	margin: 15px;
	padding: 11px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	background: rgba(0,0,0,0.02);
	line-height: 1.5;
}
.dc-loader {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 11;
}
.loader-animation {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 22;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.cp-loader-animation {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 22;
	margin: -50px 0 0 -50px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 100px;
	height: 100px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.is-container {
	width: 96%;
	height: 98%;
    margin: auto;
	overflow: auto;
}
#card-template {
	height: 64%;
}
.is-title {
	text-align: center;
    font-size: 23px;
    font-weight: 400;
	margin-top: 20px;
    margin-bottom: 10px;
}
.t-container {
	height: 85%;
	width: 81.9%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.is-items-panel {
	width: 44.3%;
	height: 100%;
	display: inline-block;
	margin-left: 22px;
}
.is-items-title {
	text-align: center;
}
.is-items {
	padding: 10px;
}
.is-items-c {
	text-align: center;
}
.is-items-scrollable {
	overflow: auto;
	height: 88%;
	border-radius: 5px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.1);
}
.is-item {
	padding: 10px;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	border-radius: 15px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.1);
	background: white;
	margin-right: 10px;
	margin-bottom: 10px;
}
.is-item.is-item-t {
	min-width: 134px;
	max-width: 134px;
}
.is-item.is-item-sel {
	border: 2px solid;
	border-color: #2184be;
}
.is-label {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.3;
}
.is-detail {
	display: block;
	font-size: 12px;
	color: #aaa;
}
.is-radio {
	display: none;
}
.is-tooltip {
  position: relative;
  display: inline-block;
}
.is-item.is-item-sel .is-tooltiptext {
	/*top: -1px;
	right: -1px;*/
	border-radius: 13px;
}
.is-item-li {
	text-align: left;
	font-size: 12px;
	margin-top: 5px !important;
}
.is-tooltip .is-tooltiptext {
	visibility: hidden;
	width: 130px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	line-height: 1;
	font-size: 14px;
	text-shadow: none;
	padding: 8px 22px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

/*.is-tooltip .is-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}*/

.is-tooltip:hover .is-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.a-credits {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline !important;
	font-size: 14px;
	padding: 8px;
	line-height: 1;
}
.act-btn-design {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 2px;
}
#cg-wait-process {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0);
	cursor: wait;
}
.cg-login-container {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}
.cg-login-box {
	background-color: #fefefe;
	width: 30%;
	min-width: 372px;
	margin-left: auto;
	margin-right: auto;
	transform: translate(0%, 50%);
	padding: 20px;
}
#cg-login-title {
	text-align: center;
	font-size: 18px;
	color: #1c1e21;
}
#cg-login-message {
	display: none;
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
#cg-login-close {
	display: none;
    padding: 3px;
    position: absolute;
    font-weight: 600;
    line-height: initial;
    cursor: pointer;
    right: 15px;
    top: 15px;
}
#cg-login-btn {
	cursor: pointer;
	padding: .618em 1em;
	line-height: 1.8;
	font-weight: 400;
	font-size: 100%;
}
#cg-login-btn:hover {
	background-color: #22a7d4;
}
.cg-form-login {
	margin: 2em 0;
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#cg-form-msg {
    color: #f02849;
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
}
#cg-form-msg a {
	color: #f02849;
	font-weight: bold;
}
#cg-form-msg a:hover {
	text-decoration: underline;
}
.cg-form-row {
	padding: 3px;
	margin: 0 0 6px;
}
.cg-form-row label {
    line-height: 2;
	display: block;
}
.cg-form-row cg-form-row--wide {
	clear: both;
}
.cg-form-row input.input-text {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    max-width: 100%;
    padding: .7em 1em;
}
.cg-form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}
#btn-new-design {
	background: #2184be;
	color: #fff;
	display: block;
	cursor: pointer;
	padding: 0.2em 0.7em;
	float: left;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#btn-new-design.disabled {
	background: #eee;
	color: #aaa;
	cursor: default;
}
.wizard > .actions .disabled a {
	cursor: default;
}
.cg-browsers-options {
	margin: 15px;
}
.cg-browser-link {
	cursor: pointer;
	display: inline-block;
	text-align:center;
	margin-right: 30px;
}
.cg-browser-logo {
	width: 85px;
}
.cg-browser-name {
	display: block;
	font-weight: 600;
	color: #0085b2;
}
#modal-logo {
	margin-right:6px;
}
#wizard-p-3 {
	overflow: auto;
}
@media only screen and (max-width: 743px) {
  /* For tablets: */
	#dc-content {
		width: 70%;
		height: 90%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.dc-part {
		width: 85%;
	}
	.p-controls {
		width: 100%;
		height: 20%;
		display: block;
		border-bottom: 1px solid;
		border-color: rgba(0,0,0,0.1);
	}
	.p-content {
		width: 100%;
		height: 80%;
		display: block;
	}
	.cp-slider {
		--width: 96%;
	}
	.cp-slides > div {
		--width: 100%;
	}
	#style1, #style2, #style3 {
		width: 100%;
	}
}
@media only screen and (max-width: 670px) {
	.is-items-panel {
		width: 70%;
	}
}