@font-face {
  font-family:'Syne-Bold';
  src: url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Syne-SemiBold';
  src: url('../fonts/Syne-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Syne-Regular';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Syne-Medium';
  src: url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Manrope-Regular';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Manrope-Bold';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'Geologica-Regular';
  src: url('../fonts/GeologicaRoman-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'Geologica-SemiBold';
  src: url('../fonts/GeologicaRoman-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'Geologica-Thin';
  src: url('../fonts/GeologicaRoman-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'Geologica-Bold';
  src: url('../fonts/GeologicaRoman-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'Geologica-Light';
  src: url('../fonts/GeologicaRoman-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family:'Geologica-Medium';
  src: url('../fonts/GeologicaRoman-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*Material Symbols*/
@font-face {
  font-family: 'Material Symbols Outlined';
  src: url('../fonts/MaterialSymbolsOutlined-VariableFont_FILL,GRAD,opsz,wght.ttf') format('truetype');
}

@font-face {
  font-family: 'FontAwesomeLight';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

body{
  background-color: unset;
  -webkit-font-smoothing:antialiased;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9850FB ;
  min-width: 1.75rem;
  font-size: 19px;
  vertical-align: middle;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.material-symbols-outlined-fill {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  /* line-height: 1; */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9850FB ;
  /* min-width: 1.75rem; */
  /* padding-bottom: .125em; */
  font-size: 19px;
  line-height: 1.40625rem;
  vertical-align: middle;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.text-align-center{
  text-align: center;
}

.min-width-unset{
  min-width: unset !important;
}
 
.min-height-100vh{
  min-height:100vh;
}

.background-white{
  background: white !important;
}

.background-orange{
  background-color: #FF9800 !important;
}

.color-white{
  color: white !important;
}

.color-gray{
  color: #80858A !important;
}
.syne-bold{
  font-family: 'Syne-Bold' !important;
}

.syne-medium{
  font-family: 'Syne-Medium' !important;
}

.syne-regular{
  font-family: 'Syne-Regular' !important;
}

.h-20{
  height: 20%;
}

.h-25{
  height: 25%;
}

.h-30{
  height: 30%;
}

.h-35{
  height: 35%;
}

.h-45{
  height: 45%;
}

.fs-11{
  font-size: 11px !important;
}

.fs-12{
  font-size: 12px !important;
}

.fs-13{
  font-size: 13px;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20{
  font-size: 20px;
}

.fs-14{
  font-size: 14px;
}
.flex-gap-0{
  gap: 0px !important;
}

.flex-gap-10{
  gap: 10px !important;
}

.flex-gap-15{
  gap: 15px !important;
}

.flex-gap-20{
  gap: 20px !important;
}

.flex-gap-40{
  gap: 40px !important;
}

.w-30{
  width: 30%;
}

.height-35{
  height: 35px !important;
}

.p-l-15{
  padding-left: 15px !important;
}

.color-red-accent{
  color: #F26D61 !important;
}

.border-primary {
  border-color: rgb(140 60 250) !important;
}

.text-primary{
  color: rgb(140 60 250) !important;
  font-family: 'Manrope-Bold';
  font-size: 14px;
}

.form-check-input:checked{
  background-color: rgb(140 60 250);
  border-color: rgb(140 60 250);
}

.nav-link{
  color: rgb(140 60 250);
}

label{
  font-family: 'Manrope-Bold';
  font-size: 12px;
  color: #495057;
  font-weight: unset;
}

.primary-hr{
  width: 100%;
  height: 1px;
  background: #F2F3F3;
  margin-top: 25px;
  margin-bottom: 25px;
}

#dataTable.show-extra span.dtr-data {
    overflow-wrap: anywhere;
}

dl, ol, ul {
    margin-bottom: 0;
}

code.iamcode {
    color: #fff;
}

.form-switch-md{
    margin-bottom: 0 !important;
}

button.swal2-confirm,
button.swal2-cancel{
    margin: 0.3125em;
}

table.dataTable.dtr-column>tbody>tr>td.control:before, 
table.dataTable.dtr-column>tbody>tr>th.control:before{
    background-color: #09ab12 !important;
}

.text-red-600 {
  color: #df4c4c;
}

.background-red-600{
  background:#df4c4c;
}

td.checkers {
    font-size: 20px;
}

td.checkers a
{
    cursor: pointer;
}

td.checkers i.bx.bxs-check-circle {
    color: #42af50;
}

td.checkers i.bx.bxs-x-circle {
    color: #f13b3b;
}
 
.select2-dropdown{
    z-index: 1060 !important;
    border: unset !important;
    box-shadow: 0px 1px 6px #92929273;
    border-radius: 10px;
}
.select2-results__option{
  color: #495057 !important;
  font-family: 'Manrope-Regular';
  line-height: 25px;
  font-size: 11px;
  padding: 5px;
  margin: 0 15px 0px 15px;
   
}
.select2-results__option:first-child{
  margin-top: 10px;
}

.select2-results__option:last-child{
  margin-bottom: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true]{
  background-color: rgb(243, 235, 254) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: rgb(243, 235, 254) !important;
}
 
.select2-filter-div-container{
  min-width: 170px;
}
 
.modal-body {
    word-break: break-all;
    padding: 0;
    /* padding: 0 3rem 3rem 3rem; */
}

.form-inputs-margin{
  margin-bottom: 2.5rem;
}

#dataTable td.control.sorting_1 {
    text-indent: -9999px;
    white-space: nowrap;
}

#dataTable .hstack {
    display: flex;
    justify-content: center;/*cHECK*/
    align-items: center;
}

#dataTable td.checkers {
  padding-left: unset;
  text-align: center;
}

#dataTable > tbody > tr.child ul.dtr-details
{
    width: 100%;
}

#dataTable td,#dataTable th {
  text-align: left;
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;
}

#dataTable th[aria-label=Options]{
  text-align: left;
  padding-left: unset;
}
  
#dataTable tr td {
  font-family: 'Manrope-Regular';
  font-size: 12px;
  color: #495057;
  vertical-align: middle;
  text-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.vertical-collpsed .vertical-menu #sidebar-menu ul.metismenu li span
{
  display: none !important;
}

canvas.chartjs-render-monitor {
  background: #fff;
}

.page-content
{
  min-height: 100vh;
  padding: calc(70px + 0px) 0 60px 0 !important;
  background: white;
}

.page-content form{
  padding: 1.25rem 3.5rem 1.25rem 3.5rem;
}

/* .rulesSideBar .nav-pills{
  overflow-y: scroll;
} */

.rulesSideBar .editableform{
  padding: 0px !important;
}

.rulesSideBar .editableform input{
  min-height: unset;
}

.rulesSideBar .editableform button{
  padding: 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.rulesSideBar .editableform .editable-buttons{
  margin-top: 3px;
}

.modal-body form{
  padding: 0;
}

.modal-padding{
  padding: 0 3rem 0 3rem;
}

.default-form-padding{
  padding: 1.25rem 3.5rem 1.25rem 3.5rem;
}

.data-repeat-delete-bttn {
  font-size: 25px;
  color: var(--bs-danger);
  margin-left: 5px;
}
  
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 42px !important;
}

.select2-container--default .select2-selection--single{
  /* border: 1px solid #ced4da !important; */
  border: 1px solid #ced4da;

}


.shop-rules,
.rule-operator-container span,
.groups-listing,
.shops-listing
{
  display: none;
}

  
.group-title-wrapper{
  padding-right: 0px;
}

.group-title-wrapper.active a{
  color: #fff;
}

.cursor-unset{
  cursor: unset !important;
}

.sorting_disabled:before, .sorting_disabled:after{
  display: none !important;
}

/*
* Loader
*/
.loader {
    display: flex;
    text-align: center;
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999999;
    height: 100vh;
    display: none;
}

.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0%, 50%);
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /* Mimic .fa */
.glyphicon {
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 14px !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Mimic .fa-check-square-o */
.glyphicon-check:before {
  content: '\f046';
}

/* Mimic .fa-plus */
.glyphicon-plus:before {
  content: '\f067';
}

/* Mimic .fa-plus-circle */
.glyphicon-plus-sign:before {
  content: '\f055';
}

/* Mimic .fa-plus-circle */
.glyphicon-globe:before {
  content: '\f0ac';
}

/* Mimic .fa-random */
.glyphicon-random:before {
  content: '\f074';
}

/* Mimic .fa-info */
.glyphicon-info-sign:before {
  content: '\f129';
}

/* Mimic .fa-times */
.glyphicon-remove:before {
  content: '\f00d';
}

/* Mimic .fa-sort */
.glyphicon-sort:before {
  content: '\f0dc';
}

/* Mimic .fa-square-o */
.glyphicon-unchecked:before {
  content: '\f096';
}

/* Mimic .fa-warning */

.alert-warning{
  --bs-alert-color: #f2716d;
  --bs-alert-bg: #fce2df;
  --bs-alert-border-color: #fbe9c9;
  --bs-alert-padding-x: 0px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.alert-success{
  padding: 1rem 3.5rem 1rem 3.5rem;
}

.glyphicon-warning-sign:before {
  content: '\f071';
}

.rules-group-header label.btn {
  cursor: pointer;
}
.rules-groups-comments-list-header{
  background: #8C3CFA;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
}

.rules-groups-comments-list-item{
  cursor: pointer;
  background: #F7F1FF;
  padding: 10px 0px 10px 10px;
  margin-bottom: 5px;
}
 

.milestone-delete{
  cursor: pointer;
  z-index: 999;
}

.rules-groups-comments-list-scrollable{
  max-height: 500px;
  overflow-y: auto;
  padding: 1px;
}

/* My custom CSS (Feel free to ignore) */
.query-builder .rules-group-container {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 14px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  width: 100%;
}

.pull-right {
  float:right;
}

.btn-group.group-conditions .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-group.group-conditions label.btn {
  margin-bottom: 0;
}

.query-builder.bt-checkbox-glyphicons .checkbox input[type=checkbox]:checked+label::after
{
  content: none !important;
}

.datepicker-dropdown
{
  height: auto;
}

.datepicker-days
{
  display: block !important;
}

.querybuilder {
  margin-bottom: 15px;
}
.modal-header{
  border: none;
  padding: 3rem;
}

.modal-header .btn-close {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1.3rem;
  top: 1.3rem;
  background: url(../images/modal-close-btn.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  opacity: 1;
}

.modal-title{
  font-family: 'Syne-Bold';
  color: #495057;
  font-size: 15px;
}

.stored-rule-container textarea{
  min-height: unset;
  line-height: 42px;
  padding: 0 .47rem 0 .75rem;
}

.form-control,.form-select {
  font-family: 'Manrope-Regular';
  font-size: 11px;
  color: #495057;
  border: 1px solid #F3EBFE;
  min-height: 42px;
  border-radius: 10px;
}
.form-select[multiple]{
  height: unset;
}

/* .select2-container{
  border: 1px solid #F3EBFE;
  border-radius: 10px;
} */

.select2-container--open{
  border: unset;
  border-radius: unset;
}

.select2-container--default .select2-selection--single{
  font-size: 11px;
  height: 42px !important;
  line-height: 42px;
  width: 100%;
  color: #495057;
  border: 1px solid #F3EBFE;
  background-color: white !important;
  border-radius: 10px !important;
 }

.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #495057 !important;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  border-radius: 10px;
}

.select2-filter-div-container .select2-container--default 
.select2-selection--single .select2-selection__rendered{
  background: #8c3cfa;
  color: white !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b{
  display: none;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  padding-right: 25px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down-alt.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 11px;
  min-height: 42px !important;
  top: 0px !important;
}

#select2-productsCategoryFilter-results, #select2-variable-results , #select2-variableCategoryFilter-results{  
  max-height: 500px !important;
}

#select2-rulesGroupsFilter-results, #select2-variable-results , #select2-variableCategoryFilter-results{  
  max-height: 500px !important;
}

 
/*ONLY FOR CATEGORY FILTER SELECT2 PATH*/
.select2-container--open .select2-selection[aria-labelledby="select2-productsCategoryFilter-container"]{
  min-width: 400px;
}

/*ONLY FOR RULES GROUPS FILTER SELECT2 PATH*/
.select2-container--open .select2-selection[aria-labelledby="select2-rulesGroupsFilter-container"]{
  min-width: 400px;
}

.select2-filter-div-container .select2-container--default 
.select2-selection--single .select2-selection__arrow{
  background-image: url(../images/arrow-down.svg);
}

.form-select-container{
  cursor: pointer;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  color: #495057;
  border: 1px solid #F3EBFE;
  background: white;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down-alt.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 30px 11px !important;
  padding-left: 12px;
  /* padding-right: 30px; */
  padding-right: 0px;

  position: relative;
 }

 

.form-select{
  cursor: pointer;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  width: 100%;
  color: #495057;
  border: 1px solid #F3EBFE;
  background: white;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down-alt.svg) !;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px 11px;
  padding-top: unset;
  padding-bottom: unset;
  padding-left: .75rem;
  position: relative;
}

.form-select-container .select-styled{
    
    padding-right: 30px;
    
    text-overflow: ellipsis;
    overflow: hidden;
    /* word-wrap: break-word; */
    white-space: nowrap;
}

.form-select-container select {
  display: none; /* Hide default select element */
}

.form-select-container .select-selected {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.form-select-container .select-selected:hover {
  background-color: #f1f1f1;
}

.form-select-container .select-items {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 99;
  display: none;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 10px;
  color: #495057;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  line-height: 25px;
  box-shadow: 0px 1px 6px #92929273;
}
.form-select-container .select-items::-webkit-scrollbar{
  /* display: none; */
}

.form-select-container .select-items div {
  padding:5px;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 0px;
  width: unset;
}

.form-select-container .select-items div:first-child {
  margin-top: 15px;
}

.form-select-container .select-items div:last-child {
  margin-bottom: 15px;
}

#customQuerybuilderDraggable .form-select-container .select-items div:last-child {
  margin-bottom: unset;
}

#customQuerybuilderDraggable .form-select-container .select-items {
  padding-bottom: 15px;
}

#customQuerybuilderDraggable .form-select-container{
  padding-left: 0px;
}

#customQuerybuilderDraggable .select-styled.active{
  background: #8C3CFA;
  background-image: url(../images/arrow-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 30px 11px !important;
  color: white;
  border-radius: 10px;
}

#customQuerybuilderDraggable .select-styled{
  padding-left: 0.75rem;
  padding-right: 1.75rem;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  /* word-wrap: break-word; */
  white-space: nowrap;
}

.form-select-container .select-items div:hover {
  background-color: #F3EBFE;
}
 
.selected-item{
  background-color: #F3EBFE;
}

.rule-container .form-control{
  padding: 0.47rem 0.75rem !important;
}

.exportXmlBtn{
  cursor: pointer;
}

.topnav {
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 calc(24px * .5) 0 0;
  background: #2a3042;
}

.sidebar-menu-height{
  padding-top: 95px !important;
}

.topnav .navbar-nav .nav-link{
  color: #a6b0cf;
}

.topnav .navbar-nav .nav-item .nav-link.active,
.topnav .navbar-nav .nav-link:hover{
  color: #fff;
}

.drop-area {
  min-height: 38.53px;
  width: 100%;
  height: 100%;
  border: 1px solid #d5d4d4;
  margin: 15px 0;
  position: relative;
}

div#trashWidget {
  font-size: 18px;
  color: red;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}

.calculator .btn-group {
  margin-bottom: 5px;
}

.calculator .btn {
  margin-right: 5px;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #8c3cfa6e;
  --bs-nav-tabs-border-radius: 0.25rem;
  --bs-nav-tabs-link-hover-border-color: #f7f1ff #f7f1ff #8c3cfa6e;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #8c3cfa6e #8c3cfa6e #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs-custom .nav-item .nav-link {
  border: none;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-tabs-custom .nav-item i {
  padding-right: 5px;
}

.ui-widget-content{
  z-index: 2147483647 !important;
}

#dataTable.show-extra td.control {
  color: #fff;
}

.repeater-bttn{
  display: block;
  width: 100%;
}

.general-seperate{
  margin:2rem 0 2rem 0;
  height: 1px;
  background: rgb(242,243,243);
  width: 100%;
}

#customQuerybuilder{
  display: flex;
  align-items: self-start;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 6px;
  padding-right: 3.5rem;
}

