:root {
  --brand-primary: #4aa9af;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #ff0000;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
body {
  font-family: "roboto", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  /* Set "my-sec-counter" to 0 */
  counter-reset: page-sequence;
}

.photobook-page-managment {
  counter-reset: move-page-sequence;
}

.page-sequence:before {
  content: counter(page-sequence);
  counter-increment: page-sequence;
}

.move-page-sequence:before {
  content: counter(move-page-sequence);
  counter-increment: move-page-sequence;
}

.cover-page:before, .inside-cover:before {
  width: 0;
  height: 0;
  opacity: 0;
  display: inline-block;
}

.narrow-gutter {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.narrow-gutter [class^=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.fa-remove::before, .fa-close::before, .fa-times::before {
  content: "\e96f";
  font-family: "rx-studio";
}

.w-33 {
  width: 30.7%;
}

.w-25 {
  width: 22.6% !important;
}

.w-100 {
  width: 100%;
}

.badge-primary {
  background-color: var(--brand-primary);
  font-weight: 400;
}

.text-primary, .color-primary {
  color: var(--brand-primary) !important;
}

.color-secondary, .section-header {
  color: var(--brand-primary);
}

.mt-15 {
  margin-top: 0.35rem;
}

a:hover {
  color: var(--brand-primary);
}
a:focus {
  color: var(--brand-primary);
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: var(--brand-primary);
}

/*****font size****/
.personalize-tools .tool-icon {
  font-size: 22px;
  font-size: 1.375rem;
}
.personalize-tools .tool-icon .rxicon-text-main-s {
  font-size: 15px;
  font-size: 0.9375rem;
}
.personalize-tools .tool-text {
  font-size: 11.5px;
  font-size: 0.71875rem;
}
.personalize-tools .tool-text .background {
  font-size: 10px;
  font-size: 0.625rem;
}
.personalize-tools li button .rxicon.rxicon-text-main-s {
  padding-top: 0;
}

.form-control, label {
  font-size: 12px;
  font-size: 0.75rem;
}

.tool-text, .tooltip, .popover {
  font-size: 11px;
  font-size: 0.6875rem;
}

.font-xl, .btn-lg {
  font-size: 19px;
  font-size: 1.1875rem;
}

.font-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.font-md, .close, .btn-md {
  font-size: 14px;
  font-size: 0.875rem;
}

.font-sm, .btn-sm {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fa-lg, .introjs-tooltip, .quote-text {
  font-size: 15px;
  font-size: 0.9375rem;
}

.propertyPanel .tool-icon {
  font-size: 16px;
  font-size: 1rem;
}

.crop-image-editor .tool-icon {
  font-size: 16px;
  font-size: 1rem;
}

.flipbook-tocHolder .flipbook-tocItem:before {
  font-size: 12px;
  font-size: 0.75rem;
}
.flipbook-tocHolder .flipbook-tocItem:nth-child(2) span, .flipbook-tocHolder .flipbook-tocItem:last-child span {
  font-size: 12px;
  font-size: 0.75rem;
}

/****/
/****form****/
.form-control {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 25px;
}
.form-control:focus {
  border-color: var(--brand-primary);
}

.form-group .form-control:focus {
  border-color: var(--brand-primary);
}
.form-group.active textarea.form-control {
  border-color: var(--brand-primary);
}
.form-group.active span.richTextEditor {
  border-color: var(--brand-primary);
}

/**** font family drop down ****/
.font-dropdown .selectize-dropdown {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.font-dropdown .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row {
  width: 50%;
  float: left;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.font-dropdown .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner {
  min-height: 40px;
  max-height: 40px;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row {
  width: 100%;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner {
  min-height: 40px;
  max-height: 80px;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner img {
  max-height: 70px;
}
.font-dropdown.layoutList .selectize-dropdown .selectize-dropdown-content .ui-select-choices-row .ui-select-choices-row-inner span {
  padding-left: 1rem;
}

.selectize-control.single .selectize-input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #fff 90%;
  background: -webkit-gradient(bottom, from(#fff 90%), to(#ddd));
  background: -webkit-linear-gradient(bottom, #fff 90%, #ddd);
  background: -moz-linear-gradient(bottom, #fff 90%, #ddd);
  background: -ms-linear-gradient(bottom, #fff 90%, #ddd);
  background: -o-linear-gradient(bottom, #fff 90%, #ddd);
  background: linear-gradient(bottom, #fff 90%, #ddd);
  height: 29px;
  line-height: 24px;
}
.selectize-control.single.form-control-lg .selectize-input {
  padding: 0.4rem 0.8rem 0.4rem;
}
.selectize-control.single.form-control-lg .selectize-input:after {
  padding: 1.1rem 0;
}

.selectize-dropdown {
  text-align: left;
}
.selectize-dropdown .active {
  background: #eee;
  color: var(--brand-secondary);
}

.custom-range {
  width: 100%;
}
.custom-range::-webkit-slider-runnable-track {
  background: var(--brand-primary);
}
.custom-range::-moz-range-track {
  background: var(--brand-primary);
}

/****/
/**** checkbox ****/
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: var(--brand-primary);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: var(--brand-primary);
}

/**** font size text field and drop down ****/
.select-editable {
  width: 100%;
  height: 29px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.select-editable select.form-control.form-control-lg {
  height: 27px !important;
}
.select-editable select.form-control.form-control-lg option {
  border-right: 2px solid #999999;
}
.select-editable input {
  height: 27px;
  background-color: #fff 90%;
  background: -webkit-gradient(bottom, from(#fff 90%), to(#ddd));
  background: -webkit-linear-gradient(bottom, #fff 90%, #ddd);
  background: -moz-linear-gradient(bottom, #fff 90%, #ddd);
  background: -ms-linear-gradient(bottom, #fff 90%, #ddd);
  background: -o-linear-gradient(bottom, #fff 90%, #ddd);
  background: linear-gradient(bottom, #fff 90%, #ddd);
}

/****/
/**** button ****/
.blockcont .spinner {
  position: relative;
}
.blockcont .spinner:before {
  border-bottom-color: var(--brand-primary);
  border-right-color: var(--brand-primary);
  opacity: 1;
}
.blockcont .spinner:after {
  border-bottom-color: var(--brand-primary);
  opacity: 0.6;
  border-right-color: var(--brand-primary);
}

.btn-primary {
  border: 1px solid var(--brand-primary);
  background: var(--brand-primary);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-primary:before {
  content: normal;
}
.btn-primary:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary:focus {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary:active {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary:active:hover {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary:active:focus {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary.active {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary.active:hover {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary.active:focus {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}
.btn-primary:not([href]):not([tabindex]) {
  color: var(--brand-primary-text);
  border: 1px solid var(--brand-primary);
  background: var(--brand-primary);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-primary:not([href]):not([tabindex]):hover, .btn-primary:not([href]):not([tabindex]):focus {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text);
}

.btn-link:hover {
  text-decoration: none;
  color: var(--brand-primary);
}
.btn-link:focus {
  text-decoration: none;
  color: var(--brand-primary);
}
.btn-link:active {
  text-decoration: none;
  color: var(--brand-primary);
}
.btn-link:active:hover {
  text-decoration: none;
  color: var(--brand-primary);
}
.btn-link:active:focus {
  text-decoration: none;
  color: var(--brand-primary);
}
.btn-link.active {
  text-decoration: none;
  color: var(--brand-primary);
}
.btn-link.active:hover {
  text-decoration: none;
  color: var(--brand-primary);
}
.btn-link.active:focus {
  text-decoration: none;
  color: var(--brand-primary);
}

.btn-info {
  border: solid 1px var(--brand-secondary);
  color: var(--brand-secondary);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-info > i {
  color: var(--brand-primary);
}
.btn-info:before {
  content: none;
}
.btn-info:hover {
  border: solid 1px var(--brand-secondary);
  color: #fff;
  background: var(--brand-secondary);
}
.btn-info:hover > i {
  color: #fff;
}
.btn-info:focus {
  border: solid 1px var(--brand-secondary);
  color: #fff;
  background: var(--brand-secondary);
}
.btn-info:focus > i {
  color: #fff;
}
.btn-info:active {
  border: solid 1px var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}
.btn-info:active:hover {
  border: solid 1px var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}
.btn-info:active:hover > i {
  color: #fff;
}
.btn-info:active:focus {
  border: solid 1px var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}
.btn-info:active:focus > i {
  color: #fff;
}
.btn-info.active {
  color: #fff;
  border: solid 1px var(--brand-secondary);
  background: var(--brand-secondary);
}
.btn-info.active > i {
  color: #fff;
}
.btn-info.active:hover {
  border: solid 1px var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}
.btn-info.active:hover > i {
  color: #fff;
}
.btn-info.active:focus {
  border: solid 1px var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}
.btn-info.active:focus > i {
  color: #fff;
}
.btn-info:not([href]):not([tabindex]) {
  color: var(--brand-secondary);
}
.btn-info:not([href]):not([tabindex]):hover {
  color: #ffffff;
  background: var(--brand-secondary);
  border-color: var(--brand-secondary);
}
.btn-info:not([href]):not([tabindex]):hover > i {
  color: #ffffff;
}

/*.btn-square	{@include gradient(bottom, #f8f8f8, #fff); border: solid 1px #ccc; @include box-shadow(0, 0, 0, rgba(24,24,25,0)); @include rem(line-height, 1rem); @include rem(font-size, 1.1rem); margin: 3px; @include round-borders(5px); color:var(--dark-gray); height:30px; width:30px;
	&:before { background:#fff; @include round-borders(3px);}
	&.vdp { width:auto; @include rem(font-size, 0.8rem);}
	&:hover { @include text-shadow(0, 0, 0, rgba(24,24,25,0)); color:var(--brand-primary);
		.rxicon, .rxicon span:before, .far { color:var(--brand-primary); @include transition(all, 0.2s, ease-in-out, 0s);}
		&:before { opacity:1;}
	}
	&:disabled:hover .fa-trash-alt { color: #fff !important;}
	&.btn-sm {height:20px; width:20px; @include rem(font-size, 0.85rem);}
}*/
.btn-square {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#fff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #fff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #fff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #fff);
  background: -o-linear-gradient(bottom, #f8f8f8, #fff);
  background: linear-gradient(bottom, #f8f8f8, #fff);
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  height: 30px;
  width: 30px;
  margin: 0.3rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--dark-gray);
}
.btn-square:before {
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn-square.vdp {
  width: auto;
}
.btn-square:hover {
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: var(--brand-primary);
}
.btn-square:hover .rxicon, .btn-square:hover .rxicon span:before, .btn-square:hover .far {
  color: var(--brand-primary);
  -webkit-transition: all, 0.2s, ease-in-out, 0s;
  -moz-transition: all, 0.2s, ease-in-out, 0s;
  -ms-transition: all, 0.2s, ease-in-out, 0s;
  -o-transition: all, 0.2s, ease-in-out, 0s;
  transition: all, 0.2s, ease-in-out, 0s;
}
.btn-square:hover:before {
  opacity: 1;
}
.btn-square:disabled:hover .fa-trash-alt {
  color: #fff !important;
}
.btn-square.btn-sm {
  height: 20px;
  width: 20px;
}

.btn-square.active, .btn-square:not(:disabled):not(.disabled).active {
  background: #fff;
  -webkit-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  text-shadow: 0 0 0 rgba(24, 24, 25, 0);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
.btn-square.active .rxicon, .btn-square.active .rxicon span:before, .btn-square.active .far, .btn-square:not(:disabled):not(.disabled).active .rxicon, .btn-square:not(:disabled):not(.disabled).active .rxicon span:before, .btn-square:not(:disabled):not(.disabled).active .far {
  color: var(--brand-primary);
}

.btn-secondary {
  -webkit-box-shadow: 0 2px 1px rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 2px 1px rgba(24, 24, 25, 0);
  box-shadow: 0 2px 1px rgba(24, 24, 25, 0);
  border: solid 1px #ccc;
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#fff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #fff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #fff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #fff);
  background: -o-linear-gradient(bottom, #f8f8f8, #fff);
  background: linear-gradient(bottom, #f8f8f8, #fff);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary i {
  color: var(--brand-primary);
}
.btn-secondary:before {
  background: #fff;
}
.btn-secondary:hover {
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary:hover:before {
  opacity: 1;
  -webkit-transition: all, 0.5s, ease-in-out, 0s;
  -moz-transition: all, 0.5s, ease-in-out, 0s;
  -ms-transition: all, 0.5s, ease-in-out, 0s;
  -o-transition: all, 0.5s, ease-in-out, 0s;
  transition: all, 0.5s, ease-in-out, 0s;
}
.btn-secondary:focus {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 0;
  -moz-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
}
.btn-secondary:active {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
}
.btn-secondary:active:hover {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
}
.btn-secondary:active:focus {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
}
.btn-secondary.active {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary.active:hover {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
}
.btn-secondary.active:focus {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary:not(:disabled):not(.disabled):active:hover, .btn-secondary:not(:disabled):not(.disabled).active:hover {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  background: #fff;
  border: solid 1px var(--brand-primary);
  color: var(--brand-primary);
  -webkit-box-shadow: inset 0 0 0 0;
  -moz-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
}

.btn-dark-gray {
  background: var(--secondaryDark);
  border: 0;
  color: var(--secondayText);
  position: relative;
  z-index: 1;
  line-height: 1.5;
  padding: 0.65rem 1rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
.btn-dark-gray:after {
  background-color: rgba(0, 0, 0, 0) 30%;
  background: -webkit-gradient(to bottom, from(rgba(0, 0, 0, 0) 30%), to(rgba(0, 0, 0, 0.3) 100%));
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -ms-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn-dark-gray:before {
  background: var(--secondaryDark);
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -ms-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn-dark-gray:hover {
  color: var(--secondayText);
}
.btn-dark-gray:hover:before {
  opacity: 1;
}
.btn-dark-gray:focus {
  background: linear-gradient(to top,rgba(255, 255, 255,10%),rgba(255, 255, 255,10%))var(--secondaryDark);
  color: var(--secondayText);
}
.btn-dark-gray:focus:hover {
  color: var(--secondayText);
}
.btn-dark-gray:focus:hover:before {
  opacity: 1;
}
.btn-dark-gray:not([href]):not([tabindex]) {
  color: var(--secondayText);
}
.btn-dark-gray:not([href]):not([tabindex]):hover, .btn-dark-gray:not([href]):not([tabindex]):focus {
  color: var(--secondayText);
}
.btn-dark-gray:active {
  background: var(--secondaryDark);
  color: var(--secondayText);
}
.btn-dark-gray:active:hover {
  background: var(--secondaryDark);
  color: var(--secondayText);
}
.btn-dark-gray:active:focus {
  background: var(--secondaryDark);
  color: var(--secondayText);
}
.btn-dark-gray.active {
  background: var(--secondaryDark);
  color: var(--secondayText);
}
.btn-dark-gray.active:hover {
  background: var(--secondaryDark);
  color: var(--secondayText);
}
.btn-dark-gray.active:focus {
  background: var(--secondaryDark);
  color: var(--secondayText);
}
.btn-dark-gray i {
  color: var(--secondayText) !important;
}

.more-help.btn-dark-gray:after {
  content: none;
}

/****/
.help-block {
  margin: 0.3rem 0 0.5rem;
}

/*.section-header { font-style:normal; color:var(--dark-gray);}*/
/****Studio Preview area****/
rx-page .pageView {
  position: absolute;
  bottom: 10px;
  right: 15px;
}
rx-page .fixed-tab {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f8f8f8;
  z-index: 9;
  border-top: 1px solid var(--font-disabled);
}
rx-page .page-thumb-show-hide-checkbox {
  bottom: 100px;
}
rx-page .page-thumb-show-hide-checkbox.hide-thumb {
  bottom: 38px;
}
rx-page .studio_center_panel {
  background: #fbfbfb;
  box-shadow: 2px 1px 3px #ccc inset;
  border-bottom: 0;
  border-top: 0;
}
rx-page .studio_center_panel .rx-canvas {
  -webkit-box-shadow: 0 0 5px rgba(149, 149, 149, 0.8);
  -moz-box-shadow: 0 0 5px rgba(149, 149, 149, 0.8);
  box-shadow: 0 0 5px rgba(149, 149, 149, 0.8);
}
rx-page .studio_center_panel .rx-canvas .canvas-container {
  z-index: 4;
}
rx-page .studio_center_panel .rx-canvas .leftSectionShadow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 49.9%;
  -webkit-box-shadow: 0 0 15px rgb(74, 169, 175);
  -moz-box-shadow: 0 0 15px rgb(74, 169, 175);
  box-shadow: 0 0 15px rgb(74, 169, 175);
  z-index: 1;
}
rx-page .studio_center_panel .rx-canvas .rightSectionShadow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 49.9%;
  -webkit-box-shadow: 0 0 15px rgb(74, 169, 175);
  -moz-box-shadow: 0 0 15px rgb(74, 169, 175);
  box-shadow: 0 0 15px rgb(74, 169, 175);
  z-index: 1;
}
rx-page .studio_center_panel .rx-canvas .commonSectionShadow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 0 15px rgb(74, 169, 175);
  -moz-box-shadow: 0 0 15px rgb(74, 169, 175);
  box-shadow: 0 0 15px rgb(74, 169, 175);
  z-index: 1;
}
rx-page .studio_center_panel .rx-canvas .spineSectionShadow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0 0 15px rgb(74, 169, 175);
  -moz-box-shadow: 0 0 15px rgb(74, 169, 175);
  box-shadow: 0 0 15px rgb(74, 169, 175);
  z-index: 9;
  pointer-events: none;
}
rx-page .studio_center_panel .rx-canvas .left-section-disabled {
  cursor: not-allowed;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(-45deg, transparent, #bbb 2px, #fff 2px, #fff 7px);
}
rx-page .studio_center_panel .rx-canvas .left-section-disabled p {
  text-align: center;
  color: var(--brand-secondary);
}
rx-page .studio_center_panel .rx-canvas .right-section-disabled {
  cursor: not-allowed;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 49.9%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(-45deg, transparent, #bbb 2px, #fff 2px, #fff 7px);
}
rx-page .studio_center_panel .rx-canvas .right-section-disabled p {
  text-align: center;
  color: var(--brand-secondary);
}
rx-page .studio_center_panel .rx-canvas .common-section-disabled {
  cursor: not-allowed;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(-45deg, transparent, #bbb 2px, #fff 2px, #fff 7px);
}
rx-page .studio_center_panel .rx-canvas .common-section-disabled p {
  text-align: center;
  color: var(--brand-secondary);
}
rx-page .studio_center_panel .cover-title {
  left: 0;
  right: 0;
  top: -25px;
  position: absolute;
}
rx-page .photobook-page-action-button { /*position:fixed; bottom:0; right:0; z-index:9;*/
  display: inline-block;
  float: left;
  width: 35px;
}
rx-page .photobook-page-action-button .dropdown-toggle {
  height: 38px;
  border-left: 1px solid var(--font-disabled);
  border-right: 1px solid var(--font-disabled);
  line-height: 3.5;
  margin: 0;
  background: #eeeeee;
  float: left;
}
rx-page .photobook-page-action-button .dropdown-toggle:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #eeeeee;
  top: -1px;
  left: 0;
  position: absolute;
  z-index: 9999;
  opacity: 0;
}
rx-page .photobook-page-action-button .dropdown-toggle:after {
  content: none;
}
rx-page .photobook-page-action-button .open .dropdown-toggle:before {
  opacity: 1;
}
rx-page .photobook-page-action-button .dropdown-menu {
  top: auto !important;
  bottom: 100% !important;
  left: auto !important;
  right: 0 !important;
  min-width: 110px;
  background: #eeeeee;
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
  transform: none !important;
}
rx-page .photobook-page-action-button .btn-dark-gray {
  width: 90px;
  display: block;
  padding: 0.4rem 0;
  margin: 0.2rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
rx-page .photobook-page-action-button .btn-dark-gray i {
  margin: 0.15rem 0.3rem 0 0;
  display: inline-block;
  color: var(--brand-primart-text) !important;
}
rx-page .photobook-page-action-button .btn-dark-gray i:hover, rx-page .photobook-page-action-button .btn-dark-gray i:focus {
  color: var(--brand-primart-text) !important;
}
rx-page .photobook-page-action-button .btn-dark-gray > span {
  line-height: 1;
}
rx-page .scrollable-tab {
  width: calc(100% - 35px);
  background: #f8f8f8;
  position: relative;
  padding: 0 2rem;
  display: inline-block;
  float: left;
}
rx-page .scrollable-tab.scrollable:before {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  background: #f8f8f8;
  cursor: pointer;
  height: 100%;
  width: 30px;
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 35px;
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 0;
  margin: auto;
  color: var(--brand-secondary);
}
rx-page .scrollable-tab.scrollable:after {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  background: #f8f8f8;
  cursor: pointer;
  height: 100%;
  width: 30px;
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 35px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  top: 0;
  margin: auto;
  color: var(--brand-secondary);
}
rx-page .scrollable-tab.scrollable .nav-tabs {
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  border: 0;
}
rx-page .scrollable-tab > .nav-tabs {
  text-align: center;
  border: 0;
  display: block;
}
rx-page .scrollable-tab > .nav-tabs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
rx-page .scrollable-tab > .nav-tabs li a {
  padding: 0;
  margin: 0;
  border: 0;
}
rx-page .scrollable-tab > .nav-tabs li a.active {
  background-color: transparent;
}
rx-page .scrollable-tab > .nav-tabs li a a {
  background: transparent;
  border: 0;
  max-width: 104px;
  padding: 0.2rem 0;
  float: left;
}
rx-page .scrollable-tab > .nav-tabs li a a:nth-child(2):not(:last-child) .tool-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 0.6rem;
  display: inline-block;
  padding: 0.35rem 0;
  line-height: 1.9;
  margin-left: -1px;
}
rx-page .scrollable-tab > .nav-tabs li a a:hover {
  color: var(--dark-gray);
}
rx-page .scrollable-tab > .nav-tabs li a a .preview-thumb {
  background: #fff;
  border: 1px solid var(--dark-gray);
  position: relative;
  width: 84px;
  height: 64px;
  vertical-align: middle;
  display: none;
}
rx-page .scrollable-tab > .nav-tabs li a a .preview-thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.02) 0%;
  background: -webkit-gradient(left, from(rgba(255, 255, 255, 0.02) 0%), rgba(102, 102, 102, 0.15) 5%, to(rgba(255, 255, 255, 0.02) 15%));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0.02) 15%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0.02) 15%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0.02) 15%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.02) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0.02) 15%);
}
rx-page .scrollable-tab > .nav-tabs li a a:first-child .preview-thumb:before {
  background-color: rgba(255, 255, 255, 0) 0%;
  background: -webkit-gradient(right, from(rgba(255, 255, 255, 0) 0%), rgba(102, 102, 102, 0.15) 5%, to(rgba(255, 255, 255, 0) 15%));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0) 15%);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0) 15%);
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0) 15%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(102, 102, 102, 0.15) 5%, rgba(255, 255, 255, 0) 15%);
}
rx-page .scrollable-tab > .nav-tabs li a a:first-child .tool-text {
  margin-left: 0;
}
rx-page .scrollable-tab > .nav-tabs li a a[disabled] .preview-thumb {
  cursor: not-allowed;
  background: repeating-linear-gradient(-45deg, transparent, #bbb 2px, #fff 2px, #fff 7px);
}
rx-page .scrollable-tab > .nav-tabs li a a .tool-text {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-left: -1px;
  border: 1px solid #ccc;
}
rx-page .scrollable-tab > .nav-tabs li.highlights-sheets a .preview-thumb {
  border: 1px solid var(--brand-primary);
  -webkit-box-shadow: 0 0 4px #4aa9af;
  -moz-box-shadow: 0 0 4px #4aa9af;
  box-shadow: 0 0 4px #4aa9af;
}
rx-page .scrollable-tab > .nav-tabs li.active a {
  background-color: transparent;
  border: 0;
}
rx-page .scrollable-tab > .nav-tabs li.active a:hover {
  border: 0;
}
rx-page .scrollable-tab > .nav-tabs li.active a a {
  cursor: pointer;
  background: transparent;
  color: var(--dark-gray);
}
rx-page .scrollable-tab > .nav-tabs li.active a a:hover {
  border: 0;
  background: transparent;
  color: var(--dark-gray);
}
rx-page .scrollable-tab > .nav-tabs li.active a a:hover .preview-thumb {
  background: #fff;
}
rx-page .scrollable-tab > .nav-tabs li.active a a.active .tool-text {
  background: var(--brand-primary);
  color: #fff;
}
rx-page .scrollable-tab > .nav-tabs li.active a a:focus {
  color: var(--dark-gray);
}
rx-page .scrollable-tab > .nav-tabs li.active a a .preview-thumb {
  background: #fff;
}
rx-page .scrollable-tab > .nav-tabs li.active a a[disabled] .preview-thumb {
  background: repeating-linear-gradient(-45deg, transparent, #bbb 2px, #fff 2px, #fff 7px);
}
rx-page .scrollable-tab > .nav-tabs li.active a {
  /*.common-cover {
  	.tool-text {
  		span {background:var(--brand-primary); color:#fff;}
  	}
  }*/
}
rx-page .scrollable-tab.no-thumb > .nav-tabs li a .preview-thumb {
  display: none;
}

/****/
.personalize-background-panel .bg-tool label {
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.personalize-background-panel .background-panel .bg-color-label {
  padding-left: 0;
  max-width: 115px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.personalize-background-panel .background-panel .section-header {
  margin: 15px 0 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.7rem;
  font-style: italic;
}
.personalize-background-panel .background-panel .image-mask-list {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  max-width: 98%;
  margin-left: 0.5rem;
  height: calc(100vh - 390px);
}
.personalize-background-panel .background-panel .image-mask-list .shape-box img {
  max-width: 100%;
  max-height: 90px;
}
.personalize-background-panel .background-panel .image-mask-list .shape-box .thumbicon {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.personalize-background-panel .background-panel .image-border {
  margin: 0.6rem 1.3rem 0;
}
.personalize-background-panel .background-panel .background-settings .bordered {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.personalize-background-panel .background-panel .background-settings label {
  font-weight: normal;
}
.personalize-background-panel .background-panel .background-settings .btn-link {
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  background: none;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}
.personalize-background-panel .background-panel .background-settings .btn-link.active span:before {
  color: var(--brand-primary);
}

/**** page managmant ****/
.photobook-page-managment {
  min-height: 800px;
}
.photobook-page-managment .modal-body {
  min-height: 695px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page {
  min-height: 42px;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li {
  display: inline-block;
  border: 0;
  margin: 1rem;
  padding: 0; /*@include box-shadow(2px, 2px, 4px, rgba(0,0,0,.13)); @include gradient(bottom, #d0d0d0, #ffffff);*/
  height: 95px;
  list-style: none;
  position: relative;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li.dndDraggingSource {
  display: none;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li.dndPlaceholder {
  background-color: #ddd;
  min-height: 42px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li.ui-sortable-handle.ui-shortable-helper {
  background: red;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li.ui-sortable-handle.ui-shortable-helper:before {
  -webkit-box-shadow: 1px 2px 2px rgba(74, 169, 175, 0.3);
  -moz-box-shadow: 1px 2px 2px rgba(74, 169, 175, 0.3);
  box-shadow: 1px 2px 2px rgba(74, 169, 175, 0.3);
  border: 1px solid var(--brand-primary);
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li.ui-sortable-handle a .tool-text {
  float: right;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li.ui-sortable-handle a:nth-child(2) .tool-text {
  float: left;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  max-width: 78px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 69px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  border: 1px solid #ddd;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:first-child:not(:last-child) {
  width: 50%;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:first-child:not(:last-child):before {
  border-right: 0;
  width: 105%;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:last-child:not(:first-child) {
  width: 50%;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:last-child:not(:first-child):before {
  left: 0;
  width: 104%;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2):not(:last-child):before {
  border-right: 0;
  left: 3px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2):not(:last-child) .preview-thumb {
  position: relative;
  width: auto;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2):not(:last-child) .preview-thumb img {
  max-height: 50px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2):not(:last-child) .tool-text {
  padding: 0.2rem 0;
  font-size: 9px;
  font-size: 0.5625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a .preview-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 68px;
  width: 68px;
  background: #fff;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a .preview-thumb .preview-img {
  max-height: 68px;
  max-width: 68px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a .tool-text {
  text-align: center;
  padding: 0.2rem 0.5rem;
  text-overflow: inherit;
  display: inline-block;
  background: #eee;
  height: 100%;
  min-width: 20px;
  margin-top: 0.2rem;
  white-space: nowrap;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a .tool-text.insideCover {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.223;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a .tool-text.cover {
  padding: 0.1rem 0;
  line-height: 1.29;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a .tool-arrow {
  position: absolute;
  left: 0;
  bottom: 1px;
  color: #fff;
  background: var(--brand-primary);
  height: 20px;
  width: 20px;
  line-height: 18px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2) .preview-thumb {
  position: relative;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2) .preview-thumb:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ddd;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2) .tool-arrow {
  right: 0;
  left: auto;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li a[disabled] .preview-thumb {
  background: repeating-linear-gradient(-45deg, transparent, #bbb 2px, #fff 2px, #fff 7px);
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li.common-cover a {
  text-align: center;
  max-width: 70px;
}
.photobook-page-managment .modal-body ul.sortable-photobook-page > li {
  /*&:first-child,
  &:last-child {
  	a {width:100%;}
  }*/
}
.photobook-page-managment {
  /*.move-page-arrow {display: inline-block; @include rem(margin, 0 auto); width: 92%; text-align: center;
  	.btn-link {@include rem(margin, 0 10px); @include rem(padding, 5px 10px); color:var(--brand-secondary); @include round-borders(0);
  		&:first-child { border-right:1px solid var(--brand-secondary);}
  		&:last-child { border-left:1px solid var(--brand-secondary);}
  		&:hover {color:var(--brand-primary);
  			&:first-child { border-right-color:var(--brand-primary);}
  			&:last-child { border-left-color:var(--brand-primary);}
  		}
  	}
  }*/
}

/**** propertyPanel ****/
.propertyPanel .card {
  -webkit-box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  -moz-box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
}
.propertyPanel .card .card-header {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 0.5rem 1rem;
  background: #f8f8f8;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #bbbbbb;
}
.propertyPanel .tool-group .form-group {
  margin-top: 0;
}

/**** store Help Tooltip ****/
.introjs-tooltip .introjs-arrow.left {
  transform: rotateX(180deg);
  top: 40px;
}

/**** crop image editor ****/
.crop-image-editor .modal-body .nav-tabs a.active {
  color: var(--brand-primary);
}
.crop-image-editor .modal-body .nav-tabs a.active:hover {
  color: var(--brand-primary);
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element {
  -webkit-appearance: none;
  margin-top: 0.7rem;
  background: transparent;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: var(--brand-primary);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
  margin-top: 0.7rem;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background-color: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  background: linear-gradient(bottom, #e0e0e0, #fff);
  -webkit-appearance: none;
  margin-top: -0.75rem;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: var(--brand-primary);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border: 0;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-moz-range-thumb {
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background-color: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  background: linear-gradient(bottom, #e0e0e0, #fff);
  -webkit-appearance: none;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-thumb {
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 0;
  background-color: #e0e0e0;
  background: -webkit-gradient(bottom, from(#e0e0e0), to(#fff));
  background: -webkit-linear-gradient(bottom, #e0e0e0, #fff);
  background: -moz-linear-gradient(bottom, #e0e0e0, #fff);
  background: -ms-linear-gradient(bottom, #e0e0e0, #fff);
  background: -o-linear-gradient(bottom, #e0e0e0, #fff);
  background: linear-gradient(bottom, #e0e0e0, #fff);
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  background: transparent;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-fill-lower {
  background: var(--brand-primary);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element::-ms-fill-upper {
  background: #999;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element:focus {
  outline: none;
  border: 0;
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-element:focus::-webkit-slider-runnable-track {
  background: var(--brand-primary);
}
.crop-image-editor .modal-body .tab-content .tab-pane .rx-range-slider .range-slider-tooltip {
  display: inline-block;
}
.crop-image-editor .modal-body .tab-content .tab-pane .personalize-image-list .col-3.active .card > .btn-link {
  border-color: var(--brand-primary);
}
.crop-image-editor .modal-body .tab-content .tab-pane .personalize-image-list .col-3.active .card .card-body .btn-link {
  color: var(--brand-primary);
}

.user-images > ul li:hover .user-img-thumbnail {
  border-color: var(--brand-primary);
}
.user-images > ul li.selected .user-img-thumbnail {
  border-color: var(--brand-primary);
}
.user-images > ul li.selected.disable-autofill-image-selection .user-img-thumbnail {
  opacity: 0.4;
  border-color: var(--font-disabled);
  cursor: not-allowed;
}
.user-images > ul li.selected.disable-autofill-image-selection .user-img-thumbnail img {
  cursor: not-allowed;
}

/****pop up****/
.modal-dialog .modal-content .modal-header .close {
  margin: 0.2rem 0;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img {
  display: table;
  width: 100%;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img button {
  padding: 0.4rem;
  min-height: 31px;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img .btn-secondary {
  border: solid 1px #999;
  background-color: #ddd 0%;
  background: -webkit-gradient(bottom, from(#ddd 0%), #f5f5f5 30%, to(#fff 100%));
  background: -webkit-linear-gradient(bottom, #ddd 0%, #f5f5f5 30%, #fff 100%);
  background: -moz-linear-gradient(bottom, #ddd 0%, #f5f5f5 30%, #fff 100%);
  background: -ms-linear-gradient(bottom, #ddd 0%, #f5f5f5 30%, #fff 100%);
  background: -o-linear-gradient(bottom, #ddd 0%, #f5f5f5 30%, #fff 100%);
  color: var(--brand-primary);
  font-weight: 600;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img .btn-secondary:before {
  background: #fff;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img img {
  max-width: 15px;
  height: 15px;
}
.modal-dialog .modal-content .rich-text-editor .modal-body {
  padding: 0;
  background-color: transparent;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .btn-clear {
  padding: 0.3rem 0 0.2rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .text-align .btn-clear {
  padding: 0.4rem 0 0.2rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .clear-style .btn-link {
  margin-top: 0;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .clear-style .btn-clear {
  padding: 0.4rem 0.4rem 0.3rem 0.3rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .clear-style .btn-clear:hover {
  color: #fff;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .close-btn .btn {
  padding: 0.5rem 0.3rem 0.4rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .font-color img {
  max-width: 30px;
  height: auto;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-box {
  width: 100%;
  margin: 0;
}

/****Categories nav****/
.cat-nav ul li .selected {
  color: var(--brand-primary);
}
.cat-nav ul li:hover {
  color: var(--brand-primary);
}

/****pagination****/
.pagination li.page-item .page-link:hover {
  color: var(--brand-primary);
}
.pagination li.page-item.active .page-link {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}
.pagination li.page-item.active .page-link:hover {
  background: var(--brand-primary);
}

/****/
/**** Round Lodar ****/
.ouro .anim {
  background: var(--brand-primary);
}

.ok-got-it {
  background: var(--brand-primary);
}

/**** right panel ****/
.rightPanel {
  z-index: 1000;
  height: 95%;
  width: 320px;
  position: fixed;
}
.rightPanel .card {
  border: 1px solid #999;
  background: #f8f8f8;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 320px;
}
.rightPanel .card .card-header {
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 0.5rem 0.7rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: #f8f8f8;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #bbbbbb;
}
.rightPanel .card .card-header .btn-clear {
  position: static;
  width: auto;
  background-color: transparent !important;
  border: 0;
  margin: 0;
  padding: 0;
  color: var(--brand-secondary);
}
.rightPanel .card .card-header .btn-clear .far {
  color: var(--color-danger);
  padding-left: 0.3rem;
}
.rightPanel .card .card-header .btn-clear:hover {
  text-shadow: none;
}
.rightPanel .card .card-header .btn-clear:hover .far {
  color: var(--brand-primary);
}
.rightPanel .card .card-body {
  padding-top: 0 !important;
}
.rightPanel .card .card-body .section-header {
  margin: 0.8rem 0 0.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
  font-style: italic;
}
.rightPanel .card .card-body .image-mask-list {
  overflow-y: auto;
  position: relative;
  max-width: 98%;
  margin-left: 0.5rem;
}
.rightPanel .card .card-body .image-mask-list .shape-box {
  height: 90px;
  display: table;
  width: 100%;
}
.rightPanel .card .card-body .image-mask-list .shape-box img {
  max-width: 85px;
  max-height: 70px;
  margin: 1rem 0;
  cursor: pointer;
}
.rightPanel .card .card-body .image-mask-list .shape-box .thumbicon {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.rightPanel .card .card-body .image-border {
  margin: 0.6rem 0 0;
  display: flex;
}
.rightPanel .card .card-body select.form-control {
  height: 30px;
}
.rightPanel .card .card-body .search-img .navbar-form .input-group-btn:last-child > .btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.3rem 0.5rem;
}

.change-pages {
  padding: 0.4rem 0.6rem;
}
.change-pages.prev-page {
  left: 0;
}
.change-pages.next-page {
  right: 0;
}

/****middle content with full width****/
.studio_container .middle-content > .left-panel-wrapper {
  transition: all 0.5s ease 0s;
  margin-left: 0;
}
.studio_container rx-page > .fixed-tab {
  transition: width 0.5s ease 0s;
}

.leftPanelHideShow {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 30px;
  padding: 0.4rem 0.5rem 0.4rem 0.3rem;
  background: #f8f8f8;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  cursor: pointer;
}

/******** on hover big image *********/
.imageHoverTooltip.bs-tooltip-right .arrow:before {
  border-right-color: var(--brand-primary);
}
.imageHoverTooltip .tooltip-inner {
  border: 2px solid var(--brand-primary);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .flipbook-overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  *::-ms-backdrop, .flipbook-main-wrapper .flipbook-menuWrapper .flipbook-menu span {
    width: auto !important;
  }
  *::-ms-backdrop, .flipbook-tocHolder :nth-child(3).flipbook-tocItem, .flipbook-tocHolder :nth-last-child(2).flipbook-tocItem {
    min-height: 26px;
    vertical-align: top;
  }
}
.rightPanel .curveText {
  height: calc(100vh - 130px);
}
.rightPanel .curveText a:hover {
  border-color: var(--brand-primary);
}
.rightPanel .textStyle a:hover {
  border-color: var(--brand-primary);
}

/***** ImgExt-badge ***/
.ImgExt-badge {
  background: var(--brand-primary);
}

rx-page .scrollable-tab > .nav-tabs li a a .tool-text.inside-cover-text-small {
  font-size: 7px;
  vertical-align: top;
}

:root {
  --brand-primary: #4aa9af;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #ff0000;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
/****top penal****/
.studio-top {
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
}

.product-name-size {
  width: auto;
}
.product-name-size .form-group p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-name-size .form-group p label {
  margin: 0 0.5rem 0 0;
  float: left;
  max-width: 125px;
  font-weight: 600;
  display: block;
}
.product-name-size .form-group span {
  float: left;
  margin: 0 0.5rem 0 0;
  display: none;
}
.product-name-size .form-group label {
  display: block;
}

.top-center .action-tools li {
  background-color: #f8f8f8 0%;
  background: -webkit-gradient(bottom, from(#f8f8f8 0%), to(#ffffff 50%));
  background: -webkit-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  background: -moz-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  background: -ms-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  background: -o-linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  background: linear-gradient(bottom, #f8f8f8 0%, #ffffff 50%);
  margin: 0.4rem 0 0.2rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  position: static;
}
.top-center .action-tools li.top-tool-left-corner {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-left: solid 1px #ccc;
}
.top-center .action-tools li.top-tool-right-corner {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: solid 1px #ccc;
  margin-right: 0.3rem;
}
.top-center .action-tools li button {
  min-width: 28px;
}
.top-center .action-tools li button .tool-text {
  display: none !important;
}

.top-left {
  text-align: left;
  min-width: 54.667%;
}

.top-center {
  float: none;
  margin: 0 auto;
}

.top-right .action-tools li button {
  min-width: 50px;
}

.action-tools li.tool-saperator:after {
  display: none;
}
.action-tools li button {
  color: var(--dark-gray);
  padding: 0.5rem 0.3rem 0.3rem;
}
.action-tools li button:before {
  content: none;
}
.action-tools li button .tool-icon i {
  color: var(--dark-gray);
  padding-bottom: 0;
}
.action-tools li .btn-dark-gray {
  border: 0;
  color: #fff;
  background: var(--brand-primary);
  margin: 0.2rem 0.2rem 0.2rem 0;
  padding-bottom: 0.4rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.action-tools li .btn-dark-gray:before {
  content: none;
}
.action-tools li .btn-dark-gray:after {
  content: none;
}
.action-tools li .btn-dark-gray > span {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.action-tools li .btn-dark-gray i {
  color: var(--brand-primart-text) !important;
}
.action-tools li .btn-dark-gray i:hover, .action-tools li .btn-dark-gray i:focus {
  color: var(--brand-primart-text) !important;
}
.action-tools li .btn.preview {
  padding: 0.8rem 0.5rem 0;
}
.action-tools li .btn.save {
  padding: 0.8rem 0.5rem 0;
}
.action-tools li .btn.back {
  padding: 0.8rem 0.5rem 0;
}
.action-tools li:hover button {
  color: var(--brand-primary);
}
.action-tools li:hover button .tool-icon i {
  color: var(--brand-primary);
}
.action-tools li:hover button:disabled {
  color: var(--font-disabled);
}
.action-tools li:hover button:disabled .tool-icon i {
  color: var(--font-disabled);
}
.action-tools li:hover .btn-dark-gray {
  color: #fff;
  background: var(--brand-primary);
}
.action-tools .active button {
  color: var(--brand-primary);
}
.action-tools .active button .tool-icon i {
  color: var(--brand-primary);
}
.action-tools .dropdown {
  border: solid 1px #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative !important;
}
.action-tools .dropdown .dropdown-toggle {
  padding: 0.5rem 0.3rem;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border: 0;
  color: var(--dark-gray);
}
.action-tools .dropdown.active .dropdown-toggle i, .action-tools .dropdown.show .dropdown-toggle i {
  color: var(--brand-primary);
}
.action-tools .dropdown .dropdown-menu {
  border: 1px solid #999;
  left: -1px;
  padding: 0;
}
.action-tools .dropdown .dropdown-menu li {
  border: 0;
  margin: 0;
}
.action-tools .dropdown .dropdown-menu li button {
  padding: 0.3rem 0.3rem;
}
.action-tools .dropdown .dropdown-menu li button .tool-icon {
  line-height: 1;
}
.action-tools .dropdown .dropdown-menu li .custom-checkbox {
  margin-left: 0;
}
.action-tools .open .dropdown-menu li .checkbox {
  margin-bottom: 0.5rem;
}

.tools-btn.tools-btn-close {
  border-color: var(--brand-primary) var(--brand-primary) #fff;
}

.tools-btn {
  padding: 0.5rem 0.4rem;
}

:root {
  --brand-primary: #4aa9af;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #ff0000;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
.photobook-section-locked .left-panel-tools {
  opacity: 0.5;
  pointer-events: none;
}
.photobook-section-locked .left-panel-tools button {
  pointer-events: none;
}

.left-panel-tools {
  background-color: var(--brand-primary);
  overflow: hidden;
}

.tools-btn {
  border-radius: 3;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-color: #999;
}
.tools-btn:hover {
  border-radius: 3;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
}
.tools-btn.tools-btn-close {
  border: 1px solid var(--brand-primary);
}

/****left penal****/
.personalize-tools li {
  margin-bottom: 0;
  position: relative;
  padding-top: 0.3rem;
}
.personalize-tools li.background .tool-text {
  font-size: 10px;
  font-size: 0.625rem;
}
.personalize-tools li button {
  background: transparent;
  border-right: 0 solid rgba(0, 0, 0, 0.2);
  height: 65px;
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  position: relative;
  z-index: 1;
  color: var(--brand-primary-text);
}
.personalize-tools li button:before {
  background: rgba(0, 0, 0, 0.2);
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
  opacity: 0;
  z-index: -1;
}
.personalize-tools li button:hover {
  -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  box-shadow: 0 0 0 rgba(24, 24, 25, 0);
  color: var(--brand-primary-text);
}
.personalize-tools li button:hover:before {
  opacity: 1;
}
.personalize-tools li button {
  /*&:before {content: ''; position: absolute; right: -1px; top: -6px; width: 7px; height: 7px; @include round-borders(7px); background:transparent; z-index:1; display:block; left:auto; @include transition(all, 0.2s, ease-in-out, 0.4s); }
  &:after {content: ''; position: absolute; right: -1px; bottom: -6px; width: 7px; height: 7px; @include round-borders(7px); background:transparent; z-index:1;  @include transition(all, 0.2s, ease-in-out, 0.4s);} */
}
.personalize-tools li {
  /*&:before {content: ''; position: absolute; right: 0; top: -14px; width: 14px; height: 14px; @include round-borders(14px); z-index:2; @include transition(all, 0.2s, ease-in-out, 0.4s); background-color: transparent;}
  &:after {content: ''; position: absolute; right: 0; bottom: -14px; width: 14px; height: 14px; @include round-borders(14px); z-index:1; @include transition(all, 0.2s, ease-in-out, 0.4s); background-color: transparent;}*/
}
.personalize-tools li:last-child button {
  border-right: 0;
}
.personalize-tools .active, .personalize-tools .open {
  /*&:first-child {
  	button {
  		&:before { right:-6px; height:12px;}
  	}
  }*/
}
.personalize-tools .active button, .personalize-tools .open button {
  background: none;
  color: var(--dark-gray);
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  /*&:before {background:#fff; opacity:1; transition-delay:0.2s;}
  &:after {background:#fff; transition-delay:0.2s;}*/
}
.personalize-tools .active button:hover, .personalize-tools .open button:hover {
  background: none;
  color: var(--brand-primary);
}
.personalize-tools .active button:hover:before, .personalize-tools .open button:hover:before {
  opacity: 0;
}
.personalize-tools .info-text-area, .personalize-tools .left-panel-btn {
  background-color: transparent;
  padding: 0 0.3rem;
}
.personalize-tools .info-text-area a.btn-secondary, .personalize-tools .left-panel-btn a.btn-secondary {
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 0.5rem 0;
}
.personalize-tools .info-text-area a.btn-secondary i, .personalize-tools .left-panel-btn a.btn-secondary i {
  display: block;
  width: 100%;
  text-align: center;
}
.personalize-tools .info-text-area a.btn-secondary:hover, .personalize-tools .left-panel-btn a.btn-secondary:hover {
  color: var(--brand-primary);
}
.personalize-tools .info-text-area a.btn-secondary .color-primary, .personalize-tools .left-panel-btn a.btn-secondary .color-primary {
  color: var(--brand-primary);
}
.personalize-tools .info-text-area .btn-dark-gray, .personalize-tools .left-panel-btn .btn-dark-gray {
  width: 100%;
  max-width: none;
  text-align: center;
  padding: 0.5rem 0;
  line-height: 1.2;
  background: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.personalize-tools .info-text-area .btn-dark-gray:before, .personalize-tools .left-panel-btn .btn-dark-gray:before {
  display: none;
}
.personalize-tools .info-text-area .btn-dark-gray:hover, .personalize-tools .left-panel-btn .btn-dark-gray:hover {
  background: #ffffff;
  color: var(--brand-primary);
}
.personalize-tools .info-text-area > span, .personalize-tools .left-panel-btn > span {
  display: none;
}

/****personalize-panel****/
.personalize-panel {
  background: #f8f8f8;
  position: relative;
  border-right: 0 !important;
}
.personalize-panel .ops-loader {
  background: #f8f8f8;
}
.personalize-panel .navbar-form {
  margin-top: 0.4rem;
}
.personalize-panel {
  /*> div {background:#f8f8f8;}*/
}
.personalize-panel .btn-primary {
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
.personalize-panel .qq-upload-section-header {
  font-style: normal;
  color: var(--brand-secondary);
  margin-top: 3.5rem;
}
.personalize-panel .section-header {
  font-style: normal;
  color: var(--dark-gray);
}
.personalize-panel .qq-upload-button-selector {
  padding: 0.5rem 1.2rem;
}
.personalize-panel .personalize-text-panel {
  padding-top: 0 !important;
}
.personalize-panel .personalize-text-panel .personalize-text-edit .withLabel {
  margin-top: 0.6rem;
}
.personalize-panel .personalize-text-panel .text-action-btn {
  background: #f8f8f8;
}
.personalize-panel .personalize-text-panel .form-control {
  line-height: 2;
  font-size: 13.5px;
  font-size: 0.84375rem;
  height: 36px;
  padding: 0.25rem 0.5rem 0.3rem;
}
.personalize-panel .nav-tabs {
  background: #e6e6e6;
}
.personalize-panel .nav-tabs .nav-item .nav-link {
  color: #485354;
}
.personalize-panel .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  color: var(--brand-primary);
}
.personalize-panel .nav-tabs .nav-item .nav-link.active {
  color: var(--brand-primary);
  border-color: #ccc #ccc transparent;
  background: #f8f8f8;
  border-top: 2px solid var(--brand-primary);
}
.personalize-panel .nav-tabs .nav-item .nav-link.active:hover {
  color: var(--brand-primary);
  border-color: #ccc #ccc transparent;
  background: #f8f8f8;
  border-top: 2px solid var(--brand-primary);
}

/* image panel*/
.personalize-image-panel .thumbnail-small {
  height: 80px;
  width: 100%;
  background: #fff;
  border: 0;
}
.personalize-image-panel .thumbnail-small img {
  max-width: 100%;
  height: auto;
  max-height: 80px; /*max-width:80px;*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .personalize-image-panel .thumbnail-small img {
    width: 100%;
  }
}
.personalize-image-panel .used-img-list {
  float: left;
  width: 100%;
  max-height: none;
  height: 280px;
  overflow-y: auto;
  paddin-bottom: 0;
}
.personalize-image-panel .used-img-list .used-img {
  border: 1px solid var(--font-disabled);
  position: relative;
}
.personalize-image-panel .used-img-list .used-img:hover .thumbnail-small {
  border-color: var(--font-disabled);
}
.personalize-image-panel .personalize-image-list .section-header {
  margin: 1rem 0 0.3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
.personalize-image-panel .personalize-image-list .section-header .btn-info {
  font-style: normal;
  padding: 0.25rem 0.5rem;
}
.personalize-image-panel .personalize-image-list .section-header .btn-info i {
  padding-right: 0;
}
.personalize-image-panel .personalize-image-list.autofill-image-list .used-img-list .used-img {
  cursor: move;
}
.personalize-image-panel .personalize-image-list.autofill-image-list .used-img-list .used-img .thumbnail-small {
  cursor: move;
}
.personalize-image-panel .img-action-btn .auto-fill-used-image {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: linear-gradient(to top,rgba(255, 255, 255,20%),rgba(255, 255, 255,20%))var(--brand-primary);
  color: #fff;
  padding-top: 0;
}
.personalize-image-panel .img-action-btn .btn-link:last-child {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: linear-gradient(to top,rgba(255, 255, 255,20%),rgba(255, 255, 255,20%))var(--brand-primary);
  padding: 0;
}
.personalize-image-panel .img-action-btn .btn-link:last-child i {
  color: var(--brand-primary-text) !important;
}

.img-uploder .qq-gallery .personalize-image-list {
  max-height: 240px;
  overflow-y: auto;
}
.img-uploder .qq-gallery .qq-upload-list li {
  border: 1px solid var(--dark-gray);
  height: 85px;
}
.img-uploder .qq-gallery .qq-upload-list .qq-thumbnail-wrapper {
  height: 60px;
}

/****/
.personalize-clipart-panel .user-template {
  height: calc(100vh - 235px);
}
.personalize-clipart-panel .user-template .shape-box {
  margin: 0.5rem 0;
}
.personalize-clipart-panel .user-template .shape-box .btn-link {
  padding: 0;
}
.personalize-clipart-panel .user-template .shape-box img {
  max-height: 70px;
}

.personalize-pageLayouts-panel .user-page-layout {
  height: calc(90vh - 140px);
}
.personalize-pageLayouts-panel .user-page-layout ul li:hover .user-img-thumbnail img {
  border-color: var(--brand-primary);
}

.left-panel-tools .left-bottom {
  display: none;
}

.personalize-background-panel .background-panel .section-header {
  margin: 0.8rem 0 0.3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
  font-style: normal;
}
.personalize-background-panel .background-panel .btn-info {
  padding: 0.3rem 0.5rem;
  font-style: normal;
  margin-top: 0.5rem;
}
.personalize-background-panel .background-panel .btn-info i {
  padding-right: 0;
}
.personalize-background-panel .background-panel.panel-disabled .lock-background {
  cursor: pointer;
  opacity: 1;
}

.personalize-tools {
  position: relative;
}
.personalize-tools li.selectedTab {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
  height: 65px;
  background-color: #f8f8f8;
  transition: left 0.3s ease-out;
  border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  opacity: 0;
}
.personalize-tools li.selectedTab span {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 7px;
  height: 7px;
  background-color: #f8f8f8;
}
.personalize-tools li.selectedTab span:after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: var(--brand-primary);
}
.personalize-tools li.selectedTab span:last-child {
  bottom: 0;
  left: auto;
  right: -6px;
}
.personalize-tools li.selectedTab span:last-child:after {
  bottom: 0;
  right: -8px;
  left: auto;
}
.personalize-tools li.active ~ .selectedTab {
  opacity: 1;
}
.personalize-tools li:first-child.active ~ .selectedTab {
  left: 0;
}
.personalize-tools li:nth-child(2).active ~ .selectedTab {
  left: 20%;
}
.personalize-tools li:nth-child(3).active ~ .selectedTab {
  left: 40%;
}
.personalize-tools li:nth-child(4).active ~ .selectedTab {
  left: 60%;
}
.personalize-tools li:nth-child(5).active ~ .selectedTab {
  left: 80%;
}
.personalize-tools li:nth-child(6).active ~ .selectedTab {
  left: 100%;
}
.personalize-tools li:nth-child(7).active ~ .selectedTab {
  left: 120%;
}
.personalize-tools li:nth-child(8).active ~ .selectedTab {
  left: 140%;
}

.personalize-tool-content {
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  opacity: 0;
}

.r3-animate-top {
  z-index: 1;
  top: 0;
  animation: animatetop 0.5s;
  opacity: 1;
}

@keyframes animatetop {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.r3-animate-bottom {
  z-index: 1;
  top: 0;
  animation: animatebottom 0.5s;
  opacity: 1;
}

@keyframes animatebottom {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.r3-animate-top-none {
  z-index: 0;
  animation: animatetopnone 0.5s;
}

@keyframes animatetopnone {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: -200px;
    opacity: 0;
  }
}
.r3-animate-bottom-none {
  z-index: 0;
  animation: animatebottomnone 0.5s;
}

@keyframes animatebottomnone {
  from {
    top: 0px;
    opacity: 1;
  }
  to {
    top: 200px;
    opacity: 0;
  }
}
:root {
  --brand-primary: #4aa9af;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #ff0000;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
/****Property Panel****/
.propertyPanel:not(.layes) {
  width: 300px;
}
.propertyPanel:not(.layes) .card {
  -webkit-box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  -moz-box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  box-shadow: 0 0 5px rgba(187, 187, 187, 0.6);
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 300px;
  background: #f8f8f8;
}
.propertyPanel:not(.layes) .card .card-header {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.3rem 0.7rem;
  background: #f8f8f8;
  color: #333;
  font-weight: 400;
}
.propertyPanel:not(.layes) .card .card-header h5 {
  line-height: 2.5;
}
.propertyPanel:not(.layes) .card .card-body {
  padding: 1rem;
  position: relative;
}
.propertyPanel:not(.layes) .card .card-body .fill-pattern label {
  overflow: inherit;
}
.propertyPanel:not(.layes) .card .card-body .fill-pattern .custom-range {
  max-width: 110px;
}
.propertyPanel:not(.layes) .card .card-body .fill-pattern .form-control {
  max-width: 50px;
}
.propertyPanel:not(.layes) .card .card-body .form-control-lg {
  height: 28px;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style {
  /*.btn-secondary { padding: 0.8rem 0.5rem 0.5rem;
  	span {margin-left: 0.3rem;} 
  }*/
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .border {
  border: 1px solid #ccc;
  padding-bottom: 0.5rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover {
  background: var(--brand-primary);
  padding: 0.4rem;
  width: 300px !important;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover .spacer-bottom {
  margin-bottom: 1rem;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover.bottom > .arrow:after {
  border-bottom-color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover.top > .arrow:after {
  border-top-color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover .popover-body {
  background: #fff;
  border: 1px solid #318a8f;
  padding: 0.5rem 0.4rem 0.4rem;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover .popover-body .img-tool-label {
  color: var(--dark-gray);
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover .popover-body .form-inline {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover .popover-body .form-inline .property-font-color, .propertyPanel:not(.layes) .card .card-body .property-font-style .popover .popover-body .form-inline .property-font-color img {
  margin: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover .popover-body .form-inline.special-font-list {
  max-width: none;
}
.propertyPanel:not(.layes) .card .card-body .property-btn {
  margin: 0 auto;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li {
  padding: 0 0.1rem;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li:first-child {
  padding-left: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li:last-child {
  padding-right: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover {
  background: var(--brand-primary);
  padding: 0.4rem 4px;
  min-width: 250px;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .spacer-bottom {
  margin-bottom: 1rem;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover.bottom > .arrow:after {
  border-bottom-color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover.top > .arrow:after {
  border-top-color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .popover-body {
  background: #fff;
  border: 1px solid #318a8f;
  padding: 0.5rem 0.4rem 0.4rem;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .popover-body .form-group {
  width: 100%;
  max-width: none;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .popover-body .form-group .control-label {
  font-weight: normal;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .popover-body .form-group .btn-group {
  width: 100%;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-secondary i {
  color: var(--dark-gray);
  vertical-align: middle;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-secondary i span:before {
  color: var(--dark-gray);
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-secondary:hover i {
  color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-secondary:hover i span:before {
  color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .form-group {
  margin: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-group .btn-secondary {
  vertical-align: middle;
  overflow: hidden;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-group.ArrangeObject .btn-secondary .tool-icon {
  float: left;
}
.propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-group.ArrangeObject .btn-secondary > span {
  vertical-align: sub;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn {
  margin: 0.4rem 0;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn li {
  width: 35px;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li {
  min-width: 35px;
  vertical-align: top;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-secondary {
  padding: 0.3rem 0.3rem;
  height: auto;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group {
  margin: 0 auto;
  width: 100%;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li {
  margin: 0.2rem;
  padding: 0;
  float: left;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li.w-50 {
  width: 47% !important;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li .btn-secondary {
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 30px;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li .btn-secondary > span {
  vertical-align: sub;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li.image-flip .btn-secondary {
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li.image-flip .btn-secondary .tool-icon {
  margin-right: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li.image-flip .btn-secondary .btn-link {
  padding: 0 0 0 0.15rem;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li.image-flip .btn-secondary:hover {
  padding: 0.4rem 0.5rem 0.3rem 0.3rem;
}
.propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li.image-flip .btn-secondary:hover .btn-link {
  padding: 0 0 0 0.15rem;
}
.propertyPanel:not(.layes) .card .card-body .image-clip-magic .btn i {
  padding-left: 0.5rem;
}
.propertyPanel:not(.layes) .card .card-body .adjust-image {
  margin: 0 0.5rem;
}
.propertyPanel:not(.layes) .card .card-body .adjust-image .btn-square {
  float: left;
  margin: 0 0.3rem;
}
.propertyPanel:not(.layes) .card .card-body .adjust-image input {
  max-width: 63%;
  display: inline-block;
  float: left;
  margin: 0 0.2rem;
}
.propertyPanel:not(.layes) .card .card-body .image-info {
  min-width: 92px;
  margin: 0.2rem 0 0;
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert {
  border: 0;
  padding: 0 0.5rem 0.25rem 0;
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span {
  border: 1px solid var(--dark-gray);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 0.5rem 0 0;
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span i {
  background: var(--dark-gray);
  color: #fff !important;
  padding: 0.3rem 0.3rem;
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span.highQuality {
  border-color: var(--color-success);
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span.highQuality i {
  background: var(--color-success);
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span.mediumQuality {
  border-color: #8a6d3b;
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span.mediumQuality i {
  background: #8a6d3b;
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span.lowQuality {
  border-color: var(--color-danger);
}
.propertyPanel:not(.layes) .card .card-body .image-info .img-alert .imageQuality > span.lowQuality i {
  background: var(--color-danger);
}
.propertyPanel:not(.layes) .card .card-body .btn-secondary {
  min-width: 30px;
  padding: 0 0.4rem;
  height: 30px;
}
.propertyPanel:not(.layes) .card .card-body .btn-secondary i {
  margin-right: 0.1rem;
}
.propertyPanel:not(.layes) .card .card-body .btn-secondary .tool-icon i {
  margin: 0 auto;
  vertical-align: middle;
}
.propertyPanel:not(.layes) .card .card-body .btn-secondary .tool-icon i span:before {
  color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .btn-secondary .tool-icon i.rxicon-object-back-to-all {
  margin: 0.1rem auto 0.2rem;
}
.propertyPanel:not(.layes) .card .card-body .btn-secondary .tool-icon i.rxicon-rotate-left-90, .propertyPanel:not(.layes) .card .card-body .btn-secondary .tool-icon i.rxicon-rotate-right-90 {
  line-height: 1.5;
}
.propertyPanel:not(.layes) .card .card-body .btn-secondary .tool-icon i.rxicon-rotate-left-90 .path1:before, .propertyPanel:not(.layes) .card .card-body .btn-secondary .tool-icon i.rxicon-rotate-right-90 .path1:before {
  color: rgb(197, 195, 195) !important;
}
.propertyPanel:not(.layes) .card .card-body .delete-button {
  top: 7px;
  position: static;
  float: right;
  margin: 0.4rem 0 0 0.2rem;
}
.propertyPanel:not(.layes) .card .card-body .delete-button .btn-secondary {
  height: 30px;
  width: 33px;
}
.propertyPanel:not(.layes) .card .card-body label.label-lg {
  color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .form-control {
  padding: 0.1rem 0.1rem 0.1rem 0.5rem;
}
.propertyPanel:not(.layes) .card .card-body select.form-control {
  padding: 0.1rem 0.1rem 0.1rem 0.2rem;
  text-align: left;
}
.propertyPanel:not(.layes) .card .card-body .btn-square {
  margin: 0 0.3rem;
}
.propertyPanel:not(.layes) .card .card-body .btn-square.vdp {
  padding: 0 0.5rem;
}
.propertyPanel:not(.layes) .card .card-body .btn-square .rxicon {
  display: inline-block;
  margin: 0 auto;
  vertical-align: inherit;
}
.propertyPanel:not(.layes) .card .card-body .vdp-option .selectize-control {
  margin-top: 0.3rem;
}
.propertyPanel:not(.layes) .card .card-body .vdp-option .selectize-control .selectize-input {
  padding-bottom: 0.2rem;
}
.propertyPanel:not(.layes) .card .card-body textarea {
  width: 98%;
  resize: none;
}
.propertyPanel:not(.layes) .card .card-body img {
  cursor: pointer;
}
.propertyPanel:not(.layes) .card .card-body .property-dimention .dimention-icon:before {
  width: 14px;
  right: 10px;
}
.propertyPanel:not(.layes) .card .card-body .richtext {
  position: static;
}
.propertyPanel:not(.layes) .card .card-body .font-leading ul {
  margin-left: 0.1rem;
}
.propertyPanel:not(.layes) .card .card-body .font-leading ul li {
  padding: 0 0.2rem;
}
.propertyPanel:not(.layes) .card .card-body .font-leading ul li .control-label {
  padding: 0 0.3rem 0 0;
  display: inline;
}
.propertyPanel:not(.layes) .card .card-body .font-leading ul li .form-control {
  max-width: 45px;
}
.propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown .selectize-dropdown {
  right: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-font .select-editable {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.propertyPanel:not(.layes) .card .card-body .property-font .select-editable .form-control-lg {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.propertyPanel:not(.layes) .card .card-body .property-font .select-editable input {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style > div {
  position: relative;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .btn-square {
  margin: 0.3rem 0.1rem;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .popover .form-group {
  width: 100%;
  margin: 0.8rem 0 0.3rem;
  flex-wrap: wrap;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .font-property .popover .popover-body {
  padding: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .font-property .popover .popover-body .form-inline {
  max-width: 100%;
}
.propertyPanel:not(.layes) .card .card-body .property-font-style .font-property .btn-secondary {
  color: var(--brand-primary);
}
.propertyPanel:not(.layes) .card .card-body .property-font-color {
  margin: 0;
}
.propertyPanel:not(.layes) .card .card-body .property-font-color img {
  max-width: none;
  margin: 0 0 0 0;
  max-width: 28px !important;
}
.propertyPanel:not(.layes) .card .card-body .font-opacity, .propertyPanel:not(.layes) .card .card-body .property-font-color {
  margin: 0 0.1rem;
}
.propertyPanel:not(.layes) .card .card-body .rotate-object .btn-secondary {
  padding: 0.4rem;
  height: auto;
}
.propertyPanel:not(.layes) .card .card-body .rotate-object .form-control {
  max-width: 55px;
  display: inline-block;
}
.propertyPanel:not(.layes) .card .background-position {
  margin: 0;
}
.propertyPanel:not(.layes) .card .background-position li {
  float: left;
  list-style: none;
  text-align: center;
  width: 33.33%;
}
.propertyPanel:not(.layes) .card .background-position li .btn-square {
  color: var(--brand-secondary);
  height: auto;
  width: auto;
}
.propertyPanel:not(.layes) .card .background-position li .btn-square:hover .far {
  color: var(--brand-secondary);
}
.propertyPanel:not(.layes) .card .background-position li .btn-square[disabled] {
  color: #999;
}
.propertyPanel:not(.layes) .card .background-position li .btn-square[disabled]:hover .far {
  color: #999;
}
.propertyPanel:not(.layes) .card .background-position .move-top {
  width: 100%;
}
.propertyPanel:not(.layes) .card .background-position .move-bottom {
  width: 100%;
  margin-top: 0.1rem;
}
.propertyPanel:not(.layes) .card .background-position .move-left {
  margin: 0.1rem 0 0 0;
}
.propertyPanel:not(.layes) .card .background-position .reset {
  width: 33.33%;
}
.propertyPanel:not(.layes) .border-box {
  border: 1px solid #ccc;
  display: block;
  position: relative;
  padding: 0.8rem;
  margin: 1.8rem 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.propertyPanel:not(.layes) .border-box .control-label {
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.propertyPanel:not(.layes) .border-box .tool-group {
  margin: 0.2rem 0 0.9rem;
}
.propertyPanel:not(.layes) .border-box.spacer-top {
  margin-top: 1rem;
}
.propertyPanel:not(.layes) .stroke-color .form-control, .propertyPanel:not(.layes) .shape-corner .form-control {
  max-width: 50px;
  min-width: 30px;
}
.propertyPanel:not(.layes) .tool-group {
  display: table;
  width: 100%;
}
.propertyPanel:not(.layes) .tool-group .form-group {
  margin-bottom: 0;
  position: inherit;
}
.propertyPanel:not(.layes) .tool-group .btn-group {
  position: inherit;
}
.propertyPanel:not(.layes) .tool-group [class^=col-xs-] {
  position: inherit;
}
.propertyPanel:not(.layes) .tool-group .border-box label {
  padding: 0 0.3rem;
  background: #fff;
  position: absolute;
  top: -9px;
  left: 6px;
}
.propertyPanel:not(.layes) .tool-group .border-box ul {
  margin: 0;
  text-align: center;
}
.propertyPanel:not(.layes) .tool-group .border-box ul li {
  padding: 0 0.2rem;
  position: inherit;
}
.propertyPanel:not(.layes) .tool-group .border-box ul li .img-tool-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  cursor: default;
}
.propertyPanel:not(.layes) .tool-group .border-box ul li.width-43 {
  width: 43%;
  float: left;
  padding-left: 0.5rem;
}
.propertyPanel:not(.layes) .tool-group .border-box ul li.width-28 {
  width: 28%;
  float: left;
}
.propertyPanel:not(.layes) .tool-group .border-box ul.background-position li {
  padding: 0;
}
.propertyPanel:not(.layes) .tool-group .replace-img .btn-square {
  margin-bottom: 0;
}
.propertyPanel:not(.layes) .tool-group .set-as-bg .btn-square {
  margin: 0.9rem;
}
.propertyPanel:not(.layes) .layerPanel .card-header i {
  padding-right: 0;
}
.propertyPanel:not(.layes) .layerPanel .card-body {
  padding: 0 1.5rem;
  max-height: 300px;
  overflow-x: hidden;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group {
  margin-bottom: 0;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#fff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #fff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #fff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #fff);
  background: -o-linear-gradient(bottom, #f8f8f8, #fff);
  background: linear-gradient(bottom, #f8f8f8, #fff);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item:first-child {
  border-top: 0;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item .col-xs-7 {
  width: 56.333%;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item .col-xs-1:first-child {
  width: 10.333%;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item i {
  color: #999;
  cursor: pointer;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item .rxicon-delete_in_layer {
  color: var(--color-danger);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item .layer-type-icon .far {
  color: #333;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item .border-right {
  border-right: 1px solid #ccc;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.active {
  background-color: #f8f8f8;
  background: -webkit-gradient(top, from(#f8f8f8), to(#ccc));
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -ms-linear-gradient(top, #f8f8f8, #ccc);
  background: -o-linear-gradient(top, #f8f8f8, #ccc);
  background: linear-gradient(top, #f8f8f8, #ccc);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.active i {
  color: var(--brand-primary);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.active i.rxicon-delete_in_layer {
  color: var(--color-danger);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.active:focus {
  background-color: #f8f8f8;
  background: -webkit-gradient(top, from(#f8f8f8), to(#ccc));
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -ms-linear-gradient(top, #f8f8f8, #ccc);
  background: -o-linear-gradient(top, #f8f8f8, #ccc);
  background: linear-gradient(top, #f8f8f8, #ccc);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.active:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(top, from(#f8f8f8), to(#ccc));
  background: -webkit-linear-gradient(top, #f8f8f8, #ccc);
  background: -moz-linear-gradient(top, #f8f8f8, #ccc);
  background: -ms-linear-gradient(top, #f8f8f8, #ccc);
  background: -o-linear-gradient(top, #f8f8f8, #ccc);
  background: linear-gradient(top, #f8f8f8, #ccc);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable {
  cursor: not-allowed;
  background-color: rgba(248, 248, 248, 0.3);
  background: -webkit-gradient(bottom, from(rgba(248, 248, 248, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -moz-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -ms-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -o-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div i, .propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable i {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div > span, .propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div .tooltip, .propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div:nth-child(4) {
  cursor: pointer;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div:nth-child(4) i {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-disable .row i {
  cursor: not-allowed;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide {
  cursor: not-allowed;
  background-color: rgba(248, 248, 248, 0.3);
  background: -webkit-gradient(bottom, from(rgba(248, 248, 248, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -moz-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -ms-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: -o-linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
  background: linear-gradient(bottom, rgba(248, 248, 248, 0.3), rgba(255, 255, 255, 0.3));
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div i, .propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable i {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div > span, .propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div .tooltip, .propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div:nth-child(1) {
  cursor: pointer;
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div:nth-child(1) i {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.propertyPanel:not(.layes) .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row i {
  cursor: not-allowed;
}
.propertyPanel:not(.layes) .show-less-more {
  bottom: 0;
  padding: 0.2rem 0.45rem 0.1rem;
  position: absolute;
  right: 0;
  color: #333333;
  font-size: 15px;
  font-size: 0.9375rem;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1rem; /*test-@include round-borders(0);*/
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
}
.propertyPanel:not(.layes) .show-less-more i {
  color: #939393;
}

/****/
.fill-color .control-label {
  font-weight: normal;
}
.fill-color > ul {
  margin-top: 0.25rem;
}

.propertyPanel.pageOptionPanel {
  width: auto;
  max-width: none;
  z-index: 9;
}
.propertyPanel.pageOptionPanel .card {
  width: auto;
  min-width: inherit;
  display: inline;
  border: 0;
}
.propertyPanel.pageOptionPanel .card .card-header {
  cursor: default;
  height: auto;
  padding: 0.9rem 0.7rem;
}
.propertyPanel.pageOptionPanel .card .card-header:before {
  content: normal;
}
.propertyPanel.pageOptionPanel .card .card-header i {
  padding: 0;
  color: var(--brand-primary);
}
.propertyPanel.pageOptionPanel .card .card-body {
  padding: 0 0.5rem;
  height: auto;
  min-height: auto;
}
.propertyPanel.pageOptionPanel .card .card-body .common-property-btn {
  margin: 0.5rem 0;
}
.propertyPanel.pageOptionPanel .card .card-body .common-property-btn li {
  width: auto;
}
.propertyPanel.pageOptionPanel .card .card-body .btn-square {
  margin-top: 0;
}

.popover-body .popover-content .control-label {
  font-weight: normal;
}

.font-border .form-group {
  border: 1px solid #ccc;
  padding-bottom: 0.4rem;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 0;
}
.font-border .form-group .control-label {
  padding: 0.2rem 0;
}

:root {
  --brand-primary: #4aa9af;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #ff0000;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
@media only screen and (min-width: 767px) {
  .font-sm-md {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .font-sm-md {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .font-md {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/****container width****/
@media only screen and (min-width: 1200px) {
  .container .studio-top .product-name-size {
    width: 260px;
  }
  .container .studio-top .product-name-size .form-group p small {
    margin-top: 0;
  }
  .container .studio-top .product-name-size .form-group label {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container .top-left .navbar-brand {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}
.container .action-tools li .btn-dark-gray:after {
  content: none;
}
@media only screen and (min-width: 1400px) {
  .container .action-tools li button {
    padding: 1rem 1rem 0.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container .action-tools li .btn-dark-gray {
    padding: 1rem 1rem 0.5rem 10px 10px 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .container .top-center .action-tools li {
    margin-top: 0.8rem;
  }
  .container .top-center .action-tools li button {
    min-width: 35px;
  }
  .container .top-center .action-tools li.tool-grid, .container .top-center .action-tools li.tool-margin, .container .top-center .action-tools li.tool-snap-grid {
    margin-top: 1.5rem;
  }
  .container .top-center .action-tools.top-tool-right-corner {
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container .top-right .action-tools li {
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container.studio_container rx-page .fixed-tab {
    width: calc(1170px - 250px);
  }
  .container.studio_container rx-page .fixed-tab:before {
    width: calc(1170px - 250px);
  }
  .container.studio_container rx-page .photobook-page-action-button .btn-dark-gray {
    margin: 0.1rem;
    padding: 0.2rem 0.8rem;
    width: 90px;
  }
  .container.studio_container rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 158px);
  }
}
@media only screen and (min-width: 1400px) {
  .container.studio_container rx-page .fixed-tab {
    width: calc(1170px - 320px);
  }
  .container.studio_container rx-page .fixed-tab:before {
    width: calc(1170px - 320px);
  }
}
@media only screen and (min-width: 1200px) {
  .container .personalize-panel {
    height: calc(100vh - 126px);
  }
  .container .personalize-panel .personalize-clipart-panel .user-template {
    height: calc(100vh - 285px);
  }
  .container .personalize-panel .personalize-clipart-panel .user-template .shape-box img {
    max-width: 85px;
  }
}
@media only screen and (min-width: 767px) {
  .container .propertyPanel {
    width: 100%;
    min-width: 300px;
    left: 0;
  }
  .container .propertyPanel .card .card-header {
    float: left;
    padding-left: 1.8rem;
  }
  .container .propertyPanel .card .card-header:before {
    content: "";
    background-size: 100% 3px;
    width: 4px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 1px 0 1px #e3e3e3;
    -moz-box-shadow: 1px 0 1px #e3e3e3;
    box-shadow: 1px 0 1px #e3e3e3;
    background-image: linear-gradient(to bottom, #d2d2d2, #d2d2d2 40%, #ececec 40%, #ececec);
  }
  .container .propertyPanel .card .card-body {
    float: left;
    background: #f8f8f8;
    padding: 0 0.5rem 0 1rem;
    border-left: 1px solid #bbbbbb;
  }
  .container .propertyPanel .card .card-body > div {
    float: left;
  }
  .container .propertyPanel .card .card-body .w-50 {
    width: 47%;
  }
  .container .propertyPanel .card .card-body .w-45 {
    width: 45%;
  }
  .container .propertyPanel .card .card-body .w-55 {
    width: 50%;
  }
  .container .propertyPanel .card .card-body .form-group {
    float: left;
    width: auto;
    margin: 0.8rem 0.35rem 0.3rem;
  }
  .container .propertyPanel .card .card-body .property-font {
    width: 103px;
  }
  .container .propertyPanel .card .card-body .property-font .font-dropdown {
    width: 60px;
    float: left;
  }
  .container .propertyPanel .card .card-body .property-font {
    /*.selectize-control.single {
    	.selectize-input {height:28px; }
    }*/
  }
  .container .propertyPanel .card .card-body .property-font .select-editable {
    float: left;
    max-width: 38px;
    margin-left: 0.5rem;
  }
  .container .propertyPanel .card .card-body .property-font .select-editable .form-control-lg {
    height: 27px;
  }
  .container .propertyPanel .card .card-body .property-font .select-editable input {
    height: 27px;
    width: 66%;
  }
  .container .propertyPanel .card .card-body .font-leading ul li .form-control {
    max-width: 31px;
  }
  .container .propertyPanel .card .card-body .btn-secondary {
    padding: 0.6rem 0.5rem;
  }
  .container .propertyPanel .card .card-body .property-btn .btn-secondary i.rxicon-set-bg {
    float: left;
  }
  .container .propertyPanel .card .card-body .property-btn.image-property-btn {
    float: left;
    margin: 0.7rem 0.5rem 0.7rem 0;
  }
  .container .propertyPanel .card .card-body .property-btn.image-property-btn > li {
    min-width: 35px;
  }
  .container .propertyPanel .card .card-body .property-btn.image-property-btn > li .btn-group li .btn-secondary .tool-icon {
    float: left;
  }
  .container .propertyPanel .fill-color ul {
    max-height: 32px;
  }
}

/*****/
/****top penal****/
@media only screen and (min-width: 767px) {
  .studio-top .product-name-size {
    width: 135px;
  }
}
@media only screen and (min-width: 1024px) {
  .studio-top {
    text-align: center;
  }
  .studio-top .product-name-size {
    width: auto;
    max-width: 260px;
  }
  .studio-top .product-name-size .form-group p label {
    max-width: 100%;
  }
  .studio-top .product-name-size .form-group span {
    display: block;
  }
  .studio-top .product-name-size .form-group label {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .studio-top {
    text-align: center;
  }
  .studio-top .product-name-size {
    width: auto;
    max-width: 160px;
  }
}
@media only screen and (min-width: 1400px) {
  .studio-top .product-name-size {
    width: auto;
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .studio-top {
    border-bottom: 0;
    z-index: auto;
  }
  .studio-top .product-name-size {
    width: 190px;
  }
  .studio-top .product-name-size .form-group p label {
    margin: 0;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .top-left {
    min-width: inherit;
  }
  .top-left .navbar-brand {
    padding: 0.3rem 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .top-left {
    min-width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-left {
    min-width: inherit;
  }
}
@media only screen and (min-width: 1400px) {
  .top-left {
    min-width: 320px;
  }
}

@media only screen and (min-width: 1024px) {
  .top-center .action-tools li.top-tool-right-corner {
    margin-right: 0.6rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .top-center .action-tools li button {
    min-width: 35px;
  }
  .top-center .action-tools li.help-tool button {
    min-width: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .top-center .action-tools li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-center .action-tools li.dropdown {
    margin: 0 0.2rem 0 0.5rem;
  }
  .top-center .action-tools li.top-tool-right-corner {
    margin-right: 0.2rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .top-center {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .action-tools li.top-tool-left-corner:first-child {
    border-radius: 3px;
    border-right: 1px solid #999;
    margin: 0 0.5rem 0 0.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li button {
    padding: 0.5rem 0.5rem 0.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .action-tools li button {
    padding: 0.5rem 0.45rem 0.3rem;
    min-width: 50px;
  }
  .action-tools li button .tool-text {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools li button {
    padding: 0.4rem 0.4rem 0.3rem;
  }
  .action-tools li button .tool-text {
    max-width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .action-tools li .btn-dark-gray {
    padding: 0.5rem 0.4rem;
  }
  .action-tools li .btn-dark-gray .tool-icon i {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li .btn-dark-gray {
    padding: 0.9rem 0.5rem;
  }
  .action-tools li .btn-dark-gray .tool-icon i {
    padding-right: 0.4rem;
  }
  .action-tools li .btn-dark-gray > span {
    display: inline-block;
    float: none;
  }
}
@media only screen and (min-width: 1200px) {
  .action-tools li .btn-dark-gray .tool-text {
    max-width: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools li .btn-dark-gray {
    padding: 0.6rem 1rem 0.4rem;
  }
  .action-tools li .btn-dark-gray > span {
    display: block;
  }
}
.action-tools li .btn-dark-gray:not([href]):not([tabindex]) {
  color: var(--brand-primary-text);
}
.action-tools li .btn-dark-gray:not([href]):not([tabindex]):hover, .action-tools li .btn-dark-gray:not([href]):not([tabindex]):focus {
  color: var(--brand-primary-text);
}
@media only screen and (min-width: 767px) {
  .action-tools li .btn.preview {
    padding: 0.7rem 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .action-tools li .btn.save {
    padding: 0.7rem 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 767px) {
  .action-tools li .btn.back {
    padding: 0.7rem 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools .dropdown .dropdown-toggle {
    padding: 0.6rem 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools .dropdown .dropdown-toggle {
    padding: 0.4rem 0.5rem;
    color: var(--dark-gray);
  }
}

@media only screen and (min-width: 768px) {
  .middle-content > .left-panel-wrapper {
    min-width: 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .middle-content > .left-panel-wrapper {
    min-width: 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
  }
}
.middle-content > .canvas_panel {
  position: relative;
}

/****/
@media only screen and (min-width: 768px) {
  rx-page .fixed-tab {
    width: calc(100% - 250px);
  }
}
@media only screen and (min-width: 1200px) {
  rx-page .fixed-tab {
    width: calc(100% - 320px);
  }
}
@media only screen and (min-width: 1400px) {
  rx-page .fixed-tab {
    width: calc(100% - 320px);
  }
}
@media only screen and (min-width: 768px) {
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel {
    height: calc(100vh - 81px);
  }
  rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 146px);
  }
}
@media only screen and (min-width: 767px) {
  rx-page .photobook-page-action-button {
    width: 18%;
    background: #f8f8f8;
    height: 100px;
  }
  rx-page .photobook-page-action-button .btn-dark-gray {
    width: 90px;
    float: left;
    padding: 0.17rem 0;
    margin: 0.1rem;
  }
  rx-page .photobook-page-action-button .btn-dark-gray.btn-lg {
    padding: 0.1rem 0.8rem;
  }
  rx-page .photobook-page-action-button.no-thumb {
    width: 35px;
    height: auto;
    padding-top: 0;
  }
  rx-page .photobook-page-action-button.no-thumb .d-none.d-md-block {
    display: none !important;
  }
  rx-page .photobook-page-action-button.no-thumb .d-md-none {
    display: block !important;
  }
  rx-page .photobook-page-action-button.no-thumb .btn-dark-gray {
    width: 95%;
  }
  rx-page .photobook-page-action-button.no-thumb .dropdown-toggle {
    border: 1px solid #ccc;
  }
}
@media only screen and (min-width: 1024px) {
  rx-page .photobook-page-action-button {
    width: 13%;
  }
}
@media only screen and (min-width: 1200px) {
  rx-page .photobook-page-action-button {
    width: 19%;
    padding-top: 1rem;
  }
  rx-page .photobook-page-action-button .btn-dark-gray {
    margin: 0.15rem;
    width: 46%;
    padding: 0.4rem 0;
  }
  rx-page .photobook-page-action-button .btn-dark-gray.btn-lg {
    padding: 0.3rem 0.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  rx-page .photobook-page-action-button {
    width: 15%;
  }
}
@media only screen and (min-width: 1600px) {
  rx-page .photobook-page-action-button {
    width: 13%;
  }
}
@media only screen and (min-width: 767px) {
  rx-page .scrollable-tab {
    width: 82%;
  }
  rx-page .scrollable-tab.scrollable:before {
    bottom: 0;
    height: 35px;
  }
  rx-page .scrollable-tab.scrollable:after {
    bottom: 0;
    height: 35px;
  }
}
@media only screen and (min-width: 767px) {
  rx-page .scrollable-tab > .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0 0.5rem -0.15rem;
  }
  rx-page .scrollable-tab > .nav-tabs li a .common-cover a {
    height: 76px;
  }
  rx-page .scrollable-tab > .nav-tabs li a a {
    padding: 0.4rem 0 0;
    margin: 0;
    float: left;
    height: 93px;
  }
  rx-page .scrollable-tab > .nav-tabs li a a:nth-child(2):not(:last-child) {
    height: 100px;
  }
  rx-page .scrollable-tab > .nav-tabs li a a:nth-child(2):not(:last-child) img {
    max-height: 50px;
  }
  rx-page .scrollable-tab > .nav-tabs li a a:nth-child(2):not(:last-child) .tool-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.6rem;
    line-height: 1;
  }
  rx-page .scrollable-tab > .nav-tabs li a a .preview-thumb { /*width:60px; height:74px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    max-height: 70px;
  }
  rx-page .scrollable-tab > .nav-tabs li a a .preview-thumb .preview-img { /*max-width: 58px; max-height: 72px;*/
    max-width: 68px;
    max-height: 68px;
    border: 0;
  }
  rx-page .scrollable-tab > .nav-tabs li a a.active .tool-text {
    background: var(--brand-primary);
    color: #fff;
  }
  rx-page .scrollable-tab > .nav-tabs li a a:first-child {
    margin-right: -0.15rem;
  }
  rx-page .scrollable-tab > .nav-tabs li a a .tool-text {
    padding: 0.1rem 0.25rem 0.25rem;
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    border: 0;
    margin: 0;
    line-height: 1;
  }
  rx-page .scrollable-tab > .nav-tabs li a a.spine {
    margin-right: 0;
  }
  rx-page .scrollable-tab > .nav-tabs li a a.spine > span {
    width: auto;
  }
  rx-page .scrollable-tab > .nav-tabs li a a .inside-cover, rx-page .scrollable-tab > .nav-tabs li a a.nav-tabs-backCover .tool-text {
    font-size: 0.625rem !important;
    padding: 0.15rem 0.25rem 0.2rem !important;
  }
  rx-page .scrollable-tab > .nav-tabs li.nav-tabs-frontCover a .common-cover a:nth-child(2):not(:last-child) {
    height: 76px;
  }
  rx-page .scrollable-tab > .nav-tabs li.nav-tabs-frontCover a a {
    max-width: 70px;
  }
  rx-page .scrollable-tab > .nav-tabs li.nav-tabs-frontCover a a:nth-child(1) {
    height: 100px;
  }
  rx-page .scrollable-tab > .nav-tabs li.nav-tabs-frontCover a a:nth-child(1) .preview-thumb {
    width: max-content;
  }
  rx-page .scrollable-tab > .nav-tabs li.nav-tabs-frontCover a .tool-text {
    font-size: 0.625rem !important;
    padding: 0.15rem 0.25rem 0.2rem !important;
  }
}
@media only screen and (min-width: 1024px) {
  rx-page .scrollable-tab {
    width: 87%;
    border-left: 1px solid #ccc;
  }
}
rx-page .scrollable-tab {
  /*@include respond-to(medium-screens) { width: calc(100% - 344px);}*/
}
@media only screen and (min-width: 1200px) {
  rx-page .scrollable-tab {
    width: 81%;
  }
}
@media only screen and (min-width: 1400px) {
  rx-page .scrollable-tab {
    width: 85%;
  }
}
@media only screen and (min-width: 1600px) {
  rx-page .scrollable-tab {
    width: 87%;
  }
}
@media only screen and (min-width: 767px) {
  rx-page .scrollable-tab.no-thumb > .nav-tabs li {
    margin: 0 0.3rem;
    height: 38px;
  }
  rx-page .scrollable-tab.no-thumb > .nav-tabs li a a {
    margin: 0 0.1rem;
    padding: 0.5rem 0;
    width: auto !important;
  }
  rx-page .scrollable-tab.no-thumb > .nav-tabs li a a .tool-text {
    position: relative;
    height: auto;
    padding: 0.1rem 0.4rem 0.2rem;
  }
  rx-page .scrollable-tab.no-thumb > .nav-tabs li a a.active .tool-text {
    color: #fff;
  }
  rx-page .scrollable-tab.no-thumb > .nav-tabs li a:nth-child(2):not(:last-child) .tool-text {
    line-height: 1.7;
  }
  rx-page .scrollable-tab.no-thumb > .nav-tabs li.active a a {
    border-color: transparent #ccc #ccc;
  }
}
@media only screen and (min-width: 767px) {
  rx-page .scrollable-tab.no-thumb {
    width: calc(100% - 35px);
  }
}

/****middle content with full width****/
@media only screen and (min-width: 768px) {
  .studio_container.canvas-fullwidth rx-page > .fixed-tab {
    width: 100%;
  }
  .studio_container.canvas-fullwidth rx-page > .fixed-tab:before {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .studio_container.canvas-fullwidth rx-page > .fixed-tab {
    width: 100%;
  }
  .studio_container.canvas-fullwidth rx-page > .fixed-tab:before {
    width: 100%;
  }
}

@media only screen and (min-width: 767px) {
  .personalize-panel {
    height: calc(100vh - 116px);
  }
}
@media only screen and (min-width: 768px) {
  .personalize-panel {
    width: 80%;
    height: calc(100vh - 94px);
  }
  .personalize-panel .personalize-image-panel {
    height: calc(100vh - 95px);
  }
  .personalize-panel .personalize-text-panel {
    height: calc(100vh - 95px);
  }
  .personalize-panel .personalize-clipart-panel .hide-tab .user-template {
    height: calc(100vh - 140px);
  }
  .personalize-text-panel .personalize-text-edit {
    max-height: none;
  }
}
@media only screen and (min-width: 1200px) {
  .personalize-tools {
    width: 20%;
    overflow: inherit;
    height: auto;
  }
  .personalize-tools li {
    padding: 0;
    width: 100%;
  }
  .personalize-tools li button {
    border-right: 0;
  }
  .personalize-tools li button:before {
    opacity: 1;
  }
  .personalize-tools li.selectedTab {
    left: 5px;
    top: 0;
    z-index: 0;
    width: 94%;
    height: 65px;
    border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    transition: top 0.3s ease-out;
  }
  .personalize-tools li.selectedTab span {
    right: 0;
    top: -7px;
    left: auto;
  }
  .personalize-tools li.selectedTab span:after {
    right: 0;
    bottom: 0;
    left: auto;
  }
  .personalize-tools li.selectedTab span:last-child {
    top: auto;
    bottom: -7px;
    right: 0;
  }
  .personalize-tools li.selectedTab span:last-child:after {
    bottom: -7px;
    right: 0;
  }
  .personalize-tools li:first-child.active ~ .selectedTab {
    top: 0;
    left: 5px;
  }
  .personalize-tools li:first-child.active ~ .selectedTab span:first-child {
    right: -7px;
    top: 0;
  }
  .personalize-tools li:first-child.active ~ .selectedTab span:first-child:after {
    content: none;
  }
  .personalize-tools li:nth-child(2).active ~ .selectedTab {
    top: 65px;
    left: 5px;
  }
  .personalize-tools li:nth-child(3).active ~ .selectedTab {
    top: 130px;
    left: 4px;
  }
  .personalize-tools li:nth-child(4).active ~ .selectedTab {
    top: 195px;
    left: 4px;
  }
  .personalize-tools li:nth-child(5).active ~ .selectedTab {
    top: 260px;
    left: 4px;
  }
  .personalize-tools li:nth-child(6).active ~ .selectedTab {
    top: 325px;
    left: 4px;
  }
  .personalize-tools li:nth-child(7).active ~ .selectedTab {
    top: 390px;
    left: 4px;
  }
  .personalize-tools li:nth-child(8).active ~ .selectedTab {
    top: 455px;
    left: 4px;
  }
}
@media only screen and (min-width: 1400px) {
  .personalize-panel {
    width: 80%;
    height: calc(100vh - 60px);
  }
  .personalize-panel .personalize-image-panel {
    height: calc(100vh - 60px);
  }
  .personalize-panel .personalize-text-panel {
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .personalize-tools {
    border-color: var(--brand-primary);
  }
  .studio_left_panel .personalize-panel {
    border-color: var(--brand-primary);
    margin-top: 0;
  }
  .studio_left_panel .personalize-panel > [class^=personalize-] {
    height: 420px;
  }
  .personalize-clipart-panel .user-template {
    height: 290px;
  }
  .personalize-pageLayouts-panel .user-page-layout {
    height: 270px;
  }
  .personalize-text-panel .personalize-text-edit {
    height: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  .personalize-image-panel .has-image .personalize-image-list {
    max-height: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .personalize-image-panel .has-image .personalize-image-list {
    max-height: 280px;
  }
}
@media only screen and (min-width: 767px) {
  .personalize-image-panel .used-img-list {
    max-height: none;
    height: calc(100vh - 292px);
  }
}
@media only screen and (min-width: 1400px) {
  .personalize-image-panel .used-img-list {
    height: calc(100vh - 320px);
  }
}

@media only screen and (min-width: 1200px) {
  .personalize-clipart-panel .user-template {
    height: calc(100vh - 242px);
  }
}

@media only screen and (min-width: 767px) {
  .personalize-background-panel .background-panel .bg-color-label {
    padding: 0.5rem 0.5rem 0.5rem 0;
    max-width: 88px;
  }
  .personalize-background-panel .background-panel .btn-clear {
    margin-left: 0.5rem;
  }
  .personalize-background-panel .background-panel .navbar-form {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .personalize-background-panel .background-panel .image-mask-list {
    height: calc(100vh - 355px);
  }
  .personalize-background-panel .background-panel .image-mask-list.pattern-listing {
    height: calc(100vh - 455px);
  }
}
@media only screen and (min-width: 1400px) {
  .personalize-background-panel .background-panel .bg-color-label {
    padding: 0.5rem 1.5rem 0.5rem 0;
    max-width: 200px;
  }
  .personalize-background-panel .background-panel .btn-clear {
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .personalize-pageLayouts-panel .user-page-layout {
    height: calc(100vh - 340px);
  }
}
@media only screen and (min-width: 1200px) {
  .personalize-pageLayouts-panel .user-page-layout {
    height: calc(100vh - 185px);
  }
}

@media only screen and (min-width: 1200px) {
  .personalize-template-panel {
    height: calc(100vh - 115px);
  }
  .personalize-template-panel .user-template {
    height: calc(100vh - 205px);
  }
}

@media only screen and (min-width: 1024px) {
  rx-page .page-thumb-show-hide-checkbox {
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 160px);
  }
  rx-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 150px);
  }
}
@media only screen and (max-width: 767px) {
  rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 98px);
  }
  rx-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 80px);
  }
}

@media only screen and (max-width: 767px) {
  .crop-image-editor .modal-body .crop-box {
    height: auto;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane .img-adjust-tab .img-adjustment .form-group label {
    background-color: var(--brand-primary);
    background: -webkit-gradient(to bottom, from(var(--brand-primary)), to(var(--brand-primary)));
    background: -webkit-linear-gradient(to bottom, var(--brand-primary), var(--brand-primary));
    background: -moz-linear-gradient(to bottom, var(--brand-primary), var(--brand-primary));
    background: -ms-linear-gradient(to bottom, var(--brand-primary), var(--brand-primary));
    background: -o-linear-gradient(to bottom, var(--brand-primary), var(--brand-primary));
    background: linear-gradient(to bottom, var(--brand-primary), var(--brand-primary));
    color: #fff;
    border-right-color: #63accc;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane .img-adjust-tab .img-adjustment .form-group label.active {
    background: transparent;
    border-color: var(--brand-primary);
    color: var(--brand-primary);
  }
  .crop-image-editor .modal-body .tab-content .tab-pane .img-adjustment .form-group:last-child .rx-range-slider:after {
    top: 8px;
  }
}

/****Property Panel****/
@media only screen and (min-width: 767px) {
  .propertyPanel:not(.layes) {
    width: 100%;
    min-width: 300px;
  }
  .propertyPanel:not(.layes) .collapse, .propertyPanel:not(.layes) .collapsing {
    display: inline-block !important;
    height: 100% !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .propertyPanel:not(.layes) .card {
    width: auto;
    background: #f8f8f8;
    border: 1px solid #bbbbbb;
    display: flex;
  }
  .propertyPanel:not(.layes) .card .card-header {
    float: left;
    height: 45px;
    position: relative;
    padding-left: 1.3rem;
    border: 0;
  }
  .propertyPanel:not(.layes) .card .card-header:before {
    content: "";
    background-size: 100% 3px;
    width: 4px;
    height: 25px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 1px 0 1px #e3e3e3;
    -moz-box-shadow: 1px 0 1px #e3e3e3;
    box-shadow: 1px 0 1px #e3e3e3;
    background-image: linear-gradient(to bottom, #d2d2d2, #d2d2d2 40%, #ececec 40%, #ececec);
  }
  .propertyPanel:not(.layes) .card .card-body {
    float: left;
    background: #f8f8f8;
    padding: 0 0.3rem 0 0.5rem;
    border-left: 1px solid #bbbbbb;
  }
  .propertyPanel:not(.layes) .card .card-body > div {
    float: left;
  }
  .propertyPanel:not(.layes) .card .card-body .w-50 {
    width: 47% !important;
  }
  .propertyPanel:not(.layes) .card .card-body .w-45 {
    width: 45%;
  }
  .propertyPanel:not(.layes) .card .card-body .w-55 {
    width: 50%;
  }
  .propertyPanel:not(.layes) .card .card-body .form-group {
    float: left;
    width: auto;
    margin: 0.35rem 0.1rem 0.3rem;
  }
  .propertyPanel:not(.layes) .card .card-body .form-group.property-font {
    margin-top: 0.4rem;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font {
    width: 135px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .selectize-dropdown {
    left: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown {
    width: 90px;
    float: left;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown .selectize-dropdown {
    left: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font {
    /*.selectize-control.single {
    	.selectize-input {height:28px; }
    }*/
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable {
    float: left;
    max-width: 38px;
    margin-left: 0.3rem;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable .form-control-lg {
    height: 27px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable input {
    height: 27px;
    width: 66%;
  }
  .propertyPanel:not(.layes) .card .card-body .font-leading ul li .form-control {
    max-width: 31px;
  }
  .propertyPanel:not(.layes) .card .card-body .adjust-image {
    max-width: 160px;
    width: 175px;
  }
  .propertyPanel:not(.layes) .card .card-body .adjust-image input {
    max-width: 59%;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn {
    float: left;
    margin: 0.4rem 0.1rem 0.4rem 0;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li {
    min-width: 35px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-secondary {
    height: 30px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.image-property-btn > li .btn-group li .btn-secondary .tool-icon { /*float:left;*/
    margin-right: 0.3rem;
  }
  .propertyPanel:not(.layes) .fill-color ul {
    max-height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .propertyPanel:not(.layes) .card .card-header {
    height: 35px;
    line-height: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .propertyPanel:not(.layes) .card .card-header {
    height: 45px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font {
    width: 165px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown {
    width: 110px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown .selectize-dropdown {
    left: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable {
    max-width: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .propertyPanel:not(.layes) {
    width: 900px;
  }
  .propertyPanel:not(.layes) .card {
    display: inline;
    border: 0;
  }
  .propertyPanel:not(.layes) .card .card-header {
    border: 1px solid #bbb;
  }
  .propertyPanel:not(.layes) .card .card-body {
    width: inherit;
    min-height: 45px;
    border: 1px solid #bbb;
    border-left: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .adjust-image {
    max-width: none;
  }
  .propertyPanel:not(.layes) .card .card-body .adjust-image input {
    max-width: 100%;
    width: 110px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font {
    width: 122px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown {
    width: 80px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown .selectize-dropdown {
    left: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable {
    max-width: 37px;
  }
  .propertyPanel:not(.layes) .card .card-body .font-leading ul li .form-control {
    max-width: 45px;
  }
  .propertyPanel:not(.layes) .card .card-body .font-leading .tool-group .form-control {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .propertyPanel:not(.layes) {
    width: 1092px;
  }
  .propertyPanel:not(.layes) .card .card-body {
    height: 45px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font {
    width: 215px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown {
    width: 150px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable {
    max-width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .propertyPanel:not(.layes) {
    width: 100%;
    position: fixed !important;
    bottom: 35px !important;
    z-index: 10;
  }
  .propertyPanel:not(.layes) .image-property > div {
    width: 100%;
  }
  .propertyPanel:not(.layes) .rotate-object {
    max-width: none;
  }
  .propertyPanel:not(.layes).pageOptionPanel .card {
    float: left;
  }
  .propertyPanel:not(.layes).pageOptionPanel .card .card-header {
    float: left;
    height: 45px;
    border: 0;
    border-right: 1px solid #ccc;
  }
  .propertyPanel:not(.layes).pageOptionPanel .card .card-body {
    float: left;
    height: 45px;
    padding: 0 0.8rem 0 1.2rem;
  }
  .propertyPanel:not(.layes) .show-panel {
    display: none !important;
  }
  .propertyPanel:not(.layes) .mobile-dropdown {
    bottom: 23px;
    right: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .propertyPanel:not(.layes) .mobile-dropdown .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .propertyPanel:not(.layes) .mobile-dropdown .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .propertyPanel:not(.layes) .mobile-dropdown.background-image-more {
    position: static;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: transparent;
    border: 0;
  }
  .propertyPanel:not(.layes) .mobile-dropdown.background-image-more .common-property-btn {
    padding: 0 !important;
  }
  .propertyPanel:not(.layes) .card {
    width: 100%;
  }
  .propertyPanel:not(.layes) .card .card-body {
    padding: 0.5rem;
  }
  .propertyPanel:not(.layes) .card .card-body .btn-secondary i {
    margin: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .delete-button {
    top: auto;
    bottom: 22px;
    right: 3px;
    position: absolute;
    margin: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .richtext {
    width: 44%;
  }
  .propertyPanel:not(.layes) .card .card-body .richtext > div {
    padding: 0.9rem 0.8rem 0 1rem;
  }
  .propertyPanel:not(.layes) .card .card-body .richtext > div .btn-secondary {
    padding: 0.7rem 0.2rem;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font {
    padding: 0;
    width: 56%;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .font-dropdown {
    width: 75%;
    float: left;
    padding: 0 0.6rem;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable {
    width: 25%;
    float: left;
    height: 31px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font .select-editable .form-control-lg {
    height: 28px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-font-style {
    float: left;
    width: auto;
  }
  .propertyPanel:not(.layes) .card .card-body .font-leading {
    float: left;
    width: auto;
    padding-left: 0.5rem;
  }
  .propertyPanel:not(.layes) .card .card-body .font-leading ul li .control-label {
    float: left;
    padding: 0.5rem 0.4rem 0 0;
  }
  .propertyPanel:not(.layes) .card .card-body .font-leading ul li .form-control {
    float: left;
  }
  .propertyPanel:not(.layes) .card .card-body .font-leading ul li:last-child {
    padding-right: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .fill-color {
    margin: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .fill-color ul {
    max-width: 83%;
  }
  .propertyPanel:not(.layes) .card .card-body .right-padding-xs {
    padding-right: 1rem;
  }
  .propertyPanel:not(.layes) .card .card-body .image-info-group {
    float: left;
    margin: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .image-info-group .image-info {
    left: auto;
    right: 35px;
    top: 8px;
  }
  .propertyPanel:not(.layes) .card .card-body .image-property-btn {
    margin: 0;
  }
  .propertyPanel:not(.layes) .card .card-body .image-property-btn > li {
    width: 20%;
  }
  .propertyPanel:not(.layes) .card .card-body .image-property-btn > li .popover .btn-secondary .tool-icon { /*max-height:20px;*/ }
  .propertyPanel:not(.layes) .card .card-body .image-property-btn > li .popover .btn-secondary.w-50 {
    width: 47%;
  }
  .propertyPanel:not(.layes) .card .card-body .image-property-btn > li:nth-child(2) .popover > .arrow {
    left: 90px;
  }
  .propertyPanel:not(.layes) .card .card-body .fill-pattern .delete-button {
    bottom: 7px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn > li .popover {
    min-width: 300px;
    left: 9px !important;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-group.ArrangeObject .btn {
    width: 22.6%;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn > li .popover .btn-group.ArrangeObject .btn .tool-icon {
    float: none;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn > li .w-xs-14 {
    width: 14% !important;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn {
    width: 100%;
    padding: 0 0.5rem;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn li {
    width: 16.8%;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn li:nth-child(2) .popover > .arrow {
    left: 61px !important;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn li:nth-child(3) .popover > .arrow {
    left: 122px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn li:nth-child(4) .popover > .arrow {
    left: 175px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn li:nth-child(5) .popover > .arrow {
    left: 212px;
  }
  .propertyPanel:not(.layes) .card .card-body .property-btn.common-property-btn li:nth-child(6) .popover > .arrow {
    left: 262px;
  }
  .propertyPanel:not(.layes) .shape-tools .border-box {
    padding: 0.5rem 0 0;
  }
  .propertyPanel:not(.layes) .shape-tools .border-box .form-group > .col-xs-3 {
    padding: 0.8rem 0.5rem 0 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .propertyPanel:not(.layes).vector-property-panel .card .card-header {
    height: 62px;
  }
  .propertyPanel:not(.layes).vector-property-panel .card .card-body {
    height: 62px;
  }
}

@media only screen and (min-width: 767px) {
  .rightPanel .card .image-mask-list {
    height: calc(100vh - 310px);
  }
}
@media only screen and (min-width: 1200px) {
  .rightPanel .card .image-mask-list {
    height: calc(100vh - 310px);
  }
}
@media only screen and (max-width: 767px) {
  .rightPanel .card .image-mask-list {
    height: calc(100vh - 335px);
  }
}

/**** page managmant ****/
@media only screen and (min-width: 1200px) {
  .photobook-page-managment {
    min-height: 595px;
  }
  .photobook-page-managment .modal-body {
    min-height: 495px;
  }
}
@media only screen and (min-width: 1400px) {
  .photobook-page-managment {
    min-height: 800px;
  }
  .photobook-page-managment .modal-body {
    min-height: 695px;
  }
}
@media only screen and (max-width: 767px) {
  .photobook-page-managment .modal-body {
    height: calc(95vh - 90px) !important;
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li {
    height: 100px;
    /*&:first-child {
    	&:before { max-width:80px; right:0; margin: 0 auto;}
    	a {width:80px; float:none; margin: 0 auto;
    	}	
    }*/
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li:last-child:before {
    max-width: 80px;
    right: 0;
    margin: 0 auto;
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li:last-child a {
    width: 80px;
    margin: 0 auto;
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li .fa-arrow-right:before {
    content: "\f063";
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li .fa-arrow-left:before {
    content: "\f062";
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li.ui-sortable-handle a .tool-text {
    float: none;
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li.ui-sortable-handle a:nth-child(2) .tool-text {
    float: none;
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li a .tool-arrow {
    top: 0;
    right: -100px;
    left: auto;
  }
  .photobook-page-managment .modal-body ul.sortable-photobook-page > li a:nth-child(2) .tool-arrow {
    right: -30px;
    top: auto;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-collapse {
    width: 320px;
  }
}
/**** Modal images ****/
@media only screen and (min-width: 1200px) {
  .modal-dialog.modal-full .modal-content .modal-body {
    max-height: 730px;
  }
}

/*# sourceMappingURL=style.css.map */
