/* CUSTOM STYLE SCRIPTS
---------------------------------
*/

.dropdown-menu.show {
  width: 180px;
}

div.divider {
  display: block;
  text-align: center;
  margin: 1rem 0;
  overflow: hidden;
  white-space: nowrap;
}

div.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0rem 1rem;
}

div.divider .divider-text i {
  font-size: 1.25rem;
}

div.divider .divider-text:before,
div.divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid rgba(75, 70, 92, 0.2);
}

div.divider .divider-text:before {
  right: 100%;
}

div.divider .divider-text:after {
  left: 100%;
}

.divider.text-start .divider-text {
  padding-left: 0;
}

.divider.text-end .divider-text {
  padding-right: 0;
}

.divider.text-start-center .divider-text {
  left: -25%;
}

.divider.text-end-center .divider-text {
  right: -25%;
}

.divider.divider-dotted .divider-text:before,
.divider.divider-dotted .divider-text:after,
.divider.divider-dotted:before,
.divider.divider-dotted:after {
  border-style: dotted;
  border-width: 0 1px 1px;
  border-color: rgba(75, 70, 92, 0.2);
}

.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after,
.divider.divider-dashed:before,
.divider.divider-dashed:after {
  border-style: dashed;
  border-width: 0 1px 1px;
  border-color: rgba(75, 70, 92, 0.2);
}

.divider.divider-vertical {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: unset;
}

.divider.divider-vertical:before,
.divider.divider-vertical:after {
  content: "";
  position: absolute;
  left: 50%;
  border-left: 1px solid rgba(75, 70, 92, 0.2);
}

.divider.divider-vertical:before {
  bottom: 50%;
  top: 0;
}

.divider.divider-vertical:after {
  top: 50%;
  bottom: 0;
}

.divider.divider-vertical.divider-dashed:before,
.divider.divider-vertical.divider-dashed:after {
  border-width: 1px 1px 1px 0;
}

.divider.divider-vertical.divider-dotted:before,
.divider.divider-vertical.divider-dotted:after {
  border-width: 1px 1px 1px 0;
}

.divider.divider-vertical .divider-text {
  background-color: #fff;
  z-index: 1;
  padding: 0.5rem;
}

.divider.divider-vertical .divider-text:before,
.divider.divider-vertical .divider-text:after {
  content: unset;
}

.divider.divider-vertical .divider-text .badge-divider-bg {
  padding: 0.375rem 0.29rem;
  border-radius: 50%;
  font-weight: 500;
  font-size: 0.6875rem;
}

[dir="rtl"] .divider.text-start-center .divider-text {
  right: -25%;
  left: auto;
}

[dir="rtl"] .divider.text-end-center .divider-text {
  left: -25%;
  right: auto;
}

[dir="rtl"] .divider.text-start .divider-text {
  padding-right: 0;
  padding-left: 1rem;
}

[dir="rtl"] .divider.text-end .divider-text {
  padding-left: 0;
  padding-right: 1rem;
}

.divider.divider-secondary.divider-vertical:before,
.divider.divider-secondary.divider-vertical:after,
.divider.divider-secondary .divider-text:before,
.divider.divider-secondary .divider-text:after {
  border-color: #a8aaae;
}

.divider.divider-success.divider-vertical:before,
.divider.divider-success.divider-vertical:after,
.divider.divider-success .divider-text:before,
.divider.divider-success .divider-text:after {
  border-color: #28c76f;
}

.divider.divider-info.divider-vertical:before,
.divider.divider-info.divider-vertical:after,
.divider.divider-info .divider-text:before,
.divider.divider-info .divider-text:after {
  border-color: #00cfe8;
}

.divider.divider-warning.divider-vertical:before,
.divider.divider-warning.divider-vertical:after,
.divider.divider-warning .divider-text:before,
.divider.divider-warning .divider-text:after {
  border-color: #ff9f43;
}

.divider.divider-danger.divider-vertical:before,
.divider.divider-danger.divider-vertical:after,
.divider.divider-danger .divider-text:before,
.divider.divider-danger .divider-text:after {
  border-color: #ea5455;
}