.variables-select-container select, .operators-select-container select ,
.attribute-template-select-container select, .attribute-values-select-container select{
  outline: none;
  width: 100%;
  height: 42px;
  min-width: 170px;
  /* border: 1px solid lightgray; */
  outline: none;
  background: #f3ebfe;
}

.ui-widget.ui-widget-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ui-menu .ui-menu-item-wrapper{
  margin-bottom: 0px
}

.attribute-values-select-container select{
  height: auto;
}
.delete-select-container{
  margin-top: 0;
 
  /* background: #34c38f; */
  color: white;
  /* padding: 10px; */
  /* margin-bottom: 10px; */
  border-radius: 5px;
  cursor: pointer;
}

.average-text-container{
  height: 30px;
  line-height: 30px;
  font-family: 'Syne-Medium';
  font-size: 12px;
  background: #F3EBFE;
  color: #495057;
  border: none;
  border-radius: 25px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  min-width: 90px;
  max-width: 128px;
  margin-right: 15px;
  margin-left: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
  
.box-shadow-unset{
  box-shadow: unset;
}

.delete-condition-container{
  height: 35px;
  align-items: center;
  display: flex;
  cursor: pointer;
  padding: 0px 15px;
  background: #f46a6a;
  color: white;
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
 
.delete-condition-container div i{
  margin-right: 10px;
}
#products-template{
  resize: vertical;
}

.template-default-value-container select{
  /* height: 35px; */
  align-items: center;
  display: flex;
  border: 1px solid lightgray;
  width: 100% !important;
  outline: none;
  min-width: unset;
  resize: vertical;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  color: #495057;
}


.value-select-container input , .value-select-container select{

  height: 35px;
  align-items: center;
  display: flex;
  border: 1px solid lightgray;
  width: 100% !important;
  outline: none;
  min-width: unset;

}
.value-select-container select{
  height: auto;
}
.variables-select-container, .operators-select-container , 
.delete-select-container , .value-select-container ,
.attribute-template-select-container, .attribute-values-select-container ,
.delete-condition-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-right: 15px;
}
 

#parenthesis-left, #parenthesis-right, #condition-and, #condition-or{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Syne-Medium';
  font-size: 14px;
  margin-top: 0;
  margin-right: 10px;
  background: #CCFCEC;
  color: #495057;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 50%;
}

#condition-and, #condition-or{
  width: 70px;
  border-radius: 25px;
}
 
#add-new-rule{
  min-width: 135px;
  height: 35px;
  cursor: pointer;
  padding-left: 10px;
}
 
#add-new-rule .material-symbols-outlined{
  font-size: 19px;
}

.query-build-row{
  display: flex;
  align-items: center;
  background: white;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  color: #495057;
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid rgb(242,243,243);
  width: 100%;
}

.query-build-row:first-child{
  border-top: 1px solid rgb(242,243,243);
}

.left-parenthesis-container, .right-parenthesis-container,
.and-operator-container,.or-operator-container{
  display: flex;
  background: white;
  padding: 20px 0px 20px 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgb(242,243,243);
  width: 100%;
  color: red;
}

 

.left-parenthesis-in,.right-parenthesis-in, .and-operator-in, .or-operator-in{
  align-items: center;
  display: flex;
 }

.and-operator-container,.or-operator-container{
  color: black;
}

.query-build-row .value2{
  margin-top: 15px;
}

.query-build-row input{
  outline: none;
 }
#customQuerybuilder-footer{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


#customQuerybuilder-footer .btn {
  /* margin-right: 10px; */
}

.products-analysis-group{
  background: #f7f1ff;
  margin-top: 2.75rem;
  color: #8c3cfa;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.convert-group-to-variable {
  display: flex;
}

.convert-group-to-variable input{
  margin-left: 5px;
}
 
#customQuerybuilder .conditions {
  width: 100%;
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  align-items: center;
  padding: 1.9rem 0 1.9rem 0;
}

#customQuerybuilder .value-select-container {
  overflow-x: hidden;
}
 

/*SELECT 2 CUSTOMAZATION*/
#customQuerybuilder .select2 .select2-selection{
  border-radius: unset !important;
  display: flex  !important;
   
 }

 #customQuerybuilder .select2 .select2-selection{
  height: 42px ;
  min-width: 168px ;
  background: #F3EBFE;
  border-radius: 10px !important;
  padding-left: .75rem !important;

 }
 
#customQuerybuilder .select2 input{
  margin-top: unset  !important;
  min-height: unset !important;
 
}

#customQuerybuilder .select2-container .select2-selection--multiple{
  border:none !important;
}

#customQuerybuilder .value-select-container input, .value-select-container select{
  border:none;
}

#customQuerybuilder .value-select-container input{
  background: #F3EBFE;
}

#customQuerybuilderDraggable{
  width: 100%;
  height: 100%;
}

#customQuerybuilderDraggable .form-select-container{
  background: #F3EBFE;
}

#customQuerybuilder .select2 ul{
  padding: unset !important;
  
}
/* #customQuerybuilder .select2 input[type="search" i] {
  
  padding: unset !important;
} */
  
.emptyInput{
  border: 1px solid #f46a6a !important;
}

.rules-modal-header{
  padding-top: 4.5rem !important;
  padding-bottom: 3rem !important;
}

#customQuerybuilderDraggable .form-select-container .select-items{
  width: unset !important;
}

#customQuerybuilderDraggable .form-select-container{
  min-width: 170px;
  padding-right: 0px;
}

#customQuerybuilderDraggable .select-items{
  font-family: 'Syne-Regular';
  font-size: 11px;
  color:#495057
}

#customQuerybuilderDraggable .select-items div:first-child[rel="0"]{
  border-bottom: 1px solid rgb(242,243,243);
  text-transform: uppercase;
}

#customQuerybuilderDraggable .operators-select-container .select-items div:first-child[rel="0"]{
  background: white !important;
  pointer-events: none;
}

#customQuerybuilderDraggable .variables-select-container .select-items div:first-child[rel="0"]{
  background: white !important;
  pointer-events: none;
}

#customQuerybuilderDraggable .select-items .optgroup-label{
  margin-left: 0px;
  font-family: 'Syne-Bold';
  font-size: 11px;
  color: #495057;
  margin-top: 0px;
  border-bottom: 0px !important;
}

#customQuerybuilderDraggable .form-select-container .select-items .optgroup{
  margin-bottom: 0px;
}

.rules-builder-input:focus{
  background: #F3EBFE;
}

.confirm-change-group{
  display: flex;
  justify-content: space-between;
  min-width: 110px;
  float: right;
  margin-top: 0;
  font-family: 'Syne-Bold';
  color: white;
  font-size: 12px;
  /* margin-left: auto; */
  background: #00E09D;
  color: white;
  padding: 10px;
  border-radius: 25px;
  cursor: pointer;
  margin-left: 15px;
}

.confirm-change-group .material-symbols-outlined{
  color: white;
  min-width: unset;
}

