.img-logo {
  width: 360px;
}
.img-logo-normal {
  width: 165px;
}
.w-per50 {
  width: 50%;
}
.w-per50-with-padding {
  width: 50%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
}
.w-per33 {
  width: 33.33%;
}
.w-per33-with-padding {
  width: 33.33%;
  padding-left: 1%;
  padding-right: 1%;
}
.w-per100 {
  width: 100%;
}
.w-per100-with-padding {
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 10px;
}
.pull-left {
  float: left;
}
.img-makeup-icon {
  width: 24px;
  margin-right: 10px;
}
.makeup-type-selected {
  color: var(--theme-color-2);
  font-weight: 700;
  font-size: 14px;
}
.sdk-controls-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  padding: 12px 0 15px;
  border-color: #f84a6d;
}
.sdk-controls-links.btn-outline-primary:hover {
  background-color: rgba(254, 172, 71, 0.5);
}
.sdk-controls-links img {
  width: 30px;
}
.sdk-controls-links span {
  margin: 0 0 0 10px;
  color: #f84a6d;
}
.mask-color-circle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 1rem 0 1rem 1.5rem;
}
span.mask-img {
  margin: 8px 8px 8px 20px;
}
.create-product-form {
  text-align: left !important;
}
.create-product-form input::placeholder {
  text-align: left !important;
  text-transform: capitalize;
}
.create-product-form input[type='color'] {
  width: 100%;
  height: 44px;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 50px;
}

.range-slider_input {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  opacity: 0;
  margin: 0;
}

.range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.range-slider_input::-moz-range-thumb {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.range-slider_thumb {
  width: 30px;
  height: 30px;
  border: 1px solid #303030;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #303030;
  z-index: 2;
}

.range-slider_line {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #e1e1e1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}

.range-slider_line-fill {
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #303030;
  max-width: 100% !important;
}
span.tab-space {
  padding-left: 0.5em !important;
}
.model-photos ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.model-photos ul li {
  position: relative;
  width: 300px;
  height: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px;
}
.model-photos ul li img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px;
  max-width: 100%;
  max-height: 100%;
}
.font-color-input {
  height: 44px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}

.hamburger_svg {
  color: black;
  margin: 0 12px 0px 0;
}
#sidebar {
  transition-property: width;
  transition: 0.4s ease-in-out;
}
#sidebar.active {
  transition-property: width;
  transition: 0.4s ease-in-out;
  width: 55px;
  padding: 0;
}
.toggle-logo {
  display: none;
}
#sidebar.active .toggle-logo {
  display: block;
  margin: 8px 15px -4px -12px;
}
#sidebar.active .normal-logo {
  display: none;
}
.layout-samples {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-samples img {
  max-height: 350px;
}
@media (max-width: 1280px) {
  a.toggle-btn {
    display: none;
  }
}
.tab-pane {
  max-width: 100% !important;
}
@media (max-width: 991px) {
  .layout-samples {
    display: flex;
    flex-direction: column;
  }

  .layout-samples .form-check {
    margin-bottom: 30px;
  }
}

.eyelash-masks-img img {
  max-width: 64px;
  display: inline-block;
  margin-right: 10px;
}

/* Theme Styling */

body {
  background: rgb(248, 72, 110);
  background: linear-gradient(
    0deg,
    rgba(248, 72, 110, 1) 0%,
    rgba(254, 172, 71, 1) 100%
  );
}
.side-nav > ul ul {
  background: rgba(255, 255, 255, 0.5);
}
.side-nav > ul ul li a {
  color: #000 !important;
}
.side-nav
  > ul
  > li
  > .side-menu:hover:not(.side-menu--active):not(.side-menu--open)
  .side-menu__icon:before {
  --tw-bg-opacity: 1;
  background-color: #f84a6d;
}
.side-nav .side-nav__devider {
  background-color: #fff;
}
.btn-primary {
  background: rgb(248, 72, 110);
  background: linear-gradient(
    0deg,
    rgba(248, 72, 110, 1) 0%,
    rgba(254, 172, 71, 1) 100%
  );
}
.bg-theme-26 {
  background: rgb(248, 72, 110);
  background: linear-gradient(
    0deg,
    rgba(248, 72, 110, 1) 0%,
    rgba(254, 172, 71, 1) 100%
  );
}
.text-theme-28 {
  color: #fff;
}
.border-theme-27 {
  border-color: #fff;
}
.post .post__tabs a.active {
  color: #f84a6d;
}
.breadcrumb a {
  color: #f84a6d;
}
.btn-success {
  background-color: #000;
  border-color: #000;
}
.login {
  background: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.hover\:bg-theme-1:hover {
  background-color: transparent;
}
.mobile-menu ul li ul {
  background-color: rgba(255, 255, 255, 0.25);
}
.sidenav-14 {
  display: block;
}

/* canvas camera styles */
.camera-canvas {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
.imageContainer {
  overflow: hidden;
  padding: 0 0 0 30px;
}
#imageContainer {
  /* float: left; */
  width: 100%;
}
#imageContainer img {
  border-radius: 3px;
  width: 100%;
}
.sliders {
  /* display: block;
  background: #edf0f6;
  text-align: center;
  float: left;
  width: 100%; */
}
.sliders p {
  margin: 0;
  padding: 10px 0;
  vertical-align: middle;
}
.sliders label {
  display: block;
  margin: 10px 0 0;
  width: 100%;
  font-size: 16px;
  color: #22313f;
  text-align: left;
}
.sliders input {
  position: relative;
  margin: 15px 0 0 0;
  vertical-align: middle;
}
.sliders input[type='range'] {
  -webkit-appearance: none;
  border-radius: 5px;
  width: 80%;
}
.sliders input[type='range']::-webkit-slider-runnable-track {
  width: 300px;
  height: 7px;
  background: #feac47;
  border: none;
  border-radius: 3px;
}
.sliders input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f84a6d;
  margin-top: -6px;
  vertical-align: middle;
}
.sliders input[type='range']:focus {
  outline: none;
}
.sliders input[type='range']:hover {
  cursor: pointer;
}
#reset:hover {
  color: #22a7f0;
  background-color: #fff;
  border: 2px solid #22a7f0;
}
p label.rotate:focus .imageContainer {
  transform: rotate(180deg);
}
#imageEditor p input {
  visibility: hidden;
}
#imageEditor p:hover input {
  visibility: visible;
}
#imageContainer input.controls {
  display: none;
  width: 100%;
  position: relative;
}