.divider.divider-dark.divider-vertical:before,
.divider.divider-dark.divider-vertical:after,
.divider.divider-dark .divider-text:before,
.divider.divider-dark .divider-text:after {
  border-color: #4b4b4b;
}

.divider.divider-gray.divider-vertical:before,
.divider.divider-gray.divider-vertical:after,
.divider.divider-gray .divider-text:before,
.divider.divider-gray .divider-text:after {
  border-color: rgba(75, 70, 92, 0.05);
}

.btn-label-facebook {
  color: #3b5998;
  border-color: transparent;
  background: #e0e4ef;
}

.btn-label-google-plus {
  border-color: transparent;
  background: #f7d4cf;
  color: #dd4b39;
}

.btn-label-jencube {
  border-color: transparent;
  background: #eee;
}

.pages-menu {
  font-size: medium;
}

.pages-menu li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.rose input[type="checkbox"]:checked + label:before,
.rose input[type="checkbox"]:indeterminate + label:before {
  border-color: #e83e8c;
  background-color: #e83e8c;
}

.rose input[type="radio"]:checked + label:before {
  border-color: #e83e8c;
}

.form-check.switch.rose input[type="checkbox"] + label:before {
  background-image: linear-gradient(
    to right,
    #e83e8c 0%,
    #d81d74 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
}

.text-warning-light {
  color: #ffc107 !important;
}

.text-rose {
  color: #e83e8c !important;
}

.form-group-default.form-group-default-select2 > label {
  z-index: 9999 !important;
}

.select-wrapper
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  display: block !important;
}

.thumbnail-app img {
  width: 48px;
  height: auto;
}

.notification-panel div.currency-list .wrapper {
  line-height: 43px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  opacity: 0.7;
}

.notification-panel div.currency-list .wrapper .code {
  font-size: 11px;
}

.notification-panel div.currency-list .wrapper:hover{
  background-color: #e0e4ef;
}

/* #currency-list:hover{
  background-color: rgba(6, 18, 35, 0.06);
  padding: 6px 0;
  transform: scale(1);
} */

#installment-input-element{
  border: 0;
  border-bottom: thin solid black;
  background-color: inherit;
  font-size: 13.5px;
  padding: 10px;
  width: 100px;
}

/* MAKE SWITCH BUTTONS WITH RADIO ELEMENT
-------------------------------------------- */