.cancel-change-group{
  display: flex;
  justify-content: space-between;
  min-width: 110px;
  float: right;
  margin-top: 0;
  font-family: 'Syne-Bold';
  font-size: 12px;
  background: #FCE2DF;
  color: #F26D61;
  padding: 10px;
  border-radius: 25px;
  cursor: pointer;
}

.cancel-change-group .material-symbols-outlined{
  color: #F26D61;
  min-width: unset;
}

.confirm-delete-group{
  display: flex;
  justify-content: space-between;
  min-width: 110px;
  float: right;
  margin-top: 0;
  font-family: 'Syne-Bold';
  color: white;
  font-size: 12px;
  /* margin-left: auto; */
  background: #00E09D;
  color: white;
  padding: 10px;
  border-radius: 25px;
  cursor: pointer;
  margin-left: 15px;
}

.confirm-delete-group .material-symbols-outlined{
  color: white;
  min-width: unset;
}

.cancel-delete-group{
  display: flex;
  justify-content: space-between;
  min-width: 110px;
  float: right;
  margin-top: 0;
  font-family: 'Syne-Bold';
  font-size: 12px;
  background: #FCE2DF;
  color: #F26D61;
  padding: 10px;
  border-radius: 25px;
  cursor: pointer;
}

.cancel-delete-group .material-symbols-outlined{
  color: #F26D61;
  min-width: unset;
}

.rulegroup-to-create::placeholder{
  color: #8C3CFA;
  font-family: 'Syne-Medium' !important;
  font-size: 14px !important;
}

.bs-ajax-modal-millestones .modal-title{
  width: 100%;
}
.bs-ajax-modal-millestones .modal-title .material-symbols-outlined{
  cursor: pointer;
  color: #00000099;
  font-size: 23px;
  min-width: unset;
}

.bs-ajax-modal-alert-save-center .buttons-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.bs-ajax-modal-alert-delete-center .buttons-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.space{
  display: block;
  width: 80px;
}


.builder-reset{
  --bs-btn-color: #fff;
  --bs-btn-bg: #f1b44c;
  --bs-btn-border-color: #f1b44c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cd9941;
  --bs-btn-hover-border-color: #c1903d;
  --bs-btn-focus-shadow-rgb: 243,191,103;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c1903d;
  --bs-btn-active-border-color: #b58739;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f1b44c;
  --bs-btn-disabled-border-color: #f1b44c;
}
.builder-clear{
 
  --bs-btn-color: #fff;
  --bs-btn-bg: #b44ab1;
  --bs-btn-border-color: #b44ab1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b44ab1;
  --bs-btn-hover-border-color: #b44ab1;
  --bs-btn-focus-shadow-rgb: 243,191,103;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b44ab1;
  --bs-btn-active-border-color: #b44ab1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b44ab1;
  --bs-btn-disabled-border-color: #b44ab1;
}
/*EXPORTS*/

.delete-tag-variable-builder-condition{
  margin-top: 30px;
}

.exportView .parsley-error{
  border-color: #f46a6a !important;
}

.exportView .card{
  margin-bottom: unset;
}

.exportView button{
  width: 150px;
}

.exportView pre{
  color:#9850FB;
  font-size: 15px !important;
}

.exportFilePath{
  margin: 1rem 3.5rem 0rem 3.5rem;
  background: #f8f8fb;
  padding: 10px 15px 10px 15px;
}

#tagBuilderDraggable{
  width: 100%;
}

.export-tags-rows:first-child{
  /* border-top: 1px solid #dcc896; */
}

.export-tag-add a:hover{
  color: white;
}

.stored-variables-container{
  /* max-width: 200px; */
  /* margin-left: 15px; */
}

.modal-data-rows{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  padding: 0 3rem 0 3rem;
}
.modal-data-rows div{
  width: 100%;
}
.modal-data-rows input, .modal-data-rows select{
  width: 100%;
  
}
.stored-variables-container .select2{
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.stored-variables-types-value-container{
  /* margin-right: 15px; */
}
.stored-variables-types-attribute-name-container input , 
.default-value-container input , 
.attribute-default-value-container input,
.stored-rule-container input  
{
  border: 1px solid #ced4da;
  outline: none;
  height: 34px !important;
  line-height: 34px !important;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
}
.stored-variables-types-attribute-name-container label{
  width: 100%;
}

.stored-variables-container .select2-container--default .select2-selection--single{
  border: none;
}

.stored-variables-container .select2-container .select2-selection--single {
  height: 34px !important;
}

.stored-variables-container .select2-container--default .select2-selection--single .select2-selection__rendered
{
  line-height: 34px !important;
}

.modal-content{
  border-radius: 15px !important;
}

.modal-content .btn-group{
  padding: 15px;
}
  
.modal-content-in{
  /* padding: 15px; */
}

.modal-content-in div{
  margin-bottom: 2.5rem;
}

.modal-content-in div input{
  font-family: 'Manrope-Regular';
  font-size: 11px;
  color: #495057;
  border: 1px solid #F3EBFE;
  min-height: 42px;
  border-radius: 10px;
}
  
.exportView .btn-close {
  width: unset !important;
}
.export-tags{
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #8c3cfa4a;
  background: #F7F1FF; 
}
.tags-header{
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
  padding-top: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.tag-actions{
  display: flex;
  flex-wrap: nowrap;
  
}

.tag-actions button{
  height: 35px;
}

.tag-title{
  margin-right: 10px;
  width: 200px;
 
}

.tag-depth{
  width: 50px;
}

.edit-tag{
  margin-left: 10px;
  width: unset !important;
}
.delete-tag{
  margin-left: 10px;
  width: unset !important;
}

.delete-tag-variable-builder-condition{
  margin-left: 10px;
  width: unset !important;
}

.delete-tag-attribute-variable-builder-condition{
  margin-left: 10px;
  width: unset !important;
  margin-top: 30px;
}

.export-tags-rows{
  display: flex;
  width: 100%;
  align-items: start;
  margin-bottom: 10px;
  justify-content: space-between;
}

.export-tags-rows-in{
  display: flex;
}

.export-tags-rows:first-child{
  padding-top: 10px;
}

.export-tags-rows input{
    height: 35px;
    align-items: center;
    display: flex;
    width: 100% !important;
    outline: none;
    padding-left: 10px;
    font-family: 'Manrope-Regular';
    font-size: 11px;
    color: #495057;
    border: 1px solid #F3EBFE;
    min-height: 42px;
    border-radius: 10px;
}
.export-tags-header{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  flex-wrap: wrap;
}
.export-tags-header-in{
  width: 100%;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #8c3cfa4a;
}

.export-tag-name{
  font-weight: unset;
  /* width: 50%; */
  margin-right: 10px;
  width: 200px;
  font-family: 'Manrope-Bold';
  font-size: 12px;
  color: #495057;
}
.export-tag-depth{
  font-weight: 500;
  width: 50px;
  /* width: 20%; */
}

.export-preview{
  background: #f8f8fb;
}

.export-preview .card{
  -webkit-box-shadow:unset;
  background: #f8f8fb;
}

.export-preview h6{
  background: #f8f8fb;
  font-family: 'Syne-Medium';
  font-size: 16px;
  color: #8C3CFA;
  padding: 15px;
  border-bottom: 1px solid #8c3cfa4a;
  width: 100%;
}

.export-preview h6 {
  padding-left: 0px;
}

.tag-variable-rules,.tag-variable-advanced-rules, .tag-attribute-variable-rules{
  background: #F7F1FF;
  padding: 20px;
}

.xml-preview-loader{
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  background: unset;
  z-index: 99999999;
  /* background: #ffffff9e; */
  left: 0px;
}

.xml-preview-loader .lds-spinner div {
  transform-origin: 30px 28px;
}

.xml-preview-loader .lds-spinner div:after{
  background: gray;
  top: 20px;
  left: 40px;
  width: 6px;
  height: 3px;
}

.json-preview-loader{
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  background: unset;
  z-index: 99999999;
  /* background: #ffffff9e; */
  left: 0px;
}

.json-preview-loader .lds-spinner div {
  transform-origin: 30px 28px;
}
.json-preview-loader .lds-spinner div:after{
  background: gray;
  top: 20px;
  left: 40px;
  width: 6px;
  height: 3px;
}
#excel-preview table{
  width: 100%;
}
#excel-preview tr{
  /* border: 1px solid #2045f8; */
}
#excel-preview th{
  /* border-right: 1px solid #2045f8; */
  border: 1px solid #8c3cfa5e;
  text-align: center;
}

#excel-preview td{
  border-right: 1px solid;
  text-align: center;
}

.excel-preview-loader{
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  background: unset;
  z-index: 99999999;
  /* background: #ffffff9e; */
  left: 0px;
}

.excel-preview-loader .lds-spinner div {
  transform-origin: 30px 28px;
}
.excel-preview-loader .lds-spinner div:after{
  background: gray;
  top: 20px;
  left: 40px;
  width: 6px;
  height: 3px;
}

.tag-variable-rules, .tag-attribute-variable-rules{
  font-weight: 500;
}

.tag-variable-rules_header, .tag-attribute-variable-rules_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: unset !important;
}

.tag-variable-rules-title, .tag-variable-rules-add-new, .tag-attribute-variable-rules-add-new{
  margin-bottom: unset !important;

}
 
.tag-variable-rules-title, .tag-attribute-variable-rules-title{
  width: unset !important;
  margin-bottom: unset !important;
}

.tag-variable-rules-add-new, .tag-attribute-variable-rules-add-new{
  width: unset !important;
  font-size: 25px;
  /* font-weight: bold; */
  cursor: pointer;
}
 
.tag-variable-rules-row .condition, .tag-attribute-variable-rules-row .condition{
  margin-bottom: unset;
}

.tag-variable-rules-row .condition .form-select-container{
  width: 105px;
}

.tag-attribute-variable-rules-row .condition .form-select-container{
  width: 105px;
}

.tag-variable-rules-row, .tag-attribute-variable-rules-row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 0.5rem !important;

}

.tag-variable-rules-row input, .tag-attribute-variable-rules-row input{
  border: 1px solid #ced4da;
  outline: none;
  height: 37px !important;
  line-height: 37px !important;
  border-radius: 5px;
  width: 100%;
}
 
.tag-variable-rules-row .stored-value, .tag-attribute-variable-rules-row .stored-value{
  margin-left: 15px;
  margin-right: 15px;
}

.tag-variable-rules, .tag-attribute-variable-rules{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/*-------------------------------*/
.tag-variable-advanced-rules, .tag-attribute-variable-rules{
  font-weight: 500;
}
.tag-variable-advanced-rules_header, .tag-attribute-variable-rules_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: unset !important;
}
.tag-variable-advanced-rules-title, .tag-variable-advanced-rules-add-new, 
.tag-attribute-variable-advanced-rules-add-new{
  margin-bottom: unset !important;

}
.tag-variable-advanced-rules-title, .tag-attribute-variable-advanced-rules-title{
  width: unset !important;
}
.tag-variable-advanced-rules-add-new, .tag-attribute-variable-advanced-rules-add-new{
  width: unset !important;
  font-size: 25px;
  /* font-weight: bold; */
  cursor: pointer;
}
 
.tag-variable-advanced-rules-row .condition, .tag-attribute-variable-advanced-rules-row .condition{
  margin-bottom: unset;
}

.tag-variable-advanced-rules-row .condition .form-select-container{
  width: 105px;
}



.tag-variable-advanced-rules-row, .tag-attribute-variable-advanced-rules-row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 0.5rem !important;
}

.tag-variable-advanced-rules-row input, .tag-attribute-variable-advanced-rules-row input{
  border: 1px solid #ced4da;
  outline: none;
  height: 37px !important;
  line-height: 37px !important;
  border-radius: 5px;
  width: 100%;
}
 
