:root {
  --brand-primary: #3d9aa0;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #e17070;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --percentage: 25;
  --opacity: calc(var(--percentage) * 0.01);
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
body {
  font-size: 12px;
  font-size: 0.75rem;
}

.w-33 {
  width: 30.9%;
}

.w-25 {
  width: 22.6%;
}

.w-100 {
  width: 100%;
}

.d-inline-block {
  display: inline-block;
}

.positin-static {
  position: static;
}

.positin-relative {
  position: relative;
}

.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);
}

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

a {
  color: var(--dark-gray);
}
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-weight-bold {
  font-weight: 600px !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .popover {
  font-family: "open_sans", sans-serif;
}

/*****font size****/
.personalize-tools .tool-icon {
  font-size: 20px;
  font-size: 1.25rem;
}
.personalize-tools .tool-icon .rxicon-text-main-s {
  font-size: 15px;
  font-size: 0.9375rem;
}
.personalize-tools .tool-text {
  font-size: 11px;
  font-size: 0.6875rem;
}

.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 {
  font-size: 14px;
  font-size: 0.875rem;
}

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

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

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

.form-group {
  margin-top: 0;
}
.form-group .control-label {
  font-weight: 400;
  padding-top: 0;
  color: var(--dark-gray);
}
.form-group .form-control {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.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);
}

.third-party-login .form-control {
  height: 32px;
}

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

.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);
}

.ng-not-empty ~ .control-label, .form-control:focus ~ .control-label {
  background: #f8f8f8;
  font-size: 90%;
}

.ng-empty ~ .control-label {
  background: #ffffff;
}

.form-control ~ .control-label {
  color: #aaa;
}

.radio-group ~ .control-label {
  background-color: #f8f8f8;
  font-size: 90%;
  color: #aaa;
}

.checkbox-group ~ .control-label {
  background-color: #f8f8f8;
  font-size: 90%;
  color: #aaa;
}