.custom-radio .form-check.switch input[type="radio"] + label {
  cursor: pointer;
  width: 26px;
  height: 18px;
  top: 2px;
  padding-left: 26px;
  background-size: 300%;
  background-position: right;
  border-radius: 50px;
  border: none;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
  transition: background 310ms, box-shadow 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-radio .form-check.switch input[type="radio"] + label::before {
  transform: translateX(0%);
  background: #fff;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 9px;
  box-shadow: 1px 0px 1px 0.5px rgba(0, 0, 0, 0.12),
    2px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform, box-shadow;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-radio .form-check.switch input[type="radio"]:checked + label {
  background-image: -webkit-linear-gradient(
    to right,
    #7252d3 0%,
    #845ae0 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
  background-image: -moz-linear-gradient(
    to right,
    #7252d3 0%,
    #845ae0 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
  background-image: linear-gradient(
    to right,
    #7252d3 0%,
    #845ae0 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
  background-position: left;
}

.custom-radio .form-check.switch input[type="radio"]:checked + label::before {
  border-color: transparent;
  border: none;
  transform: translateX(calc(100% - 6px));
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.08), -3px 3px 6px rgba(0, 0, 0, 0.3);
}

.custom-radio .form-check.switch.switch-lg input[type="radio"] + label {
  width: 34px;
  height: 22px;
  top: 0px;
  padding-left: 34px;
}

.custom-radio .form-check.switch.switch-lg input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
  top: 2px;
}

.custom-radio .form-check.switch.success input[type="radio"]:checked + label {
  background-image: linear-gradient(
    to right,
    #19ad79 0%,
    #26bf93 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
}

.custom-radio .form-check.switch.complete input[type="radio"]:checked + label {
  background-image: linear-gradient(
    to right,
    #0072ec 0%,
    #0f8ff9 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
}

.custom-radio .form-check.switch.warning input[type="radio"]:checked + label {
  background-image: linear-gradient(
    to right,
    #ffd945 0%,
    #ffe858 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
}

.custom-radio .form-check.switch.danger input[type="radio"]:checked + label {
  background-image: linear-gradient(
    to right,
    #d83c31 0%,
    #e6533c 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
}

.custom-radio .form-check.switch.info input[type="radio"]:checked + label {
  background-image: linear-gradient(
    to right,
    #3b4752 0%,
    #475b6b 44%,
    rgba(0, 0, 0, 0.14) 62%,
    rgba(0, 0, 0, 0.04) 97%
  );
}

/* hide focus style if not from keyboard navigation */
.js-focus-visible
  .custom-radio
  .form-check.switch
  input[type="radio"]:focus:not(.focus-visible)
  + label:before {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.12);
}

/* Accessibility focus for screen readers*/
.custom-radio .form-check.switch input[type="radio"] {
  top: 1px;
  width: 28px;
  height: 18px;
}

.custom-radio .form-check.switch.switch-lg input[type="radio"] {
  top: 0px;
  width: 34px;
  height: 22px;
}

/* THIS STYLES CUSTOM MODAL BOX
--------------------------------- */

.modal.custom-modal .modal-header {
  background-color: #ffffff;
}

.modal.custom-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.modal.custom-modal .modal-content {
  height: 100%;
  border: none;
  background-color: transparent;
}

/* IFRAME IN CUSTOM MODAL BOX
--------------------------------- */

.overflowOff {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

.iframe iframe html {
  background-color: white;
}

.iframe .iframe-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.iframe .iframe-style {
  flex-grow: 1;
  border: none;
  margin: 0;
  background-color: #F4F4F4;
  /* padding: 20px; */
}

/* THIS STYLES INPUT FILE ELEMENT
--------------------------------- */

div.form-input-file input[type="file"] {
  outline: none;
  padding: 4px;
  margin: -4px;
}

div.form-input-file input[type="file"]:focus-within::file-selector-button,
div.form-input-file input[type="file"]:focus::file-selector-button {
  outline: 2px solid #0964b0;
  outline-offset: 2px;
}

div.form-input-file input[type="file"]::before {
  top: 16px;
}

div.form-input-file input[type="file"]::after {
  top: 14px;
}

/* ------- From Step 2 ------- */

div.form-input-file input[type="file"] {
  position: relative;
}

div.form-input-file input[type="file"]::file-selector-button {
  width: 136px;
  color: transparent;
}

/* Faked label styles and icon */
div.form-input-file input[type="file"]::before {
  position: absolute;
  pointer-events: none;
  /*   top: 11px; */
  left: 40px;
  color: #ffffff;
  /* padding: 0px 12px; */
  font-size: 14px;
  line-height: 14px;
  min-height: 35px;
  min-width: 35px;
  font-weight: 500;
  letter-spacing: -0.011em;
  content: "Browse File";
}

div.form-input-file input[type="file"]::after {
  position: absolute;
  pointer-events: none;
  /*   top: 10px; */
  left: 16px;
  height: 40px;
  width: 40px;
  font-family: "pages-icon";
  content: "upload";
  color: white;
}

/* ------- From Step 1 ------- */

/* file upload button */
div.form-input-file input[type="file"]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 40px;
  cursor: pointer;
  background-color: #7252d3;
  border: 1px solid rgba(78, 55, 182, 0.5);
  border-bottom: 1px solid rgba(33, 33, 33, 0.22);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
div.form-input-file input[type="file"]::file-selector-button:hover {
  background-color: #845ae0;
}

/* file upload button active state */
div.form-input-file input[type="file"]::file-selector-button:active {
  background-color: #845ae0;
}

/* THIS STYLES ROTATE TEXT
--------------------------------- */

.rotate-45 {
  transform: rotate(-45deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-45deg);

  /* Firefox */
  -moz-transform: rotate(-45deg);

  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678, sizingMethod='auto expand');

  /* Opera */
  -o-transform: rotate(-45deg);
}

.rotate-90 {
  transform: rotate(-90deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000, sizingMethod='auto expand');

  /* Opera */
  -o-transform: rotate(-90deg);
}

.rotate-180 {
  transform: rotate(-180deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-180deg);

  /* Firefox */
  -moz-transform: rotate(-180deg);

  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1.00000000, M12=0.00000000, M21=-0.00000000, M22=-1.00000000,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1.00000000, M12=0.00000000, M21=-0.00000000, M22=-1.00000000, sizingMethod='auto expand');

  /* Opera */
  -o-transform: rotate(-180deg);
}

.rotate-270 {
  transform: rotate(-270deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-270deg);

  /* Firefox */
  -moz-transform: rotate(-270deg);

  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=-1.00000000, M21=1.00000000, M22=-0.00000000,sizingMethod='auto expand')";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=-0.00000000, M12=-1.00000000, M21=1.00000000, M22=-0.00000000, sizingMethod='auto expand');

  /* Opera */
  -o-transform: rotate(-270deg);
}

/* THIS STYLES THE PRELOADER
--------------------------------- */

#circularG {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 128px;
  height: 128px;
}

.circularG {
  position: absolute;
  width: 29px;
  height: 29px;
  -moz-border-radius: 19px;
  -moz-animation-name: bounce_circularG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 19px;
  -webkit-animation-name: bounce_circularG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 19px;
  -ms-animation-name: bounce_circularG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 19px;
  -o-animation-name: bounce_circularG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 19px;
  animation-name: bounce_circularG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#circularG_1 {
  left: 0;
  top: 50px;
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

#circularG_2 {
  left: 14px;
  top: 14px;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

#circularG_3 {
  top: 0;
  left: 50px;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

#circularG_4 {
  right: 14px;
  top: 14px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

#circularG_5 {
  right: 0;
  top: 50px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

#circularG_6 {
  right: 14px;
  bottom: 14px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

#circularG_7 {
  left: 50px;
  bottom: 0;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}

#circularG_8 {
  left: 14px;
  bottom: 14px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(0.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(0.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(0.3);
  }
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.3);
  }
}

/* THIS STYLES PASSWORD VALIDATOR
--------------------------------- */

.form--validation-msg ul li.is-valid {
  list-style-type: none;
  list-style-image: url("../../media/images/checkmark.png");
}

/* SET DISPLAY FLOARA TO NONE
--------------------------------- */
#fr-logo {
  display: none;
}