.tag-variable-advanced-rules-row .stored-value, 
.tag-attribute-variable-advanced-rules-row .stored-value {
  margin-left: 15px;
  margin-right: 15px;
}

.tag-variable-advanced-rules-row .stored-variable{
  margin-left: 15px;
}

.tag-variable-advanced-rules-row .new-variable-value{
  margin-left: 15px;
}

.tag-variable-advanced-rules-row .stored-variable .select2-container{
  width: 150px !important;
}
.tag-variable-advanced-rules-row .new-variable-value .select2-container{
  width: 150px !important;
}

.tag-variable-advanced-rules, .tag-attribute-variable-rules{
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

#exportModal{
  /* margin: 15px; */
}
#exportModal .modal-dialog{
  /* max-height: 80vh; */
  overflow-y: auto;
}

.tag-name-resp{
  display: none;
}

.tag-depth-resp{
  display: none;
}

.always-hidden{
  display: none !important;
}

.score-operator-label{
  display: flex;
  align-items: center;
}
.score-plus, .score-minus{
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  color: black;
  border: 1px solid #00000029;
  border-radius: 5px;
}
.score-list-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.active-score-operator{
  color: white;
  background: gray;
}
.score-list-operator-positive{
  background: #34c38f;
  color: white;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.score-list-operator-negative{
  background: #f46a6a;
  color: white;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.limit-value i{
  -webkit-text-stroke: 0.5px white;
}

.customer-card th{
  /* padding-top: 20px; */
  padding: 20px 0px 20px 20px;
}

.customer-shop-url{
  margin-bottom: 10px !important;
}

.addShop button{
  width: 150px !important;
}

.saveCustomer button{
  width: 150px !important;
}

#createNewCustomerForm 
.optisleek-secondary-submit-form-btn{
  width: 150px !important;
}

#createNewCustomerForm 
.optisleek-primary-submit-form-btn{
  width: 150px !important;
}

#variablesCategoriesForm button{
  width: 150px;
}

.customer-shop-row{
  border-top: 2px solid #f5f5f8;
  padding-top: 15px;
  padding-bottom: 15px;

}
.customer-shop-row:first-child{
  border-top: unset;
}
 
.user-card th{
  /* padding-top: 20px; */
  padding: 20px 0px 20px 20px;
}
 
.saveUser button{
  width: 200px !important;
}

.d-none-993{
  display: block;
}

.flex-nowrap-993{
  flex-wrap: nowrap;
}

.opacity-0{
  opacity: 0;
}

.width-0{
  width: 0px;
}

.height-0{
  height: 0px;
}

.product-image{
  max-height: 400px;
  object-fit: contain;
}  
.product-information-container .card{
  min-height: 400px;
}
.product-image{
  height: 400px;
}
.product-images-close{
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}
 

.product-images-close i{
  font-size: 25px;
  color: black;
  /* border-radius: 25px; */
  font-weight: bold;
}

.product-image img{
  width: 100%;
  /* height: 100%; */
  height: 320px;
  object-fit: contain;
  border: 1px solid #F2F3F3;
  padding: 15px;
}

.bg-white{
  background: white;
}
.pl-0{
  padding-left: 0px !important;
}

.pr-0{
  padding-right: 0px !important;
}

.list_image{

}

.image-not-found{
  display: flex;
  align-items: center;
  height: 400px;
  text-align: center;
  color: #74788d;
  font-size: 15px;
}

#carouselProductVariations .owl-carousel-item img{
  max-height: 850px;
  object-fit: contain;
  
}
#carousel-relative-products-widget .owl-stage{
  margin: auto;
}

#carousel-relative-products-widget .owl-carousel-item img{
  object-fit: cover;
  object-position: center;
}

#mainProductPhotoImage{
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainProductPhotoImage img{
  max-height: 850px;
  object-fit: contain;
}

#carouselProductVariations .carousel-control-next,
#carouselProductVariations .carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

#carouselProductVariations .owl-nav{
    height: 0px;
}

#carouselProductVariations .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;  
  margin-top: 15px;
}

#carouselProductVariations .owl-dot{
  background: white;
  border: 1px solid black;
  height: 10px;
  width: 10px;
  border-radius: 25px;
  margin: 2.5px;
}
#carouselProductVariations .owl-dots .active{
  background: black;
  border:  1px solid black;
}

#carouselProductVariations .fa-angle-right{
  position: absolute;
  right: 15px;
  top: 45%;
  font-size: 40px;
}

#carouselProductVariations .fa-angle-left{
  position: absolute;
  left: 15px;
  top: 45%;
  font-size: 40px;
}

 
#carousel-relative-products-widget .carousel-control-next,
#carousel-relative-products-widget .carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}

#carousel-relative-products-widget .owl-nav{
    height: 0px;
}

#carousel-relative-products-widget .owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;  
}

#carousel-relative-products-widget .owl-dot{
  background: white;
  border: 1px solid black;
  height: 10px;
  width: 10px;
  border-radius: 25px;
  margin: 2.5px;
}
#carousel-relative-products-widget .owl-dots .active{
  background: black;
  border:  1px solid black;
}

#carousel-relative-products-widget .fa-angle-right{
  position: absolute;
  right: 15px;
  top: 45%;
  font-size: 40px;
}

#carousel-relative-products-widget .fa-angle-left{
  position: absolute;
  left: 15px;
  top: 45%;
  font-size: 40px;
}


.cursor-pointer{
  cursor: pointer;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.main-product-image{
  cursor: pointer;
}

.products-list-image{
  object-fit: contain;
}
 
.card-logout-shop{
  display: flex;
  /* align-items: end; */
  justify-content: end;
}

.card-title-subDesc {
  color: var(--bs-gray-600);
  margin-bottom: 24px;
}

.disable-sorting{
  pointer-events: none;
}
.events-none{
  pointer-events: none !important;
}
.custom-command{
  display: none;
}
#custom_command{
  display: block;
  width: 100%;
  padding: 0.47rem 0.75rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-gray-700);
  background-color: var(--bs-custom-white);
  background-clip: padding-box;
  border: 1px solid var(--bs-input-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.all-category-products{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* margin-bottom: 10px; */
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  
  /* background: #eeeeee99; */
  /* padding-top: 10px;
  padding-bottom: 10px; */
  background: white;

}

.sort-product{
  object-fit: contain;
  width: 10%;
  max-height: unset;
  margin: 10px;
  position: relative;
}

.sort-product img{
  width: 100%;
  /* height: 100%; */
  /* height: 320px; */
  object-fit: contain;
  max-height: 320px;
  min-height: 150px;
}


.sort-product-position{
  outline: none;
  border: none;
  position: absolute;
  width: 50px;
  top: 5px;
  right: 5px;
  z-index: 10;
  text-align: center;
  border: 1px solid #00000045;
}

.sort-variable-value{
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  text-align: center;
  color: white;
  background: #32bbb5;
  padding-left: 5px;
  padding-right: 5px;
  /* border: 1px solid white; */
  margin-left: 5px;
  min-width: 50px;
}

.m-r-15{
  margin-right: 15px;
}

.m-r-1{
  margin-right:1rem;
}

.m-r-40{
  margin-right:2.5rem;
}

.p-l-40{
  padding-left:2.5rem;
}

.p-b-2{
  padding-bottom: 2rem;
}

.p-t-3{
  padding-bottom: 3rem;
}

.p-b-3{
  padding-bottom: 3rem;
}

.p-l-3_5{
  padding-right: 3.5rem;
}

.p-l-3{
  padding-left: 3rem;
}

.p-r-3{
  padding-right: 3rem;
}

.p-l-0{
  padding-left: 0px !important;
}

.p-l-3{
  padding-bottom: 3rem !important;
}

.p-l-15{
  padding-left: 0.9rem !important;
}

.p-r-2{
  padding-right: 2rem !important;
}

.p-l-10{
  padding-left: 0.625rem !important;
}

.p-r-10{
  padding-right: 0.625rem !important;
}

.p-r-20{
  padding-right: 1.25rem !important;
}
 

.sort-variable-img{
  position:relative
}

.sort-position-pin{
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #556ee6;
}

.sort-product-title{
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: normal;
  color: #000;
  text-align: center;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.sort-product-code{
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
  text-align: center;
}

.sortProductsView .modal-dialog{
  --bs-modal-width: 90% !important;
}

#uploadImportButton , #submitImportButton{
    
    /* border: navajowhite; */
    border: none;
    background: #00E09D;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 150px;
      
}
#submitImportButton{
  margin-top: 15px;
}
.previewImportData{
    background: #f7f7fa;
    margin-top: 15px;
    padding: 10px;
    
   
    width: 100%;
}

.available-upload-columns table{
  border-collapse: collapse;
  width: 100% !important;
  margin-bottom: 15px;
  margin-top: 5px;

}

.available-upload-columns{
  margin-top: 15px;
}

.available-upload-columns table td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.available-upload-columns table tr:nth-child() {
  background-color: #dddddd;
}

  
#productVariationsCustomFieldsModal table{
  border-collapse: collapse;
  width: 100% !important;
  margin-bottom: 15px;
  margin-top: 5px;
}

#productVariationsCustomFieldsModal table td, th {
  
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  word-break: break-all; /* or any other value like break-word */

}

#productVariationsCustomFieldsModal table tr:nth-child() {
  background-color: #dddddd;
}
 
 
#productVariationsRuleGroupsModal table{
  border-collapse: collapse;
  width: 100% !important;
  margin-bottom: 15px;
  margin-top: 5px;
  
}

#productVariationsRuleGroupsModal table td, th {
  border: unset;
  text-align: left;
  padding: 8px;
  /* word-break: unset !important; */
  word-break: keep-all;
  white-space: nowrap;
  padding-left: 0px;
}

#productVariationsRuleGroupsModal table tr:nth-child() {
  background-color: #dddddd;
}

#productVariationsRuleGroupsModal .modal-content{
  padding: 15px;
}
 

 
#productVariationsVariablesValuesModal table{
  border-collapse: collapse;
  width: 100% !important;
  margin-bottom: 15px;
  margin-top: 5px;
  
}
 
#productVariationsVariablesValuesModal table tr:nth-child() {
  background-color: #dddddd;
}

#productVariationsVariablesValuesModal .modal-content{
  padding: 15px;
}

.product-analysis-preview #productVariationsVariablesValues{
  padding: 0 3rem 3rem 3rem !important;
}

#productAnalysisAIModal .modal-body{
  padding: 0 3rem 3rem 3rem !important;
  overflow-y: auto;
  max-height: 500px;
}
 
.full_modal-dialog {
  width: 98% !important;
  height: 92% !important;
  min-width: 98% !important;
  min-height: 92% !important;
  max-width: 98% !important;
  max-height: 92% !important;
  padding: 0 !important;
}

.full_modal-content {
  height: 99% !important;
  min-height: 99% !important;
  max-height: 99% !important;
}


.download-upload-template{
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}

.previewImportData pre{
  height: 100vh;
  overflow-y: auto;
  color: #9364fa !important
}

.previewImportDataTitle{
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #aa3cfa;
}

.upoloadFileItem{
  background: #f8f8fb !important;
  width: 100% !important;
  text-align: left !important;
  color: black !important;
  font-weight: normal !important;
  margin-top: unset !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
 }
.upoloadFileItem i{
  color: red;
  font-weight: bold;
  position: absolute;
  right: 5px;
  cursor: pointer;
  font-size: 20px;
}
 

#importForm{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.uploadButtonsContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;

}

.uploadButtonsContainer input[name=import_file]{
  width: 100%;
  display: none; 
}

.uploadButtonsContainer input[name=import_file]::-webkit-file-upload-button {
  color: white;
  display: inline-block;
  background: #1CB6E0;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 700;
  border-radius: 3px;
  white-space: nowrap;
  cursor: pointer;
 
}