#overlapping-modal-preview .modal-content {
  --border-size: 5px;
  --border-angle: 0turn;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(
      from var(--border-angle),
      #fff,
      #fff 50%,
      #fff
    ),
    conic-gradient(from var(--border-angle), transparent 20%, #feac47, #f8486e);
  background-size: calc(100% - (var(--border-size) * 2))
      calc(100% - (var(--border-size) * 2)),
    cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-animation: bg-spin 3s linear infinite;
  animation: bg-spin 3s linear infinite;
}
@-webkit-keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
#overlapping-modal-preview .modal-content:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@property --border-angle {
  syntax: '<angle>';
  inherits: true;
  initial-value: 0turn;
}
@media (max-width: 767px) {
  .top-nav {
    display: block;
  }
}

.camera-setting-show-more {
  text-align: right;
  margin-top: 1rem;
  font-weight: bold;
}

.camera-setting-container {
  max-height: 85px;
  overflow: hidden;
  transition: all 0.5s;
}
.variant-img img {
  max-width: 36px;
}
.published-mask .mask-name {
  color: #91c714;
}
a.staging-setup {
  color: #f84a6d;
}
a.product-variants {
  color: #feac47;
}
.makeup-builder-wrapper {
  position: relative;
}
.makeup-builder-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  cursor: none;
}
.filters-container {
  display: flex;
  justify-content: space-between;
}
.buttons-group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons-group span {
  margin: 0 15px 0 0;
}
.buttons-group button {
  background-color: #feac47;
  color: #000;
  padding: 10px 24px;
  cursor: pointer;
}

.buttons-group button:hover,
.buttons-group button.active {
  background-color: #f8486e;
  color: #fff;
}
.application-mode {
  display: flex;
  justify-content: center;
  margin: 15px auto 50px;
}
.product-line-img img {
	width: 25%;
  box-shadow: none;
}
.grey-productlines li {
  margin: 10px 0 20px;
}