div.fr-wrapper > div:nth-child(1) > a {
  background: white !important;
  padding: 0 !important;
  font-size: 0px !important;
  height: 0px !important;
  line-height: 0px !important;
}

p[data-f-id="pbf"] {
  font-size: 0px !important;
  margin: 0px !important;
  height: 0px !important;
}

/* MARKETPLACE STYLE SCRIPT
--------------------------------- */
.marketplace-card {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.marketplace-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.marketplace-card .card-img {
  height: 160px;
  background-size: cover;
  background-position: center;
}
.marketplace-card .card-body {
  padding: 15px;
}
.marketplace-card .price {
  font-weight: bold;
  color: #4b6cb7;
}
.marketplace-card .rating {
  color: #ffc107;
}
.category-pill {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
  background-color: #f0f0f0;
  color: #555;
  cursor: pointer;
}
.category-pill.active {
  background-color: #4b6cb7;
  color: #ffffff;
}
.category-nav {
  padding: 15px 0;
  overflow-x: auto;
  white-space: nowrap;
}
.category-nav::-webkit-scrollbar {
  height: 4px;
}
.category-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.category-nav::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(75, 108, 183, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
}
.search-container {
  position: relative;
}
.search-container input {
  padding-left: 40px;
  border-radius: 20px;
}
.search-container i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}