.exportDatabaseTitle{
  font-family: 'Manrope-Bold';
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.exportDatabaseTableTitle{
  font-family: 'Manrope-Bold';
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #495057;
  border-bottom: 1px solid #49505724;
}

.exportDatabaseTableCheckboxContainer{
  display: flex;
  align-items: center;
}

.exportDatabaseTableCheckboxContainerAll{
  display: flex;
  align-items: center;
}

.exportAllTablesContainer{
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e6e7;
  margin-top: 15px;
  padding-top: 15px;
}

.exportDatabaseTableCheckboxContainer label{
  font-family:'Manrope-Regular' !important;
  margin: 5px;
}

.exportDatabaseTableCheckboxContainerAll label{
  font-family:'Manrope-Regular' !important;
  margin: 5px;
}

.exportAllTablesContainer label{
  font-family:'Manrope-Bold' !important;
  font-size: 12px;
  margin: 5px;
}

.exportDatabaseButtonsContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;

}

.list-filters{
  display: flex;
  gap: 15px;
  min-height: 100px;
  align-items: end; 
  width: 100%;
  border-bottom: 1px solid white;
  padding:1.25rem 3.5rem 1.25rem 3.5rem;
  background: white;
  flex-wrap: wrap;
  width: calc(100% - (1.75rem + 200px));
  
}

 
.default-list-filters-width{
  width: calc(100% - 1.75rem);
}

.list-filters-in{
  justify-content: start;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
  
.list-filter-item{
  display: block;
}

.list-filter-item label{
  margin-bottom: unset;
  margin-right: 15px;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  color: #495057;
  padding-bottom: 0.5rem;
}
 
.variable-filter-require{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.width-100{
  width: 100px !important;
}
.width-200{
  width: 200px !important;
}
.width-300{
  width: 300px !important;
}
.width-400{
  width: 400px !important;
}
#dataTable_wrapper .dt-buttons{
  display: none !important;
}
.datatableButtons{
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  gap: 10px;
}
 
.eshopTopProductsChartsWrapper{
  max-height: 600px;
}

.eshopTopCategoriesChartsWrapper{
  max-height: 600px; 
}
 
.eshopTopSalesCategoriesChartsWrapper{
  max-height: 600px;
}

#eshopTrafficChart,
#eshopPurchasesChart,
#eshopPurchasesPriceChart,
#eshopRelProductsViewsAguidCountPerDayCharts,
#eshopRelProductsPurchasesCountPerDayCharts,
#eshopRelProductsPurchasesPricePerDayCharts,
#eshopBoughtTogetherProductsViewsBtaguidCountPerDayCharts,
#eshopBoughtTogetherProductsPurchasesCountPerDayCharts,
#eshopBoughtTogetherProductsPurchasesPricePerDayCharts,
#eshopLpProductsPurchasesCountPerDayCharts,
#eshopLpProductsPurchasesPricePerDayCharts,
#eshopLpProductsViewsAlpguidCountPerDayCharts,
#eshopCategoriesViewsPerDayCharts,
#eshopCategoriesAddToCartPerDayCharts,
#eshopCategoriesAddToFavoritesPerDayCharts,
#eshopCategoriesPurchasesPerDayCharts,
#eshopProductsViewsPerDayCharts,
#eshopProductsAddToCartPerDayCharts,
#eshopProductsAddToFavoritesPerDayCharts,
#eshopCategoriesPurchasesPricePerDayCharts,
#eshopProductsPurchasesPerDayCharts,
#eshopProductsPurchasesPricePerDayCharts,
#eshopProductEngagementPerDayCharts,
#eshopRulesGroupsPerformanceViewsPerDayCharts,
#eshopRulesGroupsPerformanceAddToCartPerDayCharts,
#eshopRulesGroupsPerformancePurchasesPerDayCharts,
#eshopRulesGroupsPerformanceProductEngagementPerDayCharts,
#eshopRulesGroupsPerformanceProductsEngagementPerDayCharts,
#eshopRulesGroupsPerformanceProductVariationsCountsPerDayCharts,
#eshopRulesGroupsPerformanceTurnoverPerDayCharts{
  min-height: 300px;
}
  
#eshopAllDataChart{
  min-height: 400px;
}

/* .eshopTopProductsChartsContainer{
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;  
}

.eshopTopProductsChartsWrapper{
  min-width: 1300px;  
}

.eshopTopProductsChartsWrapper canvas{
  display: block;
  max-width: 100%;
} */

/*.eshopTopCategoriesChartsContainer{
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;  
}

.eshopTopCategoriesChartsWrapper{
  min-width: 1300px;  
}

.eshopTopCategoriesChartsWrapper canvas{
  display: block;
  max-width: 100%;
} */

.eshopTopProductsChartsContainer {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px; 
}

.eshopTopProductsChartsWrapper {
  display: inline-block;
  min-width: 100%;
  max-width: 900px;
  width: auto;
}


.eshopTopCategoriesChartsContainer {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 20px; 
}

.eshopTopCategoriesChartsWrapper {
  display: inline-block;
  min-width: 100%;
  max-width: 900px;
  width: auto;
}

.productSearch #search{
  width: 230px !important;
}

.dashboard-stat {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
}

.dashboard-stat.dashboard-stat-v2 .visual {
  padding-top: 35px;
  margin-bottom: 40px;
}

.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-left: 15px;
  font-size: 35px;
  line-height: 35px;
}

.dashboard-stat .visual>i {
  margin-left: -35px;
  font-size: 110px;
  line-height: 110px;
}

.dashboard-stat .visual>i {
  color: #FFF;
  opacity: .1;
  filter: alpha(opacity = 10);
}

.dashboard-stat.blue {
  background-color: #3598dc;
}

.dashboard-stat.purple {
  background-color: #7f88aa;
}

.dashboard-stat.brown {
  background-color: #8a6756cf;
}

.dashboard-stat.gray {
  background-color: #00000069;
}

.dashboard-stat.orange {
  background-color: #FF9800;
}

.dashboard-stat.red{
  background-color: #e7505a;
}

.dashboard-stat.green{
  background-color: #2bbab4;
}

.dashboard-stat.yellow{
  background-color: #c8bd5a;
}

.dashboard-stat .details {
  /* position: absolute; */
  /* right: 15px; */
  padding-left: 15px;
  padding-right: 15px;

}

.dashboard-stat .details .number {
  padding-top: 25px;
  text-align: right;
  /* font-size: 34px; */
  font-size: 1.6rem;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 300;
}

.dashboard-stat .details .number {
  color: #FFF;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 300;
  padding-bottom: 15px;
}

.dashboard-stat .details .desc {
  color: #FFF;
  opacity: 1;
  filter: alpha(opacity = 100);
}

.dashboard-stat .details .desc .title{
  border-top: 1px solid #ffffff73;
  padding-top: 5px;
  margin-top: 5px;
}
 
.sortProductsView .modal-fullscreen{
  width: 90vw;
  max-width: none;
  height: 90%; 
  margin: var(--bs-modal-margin);
  margin-right: auto;
  margin-left: auto;
}

/* .sortProductsView .modal-body{
  overflow-y: hidden;
} */

.sortProductsView form{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.sortProductsView .all-category-products{
  /* height: 75%; */
}


.sortProductsView .sort-filters{
  width: 100%;
}

.sortProductsView .modal-buttons-wrapper{
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  width: 100%;
  /* float: right; */
  gap: 20px;
  float: right;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 3rem;
  margin-right: 3rem;
}

.clear-sort, .submit-sort , 
.sortingVariablesCategoriesView .submitModalForm {
  width: 200px !important;
}
 
.sorting-variables-modal-body::-webkit-scrollbar{
  /* display: none !important; */
}

.saveVariableCategory button, 
.saveVariableDetailsConfiguration button{
  width: 200px;
}

/*Relative Products*/
#opt-relative-products-widget-title{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 15px;
  color: black;
}

.opt-relative-product-title{
    font-size: 13px;
    font-weight: normal;
    color: #979797;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
   
}
.opt-relative-product-image{
  cursor: pointer;
}

.opt-relative-product-details{
  padding-bottom: 10px;
  margin-top: 10px;
}

.opt-relative-product-prices{
  display: flex;
  align-items: start;
  margin-top: 5px;
  
}

.opt-relative-product-init-price{
  font-weight: normal;
    font-size: 15px;
    color: #989898;
    margin-right: 15px;
    text-decoration: line-through;
}

.opt-relative-product-final-price{
  color: #E20A7D;
  font-size: 15px;
}

/*Bought Together Products*/
#opt-bought-together-products-widget-title{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 15px;
  color: black;
}

.opt-bought-together-product-title{
    font-size: 13px;
    font-weight: normal;
    color: #979797;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
   
}
.opt-bought-together-product-image{
  cursor: pointer;
}

.opt-bought-together-product-details{
  padding-bottom: 10px;
  margin-top: 10px;
}

.opt-bought-together-product-prices{
  display: flex;
  align-items: start;
  margin-top: 5px;
}

.opt-bought-together-product-init-price{
  font-weight: normal;
    font-size: 15px;
    color: #989898;
    margin-right: 15px;
    text-decoration: line-through;
}

.opt-bought-together-product-final-price{
  color: #E20A7D;
  font-size: 15px;
}

/*Landing Pages */
#opt-lp-products-widget-title{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 15px;
  color: black;
}

.opt-lp-product-title{
    font-size: 13px;
    font-weight: normal;
    color: #979797;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
   
}
.opt-lp-product-image{
  cursor: pointer;
}

.opt-lp-product-details{
  padding-bottom: 10px;
  margin-top: 10px;
}

.opt-lp-product-prices{
  display: flex;
  align-items: start;
  margin-top: 5px;
  
}

.opt-lp-product-init-price{
  font-weight: normal;
  font-size: 15px;
  color: #989898;
  margin-right: 15px;
  text-decoration: line-through;
}

.opt-lp-product-final-price{
  color: #E20A7D;
  font-size: 15px;
}
 
/*Products Analysis*/
#opt-pa-products-widget-title{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 15px;
  color: #8c3cfa;
}

.opt-pa-product-title{
  padding-top: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
    color: #000;
    text-align: center;
   
}

.opt-pa-product-code{
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
  text-align: center;
}


.opt-pa-product-image{
  cursor: pointer;
  position: relative;
}

.opt-pa-product-details{
  padding-bottom: 10px;
  margin-top: 10px;
}

.opt-pa-product-prices{
  display: flex;
  align-items: start;
  margin-top: 5px;
  
}

.opt-pa-product-init-price{
  font-weight: normal;
  font-size: 15px;
  color: #989898;
  margin-right: 15px;
  text-decoration: line-through;
}

.opt-pa-product-final-price{
  color: #E20A7D;
  font-size: 15px;
}


.opt-pa-product-variables-values .product-variations-variables-values{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.opt-pa-product-variables-values .product-variations-variables-values i{
  margin-right: 5px;
}
.product-analysis-chart i{
  color:#32bbb5
}

.opt-pa-product-sort-variable-value{
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  text-align: center;
  color: white;
  background: #32bbb5;
  padding-left: 5px;
  padding-right: 5px;
  /* border: 1px solid white; */
  margin-left: 5px;
  min-width: 50px;
} 

.opt-pa-product-ai {
  position: absolute;
  bottom: 5px;
   
  z-index: 10;
  text-align: center;
  color: white;
  /* background: #32bbb5; */
  padding-left: 5px;
  padding-right: 5px;
  /* border: 1px solid white; */
  margin-right: 5px;
  padding-top: 5px;
}

.opt-pa-product-ai img{
  object-fit: contain;
  height: 25px;
}

.relative-widget-container-on{
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d3d3d378;
}
.hidden-field{
  display: none;
}

#landingPagesForm #api_token,#landing-page-url{
  background: #f8f8fb;
}