.form-floating > label {
  background-color: #fff 0%;
  background: linear-gradient(bottom, #fff 0%, #ffffff 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: -webkit-linear-gradient(bottom, #fff 0%, #ffffff 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: -moz-linear-gradient(bottom, #fff 0%, #ffffff 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: -ms-linear-gradient(bottom, #fff 0%, #ffffff 50%, #f0f0f0 50%, #f0f0f0 100%);
  background: -o-linear-gradient(bottom, #fff 0%, #ffffff 50%, #f0f0f0 50%, #f0f0f0 100%);
}

/**** 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;
  height: 30px;
  padding: 0.35rem 0.4rem 0.4rem;
}
.selectize-control.single .selectize-input:after {
  background: none;
  color: var(--dark-gray);
  padding: 0;
  line-height: 2.4;
}
.selectize-control.single.dropdown-lg .selectize-input {
  padding: 0.35rem 0.4rem 0.4rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  min-height: 28px;
}

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

/****/
/**** font size text field and drop down ****/
.form-group .select-editable {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.form-group .select-editable select.form-control-lg {
  height: 28px !important;
}
.form-group .select-editable select.form-control-lg option {
  border-right: 2px solid #999999;
}
.form-group .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 ****/
.btn-md {
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-size: 1rem;
}

.btn {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn:before {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.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-link:not([href]):not([tabindex]) {
  color: #333;
}
.btn-link:not([href]):not([tabindex]):hover, .btn-link:not([href]):not([tabindex]):focus {
  color: var(--brand-primary);
}
.btn-link:not([href]):not([tabindex]).active {
  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;
}
.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, .btn-info:not([href]):not([tabindex]):focus {
  border: solid 1px var(--brand-secondary);
  background: var(--brand-secondary);
  color: #fff;
}
.btn-info:not([href]):not([tabindex]):hover > i, .btn-info:not([href]):not([tabindex]):focus > i {
  color: #fff;
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background: var(--brand-primary);
  color: #ffffff;
  border-color: var(--brand-primary);
}

/*.btn-secondary { border: solid 1px #ccc; @include gradient(bottom, #f8f8f8, #fff);}*/
.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 #b5b5b5;
  background-color: #dcdcdc;
  background: -webkit-gradient(bottom, from(#dcdcdc), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -moz-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -ms-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -o-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: linear-gradient(bottom, #dcdcdc, #ffffff);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary i {
  color: var(--brand-primary);
}
.btn-secondary:before {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  border: solid 1px #b5b5b5;
  color: var(--brand-primary);
  background: #ffffff;
}
.btn-secondary:hover:before, .btn-secondary:focus:before, .btn-secondary:not(:disabled):not(.disabled):active:before, .btn-secondary:not(:disabled):not(.disabled).active:before, .btn-secondary:not(:disabled):not(.disabled):active:focus: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.disabled, .btn-secondary:disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-secondary:not([href]):not([tabindex]) {
  border: solid 1px #b5b5b5;
  background-color: #dcdcdc;
  background: -webkit-gradient(bottom, from(#dcdcdc), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -moz-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -ms-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: -o-linear-gradient(bottom, #dcdcdc, #ffffff);
  background: linear-gradient(bottom, #dcdcdc, #ffffff);
  color: #333333;
}
.btn-secondary:not([href]):not([tabindex]):hover, .btn-secondary:not([href]):not([tabindex]):focus, .btn-secondary:not([href]):not([tabindex]):active {
  border: solid 1px #b5b5b5;
  color: var(--brand-primary);
  background: transparent;
}
.btn-secondary:not([href]):not([tabindex]):hover:before, .btn-secondary:not([href]):not([tabindex]):focus:before, .btn-secondary:not([href]):not([tabindex]):active: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-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;
}

.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: 28px;
  width: 28px;
  margin: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--dark-gray);
}
.btn-square:before {
  background: #fff;
}
.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: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: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);
}

.ui-color-btn {
  background: none;
  border: 0;
}

.btn-clear {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.2rem 0.4rem 0;
  border-color: #999;
  margin-top: 0.1rem;
}
.btn-clear:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: linear-gradient(bottom, #f8f8f8, #ffffff);
  -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-clear:hover .rxicon, .btn-clear:hover .far {
  color: var(--brand-primary);
}
.btn-clear:active {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: linear-gradient(bottom, #f8f8f8, #ffffff);
  -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-clear:active .rxicon, .btn-clear:active .far {
  color: var(--brand-primary);
}
.btn-clear:active:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: linear-gradient(bottom, #f8f8f8, #ffffff);
  -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-clear:active:hover .rxicon, .btn-clear:active:hover .far {
  color: var(--brand-primary);
}
.btn-clear:active:focus {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: linear-gradient(bottom, #f8f8f8, #ffffff);
  -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-clear:active:focus .rxicon, .btn-clear:active:focus .far {
  color: var(--brand-primary);
}
.btn-clear.active {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: linear-gradient(bottom, #f8f8f8, #ffffff);
  -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-clear.active .rxicon, .btn-clear.active .far {
  color: var(--brand-primary);
}
.btn-clear.active:hover {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: linear-gradient(bottom, #f8f8f8, #ffffff);
  -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-clear.active:hover .rxicon, .btn-clear.active:hover .far {
  color: var(--brand-primary);
}
.btn-clear.active:focus {
  background-color: #f8f8f8;
  background: -webkit-gradient(bottom, from(#f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -moz-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -ms-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: -o-linear-gradient(bottom, #f8f8f8, #ffffff);
  background: linear-gradient(bottom, #f8f8f8, #ffffff);
  -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-clear.active:focus .rxicon, .btn-clear.active:focus .far {
  color: var(--brand-primary);
}

/****/
/****preview area ****/
rx-page .studio_center_panel {
  background: #dadada;
  box-shadow: 2px 1px 3px #ccc inset;
  border-bottom: 0;
  border-top: 0;
}
rx-page .single-page .studio_center_panel {
  height: calc(100vh - 65px);
}
rx-page .page-thumb-show-hide-checkbox {
  bottom: 99px;
}

/**** rular ****/
.rx-ruler .ruler-measurement {
  background: #dadada;
}
.rx-ruler .ruler-left {
  background: #dadada;
}
.rx-ruler .ruler-top {
  background: #dadada;
}

/****pop up****/
.modal-dialog.modal-sm .modal-content .modal-body {
  background: none;
  padding: 1rem 1rem 0;
}
.modal-dialog .modal-content {
  background: #f0f0f0;
}
.modal-dialog .modal-content .modal-content {
  padding: 0;
  -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);
  border: 0;
}
.modal-dialog .modal-content .modal-header {
  background: none;
  border-bottom-color: #bbbbbb;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
.modal-dialog .modal-content .modal-header .close {
  padding-top: 0.7rem;
}
.modal-dialog .modal-content .modal-header .btn-link {
  padding-top: 0.6rem;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs {
  text-align: center;
  border-bottom: 0;
  max-width: 70%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li {
  display: inline-block;
  float: none;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #666;
  padding: 0.3rem 1rem;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li a:hover, .modal-dialog .modal-content .modal-header ul.nav-tabs li a:focus {
  background: #fff;
  color: var(--brand-secondary);
  border-color: #ccc #ccc transparent;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs li:hover a, .modal-dialog .modal-content .modal-header ul.nav-tabs li:focus a {
  background: #fff;
  color: var(--brand-secondary);
  border-color: #ccc #ccc transparent;
}
.modal-dialog .modal-content .modal-header ul.nav-tabs .active a {
  background: #fff;
  color: var(--brand-secondary);
}
.modal-dialog .modal-content .modal-header ul.nav-tabs .active:hover a, .modal-dialog .modal-content .modal-header ul.nav-tabs .active:focus a {
  background: #fff;
  color: var(--brand-secondary);
  border-color: #ccc #ccc transparent;
}
.modal-dialog .modal-content .auto-fill-images-confirm-dialog-box .modal-body {
  padding: 0 1rem;
}
.modal-dialog .modal-content .modal-body {
  background: #f0f0f0;
  padding: 0;
}
.modal-dialog .modal-content .modal-body > .row {
  margin-left: 0;
  margin-right: 0;
}
.modal-dialog .modal-content .modal-body .modal-listing {
  height: 100%;
  border-left: 10px solid #fff;
}
.modal-dialog .modal-content .modal-body .modal-sidebar {
  margin: 0;
  padding-top: 1rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .fa-minus:before {
  content: "\f111";
}
.modal-dialog .modal-content .modal-body .modal-sidebar .section-header {
  cursor: default;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .section-header i {
  padding: 0.3rem 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .section-header a {
  cursor: pointer;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source {
  margin-top: 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .help-block {
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .btn-group {
  position: inherit;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .btn-group .spacer-top {
  margin-top: 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img {
  display: table;
  width: 100%;
  /*.btn-secondary {border: solid 1px #b5b5b5; @include gradient (bottom, #dcdcdc, #ffffff); color:#333333;
  	&:before {background:#ffffff;}
  	&:hover, &:focus {border-color:var(--brand-primary);}
  }*/
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img button {
  padding: 0.5rem;
  min-height: 31px;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .image-source .third-party-img img {
  max-width: 15px;
  height: 15px;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .navbar-form {
  padding: 0;
  margin-top: 0.5rem;
}
.modal-dialog .modal-content .modal-body .modal-sidebar .navbar-form .form-control {
  width: 100%;
}
.modal-dialog .modal-content .modal-body .rx-canvas {
  margin-top: 1.5rem;
  border-color: #ccc;
}
.modal-dialog .modal-content .modal-body .rx-canvas .form-control-text {
  padding: 1.5rem;
}
.modal-dialog .modal-content .modal-footer {
  background: none; /*padding-bottom:0; padding-right:0;*/
  border: 0;
  background: #f0f0f0;
}
.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 .text-align .btn-clear {
  padding: 0.3rem 0 0.3rem;
}
.modal-dialog .modal-content .rich-text-editor .modal-body .text-editor-tool .form-group .clear-style .btn-clear {
  padding: 0.3rem 0.5rem 0.3rem;
}
.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;
}
.modal-dialog .modal-content .auto-fill-images-confirm-dialog-box .modal-body {
  padding: 1rem;
}

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

.user-images > ul li .user-img-thumbnail {
  background: #fff;
}
.user-images > ul li.selected .user-img-thumbnail {
  border-color: var(--brand-primary);
}
.user-images > ul li:hover .user-img-thumbnail {
  border-color: var(--brand-primary);
}
.user-images.user-albums > ul li .user-img-thumbnail .thumbnail:before {
  background: rgba(206, 206, 206, 0.8);
}
.user-images.user-albums > ul li .user-img-thumbnail .thumbnail:after {
  background: rgba(224, 224, 224, 0.8);
}
.user-images.user-albums > ul li .user-img-thumbnail .thumbnail .album-count .badge {
  background: var(--brand-primary);
}

.btn-dark-gray .far, .btn-dark-gray span:before, .btn-dark-gray i {
  color: var(--secondayText) !important;
}

/**** Image Editor ****/
.crop-image-editor .modal-body {
  overflow-y: hidden !important;
  margin: 0 1rem;
}
.crop-image-editor .modal-body .image-effect-editor {
  padding: 1rem;
}
.crop-image-editor .modal-body .nav-tabs {
  border-left: 1px solid var(--font-disabled);
}
.crop-image-editor .modal-body .nav-tabs li {
  margin-bottom: 0;
}
.crop-image-editor .modal-body .nav-tabs li a {
  color: var(--dark-gray);
  border-right: 1px solid var(--font-disabled);
  border-top: 1px solid var(--font-disabled);
  background: #fff;
}
.crop-image-editor .modal-body .nav-tabs li a:before {
  left: 0;
  top: auto;
  bottom: -3px;
  background: transparent;
  opacity: 1;
  height: 3px;
  z-index: 9;
}
.crop-image-editor .modal-body .nav-tabs li a:hover {
  color: var(--brand-primary);
  -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);
}
.crop-image-editor .modal-body .nav-tabs li a:hover:before {
  background: var(--brand-primary);
  opacity: 1;
}
.crop-image-editor .modal-body .nav-tabs li .active, .crop-image-editor .modal-body .nav-tabs li .open {
  color: var(--brand-primary);
  background: #fff;
}
.crop-image-editor .modal-body .nav-tabs li .active:before, .crop-image-editor .modal-body .nav-tabs li .open:before {
  background: var(--brand-primary);
  opacity: 1;
}
.crop-image-editor .modal-body .nav-tabs li .active:hover, .crop-image-editor .modal-body .nav-tabs li .open:hover {
  color: var(--brand-primary);
  background: #fff;
}
.crop-image-editor .modal-body .image-effect-preview {
  border-left-color: #f0f0f0 !important;
  padding-bottom: 0 !important;
}
.crop-image-editor .modal-body .tab-content {
  position: relative;
  height: 470px;
  background: #fff;
  border: 1px solid #bbb;
  overflow: hidden;
}
.crop-image-editor .modal-body .tab-content .tab-pane {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
  opacity: 0;
  transform: translateY(-20%);
  display: block;
}
.crop-image-editor .modal-body .tab-content .tab-pane.active {
  position: relative;
  z-index: 1;
  transform: translateY(0);
  opacity: 1;
}
.crop-image-editor .modal-body .tab-content .tab-pane.active ~ .tab-pane {
  opacity: 0;
  transform: translateY(20%);
}
.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;
  padding-top: 0;
}
.crop-image-editor .modal-body .tab-content label {
  font-weight: normal;
}
.crop-image-editor .modal-body .tab-content .personalize-image-list {
  max-height: 440px;
}
.crop-image-editor .modal-body .tab-content .personalize-image-list .personalize-img .thumbnail-small .active {
  border: 1px solid var(--brand-secondary);
}
.crop-image-editor .modal-body .tab-content .personalize-image-list .col-3.active .card > .btn-link {
  border-color: var(--brand-primary);
}
.crop-image-editor .modal-body .tab-content .personalize-image-list .col-3.active .card .card-body .btn-link {
  color: var(--brand-primary);
}
.crop-image-editor .modal-footer {
  background: #fff;
}

.image-border .form-control {
  height: 30px;
}

/****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 {
  color: #ffffff;
}

/****/
.rxicon-object-back-to-all {
  display: table;
  text-align: center;
}

.ok-got-it {
  background: var(--brand-primary);
}
.ok-got-it:hover {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
}

.table.border-none tr td {
  border: 0;
  padding: 0.5rem;
}

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

/**** pdf block crop****/
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-content {
  border: 0;
  background: #f8f8f8;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-content .tab-pane {
  position: relative;
  transform: none;
  display: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-content .tab-pane.active {
  display: block;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .image-effect-editor {
  width: 100%;
  padding: 0;
  background: #ffffff;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs {
  text-align: center;
  border-left: 0;
  justify-content: center;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li {
  width: auto;
  float: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a {
  border: 0;
  padding: 0.8rem 1rem 0.2rem;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a:before {
  display: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a span {
  display: inline-block;
  width: auto;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .nav-tabs li a.active {
  background: #f8f8f8;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list {
  text-align: center;
  overflow-y: hidden;
  overflow-x: auto;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .card-aligned {
  flex-wrap: nowrap;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .col-xl-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .personalize-img {
  float: none;
  display: inline-block;
  width: 80px;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .tab-pane .personalize-image-list .personalize-img .thumbnail-small img {
  max-height: 70px;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .modal-listing {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
  min-height: auto;
  width: 100% !important;
}
.modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .image-info .img-alert .fa-2x {
  float: left;
  padding-right: 0.5rem;
}

.search-img .navbar-form .input-group-btn:last-child > .btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.4rem 0.5rem;
}

/**** Help popup ****/
.help-cms .modal-body .print-mark-line h3 span {
  background: #f8f8f8;
}

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

/**** Main Loader spinner ****/
.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);
}

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

.leftPanelHideShow {
  position: absolute;
  z-index: 99;
  left: 0;
  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;
}

.uib-button-bar .btn {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/******** 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);
}

/****** month layout editor ****/
.month-layout-editor .btn-lg {
  font-size: 13px;
  font-size: 0.8125rem;
}
.month-layout-editor .layout-editor .card {
  background: transparent;
}
.month-layout-editor .layout-editor .card .card-header a {
  font-weight: normal;
  color: var(--brand-secondary);
}
.month-layout-editor .selectize-control.single .selectize-input:after {
  line-height: 2.3;
}

/****** fancybox preview ****/
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  border-color: var(--brand-primary);
}

/*********** box preview **************/
.studio-type-package-normal .box-section-mask .box-section.hovered-section {
  -webkit-box-shadow: 0 0 5px 1px var(--secondaryDark);
  -moz-box-shadow: 0 0 5px 1px var(--secondaryDark);
  box-shadow: 0 0 5px 1px var(--secondaryDark);
}
.studio-type-package-normal .box-section-mask .box-section.hovered-section .box-section-title {
  background: var(--secondaryDark);
}
.studio-type-package-normal .box-section-mask .box-section.hovered-section .box-section-title::after {
  border-color: var(--secondaryDark) transparent transparent;
}
.studio-type-package-normal .box-section-mask .box-section.active-section {
  -webkit-box-shadow: 0 0 5px 1px var(--brand-primary);
  -moz-box-shadow: 0 0 5px 1px var(--brand-primary);
  box-shadow: 0 0 5px 1px var(--brand-primary);
}
.studio-type-package-normal .box-section-mask .box-section.active-section .box-section-title {
  background: var(--brand-primary);
}
.studio-type-package-normal .box-section-mask .box-section.active-section .box-section-title::after {
  border-color: var(--brand-primary) transparent transparent;
}
.studio-type-package-normal .box-section-mask .box-section.no-print-section .box-section-title {
  background: rgba(221, 100, 100, 0.9);
}

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

/**** datepicker ****/
.uib-datepicker-popup li.uib-button-bar .uib-datepicker-current {
  border: 1px solid var(--brand-primary);
  background: var(--brand-primary);
}
.uib-datepicker-popup li.uib-button-bar .uib-datepicker-current:before {
  background: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
}
.uib-datepicker-popup li.uib-button-bar .uib-datepicker-current:hover {
  border-color: linear-gradient(to top,rgba(0, 0, 0,10%),rgba(0, 0, 0,10%))var(--brand-primary);
}
.uib-datepicker-popup .uib-weeks td {
  padding: 0.2rem;
}
.uib-datepicker-popup .uib-weeks td .btn-secondary.active {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #fff;
}
.uib-datepicker-popup .uib-weeks td .btn-secondary.active .text-info {
  color: var(--brand-primary-text) !important;
}
.uib-datepicker-popup .uib-weeks td .btn-secondary .text-info {
  color: var(--brand-primary) !important;
}
.uib-datepicker-popup .uib-years td .btn-secondary.active {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: var(--brand-primary-text) !important;
}
.uib-datepicker-popup .uib-years td .btn-secondary.active .text-info {
  color: var(--brand-primary-text) !important;
}
.uib-datepicker-popup .uib-years td .btn-secondary .text-info {
  color: var(--brand-primary) !important;
}

/**** monthpicker ****/
.uib-monthpicker table .uib-months td .btn-secondary.active {
  color: var(--dark-gray);
  background: #f1f1f1;
}
.uib-monthpicker table .uib-months td .btn-secondary .text-info {
  color: var(--brand-primary);
}

/****/
:root {
  --brand-primary: #3d9aa0;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #e17070;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --percentage: 25;
  --opacity: calc(var(--percentage) * 0.01);
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

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

.product-name-size p label {
  color: var(--brand-primary);
  font-weight: normal;
}
.product-name-size .form-group {
  vertical-align: top;
}
.product-name-size .form-group label {
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-name-size .selectize-control.single {
  width: 100%;
}
.product-name-size .selectize-control.single .selectize-input {
  height: 25px;
  padding-top: 0.15rem;
}

.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%);
  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.5rem;
}
.top-center .action-tools li.tool-grid {
  width: auto;
  height: auto;
  margin: 0;
}
.top-center .action-tools li.tool-margin {
  margin: 0;
}
.top-center .action-tools li.tool-snap-grid {
  margin: 0;
}
.top-center .action-tools li button .tool-text {
  display: none !important;
}

.top-left {
  text-align: left;
}

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

.action-tools li.tool-saperator:after {
  display: none;
}
.action-tools li button {
  color: var(--dark-gray);
  padding: 0.5rem 0.3rem;
}
.action-tools li button:before {
  content: none;
}
.action-tools li button:after {
  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.3rem 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 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-dark-gray:hover, .action-tools li .btn-dark-gray:focus {
  color: #fff;
  background: linear-gradient(to top,rgba(0, 0, 0,20%),rgba(0, 0, 0,20%))var(--brand-primary);
}
.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 .custom-size .form-group .ng-not-empty ~ .control-label, .action-tools li .custom-size .form-group .form-control:focus ~ .control-label {
  top: -6px;
}
.action-tools li .custom-size .form-group .control-label {
  padding-top: 0;
  background: #f8f8f8;
}
.action-tools li .custom-size .btn {
  margin: 0;
}
.action-tools li.update-preview {
  margin-left: 0 !important;
}
.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;
  margin-top: 0;
}
.action-tools .dropdown .dropdown-toggle {
  padding: 0.55rem 0.4rem;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border: 0;
}
.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 !important;
  padding: 0;
}
.action-tools .dropdown .dropdown-menu li {
  border: 0;
  margin: 0;
}
.action-tools .dropdown .dropdown-menu li button {
  padding: 0.2rem 0.3rem;
  color: var(--dark-gray);
}
.action-tools .dropdown .dropdown-menu li button .tool-icon i {
  color: var(--dark-gray);
}
.action-tools .dropdown .dropdown-menu li:hover button {
  color: var(--brand-primary);
}
.action-tools .dropdown .dropdown-menu li:hover button .tool-icon i {
  color: var(--brand-primary);
}
.action-tools .dropdown .dropdown-menu li .custom-checkbox {
  margin-left: 0;
}
.action-tools .open .dropdown-menu li .checkbox {
  margin-bottom: 0.5rem;
}

/* pdf block studio*/
.studio-type-block .studio-top {
  text-align: left;
}
.studio-type-block .studio-top .product-name-size {
  width: 190px;
}
.studio-type-block .studio-top .product-name-size .form-group {
  margin-top: 0;
}
.studio-type-block .top-center {
  margin: 0;
  float: left;
}
.studio-type-block .top-center .action-tools li {
  margin: 1.1rem 0.5rem 0.5rem 0.5rem;
  border: 0;
  background: transparent;
  position: static;
  border-radius: 0;
}
.studio-type-block .top-center .action-tools li button {
  min-width: 30px;
}
.studio-type-block .top-center .action-tools li button .tool-text {
  display: none;
}
.studio-type-block .top-center .action-tools li.update-preview button .tool-text {
  display: inline-block !important;
}
.studio-type-block .top-center .action-tools li .dropdown-menu button .tool-text {
  display: inline-block;
}
.studio-type-block .action-tools .dropdown .dropdown-toggle {
  border: 1px solid transparent;
  border-bottom: 0;
}
.studio-type-block .action-tools .dropdown.open .dropdown-toggle {
  border: 1px solid var(--dark-gray);
}
.studio-type-block .action-tools li.update-preview button {
  margin-top: 0;
}

:root {
  --brand-primary: #3d9aa0;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #e17070;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --percentage: 25;
  --opacity: calc(var(--percentage) * 0.01);
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
/****left penal****/
.left-panel-tools {
  background-color: transparent;
}

.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);
}

.personalize-tools {
  background-color: var(--brand-primary);
  z-index: 99;
}
.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);
  min-height: 60px;
  -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(255, 255, 255, 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:last-child button {
  border-right: 0;
}
.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;
}
.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;
  word-break: break-word;
}
.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.25rem;
  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 {
  position: relative;
  height: 75vh;
  background: #f8f8f8;
  overflow-y: hidden;
}
.personalize-panel .ops-loader {
  background: #f8f8f8;
}
.personalize-panel > div {
  padding: 1rem;
  background: #f8f8f8;
  position: absolute;
}
.personalize-panel > div.left-bottom {
  z-index: 9;
  background: #f8f8f8;
  border-right: 0;
}
.personalize-panel .section-header {
  font-style: normal;
  color: var(--brand-primary);
  margin: 0 0 0.5rem;
  cursor: default;
}
.personalize-panel .qq-upload-section-header {
  font-style: italic;
  color: var(--brand-secondary);
  margin: 1.5rem 0 0.1rem;
  display: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4rem;
  cursor: default;
}
.personalize-panel .has-image .qq-upload-section-header {
  display: block;
  cursor: default;
  font-style: normal;
  color: var(--brand-primary);
}
.personalize-panel .btn-dark-gray span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 85%;
  text-align: left;
}
.personalize-panel .btn-dark-gray i {
  margin-top: 0.25rem;
}
.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: 1.5;
  font-size: 13.5px;
  font-size: 0.84375rem;
  min-height: 36px;
  padding: 0.25rem 0.5rem 0.3rem;
}
.personalize-panel .personalize-text-panel .form-control.ng-pristine {
  line-height: 1.95;
}
.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 {
  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);
}

.img-uploder .qq-gallery.qq-uploader {
  border: 0;
  padding: 0;
  background-color: transparent;
  max-height: inherit;
  overflow: hidden;
}
.img-uploder .qq-gallery.qq-uploader:before {
  height: 36%;
  border: 1px dashed #000;
  padding-top: 1rem;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  opacity: 0.45;
  filter: alpha(opacity=45);
  font-size: initial;
  top: 50%;
}
.img-uploder .qq-gallery.qq-uploader:after {
  content: "\e91c";
  font-family: "rx-studio" !important;
  opacity: 0.45;
  filter: alpha(opacity=45);
  top: 57%;
  left: 25px;
  width: auto;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox {
  min-height: inherit;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox .personalize-image-list, .img-uploder .qq-gallery.qq-uploader.without-dropbox .qq-upload-section-header {
  display: none;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox:before {
  content: normal;
}
.img-uploder .qq-gallery.qq-uploader.without-dropbox:after {
  content: normal;
}
.img-uploder .qq-gallery .qq-upload-list li {
  position: relative;
}
.img-uploder .qq-gallery .qq-upload-list li:hover .qq-thumbnail-wrapper {
  border-color: var(--brand-primary);
}

/* background panel*/
.personalize-background-panel .background-position {
  max-width: 93px;
}
.personalize-background-panel .bg-color-label {
  padding-left: 0;
}

/* image panel*/
.personalize-image-panel .used-img-list .used-img {
  position: relative;
}
.personalize-image-panel .used-img-list .used-img:hover .thumbnail-small, .personalize-image-panel .used-img-list .used-img.active .thumbnail-small {
  border-color: var(--brand-primary);
}
.personalize-image-panel .used-img-list .tooltip-inner {
  max-width: 65px;
  padding: 0.3rem 0;
}
.personalize-image-panel .thumbnail-small {
  background: #fff;
  border-color: var(--font-disabled);
}
.personalize-image-panel .img-action-btn {
  background: transparent !important;
  bottom: 0;
}
.personalize-image-panel .autofil-img-list .btn-link:first-child {
  display: inherit;
}

/* template panel */
.personalize-template-panel .user-template ul li:hover .user-img-thumbnail img {
  border-color: var(--brand-primary);
}

/* event panel*/
.personalize-event-panel .form-group .form-control {
  height: 30px !important;
}
.personalize-event-panel .event-template .input-group .uib-datepicker-popup {
  left: auto !important;
  right: -39px;
  top: 0 !important;
  transform: scale(0.8);
}
.personalize-event-panel .event-template .input-group .uib-datepicker-popup .uib-weeks td .btn-secondary {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0.3rem 0.4rem;
}

.personalize-tools {
  position: relative;
}
.personalize-tools li.selectedTab {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
  height: 60px;
  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%;
}

.back-button {
  z-index: 9;
  background-color: #f8f8f8;
  position: relative;
}

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

.r3-animate-top {
  z-index: 1;
  top: 0px;
  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: 0px;
  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;
  }
}
.back-button ~ .personalize-tool-content {
  top: 15px;
}
.back-button ~ .r3-animate-top {
  top: 15px;
  animation: backanimatetop 0.5s;
}
@keyframes backanimatetop {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 15px;
    opacity: 1;
  }
}
.back-button ~ .r3-animate-bottom {
  z-index: 1;
  top: 15px;
  animation: backanimatebottom 0.5s;
  opacity: 1;
}
@keyframes backanimatebottom {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 15px;
    opacity: 1;
  }
}

/* pdf block studio*/
.studio-type-block .studio_left_panel {
  flex-direction: column;
}
.studio-type-block .personalize-tools {
  position: relative;
  overflow: hidden;
  display: block;
}
.studio-type-block .personalize-tools li.selectedTab {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 0;
  height: 50px;
  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;
  width: 50%;
}
.studio-type-block .personalize-tools li.selectedTab span {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: 7px;
  height: 7px;
  background-color: #f8f8f8;
}
.studio-type-block .personalize-tools li.selectedTab span:after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: var(--brand-primary);
}
.studio-type-block .personalize-tools li.selectedTab span:last-child {
  bottom: 4px;
  left: auto;
  right: -6px;
}
.studio-type-block .personalize-tools li.selectedTab span:last-child:after {
  bottom: 0;
  right: -8px;
  left: auto;
}
.studio-type-block .personalize-tools li:first-child button {
  border: 0;
}
.studio-type-block .personalize-tools li.active ~ .selectedTab {
  opacity: 1;
}
.studio-type-block .personalize-tools li:first-child.active ~ .selectedTab {
  left: 0;
}
.studio-type-block .personalize-tools li:nth-child(2).active ~ .selectedTab {
  left: 50%;
}
.studio-type-block .form-group {
  margin-top: 0;
  margin-bottom: 0.4rem;
}
.studio-type-block .form-group .control-label {
  padding-top: 0;
}
.studio-type-block .personalize-text-panel {
  padding-top: 1rem !important;
}
.studio-type-block .personalize-text-panel.profilecls .personalize-text-edit {
  height: calc(100vh - 320px);
  padding-top: 0.5rem;
}
.studio-type-block .personalize-text-panel .personalize-text-edit .input-group-btn .btn-sm {
  line-height: 1.8;
}
.studio-type-block .personalize-text-panel .personalize-text-edit.block-text-edit form .form-group .form-control {
  height: 30px;
}
.studio-type-block .personalize-text-panel .personalize-text-edit.block-text-edit form .form-group .control-label {
  color: #a1a1a1;
}
.studio-type-block .personalize-image-panel .block-images .used-img-list .blockimages .used-img .img-action-btn .btn-link {
  height: 20px;
  width: 20px;
  padding: 0.2rem !important;
  position: static;
  background: linear-gradient(to top,rgba(255, 255, 255,20%),rgba(255, 255, 255,20%))var(--brand-primary);
}
.studio-type-block .personalize-image-panel .block-images .used-img-list .blockimages .used-img .img-action-btn .btn-link:first-child:not(:last-child) {
  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;
  display: block;
}
.studio-type-block .personalize-image-panel .block-images .used-img-list .blockimages .used-img .img-action-btn .btn-link:first-child i {
  color: var(--brand-primary-text) !important;
}
.studio-type-block .block-text-accordian .card-header {
  background-color: #eeeeee 10%;
  background: -webkit-gradient(bottom, from(#eeeeee 10%), to(#fff 100%));
  background: -webkit-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  background: -o-linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  background: linear-gradient(bottom, #eeeeee 10%, #fff 100%);
  padding: 0.5rem 0.8rem;
}
.studio-type-block .block-text-accordian .card-header a {
  display: block;
}
.studio-type-block .block-text-accordian .card-body {
  padding: 0.8rem;
}
.studio-type-block .block-text-accordian .form-group .control-label {
  background: #fff;
}
.studio-type-block .image-info .img-alert .fa-2x {
  float: left;
  padding-right: 0.5rem;
}

/**** right panel ****/
.rightPanel .ops-loader {
  background-color: #f8f8f8;
}
.rightPanel .card-header .btn-clear {
  background: #f8f8f8 !important;
}
.rightPanel .card-header .btn-clear i {
  padding-bottom: 0;
}
.rightPanel .card-body .section-header {
  margin: 0 0 0.3rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3rem;
  font-style: italic;
}
.rightPanel .card-body .image-mask-list {
  overflow-y: auto;
  position: relative;
  max-width: 100%;
}
.rightPanel .curveText {
  height: calc(100vh - 220px);
}
.rightPanel .curveText a:hover {
  border-color: var(--brand-primary);
}
.rightPanel .textStyle a:hover {
  border-color: var(--brand-primary);
}

/**** notes popover css ****/
.notes-popover {
  Min-width: 260px;
}

/**** search and cetegory section ***/
.toggle-search {
  height: 30px;
  top: 0;
  left: 0;
  right: 37px;
  z-index: 9;
}

.studio_container.canvas-fullwidth .personalize-tools .active button, .studio_container.canvas-fullwidth .personalize-tools .open button, .studio_container.right-panel-open .personalize-tools .active button, .studio_container.right-panel-open .personalize-tools .open button {
  color: var(--brand-primary-text);
  background: transparent;
}
.studio_container.canvas-fullwidth .personalize-tools .active button:hover, .studio_container.canvas-fullwidth .personalize-tools .open button:hover, .studio_container.right-panel-open .personalize-tools .active button:hover, .studio_container.right-panel-open .personalize-tools .open button:hover {
  color: var(--brand-primary-text);
  background: transparent;
}
.studio_container.canvas-fullwidth .personalize-tools .active button:before, .studio_container.canvas-fullwidth .personalize-tools .open button:before, .studio_container.right-panel-open .personalize-tools .active button:before, .studio_container.right-panel-open .personalize-tools .open button:before {
  opacity: 1;
}
.studio_container.canvas-fullwidth .personalize-tools .selectedTab, .studio_container.right-panel-open .personalize-tools .selectedTab {
  display: none;
}
.studio_container .rightPanel .card {
  background: #f8f8f8 !important;
}

:root {
  --brand-primary: #3d9aa0;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #e17070;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --percentage: 25;
  --opacity: calc(var(--percentage) * 0.01);
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
rx-page > .nav-tabs {
  background: #f8f8f8; /*@include round-borders(8px 0 0 8px);*/
  border: 1px solid #ccc;
  border-top: 0;
}
rx-page > .nav-tabs:before {
  background: #ccc;
}
rx-page > .nav-tabs li {
  float: none;
  display: inline-block;
  margin: -0.1rem 0 0;
}
rx-page > .nav-tabs li:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 0 14px 0 0;
  -moz-border-radius: 0 14px 0 0;
  -webkit-border-radius: 0 14px 0 0;
  z-index: 2;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
rx-page > .nav-tabs li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 14px 0 0 0;
  -moz-border-radius: 14px 0 0 0;
  -webkit-border-radius: 14px 0 0 0;
  z-index: 1;
  background-color: transparent;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
rx-page > .nav-tabs li a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0.5rem 0 0.3rem;
}
rx-page > .nav-tabs li a .preview-thumb {
  position: relative;
  z-index: 1;
  background: #fff;
}
rx-page > .nav-tabs li a .preview-thumb .preview-img {
  border: 1px solid #999;
}
rx-page > .nav-tabs li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: transparent;
  z-index: 1;
  display: block;
}
rx-page > .nav-tabs li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: transparent;
  z-index: 1;
}
rx-page > .nav-tabs li:hover a {
  color: var(--brand-primary);
}
rx-page > .nav-tabs li.active a {
  color: #333;
  border-color: transparent #ccc #ccc;
  background: #dadada;
  border-radius: 0 0 9px 9px;
  -moz-border-radius: 0 0 9px 9px;
  -webkit-border-radius: 0 0 9px 9px;
}
rx-page > .nav-tabs li.active a:hover, rx-page > .nav-tabs li.active a:focus {
  color: var(--brand-primary);
  background: #dadada;
  border-color: transparent #ccc #ccc;
}
rx-page > .nav-tabs li.active a .preview-thumb {
  background-color: transparent;
}
rx-page > .nav-tabs li.active a:before {
  background: #dadada;
  opacity: 1;
}
rx-page > .nav-tabs li.active a:after {
  background: #dadada;
}
rx-page > .nav-tabs li.active:before {
  background-color: #f8f8f8;
  border-color: #ccc;
}
rx-page > .nav-tabs li.active:after {
  background-color: #f8f8f8;
  border-color: #ccc;
}
rx-page > .nav-tabs li.page-show-hide {
  vertical-align: top;
}
rx-page > .nav-tabs li.page-show-hide > div {
  margin: 2rem 0 0 0.8rem;
}
rx-page > .nav-tabs li.page-show-hide > div .btn-secondary {
  color: #666;
}
rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:focus, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled).active, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active:focus {
  border: solid 1px #ccc;
  color: #666;
}
rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:focus:before, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active:before, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled).active:before, rx-page > .nav-tabs li.page-show-hide > div .btn-secondary:not(:disabled):not(.disabled):active:focus:before {
  opacity: 0;
}
rx-page .page-thumb-show-hide-checkbox.hide-thumb {
  bottom: 39px;
}

/****/
:root {
  --brand-primary: #3d9aa0;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #e17070;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --percentage: 25;
  --opacity: calc(var(--percentage) * 0.01);
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
.rightPanel .card {
  background: #f8f8f8;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.propertyPanel .layerPanel .card-header i {
  padding-right: 0;
}
.propertyPanel .layerPanel .card-body {
  padding: 0 1.5rem;
  max-height: 300px;
  overflow-x: hidden;
}
.propertyPanel .layerPanel .card-body .list-group {
  margin-bottom: 0;
}
.propertyPanel .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);
  border-color: #e8e8e8;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item:first-child {
  border-top: 0;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item .col-xs-7 {
  width: 56.333%;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item .col-xs-1:first-child {
  width: 10.333%;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item i {
  color: #999;
  cursor: pointer;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item i.rxicon-ovel-shape {
  font-size: 9px;
  font-size: 0.5625rem;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item .rxicon-delete_in_layer {
  color: var(--color-danger);
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item .layer-type-icon .far {
  color: #333;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item .border-right {
  border-right: 1px solid #ccc;
}
.propertyPanel .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);
  color: #222222;
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item.active i {
  color: var(--brand-primary);
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item.active i.rxicon-delete_in_layer {
  color: var(--color-danger);
}
.propertyPanel .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 .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 .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 .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div i, .propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable i {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div > span, .propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-disable .row .layer-not-changeable > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div .tooltip, .propertyPanel .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 .layerPanel .card-body .list-group .list-group-item.layer-disable .row > div:nth-child(4) {
  cursor: pointer;
}
.propertyPanel .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 .layerPanel .card-body .list-group .list-group-item.layer-disable .row i {
  cursor: not-allowed;
}
.propertyPanel .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 .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div i, .propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable i {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div > span, .propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row .layer-not-changeable > span {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.propertyPanel .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div .tooltip, .propertyPanel .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 .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row > div:nth-child(1) {
  cursor: pointer;
}
.propertyPanel .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 .layerPanel .card-body .list-group .list-group-item.layer-visible-hide .row i {
  cursor: not-allowed;
}

:root {
  --brand-primary: #3d9aa0;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #e17070;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --percentage: 25;
  --opacity: calc(var(--percentage) * 0.01);
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
/**** calendar preview ****/
.page-position a {
  color: var(--brand-secondary);
}
.page-position a:hover i {
  color: var(--brand-primary);
}
.page-position a.active {
  color: var(--brand-primary);
}
.page-position a.active i {
  color: var(--brand-primary);
}

/* event panel*/
.personalize-event-panel .event-template .input-group .input-group-btn .btn {
  padding-bottom: 0.5rem;
}
.personalize-event-panel .event-template .btn-primary {
  padding: 0.5rem;
}
.personalize-event-panel .event-list .color-primary.btn-link {
  color: var(--brand-primary);
}

.sub-tab .btn-link {
  font-weight: 600;
}
.sub-tab .btn-link.active {
  border-bottom: 1px solid var(--brand-primary);
}

/**** event edit popup ****/
.calendar-event-editor .modal-body {
  padding: 0 !important;
}
.calendar-event-editor .used-img-list .used-img.active .thumbnail-small {
  border: 1px solid var(--brand-primary);
}

/****/
:root {
  --brand-primary: #3d9aa0;
  --brand-secondary: #777777;
  --brand-secondary-hover: #333333;
  --color-danger: #e17070;
  --dark-gray: #666666;
  --color-success: #289f00;
  --font-disabled: #ccc;
  --percentage: 25;
  --opacity: calc(var(--percentage) * 0.01);
  --secondaryDark: #485354;
  --brand-primary-text: #ffffff;
  --secondayText: #ffffff;
}

/*************** animation *******************/
@media only screen and (max-width: 767px) {
  .spacer-top-xs-0 {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .font-sm-md {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .font-sm-md {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/****container width****/
.container {
  overflow-x: hidden;
}
@media only screen and (min-width: 1024px) {
  .container .top-left .navbar-brand {
    padding: 0.5rem 1rem 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .container .action-tools li button {
    padding: 0.5rem 0.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .container .action-tools li .btn-dark-gray {
    padding: 0.5rem;
  }
  .container .action-tools li .btn-dark-gray > span {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .container .top-center .action-tools li button {
    min-width: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .container .top-center .action-tools li.top-tool-right-corner {
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .container.studio_container rx-page > .nav-tabs {
    width: calc(1360px - 400px);
  }
  .container.studio_container rx-page > .nav-tabs:before {
    width: calc(1360px - 400px);
    display: none;
  }
  .container.studio_container rx-page .page-thumb-show-hide-checkbox {
    bottom: 98px;
    position: absolute;
  }
  .container.studio_container rx-page .page-thumb-show-hide-checkbox.hide-thumb {
    bottom: 35px;
  }
}
.container.studio_container.canvas-fullwidth rx-page > .nav-tabs {
  width: 1140px;
}

/*****/
/****top penal****/
@media only screen and (min-width: 767px) {
  .studio-top {
    text-align: center;
  }
  .studio-top .product-name-size {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .studio-top .product-name-size {
    width: 180px;
  }
}
@media only screen and (min-width: 1400px) {
  .studio-top .product-name-size {
    width: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .studio-top {
    border-bottom: 0;
    z-index: auto;
  }
  .studio-top .product-name-size {
    padding-left: 0.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  .top-center .action-tools li.top-tool-right-corner {
    margin-right: 0.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .top-center .action-tools li button {
    min-width: 28px;
  }
  .top-center .action-tools li.help-tool button {
    min-width: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .top-center .action-tools li button {
    min-width: 38px;
  }
  .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-left: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-center {
    margin: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .action-tools li button .tool-text {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .studio-type-block .top-left {
    min-width: 205px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.6rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .studio-type-block .top-left {
    min-width: 320px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .studio-type-block .top-left {
    min-width: 320px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 1400px) {
  .studio-type-block .top-left {
    min-width: 330px;
  }
  .studio-type-block .top-left .navbar-brand {
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .studio-type-block .top-center .action-tools li {
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .studio-type-block {
    height: calc(100vh - 126px);
  }
  .studio-type-block .personalize-image-panel, .studio-type-block .personalize-text-panel {
    height: calc(100vh - 130px);
  }
}
@media only screen and (max-width: 767px) {
  .studio-type-block .top-center .action-tools li {
    margin: 0;
  }
  .studio-type-block .action-tools .dropdown .dropdown-toggle {
    border: 1px solid transparent;
  }
  .studio-type-block .action-tools .dropdown.open .dropdown-toggle {
    border: 1px solid var(--brand-primary);
  }
}

@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.1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li button {
    padding: 0.5rem 0.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .action-tools li button {
    padding: 0.5rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools li button {
    padding: 0.4rem 0.4rem;
  }
  .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: 65px;
  }
}
@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;
  }
}
@media only screen and (max-width: 400px) {
  .action-tools li .btn-dark-gray {
    padding: 0.7rem 0.5rem 0.5rem;
    max-width: 70px;
  }
}
.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: 1024px) {
  .action-tools li .btn.preview {
    padding: 0.7rem 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-tools li .btn.save {
    padding: 0.7rem 0.5rem 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .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.54rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .action-tools .dropdown .dropdown-toggle {
    padding: 0.5rem 0.5rem;
    color: var(--dark-gray);
  }
}

/****/
@media only screen and (max-width: 767px) {
  .tools-btn {
    padding: 0.55rem 0.3rem;
  }
}
@media only screen and (max-width: 400px) {
  .tools-btn {
    margin: 0;
  }
}

/****/
/****middle content****/
@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: 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
}
.middle-content > .canvas_panel {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .studio-type-block .middle-content > .left-panel-wrapper {
    min-width: 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    max-width: 330px;
  }
}

/****middle content with full width****/
.studio_container.studio-type-block.canvas-fullwidth .middle-content > .left-panel-wrapper {
  margin-left: -330px !important;
}
@media only screen and (min-width: 1200px) {
  .studio_container.canvas-fullwidth:not(.studio-type-block) .middle-content > .left-panel-wrapper {
    margin-left: 0 !important;
    min-width: 70px !important;
    flex: 0 0 70px !important;
    max-width: 70px !important;
  }
  .studio_container.canvas-fullwidth:not(.studio-type-block) .middle-content > .left-panel-wrapper .personalize-panel {
    margin-left: -330px;
  }
}
@media only screen and (min-width: 768px) {
  .studio_container.canvas-fullwidth:not(.studio-type-block) rx-page > .nav-tabs {
    width: calc(100% - 70px);
  }
  .studio_container.canvas-fullwidth:not(.studio-type-block) rx-page > .nav-tabs:before {
    width: calc(100% - 70px);
  }
}
@media only screen and (min-width: 1200px) {
  .studio_container.canvas-fullwidth:not(.studio-type-block) rx-page > .nav-tabs {
    width: calc(100% - 70px);
  }
  .studio_container.canvas-fullwidth:not(.studio-type-block) rx-page > .nav-tabs:before {
    width: calc(100% - 70px);
  }
}

/****/
/****left penal****/
@media only screen and (min-width: 768px) {
  .personalize-tools {
    padding-bottom: 0.8rem;
    height: 62px;
  }
  .personalize-tools li {
    width: 20%;
    /*&:before {left: -14px; top: inherit; bottom:0;}
    &:after {right: -14px; top: inherit; bottom:0;}*/
  }
  .studio-type-package-normal .personalize-tools li {
    width: 25%;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(2).active ~ .selectedTab {
    left: 25%;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(3).active ~ .selectedTab {
    left: 50%;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(4).active ~ .selectedTab {
    left: 75%;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(5).active ~ .selectedTab {
    left: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .personalize-tools {
    width: 70px;
    overflow: inherit;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .personalize-tools li {
    padding: 0;
    width: 100%;
  }
  .personalize-tools li button {
    border-right: 0;
    padding: 0.4rem 0;
  }
  .personalize-tools li button:before {
    opacity: 1;
  }
  .personalize-tools li.selectedTab {
    left: 5px;
    top: 0;
    z-index: 0;
    width: 94.5%;
    height: 60px;
    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: 4px;
  }
  .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: 60px;
    left: 4px;
  }
  .personalize-tools li:nth-child(3).active ~ .selectedTab {
    top: 120px;
    left: 4px;
  }
  .personalize-tools li:nth-child(4).active ~ .selectedTab {
    top: 180px;
    left: 4px;
  }
  .personalize-tools li:nth-child(5).active ~ .selectedTab {
    top: 240px;
    left: 4px;
  }
  .personalize-tools li:nth-child(6).active ~ .selectedTab {
    top: 300px;
    left: 4px;
  }
  .personalize-tools li:nth-child(7).active ~ .selectedTab {
    top: 360px;
    left: 4px;
  }
  .personalize-tools li:nth-child(8).active ~ .selectedTab {
    top: 420px;
    left: 4px;
  }
  .studio-type-block .personalize-tools {
    position: relative;
    overflow: hidden;
  }
  .studio-type-block .personalize-tools li:first-child button {
    border: 0;
  }
  .studio-type-block .personalize-tools li button {
    border: 0;
  }
  .studio-type-block .personalize-tools li button:before {
    content: normal;
  }
  .studio-type-block .personalize-tools li.selectedTab {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
    height: 50px;
    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;
    width: 50%;
  }
  .studio-type-block .personalize-tools li.selectedTab span {
    position: absolute;
    left: -6px;
    top: auto;
    bottom: 0;
    width: 7px;
    height: 7px;
    background-color: #f8f8f8;
  }
  .studio-type-block .personalize-tools li.selectedTab span:after {
    content: "";
    position: absolute;
    left: -8px;
    top: auto;
    bottom: 2px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: var(--brand-primary);
  }
  .studio-type-block .personalize-tools li.selectedTab span:last-child {
    bottom: 2px;
    left: auto;
    right: -6px;
    top: auto;
  }
  .studio-type-block .personalize-tools li.selectedTab span:last-child:after {
    bottom: 0;
    right: -8px;
    left: auto;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab {
    top: 0;
    left: 5px;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab span:first-child {
    display: none;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab span:first-child:after {
    content: none;
  }
  .studio-type-block .personalize-tools li.active ~ .selectedTab {
    opacity: 1;
  }
  .studio-type-block .personalize-tools li:first-child.active ~ .selectedTab {
    left: 0;
    top: 2px;
  }
  .studio-type-block .personalize-tools li:nth-child(2).active ~ .selectedTab {
    left: 50%;
    top: 2px;
  }
  .studio-type-package-normal .personalize-tools li {
    width: 94%;
    left: 4px;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(2).active ~ .selectedTab {
    top: 60px;
    left: 4px;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(3).active ~ .selectedTab {
    top: 120px;
    left: 4px;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(4).active ~ .selectedTab {
    top: 180px;
    left: 4px;
  }
  .studio-type-package-normal .personalize-tools li:nth-child(5).active ~ .selectedTab {
    top: 240px;
    left: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .personalize-tools {
    border: 0;
    height: 70px;
  }
  .personalize-tools button:before {
    display: none;
  }
  .studio_left_panel {
    padding: 0;
  }
  .studio_left_panel .personalize-panel {
    border: 0;
    margin: 0;
  }
  .studio-type-block .r3-animate-top, .studio-type-block .r3-animate-bottom, .studio-type-block .r3-animate-top-none, .studio-type-block .r3-animate-bottom-none {
    animation: none;
  }
  .studio-type-block .personalize-panel {
    height: 450px;
  }
  .studio-type-block .personalize-panel > div {
    top: 50px;
    height: 372px;
  }
  .studio-type-block .personalize-panel > div.left-bottom {
    top: auto;
    bottom: 0;
  }
  .studio-type-block .personalize-panel > div.preview-btn {
    z-index: 9;
    top: 5px;
    left: 0;
    right: 0;
  }
  .studio-type-block .personalize-panel .personalize-text-panel .personalize-text-edit {
    height: 340px;
  }
  .studio-type-block .personalize-panel .personalize-image-panel .block-images .used-img-list {
    height: 340px;
  }
  .studio-type-block .personalize-tools {
    border: 0;
    height: 50px;
    overflow: hidden;
  }
  .studio-type-block .personalize-tools li:first-child button {
    border: 0;
  }
}
/****/
@media only screen and (min-width: 768px) {
  .personalize-panel {
    height: calc(100vh - 129px);
  }
}
@media only screen and (min-width: 1024px) {
  .personalize-panel {
    height: calc(100vh - 126px);
  }
}
@media only screen and (min-width: 1200px) {
  .personalize-panel {
    height: calc(100vh - 57px);
  }
  .personalize-panel .personalize-tool-content {
    width: 329px;
  }
}
@media only screen and (min-width: 1400px) {
  .personalize-panel {
    width: calc(100% - 70px);
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .personalize-panel > div, .personalize-panel .personalize-shape-panel, .personalize-panel .personalize-clipart-panel, .personalize-panel .personalize-template-panel {
    height: 98%;
  }
  .personalize-panel .close-panel {
    z-index: 12;
    height: 25px;
    width: 25px;
  }
  .personalize-panel .personalize-image-panel {
    height: 450px;
  }
  .personalize-panel .personalize-shape-panel {
    max-height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .personalize-template-panel .user-template {
    height: 390px;
    margin-bottom: 0;
  }
}

/****Studio Preview area****/
@media only screen and (min-width: 768px) {
  .fixed-property-panel rx-page .studio_center_panel .canvas_panel {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 155px);
  }
  rx-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 155px);
  }
}
@media only screen and (min-width: 1400px) {
  rx-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 158px);
  }
  rx-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 158px);
  }
}
@media only screen and (min-width: 768px) {
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel {
    height: calc(100vh - 99px);
  }
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 100px);
  }
}
@media only screen and (min-width: 1024px) {
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel {
    height: calc(100vh - 101px);
  }
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 102px);
  }
}
@media only screen and (min-width: 1400px) {
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel {
    height: calc(100vh - 100px);
  }
  rx-page .preview-hide-thumb .studio_center_panel .canvas_panel .stage {
    overflow: auto;
    height: calc(100vh - 100px);
  }
}
@media only screen and (min-width: 1200px) {
  rx-page .page-thumb-show-hide-checkbox {
    bottom: 97px;
  }
}

/****preview area ****/
rx-page {
  /*@include respond-to(extra-small-screen) {
  	> .nav-tabs {@include round-borders(8px);}
  }*/
}
@media only screen and (min-width: 768px) {
  rx-page > .nav-tabs:before {
    bottom: 99px;
  }
}
@media only screen and (min-width: 1200px) {
  rx-page > .nav-tabs {
    height: 98px;
    width: calc(100% - 400px);
  }
  rx-page > .nav-tabs:before {
    bottom: 97px;
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 767px) {
  rx-page > .nav-tabs:before {
    bottom: 34px;
  }
}
@media only screen and (min-width: 768px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 118px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 118px);
  }
}
@media only screen and (min-width: 1024px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 118px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vh - 66px);
  }
}
@media only screen and (min-width: 1200px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 63px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    overflow: auto;
    height: calc(100vh - 63px);
  }
}
@media only screen and (max-width: 767px) {
  rx-page .single-page .studio_center_panel .canvas_panel {
    height: calc(100vh - 70px);
  }
  rx-page .single-page .studio_center_panel .canvas_panel .stage {
    height: calc(100vmax - 70px);
  }
}

@media only screen and (min-width: 1200px) {
  .studio-type-block rx-page > .nav-tabs {
    width: calc(100% - 330px);
  }
  .studio-type-block rx-page > .nav-tabs:before {
    width: calc(100% - 330px);
  }
}

/****pop up****/
@media only screen and (min-width: 1200px) {
  .modal-dialog.modal-full .modal-content .modal-body {
    max-height: 695px;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col-md-9 {
    min-height: 500px;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col-md-9.layout-preview {
    width: 83.33333333%;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-dialog.modal-full .modal-content .modal-body {
    height: 695px;
    max-height: none;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col--md-9 {
    min-height: 695px;
  }
  .modal-dialog.modal-full .modal-content .modal-body .modal-listing.col--md-9 .third-party-login {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .modal-listing.col-md-9 {
    min-height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .modal-dialog.modal-full .modal-content .pdf-block-crop .modal-body .modal-listing.col-md-9 {
    min-height: 520px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog .modal-content .modal-body .modal-listing {
    border: 0;
    border-top: 5px solid #fff;
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .crop-image-editor .modal-body .image-effect-editor {
    margin: 0;
    padding: 0;
  }
  .crop-image-editor .modal-body .crop-box {
    height: auto;
  }
  .crop-image-editor .modal-body .nav-tabs li a {
    padding: 0.8rem 0;
  }
  .crop-image-editor .modal-body .nav-tabs li a .tool-icon i {
    padding-bottom: 0;
  }
  .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 top, from(var(--brand-primary)), to(var(--brand-primary)));
    background: -webkit-linear-gradient(to top, var(--brand-primary), var(--brand-primary));
    background: -moz-linear-gradient(to top, var(--brand-primary), var(--brand-primary));
    background: -ms-linear-gradient(to top, var(--brand-primary), var(--brand-primary));
    background: -o-linear-gradient(to top, var(--brand-primary), var(--brand-primary));
    background: linear-gradient(to top, var(--brand-primary), var(--brand-primary));
  }
  .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-adjust-tab .img-adjustment .form-group:last-child .rx-range-slider:after {
    top: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .crop-image-editor .modal-body .tab-content {
    height: 480px;
  }
  .crop-image-editor .modal-body .tab-content .personalize-image-list {
    max-height: 430px;
  }
}
@media only screen and (min-width: 1400px) {
  .crop-image-editor .modal-body .tab-content {
    height: 608px;
  }
  .crop-image-editor .modal-body .tab-content .personalize-image-list {
    max-height: 665px;
  }
}
@media only screen and (max-width: 767px) {
  .crop-image-editor .modal-body .tab-content {
    height: auto;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane {
    position: static;
    transform: translateY(0);
    display: none;
    height: auto;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane.active {
    position: static;
    transform: translateY(0);
    display: block;
  }
  .crop-image-editor .modal-body .tab-content .tab-pane.active ~ .tab-pan {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1200px) {
  .crop-image-editor .modal-body .tab-pane {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .crop-image-editor.pdf-block-crop .modal-body .nav-tabs li a {
    padding: 0.3rem 1rem 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .crop-image-editor.pdf-block-crop .modal-body .tab-content {
    height: auto;
  }
  .crop-image-editor.pdf-block-crop .modal-body .tab-content .tab-pane {
    padding: 0;
  }
  .crop-image-editor.pdf-block-crop .modal-body .tab-content .personalize-image-list {
    max-height: 130px;
    padding: 0.5rem 0;
  }
  .crop-image-editor.pdf-block-crop .modal-body .tab-content .personalize-image-list .card {
    padding-bottom: 0.25rem;
  }
  .crop-image-editor.pdf-block-crop .modal-body .tab-content .personalize-image-list .card-img-top {
    max-height: 75px;
    max-width: 100%;
    height: auto;
    width: auto;
  }
}

.studio-type-calendar-normal {
  /* background panel*/
}
@media only screen and (min-width: 1200px) {
  .studio-type-calendar-normal .personalize-background-panel .background-panel .image-mask-list {
    height: calc(100vh - 280px);
  }
}
@media only screen and (min-width: 1200px) {
  .studio-type-calendar-normal .personalize-background-panel .background-panel .image-mask-list.pattern-image {
    height: calc(100vh - 340px);
  }
}

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