@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap");

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"),
    url("../fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #e5e5e5;
  font-family: "Open Sans", sans-serif;
  font-family: "Roboto", Open Sans, Segoe UI, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
}

p {
  font-size: 14px;
  line-height: 1.42857143;
}

li {
  list-style-type: none;
  cursor: pointer;
}

.btn-secondary {
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px 22px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-primary {
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
  padding: 8px 22px;
  cursor: pointer;
  border-radius: 6px;
}

.btn-primary-color {
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
  padding: 8px 22px;
  cursor: pointer;
  border-radius: 6px;
}

.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary-color:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.selectSelector .ant-select-selector {
  height: 24px !important;
  align-items: center;
}

.ant-select-selection-search-input {
  height: 24px !important;
}

.selectSelector .ant-select-selector .ant-select-selection-search {
  height: 100% !important;
}

.selectSelector .ant-select-selector .ant-select-selection-item {
  display: flex;
  align-items: center;
}

.btn-primary:focus {
  color: #fff;
  opacity: 0.5;
  background-color: #39b54a;
  border-color: #39b54a;
}

.btn-close:focus {
  box-shadow: unset;
}

.login-page {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
  padding: 15px;
  max-width: 400px;
  width: 100%;
}

.product-text {
  text-align: center;
}

.product-login {
  text-align: center;
  font-size: 1.4em;
}

.form-control {
  font-size: 16px;
  line-height: normal;
  width: 100%;
  margin-top: 10px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px;
}

.ant-select-selection-overflow ::after {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.form-control:focus {
  box-shadow: unset;
  border-color: initial;
}

.form-control:focus-visible {
  outline: none;
}

.form-select:focus {
  box-shadow: unset;
}

.input-error {
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.login-page-btn {
  width: 40%;
  display: block;
  position: relative;
  margin: 10px auto;
}

.loginmodal-submit {
  border: 1px solid #3079ed;
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  background-color: #39b54a;
  padding: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  width: 100%;
  font-weight: bold;
}

.login-help {
  font-size: 14px;
  text-align: center;
  color: #000 !important;
}

.forgot-pass {
  text-decoration: none;
  color: #000 !important;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.myNav {
  position: fixed;
  /* z-index: 111; */
  z-index: 999999;
  width: 100%;
  padding: 0;
  top: 0;
}

.full-body-content {
  position: relative;
  top: 42px;
  min-height: calc(100vh - 42px);
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.full-body-content-elefantTree {
  position: relative;
  top: 42px;
  min-height: calc(100vh - 42px);
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: #0a110b;
  color: #fff;
  align-items: flex-start;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-default .navbar-nav>li>a {
  color: #fff !important;
}

.custom-navbar {
  display: flex;
  justify-content: space-between;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px !important;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  line-height: 20px;
}

.navbar-nav {
  flex-direction: row;
}

.navbar-default .navbar-nav>.active>a {
  background-color: #39b54a !important;
  color: #fff !important;
  font-weight: 700 !important;
  border: 1px solid #39b54a;
}

.sign-out-btn {
  background-color: #39b54a;
  color: #fff;
  border-color: #39b54a;
  padding: 10px 15px;
  border-radius: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  align-items: center;
  min-height: 38px;
}

.sign-out-btn:hover {
  background-color: #39b54a;
  color: #fff;
  border-color: #39b54a;
}

.header-btn-drp {
  width: 15px;
  margin-left: 5px;
}

/* .navbar-btn-section {
  margin-right: 15px;
} */

.cursor-pointer {
  cursor: pointer;
}

.nav-tabs li {
  width: 100%;
}

.nav-tabs {
  border-bottom: 1px solid #eee;
  padding-top: 1px;
  flex-wrap: nowrap;
}

.nav-tabs>li.active>a {
  border: 1px solid #39b54a !important;
}

.nav-tabs .nav-link {
  background-color: #bebebe;
  color: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: gray;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  padding: 9px 15px !important;
  position: relative;
  display: block;
  line-height: normal;
}

.nav-tabs>li {
  border-radius: 4px;
  background-color: #e8e5e5;
  cursor: pointer;
}

.nav-tabs>li {
  display: table-cell;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
  text-align: center;
  cursor: pointer;
}

.nav-tabs .nav-link.active:hover {
  background-color: #39b54a;
  border-color: #39b54a;
}

.nav-tabs .nav-link:hover {
  border-color: gray;
  isolation: isolate;
  background-color: #eee;
}

.tabcontent {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
}

.tabcontent.manage-oraganization-tab {
  padding-left: 10px;
}

.tabcontent input.form-control {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  margin-right: 30px;
  margin-top: 0;
}

.tabcontent.manage-oraganization-tab input.form-control,
.tabcontent.manage-oraganization-tab select {
  max-width: 283px;
  margin-right: 22px;
}

.tab-selectbox.manage-oraganization-tab {
  max-width: 283px;
  margin-left: 10px;
}

.tabcontent input.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 0 3px rgb(102 175 233 / 60%);
}

.tabcontent button {
  color: #fff;
  background-color: #39b54a;
  /* border-color: #8c8c8c; */
  display: inline-block;
  /* padding: 4px 27px !important; */
  font-size: 14px;
}

button {
  line-height: 0.75 !important;
}

.btn-secondary:active {
  color: #fff;
  background-color: #39b54a;
  border-color: #8c8c8c;
}

.btn-secondary:focus {
  box-shadow: unset;
  color: #fff;
  background-color: #39b54a;
  border-color: #8c8c8c;
}

.btn-secondary:focus-visible {
  outline: none;
}

.tabcontent button:hover {
  background-color: #39b54a !important;
  opacity: 0.75;
  color: #fff !important;
}

.tableorganisation {
  background-color: #e5e5e5;
  padding: 24px 10px 10px;
}

.flag-table-header .ReactTable .rt-thead .rt-resizable-header-content {
  text-align: center;
}

.tableorganisation .rdt_TableHeadRow {
  border-bottom: 1px solid #111;
  font-weight: bold;
  min-height: auto;
  background-color: #e5e5e5;
}

.tableorganisation .rdt_TableHeadRow .rdt_TableCol {
  justify-content: space-between;
  width: 100%;
  padding: 8px !important;
}

.tableorganisation .rdt_TableCell {
  padding: 8px;
}

.tableorganisation .rdt_TableHeadRow span {
  opacity: 1.75;
}

.tableorganisation .rdt_TableRow:hover {
  background-color: transparent;
  outline-color: transparent;
}

.tableorganisation .rdt_TableHead {
  background-color: #111;
  border-bottom-color: #111 !important;
}

.tableorganisation .rdt_TableBody .rdt_TableRow:nth-child(even) {
  background-color: #e5e5e5;
  border: 1px solid #ddd;
}

/* .tableorganisation .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2) > div, */

.tableorganisation .btn-secondary {
  color: #fff;
  background-color: #39b54a;
  border-color: #39b54a;
  cursor: pointer;
  border-radius: 3px;
  padding: 5px 22px !important;
  font-size: 13px;
  line-height: 1.5;
  /* font-family: Verdana,Arial,sans-serif; */
}

.catalog-tbl-section .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2)>div {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

/* .tableorganisation .rdt_TableBody .rdt_TableRow .rdt_TableCell:nth-child(2):hover > div, */

.tableorganisation .btn-secondary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.tab-selectbox {
  max-width: 300px;
  margin-top: 20px;
  height: 34px;
  margin-left: 20px;
}

.tableorganisation header {
  display: none;
}

.tableorganisation .rdt_TableRow {
  border: none !important;
}

.rdt_Table {
  border: 1px solid #ddd !important;
}

.profile-icon-drp-menu {
  background-color: #39b54a !important;
  color: #fff !important;
  z-index: 1000000;
}

.profile-icon-drp-menu .dropdown-item {
  width: 220px;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
}

.tab-selectbox .form-select {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}

.cancel-btn {
  color: #fff;
  background-color: #39b54a;
  border-color: #8c8c8c;
  padding: 4px 27px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 4px;
}

.cancel-btn:hover {
  background-color: #39b54a;
  opacity: 0.75;
  color: #fff;
}

.cancel-btn-red {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  padding: 4px 27px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 4px;
}

.cancel-btn-red:hover {
  background-color: #39b54a;
  opacity: 0.75;
  color: #fff;
  border-color: #0b4b99;
}

.save-btn {
  color: #fff;
  padding: 4px 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 4px;
}

.save-chnages-btn {
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  border-radius: 4px;
}

.save-btn:hover,
.save-chnages-btn:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:focus {
  box-shadow: unset;
}

.model-bottom-btn-section {
  padding-top: 15px;
  margin-top: 5%;
}

.model-bottom-btn-section button {
  margin-left: 10px;
}

.modal-dialog .form-label,
.modal-dialog .form-control {
  margin: 0;
}

.align-center {
  align-items: center;
}

.modal-dialog .form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  /* width: 65%; */
  width: 100%;
}

.modal-dialog .model-atttibute-box .model-label-input input.form-control,
.modal-dialog .model-atttibute-box .model-label-input select,
.modal-dialog .model-atttibute-box .model-label-input textarea {
  width: 65%;
}

.model-label-input {
  margin-bottom: 15px;
}

.modal-dialog .form-label {
  /* font-size: 14px; */
  line-height: 1.42857143;
  /* color: #333; */
}

.add-organisation-popup,
.modal-dialog {
  width: 35% !important;
}

.modal-title {
  font-size: 18px;
  line-height: 1.42857143;
}

.catalog-popup {
  width: 35%;
}

.custom-checkbox-right .form-label {
  padding-left: 10px;
  margin: 0;
}

.pagination {
  margin-top: 10px;
  justify-content: flex-end;
}

.pagination li a {
  cursor: default;
  color: #666;
  border: 1px solid transparent !important;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  padding: 0.5em 1em;
  cursor: pointer;
}

.pagination li.active a {
  color: #333 !important;
  border: 1px solid #979797 !important;
  box-shadow: unset !important;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%) !important;
}

/* .filter-tab {
  margin-bottom: 10px;
} */

.filter-tab .form-label {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}

.filter-tab .form-select {
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: transparent;
  margin-left: 5px;
  font-size: 14px;
  padding: 4px;
  padding-right: 15px;
  background-position: right 0.3rem center;
}

.filter-tab~.tabcontent .form-control {
  margin: 0;
  border-radius: 3px;
  background-color: transparent;
}

.filter-tab~.tabcontent .form-label {
  margin: 0;
  margin-right: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}

.catalog-tbl-section .rt-th.rt-resizable-header,
.tableorganisation .rt-th.rt-resizable-header {
  font-size: 13px;
  padding: 10px !important;
  text-align: left;
  font-weight: bold;
}

.rt-noData {
  position: unset !important;
  transform: unset !important;
  text-align: center;
  background-color: #ffffff82 !important;
}

.catalog-tbl-section .tabcontent {
  padding: 0;
}

.catalog-tbl-section .tabcontent .form-label {
  margin: 0;
  margin-right: 10px;
}

.catalog-tbl-section .tabcontent .form-control {
  margin: 0;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.catalog-tbl-section .rt-tbody .rt-tr-group .rt-tr .rt-td:first-child {
  padding-top: 13px !important;
  padding-bottom: 14px !important;
  text-align: center;
}

.manage-catalog-tbl-section .rt-tbody .rt-td {
  height: 48px;
  align-items: center;
  display: flex;
}

.show-page-section {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.bg-white {
  background-color: #fff;
}

.common-space {
  padding: 15px;
}

.create-box {
  width: 300px;
  margin-bottom: 20px;
}

.create-file-btn-section {
  margin-top: 30px;
  margin-bottom: 35px;
}

.output-tab-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
}

.create-box-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.custom-select-box .search-wrapper {
  padding: 0;
}

.custom-select-box .search-wrapper .searchBox {
  width: 100%;
  padding: 5px 5px;
  margin: 0;
  font-size: 14px;
}

.custom-checkbox,
.custom-checkbox input,
.custom-checkbox label {
  cursor: pointer;
}

.custom-checkbox .form-check-input {
  margin: 0;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.info-btn {
  max-width: 15px;
  width: 100%;
  height: auto;
  margin-left: 5px;
  display: flex;
  cursor: pointer;
}

.info-btn img {
  /* width: 100%; */
  max-width: 25px;
  max-height: 25px;
}

.form-label {
  margin: 0;
}

.custom-radio-btn {
  padding-left: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.form-check-input {
  margin: 0;
  margin-top: 3px;
  margin-right: 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: 24px;
  padding: 2px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.right-custom {
  padding: 0;
}

.create-box-content p {
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 20px;
  padding-left: 20px;
}

.right-custom .form-label {
  font-size: 14px;
  line-height: 1.42857143;
}

.custom-select-box .css-qbdosj-Input {
  margin: 0;
  padding: 0;
}

.custom-select-box .css-1jqq78o-placeholder,
.productList-section .tableorganisation .btn-secondary {
  font-size: 14px;
}

.custom-select-box .css-1xc3v61-indicatorContainer {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-select-box .css-1u9des2-indicatorSeparator {
  width: 0;
}

.css-10wo9uf-option,
.css-d7l1ni-option {
  background-color: transparent !important;
  padding: 0 !important;
}

.custom-select-box .css-10wo9uf-option span,
.custom-select-box .css-d7l1ni-option span {
  padding: 8px 12px !important;
  display: block;
  font-size: 14px;
  border: 1px solid transparent;
}

.custom-select-box .css-d7l1ni-option span:hover {
  background: #39b54a;
  border: 1px solid #39b54a;
  color: #fff;
}

.custom-select-box .css-10wo9uf-option .level-1,
.custom-select-box .css-d7l1ni-option .level-1 {
  padding-left: 15px !important;
}

.custom-select-box .css-10wo9uf-option .level-2,
.custom-select-box .css-d7l1ni-option .level-2 {
  padding-left: 30px !important;
}

.custom-select-box .css-10wo9uf-option .level-3,
.custom-select-box .css-d7l1ni-option .level-3 {
  padding-left: 45px !important;
}

.custom-select-box .css-10wo9uf-option .level-4,
.custom-select-box .css-d7l1ni-option .level-4 {
  padding-left: 60px !important;
}

.custom-select-box .css-1rhbuit-multiValue,
.custom-select-box .css-1rhbuit-multiValue .css-xb97g8:hover {
  background-color: #39b54a;
  color: #fff;
}

.custom-select-box .css-1rhbuit-multiValue .level-1,
.custom-select-box .css-1rhbuit-multiValue .level-2,
.custom-select-box .css-1rhbuit-multiValue .level-3,
.custom-select-box .css-1rhbuit-multiValue .level-4 {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}

.custom-select-box .css-4ljt47-MenuList {
  max-height: 200px;
  overflow-y: auto;
}

.css-1nmdiq5-menu {
  z-index: 999999 !important;
}

.custom-select-box .css-1nmdiq5-menu {
  margin: 0;
}

.btn-big-font {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 88px;
  margin: 2px;
}

/* .catalog-sidebar {
    padding: 2px;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
} */

.full-width {
  width: 100%;
}

.tabbing-container {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tabbing-select-title {
  font-weight: 500;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tabbing-container p {
  padding: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 10px;
}

.select-file-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857143;
}

.select-file-bottom {
  /* margin-top: 6%; */
  margin-top: 4%;
}

.select-file-bottom .form-select {
  max-width: 175px;
  margin: 0 auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}

.upload-file {
  font-size: 14px;
  line-height: 1.42857143;
}

.status-btn {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.status-btn.label-secondary {
  margin-right: 5px;
}

.label-success {
  background-color: #5cb85c;
}

.label-danger {
  background-color: #d9534f;
}

.label-in-progress {
  background-color: #5bc0de;
}

.label-secondary {
  background-color: #777;
}

.greentext {
  color: #008000;
}

.success-title-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.initial-checks-tab .form-select {
  width: 40%;
  margin-right: 10px;
}

.padding-none {
  padding: 0 !important;
}

.confirmation-btn-section .btn-secondary {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  padding: 4px 27px;
}

.tabbing-result-section .success-title-text {
  margin: 0;
}

.tableorganisation .ReactTable .rt-thead .rt-th.-sort-asc,
.manage-catalog-tbl-section .tableorganisation table thead tr th.-sort-asc,
.product-attHistory-page.productHistory-scorll table thead tr th.-sort-asc {
  box-shadow: unset;
  position: relative;
}

.tableorganisation .ReactTable .rt-thead .rt-th.-sort-asc::before,
.manage-catalog-tbl-section .tableorganisation table thead tr th.-sort-asc::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #7a80dd;
  right: 10px;
  top: 9px;
  transform: rotate(-45deg);
}

.tableorganisation .ReactTable .rt-thead .rt-th.-sort-asc::after,
.manage-catalog-tbl-section .tableorganisation table thead tr th.-sort-asc::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 20px;
  background-color: #e5e5e5;
  top: 14px;
  right: 7px;
}

.tableorganisation .ReactTable .rt-thead .rt-th.-sort-desc,
.manage-catalog-tbl-section .tableorganisation table thead tr th.-sort-desc,
.product-attHistory-page.productHistory-scorll table thead tr th.-sort-desc {
  box-shadow: unset;
  position: relative;
}

.tableorganisation .ReactTable .rt-thead .rt-th.-sort-desc::before,
.manage-catalog-tbl-section .tableorganisation table thead tr th.-sort-desc::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #7a80dd;
  right: 10px;
  bottom: 9px;
  transform: rotate(-45deg);
}

.tableorganisation .ReactTable .rt-thead .rt-th.-sort-desc::after,
.manage-catalog-tbl-section .tableorganisation table thead tr th.-sort-desc::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 20px;
  background-color: #e5e5e5;
  bottom: 14px;
  right: 7px;
}

.product-attHistory-page .productHistory-scorll table thead th.-sort-desc::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background-color: #e5e5e5;
  /* bottom: 19px; */
  bottom: 35px;
  right: 3px;
}

.product-attHistory-page .productHistory-scorll table thead th.-sort-desc::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #7a80dd;
  right: 5px;
  /* bottom: 13px; */
  bottom: 30px;
  transform: rotate(-45deg);
}

.product-attHistory-page.productHistory-scorll table thead th.-sort-asc::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #7a80dd;
  right: 5px;
  /* top: 17px; */
  top: 35px;
  transform: rotate(-45deg);
}

.product-attHistory-page.productHistory-scorll table thead th.-sort-asc::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 10px;
  background-color: #e5e5e5;
  top: 40px;
  /* top: 23px; */
  right: 3px;
}

.right-top-btn-section button {
  margin-left: 10px;
}

.right-top-btn-section.category-textsetup-btn,
.attributeSchema-table-text .right-top-btn-section,
.right-top-btn-section.product-cnacelbtn {
  text-align: right;
}

.manage-attribute-tab {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.manage-attribute-tab .form-check-label {
  margin-right: 20px;
}

.manage-attribute-left .form-label {
  font-size: 17px;
  font-weight: 400;
  margin-right: 20px;
}

.manage-attribute-left .switch-btn {
  margin-right: 20px;
}

.btn-secondary.disabled {
  cursor: no-drop;
  pointer-events: all;
}

.preview-blog-tab p {
  margin: 0;
}

.preview-blog-tab .custom-radio-btn {
  padding-left: 0;
  padding-right: 20px;
}

.preview-blog-label {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
}

.preview-blog-select {
  max-width: 300px;
  margin-bottom: 30px;
}

.preview-blog-tab .create-file-btn-section {
  margin-bottom: 0;
}

.product-add-blob-section {
  padding: 15px 30px;
}

.product-add-blob-section .tabbing-select-title {
  text-align: center;
}

.product-add-blob-section .form-control {
  margin: 0;
}

.product-add-blob-section .form-label {
  vertical-align: middle;
  line-height: 1.42857143;
  font-size: 13px;
  color: #333;
}

.short-input .form-control {
  max-width: 300px;
}

.img-box-section img {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sweet-alert h2 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0px;
  padding-bottom: 10px !important;
}

.sweet-alert>div>p {
  font-size: 21px;
  color: #777;
  margin-bottom: 10px !important;
  font-weight: 400;
  line-height: 1.4;
}

.sweet-alert a.btn.btn-lg.btn-success {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  padding: 4px 27px !important;
  background-color: #39b54a !important;
  display: inline-block;
  margin-right: 5px !important;
  box-shadow: unset !important;
}

.sweet-alert a.btn.btn-lg.btn-success:hover:first-child {
  background-color: #39b54a !important;
  opacity: 0.75;
  color: #fff !important;
}

.sweet-alert a.btn.btn-lg.btn-success:hover:last-child {
  color: #fff;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}

.img-box-title {
  font-size: 14px;
  line-height: 1.42857143;
  word-wrap: break-word;
}

.alert-success {
  padding: 15px;
  text-align: center;
  font-size: 18px;
  color: #39b54a;
  font-weight: 500;
  line-height: 1.1;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 4px;
}

.accordion__panel {
  display: block !important;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 1s;
}

.accordion__button[aria-expanded="true"]~.accordion__panel {
  height: auto;
  transition: 1s;
}

.img-store-tab {
  min-height: 100vh;
}

.img-store-tab p {
  margin-bottom: 10px;
  font-weight: 500;
}

.productList-section p.product-validation-alert {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
}

.delete-warning-popup {
  max-width: 478px;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal-dialog.delete-warning-popup {
  margin: 0 auto;
}

.delete-img {
  max-width: 80px;
  margin: 0 auto;
  padding: 20px;
  border: 3px solid #d43f3a;
  border-radius: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  animation: animateErrorIcon 0.5s;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

.alert-img {
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.delete-img img,
.alert-img img {
  width: 100%;
}

.delete-warning-popup .modal-body {
  text-align: center;
}

/* fade animation effect start------------------------------ */

.delete-warning-popup {
  animation: showSweetAlert 0.3s;
}

.showSweetAlert {
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation="none"] {
  animation: none;
}

.showSweetAlert[data-animation="slide-from-top"] {
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation="slide-from-bottom"] {
  animation: slideFromBottom 0.3s;
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

/* fade animation effect over---------------------------- */

.warning-popup-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

.delete-warning-popup p {
  font-weight: 400;
  line-height: 29px;
  font-size: 21px;
  margin-bottom: 20px;
  padding: 10px;
  color: #777;
}

.popup-btn-section button {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.dropzone-area-section {
  position: relative;
  padding: 23px;
  background-color: rgba(0, 0, 0, 0.03);
  margin-top: 20px;
  border-radius: 4px;
}

.dropzone-img-box {
  max-width: 150px;
  margin: 17px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #acacac;
  padding: 6px 6px 6px 6px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 16%);
  font-size: 14px;
}

.dropzone-img-box img {
  width: 100px;
  height: 100px;
  position: relative;
  background: #ebebeb;
  margin-bottom: 22px;
}

.dropzone-img-box-hover {
  opacity: 0.1;
  display: block;
}

.dropzone-area-section aside {
  display: flex;
  flex-wrap: wrap;
}

.dropzone-img-box span {
  position: absolute;
  bottom: 0px;
  left: 5px;
  height: 28px;
  line-height: 28px;
  font-weight: 700;
  font-size: 14px;
}

.center-text-tbl .rt-tbody {
  text-align: center;
}

.modal-open {
  padding-right: 0 !important;
  /* overflow: hidden; */
}

.tableorganisation .tabcontent input.form-control {
  width: 188px;
  height: 32px;
}

.bell-icon-btn.btn.btn-secondary {
  background-color: transparent;
  border: 0px solid transparent;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
}

.bell-icon-btn-section>.show {
  background-color: #e7e7e7;
}

.bell-icon-drp-menu.dropdown-menu.show {
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 5px 0;
}

.bell-icon-drp-menu .dropdown-item {
  font-size: 14px;
  text-align: left;
  list-style: none;
}

.bell-icon-btn .header-btn-drp {
  margin-left: 0;
}

.bell-icon-drp-menu .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #212529;
}

.badge-no {
  font-size: 14px;
  padding-left: 5px;
}

.markallas-read-btn {
  display: flex;
  justify-content: right;
  text-align: center;
  float: right;
  padding: 4px 23px !important;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  background-color: #5bc0de;
  outline: none;
  border: 1px solid #5bc0de;
  font-size: 13px;
}

.dropdown-item:hover span.markallas-read-btn {
  background-color: #3a92c7;
}

.media-setup-section button.btn-secondary,
.image-size-section button.btn-secondary,
.img-store-tab button.btn-secondary {
  padding: 4px 27px;
  font-size: 14px;
  display: inline-block;
}

.img-store-tab button.btn-secondary:hover {
  background-color: #449d44;
  border-color: #398439;
}

.media-setup-section .catalog-tbl-section {
  background-color: transparent;
}

.media-setup-section .ReactTable .rt-thead.-header,
.tableorganisation.catalog-tbl-section .ReactTable .rt-thead.-header,
.image-size-section .tableorganisation .ReactTable .rt-thead.-header,
.tableorganisation.manage-user-tbl-section .ReactTable .rt-thead.-header,
.tableorganisation.masterAdmin-section .ReactTable .rt-thead.-header {
  background-color: #e5e5e5;
}

.media-setup-section .tableorganisation .ReactTable.-striped .rt-tr.-odd,
.tableorganisation .ReactTable.-striped .rt-tr.-odd,
.productTable-report .tableorganisation,
.mt-4.bg-whitColor,
.mt-4.bg-whitColor .tableorganisation,
.bg-whiteColor,
.bg-whiteColor .tableorganisation,
.image-size-section .tableorganisation {
  background-color: #fff;
}

.tableorganisation .rt-tbody .rt-tr-group .rt-tr.-even {
  background-color: #e5e5e5 !important;
}

.media-setup-section .ReactTable .rt-thead.-header .rt-th {
  text-align: center;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #39b54a;
}

.catalog-tab {
  padding-top: 20px;
  padding-bottom: 20px;
}

.selectcatalog-tab .tab-selectbox {
  width: 100%;
  max-width: 590px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.selectcatalog-tab .tab-selectbox label {
  width: 100%;
}

.selectcatalog-tab .tab-selectbox .form-select {
  max-width: 220px;
}

.selectcatalog-tab .tab-selectbox .btn-secondary {
  padding: 4px 28px;
  font-size: 14px;
}

.catalog-tab .selectcatalog-tab:last-child .tab-selectbox {
  text-align: right;
  align-items: flex-end;
  justify-content: end;
  padding-right: 117px;
}

.bg-whiteColor .tab-selectbox {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 0;
}

.productAttri-gird-section .tab-selectbox.gird-filter-select {
  margin-bottom: 0px;
  height: unset;
  margin-left: 10px;
}

.tab-selectbox.gird-filter-select .form-select {
  padding: 3px 12px;
}

.mt-4.bg-whitColor .tableorganisation .rt-thead.-header,
.layout-template-section .tableorganisation .rt-thead.-header,
.productTable-report .tableorganisation .ReactTable .rt-thead.-header,
.tableorganisation.import-history-section .ReactTable .rt-thead.-header {
  background-color: #e5e5e5;
  border-bottom: 1px solid #111;
}

.image-size-section .tableorganisation,
.media-setup-section .tableorganisation {
  padding-left: 0px;
}

.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover {
  /* background: rgba(0, 0, 0, 0); */
  background: #fff;
}

.report-pb {
  padding-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.report-section {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;
}

.report-box {
  min-height: 200px;
  margin-top: 30px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  border: 1px solid #eeeeee;
}

.report-box .card-icon {
  box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 0 0 / 14%);
  border-radius: 3px;
  background: #999999;
  padding: 10px;
  margin-top: -25px;
  margin-right: 10px;
  float: left;
}

.report-box .card-icon:nth-child(3) {
  background-color: #ffa726 !important;
}

.report-box .card-icon i {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #fff;
}

.report-box .card-header {
  border-bottom: 0px solid transparent;
  background: transparent;
}

.report-box .card-header h2 {
  font-size: 30px;
  text-align: right;
  margin: 20px 0px 10px;
}

.report-box .card-header a {
  color: #337ab7;
  text-decoration: none;
  font-size: 22px;
  float: left;
  text-align: left;
  width: 100%;
  padding-top: 15px;
}

.report-box .card-header a:hover {
  color: #23527c;
  text-decoration: underline;
}

.report-box .card-header p {
  text-align: left;
  vertical-align: bottom;
  float: left;
  font-size: 12px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 0;
}

.layout-template-section {
  padding: 20px 15px 0px;
  background-color: #fff;
}

.layout-template-section .model-bottom-btn-section {
  margin-top: 0;
  padding-top: 0px;
  display: unset;
  justify-content: left;
}

.layout-template-section .model-bottom-btn-section button,
.layout-template-section .tab-selectbox select {
  margin-top: 10px;
}

.layout-template-section .tab-selectbox {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.layout-list-table {
  padding-top: 70px;
}

.layout-table-section p {
  font-size: 18px;
  text-align: center;
}

.layout-table-section button {
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
}

.report-list-component h4 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 10px;
}

.product-report-section {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  margin: 0px 30px;
}

.product-report-section p {
  color: #333;
  background-color: #f5f5f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 0;
}

.product-table-body {
  padding: 15px;
  position: relative;
}

.product-table-body .table-header {
  position: relative;
}

.product-table-body .tabcontent {
  position: absolute;
  right: 1px;
  top: 38px;
}

.attribute-table-list {
  padding-top: 45px;
}

.attribute-table-list .right-top-btn-section button {
  float: right;
  margin-top: 20px;
  padding: 5px 30px;
}

.layout-template-section .tableorganisation .tabcontent {
  padding-top: 0;
}

.attribute-bg-icon-text,
.attirbute-bg-color,
.layout-template-section .tableorganisation.category-table table>tbody>tr>td,
.manage-catalog-tbl-section .tableorganisation table tbody tr td {
  position: relative;
}

.edit-manage-product-color {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.attirbute-bg-color .attribute-id-bg,
.attributeschemaTable .attribute-id-bg {
  right: 8px;
  top: 14px;
}

.manage-catalog-tbl-section .tableorganisation table tbody tr td .attribute-id-bg {
  top: 6px;
}

.attribute-id-bg {
  background-color: #99ffff;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border-left: 0px solid transparent;
  position: absolute;
  right: 0;
  top: -1px;
}

.language-add-model .form-label {
  padding-left: 20px;
}

.language-add-model button.btn.btn-secondary {
  margin-top: 15px;
  font-size: 14px;
  padding: 4px 27px;
}

.css-d7l1ni-option:hover {
  background-color: #39b54a !important;
  cursor: pointer;
  color: #fff;
  margin: 0;
}

.css-tr4s17-option,
.css-d7l1ni-option,
.css-10wo9uf-option {
  padding: 3px 8px !important;
  cursor: pointer;
}

.css-13cymwt-control,
.css-t3ipsp-control {
  box-shadow: unset !important;
  border-color: #000 !important;
}

.css-9gakcf-option {
  background-color: #39b54a !important;
  cursor: pointer;
}

.css-9gakcf-option:active {
  background-color: #39b54a;
}

.add-edit-model-language .css-10wo9uf-option img,
.add-edit-model-language .css-d7l1ni-option img,
.add-edit-model-language .css-9gakcf-option img,
.add-edit-model-language .css-qc6sy-singleValue img {
  margin-right: 5px;
  width: 25px !important;
  height: 20px !important;
}

.add-edit-model-language .css-9gakcf-option img,
.add-edit-model-language .css-qc6sy-singleValue img {
  margin-right: 5px;
}

/* new manage catalog section */

.catalog-sidebar {
  min-width: 300px;
  background-color: #fff;
  /* margin-top: 1px; */
  position: sticky;
  top: 0;
  z-index: 999;
}

.gutter.gutter-horizontal {
  cursor: col-resize !important;
  border: 1px solid #d3d3d3;
  background-color: #e6e6e6;
  width: 7px !important;
}

.catalog-sidebar.catalog-sidebar-body {
  overflow-x: hidden;
  border: 1px solid #aaa;
  border-top: 0;
  /* min-height: 100vh;
    max-height: 100vh; */
  overflow-y: auto;
  padding: 2px;
  padding-top: 0;
  min-height: calc(100vh - 184px);
  border-bottom: transparent;
  max-width: 300px !important;
  width: 100% !important;
}

.catalog-body {
  background-color: #fff;
  overflow: auto;
  /* min-height: 100vh;
    max-height: 100vh; */
  min-height: calc(100vh - 100px);
  width: calc(100% - 300px) !important;
  overflow: auto;
}

.custom-catalogTree-sidebar {
  height: calc(100vh - 168px);
}

.catalog-sidebar>ul {
  height: calc(100vh - 187px);
}

.catalog-body .catalog-body:nth-child(1) {
  background-color: #fff;
  overflow: unset;
  min-height: unset;
}

.catalog-media {
  margin: 45px 0px 0 30px;
}

.catalog-media h3 {
  font-size: 24px;
  padding-bottom: 20px;
}

.catalog-body .nav-tabs .nav-link {
  padding: 8px 15px !important;
}

.category-table-title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
}

.full-body-content .manage-catalog {
  width: 100%;
  overflow-x: hidden;
}

.category-setup-section input.form-control,
.category-setup-section select.form-select {
  width: 35%;
  color: #555;
  /*background-color: #eee;*/
  font-size: 16px;
  font-family: Verdana, Arial, sans-serif;
  height: 35px;
  margin-top: 0;
}

.category-setup-section input.form-control:disabled {
  cursor: text;
}

.category-setup-section select.form-select:disabled {
  cursor: not-allowed;
}

.display-setup.category-display-template {
  margin: 24px 25px 0px;
}

.category-setup-section.mt-2 p {
  font-weight: bold;
}

.category-setup-section.mt-2 button {
  padding: 4px 27px;
  width: 120px;
  /* width: 88px; */
  height: 32px;
  font-size: 16px;
}

.category-btn {
  margin-bottom: 30px;
  text-align: right;
}

.Breadcrum-text {
  /* padding-top: 1px;
  padding-bottom: 2px; */
  background-color: #fff;
}

.Breadcrum-text>div {
  padding: 10px;
  background-color: #cccc;
  line-height: 20px;
  font-size: 16px;
  display: flex;
  justify-content: flex-start !important;
}

.selectcatalog-tab .dropdown-1 {
  margin-right: 10px;
}

.right-top-btn-section .row>div:last-child {
  text-align: right;
}

.category-btn button,
.cancel-btn-red,
.right-top-btn-section.category-textsetup-btn .btn.btn-secondary {
  font-size: 16px;
  padding: 4px 27px !important;
  height: 34px;
}

.right-top-btn-section button {
  font-size: 16px;
  padding: 4px 19px !important;
  height: 36px;
}

.category-btn button {
  margin-left: 10px;
}

.category-setup-section,
.category-display-template {
  margin-top: 20px;
  /* height: calc(100vh - 149px); */
  /* overflow: hidden; */
  margin-bottom: 0 !important;
  /* overflow-x: auto; */
}

/* .category-display-template.m-4 {
    overflow: auto;
} */

.category-display-template .tableorganisation {
  background-color: #fff;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: auto;
  width: 100%;
  /* height: calc(100vh - 261px); */
}

.category-display-template .datatable_box {
  background-color: #fff;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow: auto;
  width: 100%;
  /* height: calc(100vh - 335px); */
  height: calc(100vh - 232px);
}

.category-display-template .tableorganisation .tabcontent input.form-control {
  /* width: 218px;
    height: 35px; */
  width: 257px;
  height: 34px;
  max-width: 257px;
  max-height: 34px;
  margin-right: 0px;
  margin-left: 5px;
}

.category-display-template>select.form-select {
  /* width: 16%; */
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  margin-left: 20px;
}

.category-display-template .tableorganisation.category-table table,
.layout-template-section .tableorganisation.category-table table {
  width: 100%;
  border: 1px solid #ddd;
}

.category-display-template .datatable_box.category-table table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
}

.category-display-template .tableorganisation.category-table table>tbody,
.layout-template-section .tableorganisation.category-table table>tbody {
  border-collapse: separate;
  border-spacing: 0;
}

.category-display-template .tableorganisation.category-table table>thead>th,
.layout-template-section .tableorganisation.category-table table>thead>th {
  border: 1px solid #ddd;
  padding: 6px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #111;
  font-size: 13px;
}

.category-display-template .datatable_box.category-table table>thead>th {
  border: 1px solid #ddd;
  padding: 6px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #111;
  font-size: 13px;
}

.category-display-template .tableorganisation.category-table table>tbody>tr {
  width: 100% !important;
}

.category-display-template .tableorganisation.category-table table>tbody>tr>td,
.layout-template-section .tableorganisation.category-table table>tbody>tr>td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 13px;
}

.category-display-template .datatable_box.category-table table>tbody>tr>td,
.layout-template-section .datatable_box.category-table table>tbody>tr>td {
  border: 1px solid #ddd;
  padding: 5px;
  /* padding: 2px 5px; */
  font-size: 13px;
}

.category-display-template .tableorganisation.category-table table>tbody>tr:nth-child(even),
.category-display-template .tableorganisation .rt-thead.-header,
.layout-template-section .tableorganisation.category-table table>tbody>tr:nth-child(even) {
  background-color: #e5e5e5;
}

.category-display-template .datatable_box.category-table table>tbody>tr:nth-child(even),
.category-display-template .datatable_box .rt-thead.-header,
.layout-template-section .datatable_box.category-table table>tbody>tr:nth-child(even) {
  background-color: #e5e5e5;
}

.layout-template-section .tableorganisation.category-table table>tbody>tr:nth-child(odd) {
  background-color: #fff;
}

.category-display-template .tableorganisation.category-table.table-drag-drop table>thead>th,
.layout-template-section .tableorganisation.category-table table>thead>th {
  /* width: 200px; */
  border: 1px solid #ddd;
  padding: 6px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #111;
}

.category-display-template .tableorganisation.category-table.table-drag-drop table>thead>th {
  width: 25%;
}

.category-display-template .tableorganisation.category-table.attribute-table-setup table>thead>th {
  width: 20%;
}

.category-display-template .tableorganisation.category-table.table-drag-drop table>tbody>tr,
.category-display-template .tableorganisation.category-table.attribute-table-setup table>tbody>tr {
  display: table;
  width: 100%;
  min-width: calc(100% - 200px);
}

.category-display-template .tableorganisation.category-table.table-drag-drop table>tbody>tr>td {
  width: 100%;
  max-width: 25%;
}

.category-display-template .tableorganisation.category-table.attribute-table-setup table>tbody>tr>td {
  max-width: 20%;
  width: 100%;
}

.category-display-template .tableorganisation.category-table.table-drag-drop table tbody,
.category-display-template .tableorganisation.category-table.attribute-table-setup table tbody {
  display: table-caption;
}

.widthSize input {
  width: 32px;
  height: 21px;
  font-size: 13px;
  margin-right: 10px;
}

.product-code-section {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: right;
  margin-top: 12px;
  margin-bottom: 15px;
}

.product-code-section p {
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 700;
}

.product-code-section input,
.category-display-template .product-add-collection select {
  margin-top: 0;
  width: 300px;
  height: 36px;
}

.product-code-section button {
  padding: 6px 26px;
}

.product-code-section button img {
  width: 16px;
  height: 16px;
}

.product-code-section input {
  margin-left: 5px;
}

.category-display-template .product-add-collection {
  padding-top: 0px;
}

.layout-template-section .tableorganisation.category-table {
  padding: 0;
}

.category-display-template .right-top-btn-section.product-add-collection button {
  margin-right: 0px;
}

.right-top-btn-section.product-add-collection .cancel-btn-red {
  margin-left: 10px;
}

.category-display-template .right-top-btn-section.product-add-collection>button:first-child() {
  padding: 6px 8px 6px 8px !important;
}

.product-attHistory-page .rt-tbody>.rt-tr-group>.rt-tr>.rt-td:nth-child(3) {
  text-align: center;
}

.tableorganisation.category-table tbody tr td .editicon-btn,
.widthSize .editicon-btn,
.product-attHistory-page .rt-tbody>.rt-tr-group>.rt-tr>.rt-td:nth-child(3) .editicon-btn {
  padding: 0px !important;
  border: 2px solid #000 !important;
  border-radius: 5px;
  width: 17px;
  height: 17px;
}

.datatable_box tbody tr td .editicon-btn {
  padding: 0px !important;
  border: 2px solid #000 !important;
  border-radius: 5px;
  width: 17px;
  height: 17px;
}

.datatable_box tbody tr td .editicon-btn img,
.datatable_box.category-table tbody tr td .editicon-btn img {
  width: 11px;
  height: 10px;
  position: relative;
  top: -4px;
}

.tableorganisation.category-table tbody tr td .editicon-btn img,
.widthSize .editicon-btn img {
  width: 11px;
  height: 10px;
  position: relative;
  top: -4px;
}

.product-attHistory-page .rt-tbody>.rt-tr-group>.rt-tr>.rt-td:nth-child(3) .editicon-btn a img {
  width: 11px;
  height: 10px;
  position: relative;
  top: -5px;
}

.attributeSchema-table-text {
  margin-top: 65px;
}

button.editicon-btn.btn.btn-secondary.icon-center {
  line-height: 15px;
}

.tableorganisation.attributeschemaTable table>tfoot>tr>th {
  border: 1px solid #ccc;
  padding: 8px;
  height: 30px;
  background-color: #fff;
  border-top: 1.2px solid #000;
  font-size: 13px;
}

.datatable_box.attributeschemaTable table>tfoot>tr>th {
  border: 1px solid #ccc;
  padding: 8px;
  height: 30px;
  background-color: #fff;
  border-top: 1.2px solid #000;
  font-size: 13px;
}

.layout-template-section .tableorganisation.category-table .tabcontent {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-top: 25px;
  padding-bottom: 5px;
}

.layout-template-section .tableorganisation.category-table .tabcontent input {
  margin-left: 5px;
  margin-right: 0;
}

.tabcontent.manage-catalog-add-tag button:hover {
  background-color: #6c757d !important;
}

.create-file-btn-section p {
  font-size: 36px;
}

.create-file-btn-section .btn-secondary {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}

.result-create-section pre {
  display: block;
  padding: 0px 9px 9px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.catalog-siderbar-menu-detail {
  padding: 0px 2px 2px 2px !important;
  overflow: hidden;
  position: relative;
  margin-left: 0px;
}

.catalog-sidebar ul {
  padding-left: 0px;
}

.catalog-sidebar ul li {
  font-size: 12px;
  line-height: 135%;
  padding: 3px;
  position: relative;
  white-space: normal;
  padding-right: 4px;
}

.catalog-sidebar ul div i {
  margin-right: 3px;
}

.catalog-sidebar ul li div {
  display: flex;
  align-items: baseline;
  position: relative;
  width: 100%;
}

.catalog-sidebar ul li .gray-bg {
  width: 30px;
  right: 0;
  position: absolute;
  top: 0;
  left: auto;
}

/* .catalog-sidebar ul li ul {
  padding-left: 12px;
} */

.catalog-sidebar ul li div {
  display: inline-flex;
  align-items: baseline;
  position: relative;
}

.catalog-sidebar .low-level-child {
  padding-left: 16px;
}

.activeSidebar,
.active-sidebar-color {
  position: relative;
}

.activeSidebar::before,
.active-sidebar-color::before {
  content: "";
  position: absolute;
  left: -76%;
  right: -100%;
  width: 420%;
  background-color: #39b54a;
  z-index: 0;
  height: auto;
  opacity: 0.3;
  top: -2px;
  bottom: -2px;
}

.activeSidebar::before,
.active-sidebar-node-color::before {
  content: "";
  position: absolute;
  left: -76%;
  right: -100%;
  width: 420%;
  background-color: #39b54a;
  z-index: 0;
  height: auto;
  opacity: 0.3;
  top: -2px;
  bottom: -2px;
}

.active-sidebar-color span,
.active-sidebar-color div {
  z-index: 1;
}

.search-input-btn {
  width: 273px;
  height: 36px;
  background-color: #ffffff;
}

.searchbar-menu {
  position: relative;

  width: 280px;
  cursor: pointer;
}

.searchmenu-highlight {
  z-index: 0;
  background-color: #fff;
  z-index: 9999;
  padding-right: 0%;
  padding-top: 2px;
  padding-left: 2px;
  padding-bottom: 3px;
}

.searchbar-menu .btn-big-font.btn.btn-secondary {
  padding: 5px 16px;
  border-radius: 4px;
}

.searchbar-menu .btn-secondary.disabled:nth-child(2),
.right-top-btn-section .row div:nth-child(2) .btn.btn-secondary.disabled {
  background-color: #39b54a;
  border-color: #39b54a;
  opacity: 1;
  cursor: not-allowed;
}

.searchbar-menu .btn-secondary:nth-child(2):hover,
.searchbar-menu .btn-secondary:hover,
.right-top-btn-section .row div:nth-child(2) .btn.btn-secondary.disabled:hover {
  opacity: 0.6;
  background-color: #39b54a;
  border-color: #39b54a;
}

.search-input-btn .btn-big-font {
  height: 34px;
}

.searchbar-menu input.form-control {
  width: 272px;
  margin-top: 2px;
  line-height: 23px;
  font-size: 16px;
  padding: 6px 5px;
}

.catalog-siderbar-body {
  font-size: 12px;
  line-height: 2px;
  /*margin-top: 80px;*/
  margin-left: 7px;
  max-width: 265px;
  position: relative;
}

.catalog-siderbar-body ul li {
  line-height: 18px;
  white-space: normal;
  position: relative;
  margin: 7px 0px;
  font-size: 13px;
  color: #222222;
}

.catalog-siderbar-body ul li div {
  display: inline-flex;
  align-items: baseline;
  font-size: 13px;
  color: #222222;
}

.catalog-siderbar-body ul li i {
  margin-right: 6px;
}

.catalog-siderbar-body>ul>li>ul {
  padding-left: 0px;
}

ul.catalog-body-childcontain {
  padding-left: 24px;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #bebebe;
  border-color: gray;
}

li.disabled.nav-item {
  cursor: not-allowed;
}

.report-section .row div:nth-child(3) .card-icon,
.dashboard .panel-body .row:nth-child(2) div:nth-child(3) .card-icon,
.dashboard .panel-body .row:nth-child(2) div:nth-child(4) .card-icon {
  background: #ffa726 !important;
}

.report-section .row .col-lg-3:last-child .card {
  position: relative;
  left: 53%;
  top: -3%;
}

.tooltip-inner {
  max-width: 305px;
  padding: 4px 9px 4px 9px;
  color: #333;
  background-color: #fff;
  font-size: 17px;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 8px #333;
  text-align: left;
  line-height: 23px;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: transparent;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: transparent;
}

.tooltip.show {
  opacity: 2.9;
}

.tooltip {
  margin-top: 10px;
}

.tabbing-select-title.map-field-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 20px;
  margin-top: 0;
}

.map-filed-section .initial-checks-tab .form-select,
.initial-checks-tab.inital-check-select .form-select,
.initial-checks-tab.inital-check-select button.btn-secondary {
  font-size: 14px;
}

.map-filed-section .custom-radio-btn {
  margin-top: 0;
}

.map-filed-section .form-label {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.tableorganisation.map-filed-table-section thead>tr>th {
  text-align: left;
  border: 2px solid #ddd;
  padding: 8px;
  background-color: #e5e5e5;
  font-size: 13px;
  line-height: 1.42857143;
}

.tableorganisation.map-filed-table-section thead>tr>th:first-child {
  width: 206px;
}

.tableorganisation.map-filed-table-section table>tbody>tr.unique-tr-cls {
  background-color: #888888;
}

.tableorganisation.map-filed-table-section table>tbody>tr {
  background-color: #fff;
}

.tableorganisation.map-filed-table-section table>tbody>tr>td {
  font-size: 13px;
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

.map-filed-table-section .form-label {
  font-size: 14px;
  margin-right: 4px;
  line-height: 20px;
}

.map-filed-table-section .info-btn {
  margin-left: 0;
  align-items: center;
  max-width: 200px;
}

.map-filed-table-section .info-btn img {
  /* width: 30px;
  height: 35px; */
  width: 15px;
  margin-left: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.map-filed-table-section .form-select {
  width: 116px;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  padding: 0px 3px;
  display: inline-block;
  /* background-color: #eeee; */
}

.imagesize-model input.form-control:focus,
.model-label-input.image-size-input-box input.form-control:focus {
  border: 2px solid #000;
  border-radius: 4px;
}

.map-filed-table-section .create-new-product.form-select {
  width: 163px;
}

.map-filed-table-section .form-select:disabled {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}

.map-filed-table-section input {
  margin-left: 5px;
}

.productId-popup .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}

.productId-popup .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  right: -4px;
  border-width: 10px 10px 0;
  border-top-color: #fff;
}

.productId-popup .tooltip-inner {
  padding: 7px 11px 8px 11px;
  color: #337ab7;
  font-size: 14px;
}

.productId-popup .tooltip {
  padding-top: -10px;
}

.dashboard {
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px 20px 20px 20px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.dashboard .card-header {
  font-size: 14px;
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  font-weight: bolder;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}

.dashboard .cross-icon-header {
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(../images/cross-icon.jpg);
  background-position: center;
  background-size: 35px;
  top: 8px;
  right: 3px;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* .dashboard .panel-body .card-header::after {
    display: none;
} */

p.card-text {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.dashboard .react-grid-item .card .card-body .panel-body .card,
.gridLayout .card .card-body .panel-body .card {
  height: auto;
  min-height: auto;
}

.dashboard .react-grid-item .card {
  height: 100%;
}

.gridLayout .card {
  min-height: 150px;
}

.gridLayout .card-body {
  /* min-height: 160px; */
  overflow: auto;
}

/* .key_statistics_body.card-body {
  overflow: unset;
} */

.latest-update-section p {
  margin-bottom: 0;
  /* font-weight: 700; */
  font-size: 13px;
  /* font-weight: bold; */
}

ul.latest-listtype {
  padding: 0;
}

ul.latest-listtype li,
.dashboard .card-body ul.card-list li {
  list-style: square;
  list-style-position: inside;
  font-size: 13px;
}

.dashboard .card-body h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dashboard .card-body ul.card-list {
  padding: 0;
  margin: 0;
}

.dashboard .card-body ul.card-list li a {
  color: #337ab7;
  font-size: 13px;
  text-decoration: none;
}

.dashboard .card-body ul.card-list li a:hover,
.dashboard .card-body a:hover,
.report-exports-section table>tbody>tr>td>a.filepath-name:hover,
.dashboard .panel-body .card-left a:hover {
  color: #23527c;
  text-decoration: underline;
  cursor: pointer;
}

.report-exports-section table {
  width: 100%;
}

.report-exports-section table th {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

.report-exports-section table>tbody>tr>td {
  text-align: left;
  font-size: 13px;
}

.report-exports-section table>tbody>tr>td>a.filepath-name {
  color: #337ab7;
  font-size: 13px;
  text-decoration: none;
}

.excel-btn button {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 4px;
  margin-bottom: 20px;
  padding: 3px 13px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
  color: black;
  white-space: nowrap;
  outline: none;
  background: linear-gradient(to bottom,
      rgba(230, 230, 230, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%);
}

.excel-btn button:hover {
  border: 1px solid #666;
  background: linear-gradient(to bottom,
      rgba(153, 153, 153, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%);
}

.excel-btn button:focus {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background: linear-gradient(to bottom, #d1e2f7 0%, #79ace9 100%);
}

p.uploadFile-message {
  color: #39b54a;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dashboard .panel-body b {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.layout-template-section .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.dashboard .panel-body .card {
  margin-bottom: 10px;
  margin-top: 30px;
  color: #333333;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%),
    0 1px 5px 0 rgb(0 0 0 / 12%);
  /* padding: 0 0 5px 0;
    max-height: 150px; */
}

.dashboard .panel-body .card-header {
  background-color: #fff;
}

.dashboard .panel-body .card-icon i {
  font-size: 36px;
  line-height: 56px;
  width: 56px;
  height: 56px;
  text-align: center;
}

.dashboard .panel-body .card-icon {
  box-shadow: 0 4px 20px 0px rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 0 0 / 14%);
  border-radius: 3px;
  background-color: #999999;
  padding: 10px;
  margin-top: -30px;
  margin-right: 10px;
  float: left;
}

.dashboard .panel-body h3.text-secondary {
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  min-height: 60px;
  font-size: 18px;
  text-align: right;
  color: #333 !important;
}

.dashboard .panel-body .card-left a {
  line-height: 1;
  text-align: left;
  vertical-align: bottom;
  float: left;
  font-size: 13px;
  width: 50%;
  padding-bottom: 0px;
  color: #337ab7;
  text-decoration: none;
}

.dashboard .panel-body .card-title {
  /* margin-top: 0px; */
  margin: 0px;
  float: right;
  width: 50%;
  font-size: 24px;
  text-align: right;
}

.dashboard .panel-body .row:nth-child(2) div:nth-child(2) .card-icon {
  background-color: #39b54a !important;
}

.dashboard .card-body i {
  font-size: 13px;
  line-height: 1.42;
  color: #000;
  font-weight: bolder;
  cursor: pointer;
}

.dashboard .report-exports-section span {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
}

.select-file-bottom .form-select:focus {
  border-color: #66afe9 !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

.imagesize-model .form-control,
.image-size-input-box .form-control {
  max-width: 167px;
  max-height: 26px;
  border-color: rgb(118, 118, 118);
  border-radius: 2px;
}

.image-size-input-box .form-control:focus-visible,
.register-page input[type="text"]:focus-visible,
.product-table-setup table>tbody>tr>td div>input.form-control:focus-visible,
.product-table-setup table>tbody>tr>td input.form-control:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.product-table-body.tableorganisation .rt-tbody .rt-tr-group .rt-tr.-even {
  background-color: #fff !important;
}

.output-success {
  padding-top: 35px;
}

.output-success p {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0;
}

.product-blob-export select {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  width: 100%;
}

button.btn-close {
  float: right;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
}

.modal-header .close {
  margin-top: -2px;
}

.product-blob-export b {
  font-size: 14px;
  font-weight: 700;
}

/* integration-page --------------------------------- */

.login-page.integration-page {
  max-width: 880px;
  width: 100% !important;
  margin: 30px 0px;
  border-radius: 2px;
  overflow: hidden;
  font-family: inherit;
  position: absolute;
  left: 43%;
  transform: translate(-50%, -15%);
  top: 25%;
  height: 100%;
}

.login-page.integration-page .input-field {
  display: flex;
  align-items: center;
}

.login-page.integration-page .login-page-logo {
  left: 24%;
  position: relative;
  padding-bottom: 5px;
}

.login-page.integration-page .loginmodal-submit {
  max-width: 245px;
  margin-left: 55px;
}

.login-page.integration-page .loginmodal-submit {
  max-width: 245px;
  margin-left: 55px;
}

.login-page.integration-page .product-login {
  cursor: pointer;
  position: relative;
}

.login-page.integration-page .product-login .form-check-input:checked {
  background-color: #39b54a !important;
  border-color: #39b54a;
}

.login-page.integration-page .product-login .form-check-input:focus {
  box-shadow: unset;
}

.login-page.integration-page .product-login .form-check-input[type="checkbox"] {
  border-radius: 2px;
}

.login-page.integration-page .product-login .form-check-input {
  background-color: #eee;
  border: 1px solid #eee;
  cursor: pointer;
}

.login-page.integration-page .product-login .form-check-input:hover {
  background-color: #ccc;
}

/* integration-page --------------------------------- */

.tableorganisation .rt-tbody .rt-tr-group:nth-child(odd) {
  background-color: #fff;
}

.tableorganisation .rt-tbody .rt-td {
  padding: 8px !important;
  border: 1px solid #ddd !important;
  line-height: 1.42857143;
  font-size: 13px;
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.tableorganisation .rt-tbody .rt-tr-group .rt-tr {
  align-items: center;
}

.tableorganisation.map-filed-table-section .form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: 1;
}

.search-input-btn .btn-big-font,
.searchbar-menu input.form-control {
  font-family: Verdana, Arial, sans-serif;
}

.tabbing-select-title.select-file-tab {
  font-weight: 700;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tabbing-container p {
  padding: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-bottom: 10px;
}

.select-file-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857143;
}

.select-file-bottom {
  /* margin-top: 6%; */
  margin-top: 4%;
}

.activeSidebar {
  position: relative;
  width: 100%;
}

.activeSidebar::before {
  content: "";
  position: absolute;
  left: -100%;
  right: -100%;
  width: 200%;
  background-color: #39b54a;
  z-index: 1;
  height: auto;
  opacity: 0.3;
  top: -3px;
  bottom: -3px;
}

.right-top-btn-section.category-textsetup-btn,
.attributeSchema-table-text .right-top-btn-section,
.right-top-btn-section.product-cnacelbtn {
  text-align: right;
}

.dropzone .dz-default.dz-message {
  opacity: 1;
  filter: none;
  transition: opacity 0.3s ease-in-out;
  background-image: url(../images/drop-image.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  top: 103px;
}

/* .ReactTable .rt-tr-group {
  flex: unset;
  display: flex;
  flex-direction: unset;
  align-items: unset;
} */

.ReactTable .rt-tr-group {
  /* flex: unset; */
  display: flex;
  /* flex-direction: unset; */
  /* align-items: unset; */
}

.right-top-btn-section.product-add-collection .css-b62m3t-container {
  max-width: 300px;
  max-height: 37px;
}

.export-history-page .pagination li a:hover,
.export-history-page .pagination li.active a:active,
.product-attHistory-page .pagination li a:hover,
.import-history-section .pagination li a:hover,
.import-history-section .pagination li.active a:active,
.product-table-body .pagination>li>a:hover,
.productList-section .pagination li a:hover,
.import-history-section .pagination li a:hover,
.media-setup-section .pagination li a:hover,
.manage-user-tbl-section .pagination li a:hover,
.masterAdmin-section .pagination li a:hover,
.productAttri-gird-section .pagination li a:hover {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
  color: #fff;
}

.export-history-page .rt-tr-group .rt-td a {
  color: #337ab7;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}

.export-history-page .rt-tr-group .rt-td a span {
  padding-left: 6px;
}

.export-history-page .rt-tr-group .rt-td a:hover {
  color: #23527c;
}

img.upDownArrow {
  width: 11px;
  margin-right: 1px;
}

img.downArrow {
  width: 11px;
  margin-right: 1px;
  transform: rotate(313deg);
}

.ReactTable .rt-td {
  font-size: 13px;
  font-weight: 400;
}

.media-image-view .pagination-custom li a {
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 2.42;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd !important;
  font-size: 14px;
}

.media-image-view .pagination-custom li:first-child a {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.media-image-view .pagination-custom li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.media-image-view .pagination-custom li.active a {
  background: #39b54a !important;
  border-color: #39b54a !important;
  color: #fff !important;
}

.media-image-view .pagination-custom li a:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.media-image-view .pagination-custom>.disabled>a,
.media-image-view .pagination-custom>.disabled>a:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff !important;
  border-color: #ddd;
}

.pagination>.disabled:first-child,
.pagination>.disabled:last-child,
.import-history-section .pagination>li:first-child,
.import-history-section .pagination>li:last-child,
.product-table-body .pagination>li:last-child,
.product-table-body .pagination>li:first-child,
.productList-section .pagination>li:first-child,
.productList-section .pagination>li:last-child,
.media-setup-section .pagination>li:first-child,
.media-setup-section .pagination>li:last-child,
.product-attHistory-page .pagination>li:first-child,
.product-attHistory-page .pagination>li:last-child,
.import-history-section .pagination>li:first-child,
.import-history-section .pagination>li:last-child,
.manage-user-tbl-section .pagination>li:first-child,
.manage-user-tbl-section .pagination>li:last-child,
.export-history-page .pagination>li:last-child,
.export-history-page .pagination>li:first-child,
.masterAdmin-section .pagination>li:first-child,
.masterAdmin-section.pagination>li:last-child,
.productAttri-gird-section .pagination>li:first-child,
.productAttri-gird-section .pagination>li:last-child {
  font-size: 0;
}

.pagination>.disabled,
.pagination>.disabled:active,
.product-table-body .pagination>.disabled,
.product-table-body .pagination>.disabled>a:hover,
.product-table-body .pagination>.disabled:nth-child(2)>a:hover,
.productList-section .pagination>.disabled>a:hover,
.media-setup-section .pagination>.disabled>a:hover,
.product-attHistory-page .pagination>.disabled>a:hover,
.import-history-section .pagination>.disabled>a:hover,
.manage-user-tbl-section .pagination>.disabled>a:hover,
.export-history-page .pagination>.disabled>a:hover,
.masterAdmin-section .pagination>.disabled>a:hover,
.productAttri-gird-section .pagination>.disabled>a:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

body .full-body-content .page-loader-img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(118, 118, 118, 0.3);
  z-index: 99999999;
}

.page-loader-img img {
  opacity: 0.7;
}

.manage-oraganization-tab .btn-secondary.disabled {
  color: #fff;
  background-color: #39b54a;
  border-color: #8c8c8c;
}

.output-create-file-section .form-select {
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  cursor: pointer;
  /* height: 28px; */
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  padding: 8px 14px;
}

.output-create-file-section .custom-radio-btn {
  padding-left: 0;
}

.home-sidebar-model .cancel-btn {
  padding: 4px 20px !important;
}

.home-sidebar-modelbody {
  max-width: 477px;
  margin-top: 10%;
}

.delect-catalog-model.home-sidebar-modelbody {
  margin-top: 0;
}

.delect-catalog-model.home-sidebar-modelbody h4 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.delect-catalog-model.home-sidebar-modelbody span.lead {
  color: #ff0000;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
}

.delect-catalog-model.home-sidebar-modelbody input {
  margin-top: 25px;
}

.delect-catalog-model.home-sidebar-modelbody .model-bottom-btn-section {
  display: flex;
  justify-content: center;
  padding-top: 0;
}

.delect-catalog-model.home-sidebar-modelbody .model-bottom-btn-section button {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.attributeSchema-delete-model {
  max-width: 360px;
}

.delect-catalog-model,
.attributeSchema-delete-model {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.import-history-section .status-btn {
  margin-right: 5px;
}

.img-box-section .sweet-alert {
  max-width: 478px !important;
  width: 478px !important;
}

.split {
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

.dropzone-img-box,
.css-1rhbuit-multiValue {
  position: relative;
}

.dropzone-img-box>div {
  position: absolute;
  top: 2px;
}

/* .product-table-setup table>tbody>tr>td:nth-child(10) img,
.product-table-setup table>tbody>tr>td:nth-child(4) img {
  float: right;
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-table-setup table>tbody>tr>td:nth-child(9) img {
  width: 25px;
  height: 25px;
} */

/* .product-table-setup table>tbody>tr>:nth-child(9) {
    word-break: break-all;
} */

/* .product-table-setup table>tbody>tr>td:nth-child(9) div {
  width: 100px !important;
} */

.product-table-setup table>tbody>tr>td div {
  word-break: break-all;
}

.product-table-setup table>tbody>tr>td>div.border-orange>input.form-control {
  border: 1px solid orange !important;
  border-radius: 0;
}

/* .product-table-setup table>tbody>tr>td:nth-child(10) div>input.form-control {
  margin-bottom: 0 !important;
} */

.product-table-setup table>tbody>tr>td div>input.form-control,
.product-table-setup table>tbody>tr>td>input.form-control {
  height: 24px;
  border-radius: 2px;
  margin-bottom: 0px !important;
}

.product-table-setup table>tbody>tr>td>div.border-orange>br {
  display: none;
  height: 0;
}

button.unlink-model-btn.btn.btn-secondary {
  font-size: 16px;
  padding: 4px 31px;
  border: 1px solid #adadad;
}

.imagedisplay-model .modal-title {
  font-size: 14px;
}

.imagedisplay-model .imagesize-delete-model {
  display: block;
  text-align: center;
}

.imagedisplay-model .imagesize-delete-model img {
  width: 300px;
}

.imagedisplay-model .modal-footer {
  border-top: none !important;
}

.imagedisplay-model .modal-footer button.btn.btn-secondary {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  border: none;
  background-color: #fff;
  line-height: 23px;
  font-family: Verdana, Arial, sans-serif;
}

.imagedisplay-model .modal-footer button.btn.btn-secondary:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: none;
}

.catalog-body ul li a,
.category-setup-section p {
  font-size: 16px;
}

.value-en {
  display: flex;
  justify-content: right;
  align-items: center;
}

.flag-content {
  clear: both;
}

.highlight-sidebar-section {
  background-color: #fff;
}

.product-attHistory-page .ReactTable .rt-td p {
  margin-bottom: 0;
}

.product-attHistory-page .ReactTable .rt-td {
  font-size: 13px;
  font-weight: 400;
  padding: 8px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  white-space: unset;
}

.product-add-blob-section button.btn-secondary {
  padding: 4px 27px;
  font-size: 14px;
}

.product-tableBorder .ReactTable .rt-tbody .rt-td {
  border: 1px solid #ddd;
}

.product-tableBorder .ReactTable .rt-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.flag-table-header .rt-tbody .rt-tr-group .rt-tr .rt-td img {
  max-width: 20px;
}

.icon-flag {
  max-width: 20px;
}

.Toastify__toast-container--top-right {
  z-index: 99999999;
}

.productAttri-gird-section {
  padding: 10px;
}

.productAttri-gird-section .table-header {
  margin: 15px 10px 25px;
}

.profile-icon-drp-menu.dropdown-menu.show {
  position: fixed !important;
  inset: unset !important;
  transform: unset !important;
  top: 42px !important;
  right: 0 !important;
}

.tableorganisation.product-attHistory-page.productHistory-scorll {
  padding-top: 15px;
  width: calc(100vw - 30px);
  overflow: scroll;
  height: 70vh;
  padding: 0px;
  border-bottom: 1px solid #111;
  /* position: relative; */
}

.product-attHistory-page.productHistory-scorll .pagination {
  margin-top: 16px;
}

.product-attHistory-page.productHistory-scorll table {
  border: 1px solid #ddd;
  /* display: block;
    width: 100%; */
  overflow: scroll;
  width: calc(100vw - 50px);
  height: 67vh;
  margin-bottom: 0px;
  border-collapse: unset;
  border-spacing: 0;
}

.product-attHistory-page.productHistory-scorll table {
  position: relative;
  width: 100%;
}

.product-attHistory-page.productHistory-scorll::before {
  content: "";
  /* position: absolute; */
  background-color: #e5e5e5;
  top: 182px;
  bottom: 0;
  height: 4px;
  width: calc(100vw - 30px);
  /* max-width: 1872px; */
  z-index: 9999;
}

/* .product-attHistory-page.productHistory-scorll::after {
    content: "";
    position: absolute;
    background-color: #e5e5e5ed;
    left: -320px;
    height: 3px;
    width: 100%;
    max-width: 660px;
    z-index: 9999;
    transform: rotate(90deg);
    height: 4px;
    top: 510px;
    bottom: 0;
} */

.product-attHistory-page.productHistory-scorll table>thead tr th {
  min-width: 117px !important;
  min-height: 50px;
  padding-right: 20px !important;
  font-size: 13px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border: 1px solid #ddd;
  position: sticky !important;
  top: 1px;
  overflow: hidden;
  padding: 8px;
  border-bottom: 1px solid #000;
  box-shadow: 1px 1px 1px -2px #000;
  cursor: pointer;
}

.product-attHistory-page.productHistory-scorll table>tbody {
  border-top: 1px solid #111;
}

.product-attHistory-page.productHistory-scorll table>tbody>tr {
  vertical-align: middle;
}

.product-attHistory-page.productHistory-scorll table>tbody>tr>td {
  border: 1px solid #ddd;
  font-size: 13px;
}

.product-attHistory-page.productHistory-scorll table>thead>tr>th:first-child,
.product-attHistory-page.productHistory-scorll table>tbody>tr>td:first-child {
  position: sticky;
  left: 1px;
}

.product-attHistory-page.productHistory-scorll table>thead>tr>th:nth-child(2),
.product-attHistory-page.productHistory-scorll table>tbody>tr>td:nth-child(2) {
  position: sticky;
  left: 118px;
}

.product-attHistory-page.productHistory-scorll table>thead>tr>th:nth-child(3),
.product-attHistory-page.productHistory-scorll table>tbody>tr>td:nth-child(3),
.product-attHistory-page.productHistory-scorll tbody tr:nth-child(odd) td:nth-child(3) {
  position: sticky;
  left: 235px;
}

.product-attHistory-page.productHistory-scorll table>tbody>tr>td:first-child,
.product-attHistory-page.productHistory-scorll table>tbody>tr>td:nth-child(2) {
  background-color: #444 !important;
  color: #fff;
}

.product-attHistory-page.productHistory-scorll table>tbody>tr:nth-child(even),
.product-attHistory-page.productHistory-scorll tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #e5e5e5;
}

.product-attHistory-page.productHistory-scorll tbody tr:nth-child(odd) td:nth-child(3) {
  background-color: #fff;
}

.product-attHistory-page.productHistory-scorll table>thead>tr>th:first-child,
.product-attHistory-page.productHistory-scorll table>thead>tr>th:nth-child(2),
.product-attHistory-page.productHistory-scorll table>thead>tr>th:nth-child(3) {
  z-index: 2;
}

.product-attHistory-page.productHistory-scorll .table-footer {
  left: 0;
  right: 0;
  bottom: 20px;
  position: absolute;
  padding-left: 20px;
}

.product-attHistory-page.productHistory-scorll table>tbody>tr td.text-center.no-data-section {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  z-index: 1;
  pointer-events: none;
  text-align: center;
}

.product-attHistory-page.productHistory-scorll button.editicon-btn.btn.btn-secondary {
  border: 2px solid #000 !important;
  border-radius: 5px;
  height: 17px;
  padding: 0 !important;
  width: 17px;
}

.product-attHistory-page.productHistory-scorll button.editicon-btn.btn.btn-secondary img {
  height: 10px;
  position: relative;
  top: -5px;
  width: 11px;
}

.product-attHistory-page .ReactTable button.btn.btn-secondary {
  margin-right: 3px;
}

[role="region"][aria-labelledby][tabindex] {
  width: 100%;
  /* max-height: 90vh; */
  overflow: hidden;
}

.manage-catalog-tbl-section .tableorganisation {
  padding: 0;
}

.manage-catalog-tbl-section .tableorganisation table {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  border: transparent;
  border-bottom: 1px solid #111;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.manage-catalog-tbl-section .tableorganisation table thead tr th,
.tableorganisation.product-edit-catagory table thead tr th,
.tableorganisation.product-edit-catagory .ReactTable .rt-table .rt-thead.-header .rt-tr .rt-th {
  padding: 8px;
  vertical-align: middle;
  border-bottom: 1px solid #111;
  background-color: #e5e5e5;
  font-weight: bold;
  font-size: 13px;
}

.tableorganisation.product-edit-catagory table,
.tableorganisation.product-edit-catagory .ReactTable .rt-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tableorganisation.product-edit-catagory .ReactTable {
  border-bottom: none;
}

.manage-catalog-tbl-section .tableorganisation .tabcontent input.form-control {
  margin-right: 0;
}

.manage-catalog-tbl-section .tableorganisation table tbody tr:nth-child(even) {
  background-color: #e5e5e5;
}

.manage-catalog-tbl-section .tableorganisation table tbody tr td {
  padding: 8px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.manage-attribute-tab .right-top-btn-section button {
  padding: 4px 27px !important;
  height: 30px;
}

.error-msg-icon {
  position: relative;
  color: #a94442 !important;
  margin-top: 5px;
}

.error-msg-icon::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/errorMsgIcon.png);
  background-size: 35px;
  background-position: center;
  left: 116px;
  top: -4px;
  background-repeat: no-repeat;
}

.input-msg-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
}

.product-add-blob-section .css-1rhbuit-multiValue {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  font-size: 14px;
  border-radius: 4px;
}

.css-1xc3v61-indicatorContainer svg {
  /* display: none !important; */
}

.product-add-blob-section .css-12jo7m5,
.css-12jo7m5 {
  color: #000 !important;
  font-size: 13px !important;
}

.product-add-blob-section .css-xb97g8,
.css-xb97g8 {
  color: #999 !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.product-add-blob-section .css-xb97g8:hover,
.css-xb97g8:hover {
  color: #333 !important;
  background-color: transparent !important;
}

.productAttri-gird-section .custom-select-box .css-1nmdiq5-menu {
  z-index: 9999999;
}

.category-display-template .css-1nmdiq5-menu {
  margin-top: 2px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  overflow-x: hidden !important;
}

.category-display-template .css-1hb7zxy-IndicatorsContainer {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.category-display-template .css-1xc3v61-indicatorContainer,
.category-display-template .css-15lsz6c-indicatorContainer {
  padding: 0;
  display: none;
}

.css-1jqq78o-placeholder {
  display: none;
}

.product-add-blob-section .css-1nmdiq5-menu,
.css-1nmdiq5-menu {
  margin-top: 0 !important;
}

.product-add-blob-section .css-1nmdiq5-menu,
.prod-blob-edit-model .modal-body form .model-label-input .css-1nmdiq5-menu {
  background-color: #39b54a !important;
  color: #fff !important;
}

.manageOranization-model .model-label-input {
  margin-bottom: 25px;
}

.manageOranization-model .model-bottom-btn-section {
  margin-top: 11%;
}

.manageOranization-model button.btn.btn-primary.cancel-btn.confirm-n {
  color: #fff;
  background-color: #0b4b99;
  border-color: #0b4b99;
}

.manageOranization-model button.btn.btn-primary.cancel-btn.confirm-n:hover,
.product-plus-button button.ml-2.btn.btn-secondary:hover {
  background-color: #39b54a !important;
  opacity: 0.75;
  color: #fff !important;
}

.modal-content {
  margin-top: 50px;
}

.product-plus-button {
  display: flex;
  align-items: center;
  justify-content: right;
}

.product-plus-button button.ml-2.btn.btn-secondary {
  font-size: 16px;
  display: inline-block;
  font-weight: bolder;
  line-height: 1.42857143;
  padding: 4px 27px !important;
  margin-left: 5px;
  margin-bottom: 5px;
}

.product-plus-button button.ml-2.btn.btn-secondary.disabled {
  cursor: not-allowed;
  background-color: #39b54a;
  border-color: #ccc;
  opacity: 0.75;
}

.manage-user-tbl-section .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td .form-check-input:disabled:checked {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.gridLayout .card .gridLayout .card {
  min-height: unset !important;
}

.css-12a83d4-MultiValueRemove {
  position: absolute;
  top: 7px;
  left: 0;
  display: none !important;
}

.css-12jo7m5 {
  padding-left: 20px !important;
}

.form-select {
  background-position: right 0.2rem center;
  font-size: 14px;
  line-height: 1.42857143;
}

button.editicon-btn.orange-edit-btn.btn.btn-secondary {
  background-color: orange;
}

/* forgot password pages css---------- */

.register-page {
  padding: 30px;
  max-width: 420px;
  width: 100% !important;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  margin-top: 3%;
}

.product-login {
  text-align: center;
  font-size: 1.4em;
  font-family: "Roboto", sans-serif;
  color: #000;
}

.register-welcome {
  margin-top: 25px;
}

.register-page input[type="text"],
.register-page input[type="password"] {
  height: 34px;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
}

.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  background-color: #39b54a;
  padding: 8px 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  max-width: 144px;
  margin: 10px auto;
  justify-content: center;
  display: flex;
  border-radius: 4px;
}

.singup-page button.loginmodal-submit.btn {
  max-width: 275px;
  max-height: 36px;
}

/* .error-msg-email {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
} */

.loginmodal-submit:hover,
.loginmodal-submit:focus {
  border: 0px;
  text-shadow: 0 1px rgb(0 0 0 / 30%);
  background-color: #333333;
  color: #fff;
}

.register-page.singup-page {
  max-width: 62%;
  margin-top: 1%;
  margin-bottom: 4%;
}

.product-login {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  color: inherit;
  margin-top: 40px;
  margin-bottom: 10px;
}

.product-text {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.option-simple-text {
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
  text-align: center;
}

.signupmodal-section {
  max-width: 63%;
  width: 100% !important;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  font-family: inherit;
  margin-top: 5%;
}

.signupmodal-section .input-field label,
.login-page.integration-page .input-field label {
  text-align: right;
  margin-right: 25px;
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-weight: 700;
}

.signupmodal-section input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.w-100.error-msg-email {
  position: relative;
  /* margin-bottom: 0px;
    height: 50px; */
}

a.verfiyemail-pass {
  float: right;
  text-decoration: underline;
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 2px;
  top: 42px;
  transition: all 0.5s ease-in-out;
}

a.verfiyemail-pass:target {
  height: 50px;
}

.signupmodal-section .input-field {
  margin-bottom: 7px;
}

.verificationCode-email.hide-field {
  height: 0;
  overflow: hidden;
  transition: all 5s ease-in-out;
}

.animation-email {
  height: 50px !important;
  transition: all 2s ease-in-out;
  margin-top: -25px;
}

.text-danger.input-feedback {
  color: red !important;
  font-weight: 700;
  font-size: 14px;
  padding-top: 1px;
  padding-bottom: 2px;
}

.page-planner-and-catalog-planner .carousel__back-button {
  top: 41px;
  position: absolute;
  left: 0;
}

.catalogPlanner-section {
  /* width: 500px; */
  padding: 0px;
  background-color: #fff;
  border: solid #000 1px;
  /* height: calc(100vh - 132px); */
  /* max-height: 694px; */
  margin: 0 auto;
  position: relative;
  margin-top: 10px;
}

.layout-section {
  height: 100% !important;
}

/* .react-grid-item {
  background: rgba(94, 94, 94, 0.2) !important;
} */

.IsCollectionCard {
  background: rgba(94, 94, 94, 0.2) !important;
  z-index: 999;
}

.IsPanelCard {
  background: rgba(214, 236, 243, 1) !important;
  z-index: 998;
}

.react-grid-item.react-draggable-dragging {
  z-index: 999 !important;
}

.react-grid-item.resizing {
  z-index: 999 !important;
}

/* .horizontalSlider___281Ls {
  max-width: 1620px;
  margin: 20px auto 0;
} */
/* .page-planner-and-catalog-planner .carousel__back-button {
  top: 41px;
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
}
.my-custom-next-btn {
  right: 0px !important;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 33%;
  transform: translate(-50%, -50%);
} */
.login-error {
  padding-top: 10px;
}

.login-error h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
  padding-top: 1px;
  padding-bottom: 2px;
  font-weight: 500;
}

.login-error h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
  padding-top: 1px;
  padding-bottom: 2px;
  font-weight: 500;
}

.plan-detail-section h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.plan-detail-section h4 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.plan-detail-section a {
  color: #337ab7;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.42857143;
  padding-top: 15px;
}

.plan-detail-section a:hover {
  text-decoration: underline;
}

.signup-btn input[type="submit"],
.signup-btn input[type="submit"] {
  max-width: 275px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  margin: 10px auto;
}

.signupmodal-section .input-field .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.login-help h5,
.login-help a {
  font-size: 14px;
  text-align: center;
  line-height: 1.42857143;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1px;
}

.login-help a:hover {
  color: #337ab7;
  text-decoration: underline;
}

.radio-btn label,
.plan-detail-section span {
  min-height: 20px;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  display: flex;
  justify-content: center;
}

.radio-btn input[type="radio"] {
  margin: 3px 4px 0px 0px;
}

.StripeElement {
  display: block;
  margin: 10px 0 20px 0;
  padding: 10px 14px;
  font-size: 1em;
  border: 2px solid rgba(0, 0, 0, 0.23);
  outline: 0;
  border-radius: 4px;
  background: white;
  box-shadow: 1px 1px 7px 3px rgb(0 0 0 / 20%);
}

.StripeElement:hover {
  border: 2px solid #000;
}

.payment-model-section.modal-body form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.StripeElement:first-child {
  width: 100%;
}

.StripeElement:nth-child(2) {
  margin-right: 25px;
}

.StripeElement {
  width: 48%;
}

.rc-anchor.rc-anchor-normal.rc-anchor-light {
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  color: #000;
  height: 74px;
  width: 300px;
  border-radius: 3px;
  margin: 20px auto 30px;
}

.recaptcha-checkbox-border {
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #c1c1c1;
  font-size: 1px;
  height: 28px;
  width: 28px;
  z-index: 1;
  margin: 0px 12px 2px 12px;
  position: absolute;
  top: 22px;
}

span.recaptcha-checkbox {
  border: none;
  font-size: 1px;
  height: 28px;
  margin: 4px;
  width: 28px;
  overflow: visible;
  outline: 0;
  vertical-align: text-bottom;
}

.rc-anchor-center-item.rc-anchor-checkbox-holder {
  display: table-cell;
  vertical-align: middle;
}

.rc-anchor-content {
  height: 74px;
  width: 206px;
  display: inline-block;
  position: relative;
}

.recaptcha-checkbox-borderAnimation {
  border: none;
  height: 28px;
  outline: 0;
  position: absolute;
  width: 28px;
}

.recaptcha-checkbox-spinner {
  background-color: #f9f9f9;
  border: 6px solid #4d90fe;
  border-radius: 36px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  height: 36px;
  left: -4px;
  outline: 0;
  position: absolute;
  top: -4px;
  width: 36px;
  box-sizing: border-box;
  opacity: 0;
  animation: spinner-spin linear 2.5s infinite;
  animation-play-state: paused;
  transition-duration: 1s;
}

.recaptcha-checkbox-checkmark {
  border: none;
  height: 30px;
  left: -5px;
  outline: 0;
  position: absolute;
  width: 38px;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
  width: 152px;
}

.rc-anchor-checkbox-label {
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-left: 50px;
}

.rc-anchor-normal-footer {
  display: inline-block;
  height: 74px;
  vertical-align: top;
  width: 70px;
  position: relative;
}

.rc-anchor-logo-portrait {
  margin: 10px 0 0 26px;
  width: 58px;
}

.rc-anchor-logo-img-portrait {
  background-size: 32px;
  height: 32px;
  margin: 0 13px 0 13px;
  width: 32px;
}

.rc-anchor-logo-img {
  background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
  background-repeat: no-repeat;
  background-size: 32px;
}

.rc-anchor-logo-text {
  cursor: default;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  margin-top: 5px;
  text-align: center;
}

.rc-anchor-normal .rc-anchor-pt {
  margin: 2px 0px 0 22px;
  position: absolute;
  width: 100%;
  top: 47px;
  left: 0;
}

.rc-anchor-pt a {
  display: inline;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  font-family: Roboto, helvetica, arial, sans-serif;
  font-size: 9px;
  font-weight: 400;
  color: #555;
}

.react-switch-handle {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
  /* transform: translateX(25px) !important; */
}

.react-switch-bg {
  width: 46px !important;
  height: 22px !important;
}

/* react-datepicker css start------------*/

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  display: none;
}

.react-datepicker__month-container {
  max-width: 246px;
}

.react-datepicker-popper[data-placement^="bottom"] {
  padding-top: 0px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.9rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.136rem;
}

.model-label-input.manage-catalog-model .react-datepicker__input-container input,
.model-label-input.manage-catalog-model input.form-control {
  display: block;
  width: 100%;
  height: 34px;
  max-width: 246px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}

.model-label-input.manage-catalog-model .react-datepicker__input-container::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 33px;
  background-image: url(../images/calendar.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  top: 1px;
  right: 170px;
  cursor: pointer;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.model-label-input.manage-catalog-model select.form-select {
  max-width: 246px;
  height: 34px;
  font-size: 14px;
  color: #555;
}

.model-label-input .react-datepicker__input-container input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.react-datepicker__day--selected {
  border-radius: 0.3rem;
  background-color: #2196f3;
  border: 2px solid #000;
  color: #fff;
}

.react-datepicker__month {
  margin: 0px;
}

.placeholderContainer {
  position: relative;
}

/*  */

.placeholderContainer-root {
  align-items: "center";
  background-color: #1967d2;
  border-radius: 4px;
  box-shadow: 0 12px 24px -6px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: inline-grid;
  font-size: 14px;
  gap: 8px;
  grid-template-columns: auto auto;
  padding: 4px 8px;
  pointer-events: none;
}

.placeholderContainer-icon,
.placeholderContainer-label {
  align-items: center;
  display: flex;
}

/*  */

.placeholder-tree {
  background-color: #1967d2;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1750px) {

  .preview-Tablebtn .ReactTable .rt-thead.-header .rt-tr .rt-th:last-child,
  .preview-Tablebtn .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td:last-child {
    flex: 310 0 auto !important;
    width: 310px !important;
  }
}

@media screen and (max-width: 1650px) {
  .report-section .row .col-lg-3:last-child .card {
    top: -11%;
  }
}

@media screen and (max-width: 1550px) {
  .report-section .row .col-lg-3:last-child .card {
    top: -7%;
  }
}

@media screen and (max-width: 1499px) {
  .preview-Tablebtn .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td .btn-secondary {
    padding: 5px 15px !important;
  }

  .preview-Tablebtn .ReactTable .rt-thead.-header .rt-tr .rt-th:last-child,
  .preview-Tablebtn .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td:last-child {
    flex: 250 0 auto !important;
    width: 250px !important;
  }
}

@media screen and (max-width: 1399px) {
  .imagesize-delete-model .row>div {
    width: 100%;
  }

  .img-box-section .form-control {
    max-width: 250px !important;
  }

  .report-section .row .col-lg-3:last-child .card {
    position: relative;
    left: 163%;
    top: -16%;
  }

  .catalog-siderbar-menu-detail {
    min-width: 300px;
  }

  .tabcontent input.form-control {
    max-width: 194px;
  }

  .tabcontent button {
    padding: 4px 16px !important;
    font-size: 14px;
  }

  .languageModel-add-edit .model-label-input .col-4 {
    width: 35.3%;
  }

  .languageModel-add-edit .model-label-input .col-8 {
    width: 64.6%;
  }

  .tabcontent.manage-oraganization-tab input.form-control,
  .tab-selectbox.manage-oraganization-tab {
    max-width: 173px;
  }

  .product-attHistory-page.productHistory-scorll table {
    border: 1px solid #ddd;
    /* display: block; */
    width: 100%;
    overflow: auto;
    height: 49vh;
    border-bottom: 1px solid #111;
    margin-bottom: 4px;
  }

  .manage-user-tbl-section .ReactTable .rt-table {
    overflow: scroll;
    width: 100%;
  }

  .manage-user-tbl-section .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td:nth-child(9) {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap !important;
    text-align: center;
    justify-content: center;
  }

  .preview-Tablebtn .ReactTable .rt-thead.-header .rt-tr .rt-th:last-child,
  .preview-Tablebtn .ReactTable .rt-tbody .rt-tr-group .rt-tr .rt-td:last-child {
    flex: 200 0 auto !important;
    width: 200px !important;
  }
}

@media screen and (max-width: 1150px) {
  .report-section .row .col-lg-3:last-child .card {
    top: -20%;
  }
}

@media screen and (max-width: 1299px) {
  .category-display-template .tableorganisation.category-table table {
    table-layout: fixed;
    overflow-wrap: break-word;
    position: relative;
  }

  /* .full-body-content {
        top: 83px;
    } */
  /* .full-body-content,
  .full-body-content.product_attribute_grid {
    min-height: unset !important;
  } */
}

@media screen and (max-width: 1087px) {
  .report-section .row .col-lg-3:last-child .card {
    top: -26%;
  }
}

@media screen and (max-width: 1024px) {
  .register-page.singup-page {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .signupmodal-section {
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .signupmodal-section .input-field {
    flex-wrap: wrap;
  }

  .signupmodal-section .input-field .form-label {
    width: 100%;
    text-align: left;
    margin: 0;
  }

  .register-page.singup-page {
    padding: 15px;
  }

  .product-login {
    margin-top: 20px;
  }
}

@media screen and (max-width: 320px) {
  .register-page .rc-anchor.rc-anchor-normal.rc-anchor-light {
    max-width: 100%;
    width: 100%;
  }

  .register-page .rc-anchor.rc-anchor-normal.rc-anchor-light iframe,
  .register-page .rc-anchor.rc-anchor-normal.rc-anchor-light div {
    width: 100% !important;
  }

  .register-page.singup-page {
    padding: 10px;
  }
}

.hide-product-text {
  display: none;
}

.product-attribute-drop .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e") !important;
}

.tree-view-txt {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}

.addButton-zIndex {
  z-index: 0;
}

.setup-in-progress-cls {
  margin-top: 10px;
  font-size: 20px;
  margin-bottom: 75px;
}

.thank-you-msg-cls {
  font-size: 18px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 0;
}

.singup-page .product-text {
  margin-top: 0;
}

/* .register-page.singup-page.thank-you-page-container {
  max-width: 25%;
} */

.Toastify .Toastify__toast-container--top-right {
  top: 40px;
}

.css-1hwfws3 {
  padding: 2px !important;
}

.product-cat-input input.form-control:focus-visible {
  outline: 0 !important;
}

.product-cat-input .form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

.grayTxt {
  color: #666;
}

.anchor-look {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.disabled {
  color: gray;
}

.introjs-tooltip {
  background-color: #e2f3e0 !important;
}

.introjs-arrow.left-bottom {
  border-right-color: #e2f3e0 !important;
}

.introjs-arrow.top {
  border-bottom-color: #e2f3e0 !important;
}

.introjs-arrow.right-bottom {
  border-left-color: #e2f3e0 !important;
}

.introjs-arrow.bottom {
  border-top-color: #e2f3e0 !important;
}

.introjs-tooltiptext li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.42857143;
}

.tableorganisation::-webkit-scrollbar {
  display: none;
}

.form-select {
  font-size: 14px !important;
  line-height: 1.427857143 !important;
  height: 24px !important;
  padding: 2px !important;
}

.color-orange {
  background-color: orange !important;
}

.gray-bg {
  background-color: gray;
  /* border-radius: 8px; */
  height: 16px;
  width: 25px;
  text-align: end;

  /* margin-left: 16px; */
}

li .gray-bg {
  /* margin-left: 20px; */
  float: right;
}

.pageNumber {
  color: white;
  /* text-align: center;
  align-items: center;
  justify-content: center;
  align-self: center; */
  margin: auto;
}

.orange-color {
  background-color: orange;
}

.elefantTreeFooter {
  padding: 20px;
  background-color: #000000;
}

.sidebarTree-edit {
  display: none;
}

.menu-toggle-inner:hover .sidebarTree-edit {
  display: inline-block;
  margin-left: 4px;
  padding: 0px !important;
  width: 11px;
  height: 13px;
  top: -3px;
  position: relative;
}

.sidebar-modal-input {
  margin-right: 10px;
  border-radius: 8px;
  border: 1px solid #c3c3c3;
  padding-left: 6px;
  font-size: 15px;
}

.title-save-btn {
  padding: 3px 12px;
  margin-right: 10px;
  border: 0px;
}

.title-cancel-btn {
  padding: 3px 12px;
  background-color: #4c4a4ab8;
  border: 0px;
}

.custom-head-table {
  border: 1px solid "black";
  text-align: left;
  padding: 8px;
}

.text-orange {
  color: #ffac1c !important;
}

.EditPosition .ant-select-selection-overflow {
  padding: 0.1rem 0rem !important;
}

.EditPosition .ant-select-selector {
  height: 37px !important;
}

.ck-editor__editable_inline {
  min-height: 400px;
}