#toast-container{
  z-index:99999999 !important;
  overflow-y: auto;
  max-height: 100vh;
}

#toast-container::-webkit-scrollbar{
  display: none;
}

.charts-landing-page-title{
  width: 100%;
  text-align: center;
}

.divider-bottom{
  border-bottom: 1px solid #f5f5f9;
  width: 100%;
}

.productsAnalysisView .collapse-arrow i{
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}

.productsAnalysisView .collapse-arrow .show_more{
  text-align: center;
  /* font-weight: bold; */
  /* font-size: 220px; */
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

#customQuerybuilderMessage{
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  /* border-bottom: 4px solid #f8f8fb; */
  /* padding-bottom: 25px; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8fb52;
}

.rulesSideBar{
  padding: 1.9rem 3.5rem 0 3.5rem;
}

.rulesSideContent {
  overflow-y: scroll;
  padding-bottom: 2.75rem;
}

.rulesSideContent::-webkit-scrollbar{
  display: none;
}

.rules-buttons-wrapper{
  padding-right: 3.5rem;
}
 
.editable-unsaved{
  font-weight: normal !important;
}

.group-title{
  width: 100%;
  padding-left: 0px;
  font-family: 'Syne-Medium';
  font-size: 14px;
  color: #8c3cfa;
  cursor: pointer;
  word-break: break-all;
}

.group-item-wrapper{
  border-top: 1px solid #f2f3f3;
}

.group-item-wrapper:last-child{
  border-bottom: 1px solid #f2f3f3;
}

.group-item-wrapper.opened{
  border-top:0px;
  border-bottom:0px;
  display: block !important;
  width: 100%;
}

.group-item-wrapper.opened .group-title-wrapper{
  overflow: hidden;
  padding-right: 15px;
}



.rule-only-title{
  width: 100%;
  color: #495057;
  font-family: 'Syne-Medium';
  font-size: 14px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.group-title-wrapper .editable-input{
  width: 70%;
}

.group-title-wrapper .editable-input input{
  width: 100%;
}

.group-title-wrapper.active .group-title-edit{
  /* display: none; */
  cursor: pointer;
  color: white;
}
 

/* .m-15{
  margin: 15px;
} */
 

.charts-subtitle{
  text-align: center;
  font-size: 15px;
  color: #8c3cfa;
}


/*Products Analysis Items Responsive Width*/
/* Default width */
.opt-pa-item {
  width: 33%;
}
 
/* #eshopProductsPerDayCharts{
  width: 100% !important;
  height: 100% !important;

} */

/*Login Screen */

.bg-moto{
  font-family: 'Syne-Bold';
  color: white;
  position: relative;
  font-size: 85px;
  line-height: 85px;
}

.bg-desc{
  font-family: 'Syne-Regular';
  color: white;
  position: relative;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.4px;
}

.bg-content{
  height: 100%;
  padding: 6rem;
}

.bg-optisleek-logo {
  /* background: url(../images/optisleek-logo-animated-2.gif); */
  background: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 335px;
  z-index: 9;
  position: relative;
  display: flex; 
}

 

.optisleek-text-primary{
  line-height: 24px;
  color: #8C3CFA;
}

.optisleek-sub-text-primary{
  line-height: 17px;
  color: #495057;
}

.optisleek-alert-danger{
  font-family: 'Syne-Regular';
  font-size: 13px;
  line-height: 16px;
  background: #FCE2DF;
  color: #F26D61;
  text-align: center;
  border-radius: 0px;
  border: none;
}

.optisleek-form-label{
  color: #495057;
  font-family: 'Syne-Medium';
  font-size: 13px;
  line-height: 16px;
}

.optisleek-form-input::placeholder{
  color: #80858A;
  font-family: 'Syne-Regular';
  font-size: 13px;
  line-height: 16px;
}

form .form-label{
  font-family:'Manrope-Bold';
  font-size: 12px;
  color: #495057;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #8c3cfa !important;
  border: 1px solid #8c3cfa !important;
  color: white;
  font-family: 'Manrope-Regular';
  font-size: 11px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  color: white !important;
}
/*Products Analysis*/
/* #products-analysis-preview .row{
  overflow-y: auto;
  height: 100vh;
}
#products-analysis-preview .row::-webkit-scrollbar{
  display: none;
}

#productsAnalysisForm{
  position: relative;
  background: white;
  z-index: 999;
  height: 610px;
  overflow-y: auto;
  overflow-x: hidden;
} */

#productsAnalysisFormCardContainer {
  overflow-x: hidden;
  overflow-y: auto; 
}

#products-analysis-preview {
  overflow-x: hidden;
  overflow-y: auto;
}

#productsAnalysisForm .form-label{
  min-width: 100px;
  padding-right: 10px;
}

#productsAnalysisForm input{
  width: 100%;
  padding: 0px;
  min-height: 42px !important;
  padding-left: 10px;
}

#productsAnalysisForm .form-select{
  width: 100% !important;
  min-height: 42px !important;
  padding: 0px;
  padding-left: 10px;
}

#productsAnalysisForm .select2-container {
  width: 100% !important;
  /* min-height: 42px !important; */

}

#productsAnalysisForm .select2-selection__rendered{
  padding-left: 10px;
  /* min-height: 42px !important; */
}

.form-check-label[for=remember-check]{
  color: #495057;
  font-family: 'Syne-Regular';
  font-size: 12px;
  line-height: 14.5px;
}

#forgot-your-password{
  color: #8C3CFA;
  font-family: 'Syne-Medium';
  font-size: 13px;
  line-height: 16px;
}

.optisleek-btn-primary{
  height:50px;
  background: #8C3CFA;
  color: white;
  font-family: 'Syne-SemiBold';
  font-size: 14px;
  line-height: 17px;
  border-radius: 25px;
  white-space: nowrap;
}

.optisleek-btn-primary:hover{
  background: #00F2A1;
}

.rights-text{
  font-family: 'Syne-Regular';
  font-size: 13px;
  color: #92969A;
  line-height: 16px;
}

.previewButtonsContainer button{
  height: 42px;
  font-size: 13px;
}

.previewButtonsContainer .material-symbols-outlined{
  font-size: 24px !important;
}

/*Side Menu*/
body[data-sidebar=dark] .vertical-menu{
  background: #242833;
}

body[data-sidebar=dark] .navbar-brand-box{
  background: #242833;
  border-bottom: 1px solid #272d3b;
}

body[data-sidebar=dark] #sidebar-menu ul li a {
  color: #D1B1FD;
  font-family: 'Syne-Regular';
  font-size: 14px;
  line-height: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1.875rem;
}

#sidebar-menu ul li ul.sub-menu li a{
  padding-top: 0px;
  padding-bottom: 0px;
}

body[data-sidebar=dark] .mm-active .active{
  background: #8C3CFA;
}
body[data-sidebar=dark] .mm-active .active img{
  filter: brightness(0) invert(1);
}

body[data-sidebar=dark] #sidebar-menu ul li a i{
  color: #9850FB ;
  margin-right: 1.25rem;
  min-width:unset
}

body[data-sidebar=dark] #sidebar-menu ul li a img{
  margin-right: 1.25rem;
  width: 20px;
  height: 20px;
}
.object-fit-contain{
  object-fit: contain;
}
/* #sidebar-menu ul li a i{
  font-size: 16;
} */

body[data-sidebar=dark] #sidebar-menu ul li a:hover{
  background: #8C3CFA;
}

body[data-sidebar=dark] #sidebar-menu ul li a .material-symbols-outlined{
  color: #9850FB;
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover .material-symbols-outlined{
  color: white;
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover img{
  filter: brightness(0) invert(1);
}

body[data-sidebar=dark] .mm-active>a .material-symbols-outlined {
  color: #fff !important;
}

body[data-sidebar=dark] .mm-active>a img {
  filter: brightness(0) invert(1);

}

body[data-sidebar=dark] .menu-title{
  color: #D1B1FD ;
  font-family: 'Syne-Medium';
  font-size: 11px;
  line-height: 40px;
  font-weight: unset;
  padding-left: 1.875rem !important;
  letter-spacing: 0px;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
  display: flex;
  align-items: center;
  color: #D1B1FD;
  font-family: 'Syne-Regular';
  font-size: 14px;
  line-height: unset;
  padding-top: 10px;
  padding-bottom: 10px;
}

#sidebar-menu ul li ul.sub-menu li a{
  padding: .4rem 1.5rem .4rem 4.5rem;
}
 
.navbar-brand-box{
  padding: 0px;
}
 
/*END MENU*/

/*LISTS*/

.page-title-box{
  background: #F7F1FF;
}
 
.page-title-right{
  display: flex;
  align-items: center;
  gap: 15px; 
}

.page-title-box {
  background: #F7F1FF;
  /* height: 115px; */
  /* padding: 0 3.75rem 0 3.75rem; */
  padding: 2.5rem 3.5rem 2.5rem 3.5rem;
  gap: 15px;
}

.page-title-box h4{
  font-family: 'Syne-Bold';
  color: #8C3CFA;
  font-size: 20px !important;
  text-transform: unset;
  font-weight: unset !important;
}

.homepage-box{
  background-image: url(../images/gradient-background.svg);
}

.homepage-box h4{
  font-size: 37px !important;
  color: white;
}

.subtitle-seperate{
  display: block;
  height: 10px;
}

.page-subtitle{
  font-family: 'Syne-Regular';
  color: #495057;
  font-size: 15px;
  font-weight: unset !important;
  text-transform: math-auto;
}

.bs-gutter-x-0{
  --bs-gutter-x:0px;
}

.bs-gutter-x-unset{
  --bs-gutter-x:unset;
}

.dataTables_wrapper {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 2rem;
}

.dataTables_info {
  float: left;
}

.dataTables_paginate {
  float: right;
  padding-top: 0.85em;
}

#dataTable th{
  background: #8C3CFA;
  font-family: 'Syne-Bold';
  font-size: 12px;
  color: white;
  line-height: 55px;
  padding: 0 0;
}

.dataTables_filter label {
  font-size: 0; /* Make the font size 0 to hide the text */
}

.dataTables_filter label::after {
  content: " "; /* Add empty content to the label */
  font-size: initial; /* Reset font size for the content */
}

.dataTables_filter label input{
  width: 200px !important;
  height: 42px;
  background: white;
  color: #495057;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  border-radius: 25px;
  border: 1px solid #DBDCDD;
  padding: 0 0.75rem 0 1.25rem;
  position: relative;
  line-height: 26px;
}
 
.dataTables_filter label input::placeholder{
  color: #495057;
  font-family: 'Syne-Bold';
  height: auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0px; /* 60px padding to the left, centered vertically */
  background-size: 30px 16px;
}

.dataTables_filter label input:focus{
  background: white;
  color: #495057;
}

.dataTables_filter label input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
  background-image: url(../images/clear-btn.svg);
  background-size: 15px 15px;
  background-position: center; /* or top, bottom, etc. depending on your alignment preference */
}

.dataTable_filter label{
  margin-bottom: 0px;
}


div.dataTables_wrapper div.dataTables_info{
  font-family: 'Manrope-Regular';
  font-size: 12px;
  line-height: 55px;
  color: #92969A;
}

table.dataTable.dtr-column>tbody>tr>td.control:before, table.dataTable.dtr-column>tbody>tr>th.control:before{
  background-color: #00E09D !important;
  border:0px !important;
  box-shadow: unset !important;
  line-height: 16px !important;
}


div.dataTables_wrapper div.dataTables_filter{
  text-align: right;
  position: absolute;
  top: -70px;
  right: 3.5rem;
}
 
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
  --bs-pagination-border-width: unset !important;
   align-items: center;
}

.page-item:not(:first-child) .page-link{
  color: #92969A;
  font-family: 'Manrope-Regular';
  font-size: 13px;
}

.active>.page-link, .page-link.active{
 
  color: white !important;
  background-color:#8C3CFA;
  border-color:#8C3CFA;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.page-link{
  border: none;
  border:1px solid #DBDCDD;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

.page-item:first-child .page-link{
  border: none;
  width: unset;
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
  background: white;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  color: #92969A;
}

.page-item:last-child .page-link{
  border: none;
  width: unset;
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
  background: white;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  color: #92969A;
}
 

.page-item:first-child .page-link:hover{
  background: none;
  color: #92969A;
}

.page-item:last-child .page-link:hover{
  background: none;
  color: #92969A;
}

.page-item:first-child .page-link{

}

#dataTable_previous.disabled{
  opacity: 0.5;
}

#dataTable_next.disabled{
  opacity: 0.5;
}
 
.submit-filters button{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 120px;
  height: 42px;
  font-family: 'Syne-Bold';
  font-size: 13px;
  line-height: 30px;
  background: #00E09D;
  border: none;
  border-radius: 25px;
  padding: 0;
  padding-left: 10px;
  text-align: left;
}

.submit-filters button:hover{
  background: white;
  color: #00E09D;
  border:1px solid #00E09D;
}

.submit-filters button:hover span{
  color: #00E09D;
}

.submit-filters button span{
  color: white;
  font-size: 20px;
  line-height: unset;
  padding: 0;
  min-width: unset;
  margin-right: 15px;
}

.filter-select{
  /* display: flex;
  align-items: center; */
  cursor: pointer;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  min-width: 170px;
  color: white;
  background: #8C3CFA;
  border-radius: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right center; /* 60px padding to the left, centered vertically */
  background-size: 30px 11px;
  padding-left: .75rem;
  position: relative;
}

 
.list-filter-item select {
  display: none; /* Hide default select element */
}

.list-filter-item input{
  width: 200px !important;
  height: 42px;
  background: white;
  color: #495057;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  border-radius: 25px;
  border: 1px solid #DBDCDD;
  padding: 0 0.75rem 0 0.75rem;
  position: relative;
  line-height: 42px;
}
 
.list-filter-item input::placeholder{
  color: #495057;
  font-family: 'Manrope-Regular';
  height: auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: right 0px; /* 60px padding to the left, centered vertically */
  background-size: 30px 16px;
}

.list-filter-item input:focus{
  background: white;
  color: #495057;
}

.list-filter-item input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  height: 15px;
  width: 15px;
  background-image: url(../images/clear-btn.svg);
  background-size: 15px 15px;
  background-position: center; /* or top, bottom, etc. depending on your alignment preference */
}

.list-filter-item .select-selected {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.list-filter-item .select-selected:hover {
  background-color: #f1f1f1;
}

.list-filter-item .select-items {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 100%;
  background-color: #fff;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 99;
  display: none;
  max-height: 500px;
  overflow-y: auto;
  border-radius: 10px;
  color: #495057;
  font-family: 'Manrope-Regular';
  font-size: 11px;
  line-height: 25px;
  box-shadow: 0px 1px 6px #92929273;
}
.list-filter-item .select-items::-webkit-scrollbar{
  /* display: none; */
}

.list-filter-item .filtersDatePicker{
  width: 150px !important;
}

.list-filter-item .select-items div {
  padding:5px;
  cursor: pointer;
  margin-right: 15px;
  margin-left: 15px;
}

.list-filter-item .select-items div:first-child {
  margin-top: 15px;
}

.list-filter-item .select-items div:last-child {
  margin-bottom: 15px;
}

.list-filter-item .select-items div:hover {
  background-color: #F3EBFE;
}

/*Custom filters for reports*/
.variableValueReportSearch {
  flex-wrap: wrap;
  width: 200px;
  margin-right: 20px;
}

.variableValueReportSearch label{
  width: 100%;
  padding-bottom: 0.5rem;
}

.variableValueReportVariableId{
  flex-wrap: wrap;
  width: 170px;
  margin-right: 20px;
}

.variableValueReportVariableId label{
  width: 100%;
  padding-bottom: 0.5rem;
}

.variableValueReportAggregation{
  flex-wrap: wrap;
  width: 170px;
  margin-right: 20px;
}

.variableValueReportAggregation label{
  width: 100%;
  padding-bottom: 0.5rem;
}

.variableValueReportAggregation .filter-select{
  color: #495057;
  background: #F3EBFE;
  background-image: url(../images/arrow-down-alt.svg);
  background-repeat: no-repeat;
  background-position: right center; 
  background-size: 30px 11px;
}
/*End Custom filters for reports*/

/*General Optisleek Buttons*/
.optisleek-primary-action-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  font-family: 'Syne-Bold';
  font-size: 15px;
  background: #8a3bf6;
  color: white;
  border: none;
  border-radius: 25px;
  padding-left: 15px;
  min-width: 245px;
  text-align: left;
  padding-right: 15px;
  white-space: nowrap;
}

.optisleek-primary-action-btn:focus{
  background: #8a3bf6;
}

.optisleek-primary-action-btn .material-symbols-outlined{
  font-size: 24px;
  padding: 0px;
  min-width: unset;
  margin-right: 10px;
  color: white;
}

.optisleek-primary-action-btn:hover{
  background: #8a3bf6;
  color: white;
  /* border: 1px solid white; */

}

.optisleek-primary-action-btn:hover .material-symbols-outlined{
  color: white;
}


.optisleek-secondary-action-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  font-family: 'Syne-Bold';
  font-size: 15px;
  background: white;
  color: #8a3bf6;
  border: 1px solid #8a3bf6;
  border-radius: 25px;
  padding-left: 15px;
  /* min-width: 160px; */
  text-align: left;
  /* position: relative; */
  padding-right: 25px;
  white-space: nowrap;

}

/* .optisleek-secondary-action-btn:focus{
  background: #8a3bf6;
} */

.optisleek-secondary-action-btn .material-symbols-outlined{
  font-size: 24px;
  padding: 0px;
  min-width: unset;
  margin-right: 10px;
}

.optisleek-secondary-action-btn:hover{
  background: white;
  color: #8a3bf6;
  border: 1px solid #8a3bf6;
}

.optisleek-secondary-action-btn:hover .material-symbols-outlined{
  color: #8a3bf6;
}

.optisleek-primary-submit-form-btn{
  height: 42px;
  font-family: 'Syne-Bold';
  font-size: 15px;
  background: #00E09D;
  color: white;
  border: none;
  border-radius: 25px;
  padding-left: 15px;
  text-align: left;
  /* position: relative; */
  display: flex;
  align-items: center;
  padding-right: 15px;
  white-space: nowrap;
}

.optisleek-primary-submit-form-btn:hover{
  color: white;
}

.optisleek-primary-submit-form-btn .material-symbols-outlined{
  color: white;
  font-size: 24px;
  padding: 0px;
  min-width: unset;
  margin-right: 10px;
}

.optisleek-secondary-submit-form-btn{
   
  height: 42px;
  background: #8C3CFA;
  color: white;
  font-family: 'Syne-Bold';
  font-size: 13px;
  border: none;
  border-radius: 25px;
  display: flex;
  align-items: center;
  padding-left: 15px; 
  padding-right: 15px;
  line-height: 30px;
  white-space: nowrap;
}

.optisleek-secondary-submit-form-btn .material-symbols-outlined{
  color: white;
  font-size: 24px;
  padding: 0px;
  min-width: unset;
  margin-right: 10px;
}

.optisleek-danger-btn{
  height: 30px;
  font-family: 'Syne-Medium';
  font-size: 12px;
  background: #FCE2DF;
  color: #F26D61;
  border: none;
  border-radius: 25px;
  padding-left: 5px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  min-width: 90px;
  margin-right: 0px;
  white-space: nowrap;
}

.optisleek-danger-btn .material-symbols-outlined{
  color: #F26D61;
  font-size: 16px;
  padding: 0px;
  min-width: unset;
  margin-right: 10px;
}

.active-status{
  color:#00F2A1;
  font-size:24px
}

.not-active-status{
  color:#F26D61;
  font-size:24px
}

.optisleek-back-btn{
  font-family: 'Syne-Regular';
  font-size: 15px;
  color: #495057;
}

.optisleek-homepage-btn{
  display: flex;
  align-items: center;
  width: 240px;
  height: 52px;
  background: white;
  border-radius: 25px;
  cursor: pointer;
  white-space: nowrap;
}

.optisleek-homepage-btn a{
  color: #495057;
  font-family: 'Syne-Medium';
  font-size: 16px;
  width: 100%;
  display: flex;
   
  align-items: center;
  padding: 1.25rem 1.25rem;
}

.optisleek-homepage-btn img{
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 0.75rem;
}

.optisleek-homepage-btn .spacer{
  width: 100%;
}

.optisleek-homepage-btn .material-symbols-outlined{
  color: #A4A7AB;
  font-size: 21px;
}

/*End general Buttons*/

/*Documentation Sidebar*/
.documentation-sidebar{
  width: 320px;
  right: -320px;
  height: 100vh;
  background: white;
  position: absolute;
  top: 0px;
  z-index: 99999;
  overflow-y: auto;

}
.documentation-sidebar.opened{
  right: 0px;
}

.documentation-sidebar-close span{
 position: absolute;
 top: 15px;
 right: 15px;
 font-size: 23px;
 color: #92969a;
 cursor: pointer;
 text-align: center;
}

.documentation-sidebar-header{
  padding: 5rem 2.25rem 0rem 2.25rem;
}

.documentation-sidebar-header-title{
  color: #8c3cfa;
  font-family:'Syne-Bold';
  font-size: 21px;
  margin-bottom: 1.3rem;
  line-height: 25px;

}

.documentation-sidebar-header-subtitle{
  color: #495057;
  font-family:'Syne-Bold';
  font-size: 12px;
  margin-bottom: 2rem;
  line-height: 16px;
}

.documentation-sidebar-content{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
 
}

.documentation-sidebar-content-text{
  color: #495057;
  font-family: 'Manrope-Regular';
  font-size: 12px;
  line-height: 20px;
}

.documentation-sidebar-footer{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.documentation-sidebar-read-more{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 35px;
  background: #e8d8fe;
  border-radius: 25px;
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.documentation-sidebar-read-more a{
  color: #8c3cfa;
  font-family:'Syne-Bold';
  font-size: 11px;
}

.documentation-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000078;
  top: 0;
  right: 0px;
  z-index: 9999;
}

/*End documentation sidebar*/


/*List Buttons*/

/*Edit Button*/

.optisleek-edit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #8C3CFA;
  border-radius: 50%;
}

.optisleek-edit-button:hover {
  background: #8C3CFA;
  color: white;

}

.optisleek-edit-button span {
  font-size: 18px;
  padding: unset;
  color: #8C3CFA;
  min-width: unset;
}

.optisleek-edit-button:hover span {
  color: white;
}

/*View Button*/
.optisleek-view-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #00F2A1;
  border-radius: 50%;
}

.optisleek-view-button:hover {
  background: #00F2A1;
  color: white;

}

.optisleek-view-button span {
  font-size: 18px;
  padding: unset;
  color: #00F2A1;
  min-width: unset;
}

.optisleek-view-button:hover span {
  color: white;
}

/*Login Button*/
.optisleek-login-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #00F2A1;
  border-radius: 50%;
}

.optisleek-login-button:hover {
  background: #00F2A1;
  color: white;

}

.optisleek-login-button span {
  font-size: 18px;
  padding: unset;
  color: #00F2A1;
  min-width: unset;
}

.optisleek-login-button:hover span {
  color: white;
}
/*End Login Button*/

/*Logout Button*/
.optisleek-logout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #f46a6a;
  border-radius: 50%;
}

.optisleek-logout-button:hover {
  background: #f46a6a;
  color: white;

}

.optisleek-logout-button span {
  font-size: 18px;
  padding: unset;
  color: #f46a6a;
  min-width: unset;
}

.optisleek-logout-button:hover span {
  color: white;
}
/*End Logout Button*/

/*Link Button*/
.optisleek-link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #8C3CFA;
  border-radius: 50%;
}

.optisleek-link-button:hover {
  background: #8C3CFA;
  color: white;

}

.optisleek-link-button span {
  font-size: 18px;
  padding: unset;
  color: #8C3CFA;
  min-width: unset;
}

.optisleek-link-button:hover span {
  color: white;
}

/*Photo Button*/
.optisleek-photo-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #8C3CFA;
  border-radius: 50%;
}

.optisleek-photo-button:hover {
  background: #8C3CFA;
  color: white;

}

.optisleek-photo-button span {
  font-size: 18px;
  padding: unset;
  color: #8C3CFA;
  min-width: unset;
}

.optisleek-photo-button:hover span {
  color: white;
}

/*Sort Button*/
.optisleek-sort-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #00F2A1;
  border-radius: 50%;
}

.optisleek-sort-button:hover {
  background: #00F2A1;
  color: white;

}

.optisleek-sort-button span {
  font-size: 18px;
  padding: unset;
  color: #00F2A1;
  min-width: unset;
}

.optisleek-sort-button:hover span {
  color: white;
}

/*Export File Button*/
.optisleek-export-file-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #00F2A1;
  border-radius: 50%;
}

.optisleek-export-file-button:hover {
  background: #00F2A1;
  color: white;

}

.optisleek-export-file-button span {
  font-size: 18px;
  padding: unset;
  color: #00F2A1;
  min-width: unset;
}

.optisleek-export-file-button:hover span {
  color: white;
}

/*Connect Button*/
.optisleek-connect-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #00F2A1;
  border-radius: 50%;
}

.optisleek-connect-button:hover {
  background: #00F2A1;
  color: white;
}

.optisleek-connect-button span {
  font-size: 18px;
  padding: unset;
  color: #00F2A1;
  min-width: unset;
}

.optisleek-connect-button:hover span {
  color: white;
}

/*Download Button*/
.optisleek-download-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #8C3CFA;
  border-radius: 50%;
}

.optisleek-download-button:hover {
  background: #8C3CFA;
  color: white;

}

.optisleek-download-button span {
  font-size: 18px;
  padding: unset;
  color: #8C3CFA;
  min-width: unset;
}

.optisleek-download-button:hover span {
  color: white;
}

/*Reload Button*/
.optisleek-reload-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #00E09D;
  border-radius: 50%;
}

.optisleek-reload-button:hover {
  background: #00E09D;
  color: white;

}

.optisleek-reload-button span {
  font-size: 18px;
  padding: unset;
  color: #00E09D;
  min-width: unset;
}

.optisleek-reload-button:hover span {
  color: white;
}


/*Report Button*/
.optisleek-report-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #f1b44c;
  border-radius: 50%;
}

.optisleek-report-button:hover {
  background: #f1b44c;
  color: white;

}

.optisleek-report-button span {
  font-size: 18px;
  padding: unset;
  color: #f1b44c;
  min-width: unset;
}

.optisleek-report-button:hover span {
  color: white;
}

/*Copy*/
.optisleek-copy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #8C3CFA;
  border-radius: 50%;
}

.optisleek-copy-button:hover {
  background: #8C3CFA;
  color: white;

}

.optisleek-copy-button span {
  font-size: 18px;
  padding: unset;
  color: #8C3CFA;
  min-width: unset;
}

.optisleek-copy-button:hover span {
  color: white;
}

/*Delete*/
.optisleek-delete-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px !important;
  height: 35px !important;
  background: unset;
  cursor: pointer;
  border: unset;
  border: 1px solid #F26D61;
  border-radius: 50%;
}

.optisleek-delete-button:hover {
  background: #F26D61;
  color: white;

}

.optisleek-delete-button span {
  font-size: 18px;
  padding: unset;
  color: #F26D61;
  min-width: unset;
}

.optisleek-delete-button:hover span {
  color: white;
}

/*END BUTTONS*/

.without-border{
  border: unset;
  color: #F26D61;
}

.without-border:hover{
  background: unset;
  border: unset;
}

.without-border span:hover {
  color: #F26D61;;
}

.documentation-info{
  cursor: pointer;
  font-size: 18px;
  margin-top: -30px;
}

table.dataTable thead .sorting:before{
  /* bottom: 0 !important; */
  margin-right: 1px;
  opacity: 1 !important;
}

table.dataTable thead .sorting:after{
  /* bottom: 0 !important; */
  opacity: 1 !important;
}

.optisleek-primary-filter-btn{
  display: flex;
  align-items: center;
  justify-content: start;
  min-width: 170px;
  height: 42px;
  border: 1px solid #E9D9FE;
  background: white;
  border-radius: 25px;
  color: #495057;
  font-family:'Syne-Medium';
  font-size: 12px;
}
 
.optisleek-primary-filter-btn span{
  padding-left: 15px;
  padding-right: 15px;
}

.optisleek-primary-filter-btn .material-symbols-outlined{
  font-size: 15px;
}

.optisleek-primary-filter-btn img{
  width: 20px;
  height: 20px;
  margin-left: 15px;
}

.datatable-button{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  height: 42px;
  border: 1px solid #E9D9FE;
  border-radius: 25px;
  color: #495057;
  font-family:'Syne-Medium';
  font-size: 12px;
  background: white;
  gap: 15px;
}

 
.datatable-button img{
  width: 20px;
  height: 20px;  
}

/*END LISTS*/

/*MODALS*/
.modal-buttons-wrapper{
  padding:0 2.5rem 2.5rem 2.5rem;
}


/*END MODALS*/

/*FOOTER*/
.footer {
  background: white;
  border-top: 1px solid #F2F3F3;
  /* height: unset; */
  display: flex;
  align-items: center;
  padding-top: 0px; 
  padding-bottom: 0px;
}

.footer-text{
  color: #A4A7AB;
  font-family: 'Manrope-Regular';
  font-size: 13px;
  line-height: 40px;
}
/*END FOOTER*/

/*HEADER*/
.navbar-header .header-item{
  font-family: 'Syne-Regular';
  font-size: 15px;
  color: #495057;
}

.navbar-header .dropdown .show.header-item{
  background-color: white;
  padding: 0px;
}

#page-header-user-dropdown{
  margin-right: 0.75rem;
}

.navbar-header{
  margin-right: 3.5rem;
}

#page-header-user-dropdown span{
  font-family: 'Syne-Regular';
  font-size: 15px;
}

.dropdown-menu a{
  font-family: 'Syne-Regular';
  font-size: 15px;
}

/*END HEADER*/

/*SETTINGS*/
#settingsDataForm button{
  width: 150px;
}

.matchAttributesTemplatesTitle{
  width: 100%;
  color: #8c3cfa;
  height: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #f7f1ff;
  margin-bottom: 50px;

}

.matchAttributesTemplatesRow{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 50%;
}

.matchAttributesTemplatesRow .shopAttributes{
  width: 100%;
  margin-right: 15px;
}

.matchAttributesTemplatesBtnContainer{
  width: 100%;
}

.importDatabases{
  border-bottom: 1px solid #f7f1ff;
  padding-bottom: 1.5rem !important;
}

.importDatabasesRow{
  border-right: 1px solid #f7f7fa;
  padding-right: 20px;
}

.importDatabasesTitle{
  width: 100%;
  color: #8c3cfa;
  height: 35px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #f7f1ff;
 

}

.importDatabasesRow:last-child{
  border-right: none;
  padding-right: unset;
}

#tabContainer{
  margin-top: 15px;
  margin-left: 3.5rem;
}

#tabContainer button {
  text-align: left;
}
/*END SETTINGS*/

/*LANDING PAGES*/

/*Emails*/
#opt-email-products-title{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  color: #8c3cfa;
  padding-bottom: 0px;
}

#opt-email-copy-btn{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  color: #9b3cfa;
  margin-bottom: 15px;
  padding-right: 5px;
  cursor: pointer;
}

#landingPagesForm .optisleek-primary-submit-form-btn{
  width: 150px;
}

/*END LANDING PAGES*/

/*PROFILE*/
#userDataForm .card table th{
  border: unset;
}

#userDataForm .card table td{
  border: unset;
}

.customer-row th:last-child{
  padding-left: .75rem;
}

.shops-row th:last-child{
  padding-left: .75rem;
}

/*END PROFILE*/

/*PRODUCTS*/

.accordion-body{
  padding: 0.75rem 0 0 0;
}

.accordion-body .text-muted{
  font-family: 'Manrope-Regular';
  font-size: 12px;
  color: #92969A !important;
  margin-bottom: 0.6rem;
}

.accordion-body thead tr {
  background: #F3EBFE;
  font-family:'Syne-Bold' !important;
  font-size: 12px  !important;
  color: #495057  !important;
  padding: 15px;
}

.accordion-body thead tr th{
  border-right: 1px solid white;
}

.accordion-body thead tr th:last-child{
  border-right: unset;
}

.accordion-body tbody tr td{
  border-right: 1px solid #F2F3F3;
  font-size: 12px;
  vertical-align: middle;
}

.accordion-body tbody tr td:last-child{
  border-right: unset;
}

.accordion-item{
  border: unset;
}

.accordion-item:first-of-type .accordion-button{
  background-color: #8C3CFA;
  font-family: 'Manrope-Regular';
  font-size: 12px;
 
}
.accordion-button:not(.collapsed)::after{
  background-image: url(../images/arrow-down.svg);
}

.accordion-button::after{
  background-image: url(../images/arrow-down.svg);
}
 
/*END PRODUCTS*/

/*INNER VIEWS*/

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  display: flex;
  align-items: center;
  background: #8C3CFA;
  font-family: 'Syne-Medium';
  font-size: 14px;
  color: white;
  border-radius: 25px;
  padding-left: 15px;
}

.general-view-padding{
  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.default-card-padding{
  padding: 1.25rem 3.5rem 1.25rem 3.5rem;
}

.card{
  box-shadow: unset;
}

.card-title{
  font-family: 'Syne-Medium';
  font-size: 16px;
  color: #8C3CFA;
  margin: 2.5rem 0 2rem 0;
  font-weight: unset;
}

.card table th {
  border: unset;
  border-bottom: 1px solid #F2F3F3;
  text-align: left;
  padding-left: 0px;
  word-break: break-all; /* or any other value like break-word */
  font-family:'Manrope-Bold';
  font-size: 12px;
  color: #495057;
}

.card #datatable th{
  padding-left: .75rem !important;
}

.card table th:first-child{
  border-top: 1px solid #F2F3F3;
}

.card table td{
  font-family: 'Manrope-Regular';
  font-size: 11px;
  color: #495057;
  border-top: 1px solid #F2F3F3;

}
 
 
/*END INNER VIEWS*/

.p-t-50{
  padding-top: 50px !important;
}

.border-0{

}
 
.width-unset{
  width: unset !important;
}

/*AI*/
#aiResponseContent{
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f6f0fe;
  padding: 15px;
  border-radius: 20px;
}
 
.sidebar-enable #sidebar-menu ul li a{
  padding-left: 1.5rem !important;
}

.sidebar-enable .logo-sm img{
  max-width: 50px;
  object-fit: contain;
}