@import 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,400;0,500;0,700;1,400;1,500;1,600;1,700&display=swap');

/* .tableBodyStyle{
    display:block;
    height:30vh;
    overflow:auto;
} */
/* thead tr {
    display: block;
 }
.tableBodyStyle {
    display:block;
    width: 100%;
    overflow: auto;
    height: 100px;
} */
/* thead {
    width: calc( 100% - 1em )
}
thead, .tableBodyStyle tr {
    display:table;
    width:100%;
    table-layout:fixed;
} */
/* .tableBodyStyle tr td {
    float: left;
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tab_bg {
  color: white !important;
  background-color: #d99d2a !important;
}

.hover_underline:hover {
  text-decoration: underline;
}

.hover_underline {
  cursor: pointer;
}

.tab_bg {
  color: white !important;
  background-color: #d99d2a !important;
}

.hover_underline:hover {
  text-decoration: underline;
}

.hover_underline {
  cursor: pointer;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
  text-align: right;
}

.TransformComponent-module_container__3NwNd {
  background-color: black;
}

.tooltipnew {
  position: relative;
}

.tooltipnew .tooltiptext {
  display: none;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  z-index: 1;
}

/* .tooltipnew .tooltiptext::after {
    content: "";
    position: absolute;
    left: 50%;
    top:100%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  } */

.white-close-button-modal {
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  right: -5px;
  padding: 3px 8px 5px 5px;
  cursor: pointer;
  background-color: white;
  border-radius: 25px;
  box-shadow: grey 1px 1px 8px 0.5px;
}

.tooltipnew:hover .tooltiptext {
  display: block;
  position: fixed;
}

.casade_item_child {
  cursor: pointer;

  box-sizing: border-box;
}

.casade_item_child .text {
  flex: 1;
  white-space: nowrap;
  overflow-x: hidden;
  padding: 5px 10px 5px 10px;
  /* line-height: 28px; */
  text-overflow: ellipsis;
  margin: 0;
}

.casade_item_child.active {
  background: var(--primary);
  color: white;
}

.casade_item_child:hover .casade_icon {
  /* background-color: rgba(0, 0, 0, 0.1); */
}

.casade_item_child:hover {
  border-left: 2px solid #d99d2a;
  background-color: rgba(0, 0, 0, 0.1);
}

.casade_item_child.menu-item-active {
  border-left: 2px solid #d99d2a;
  background-color: rgba(0, 0, 0, 0.1);
}

.casade_icon {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.merchantname {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #d99d2a;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  border: none;
  margin-bottom: 0;
}

.brandname {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #828383;
  font-weight: normal;
  text-align: center;
  font-size: 11px;
  border: none;
  margin-bottom: 0;
}

.productname {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #50504f;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  border: none;
  margin-bottom: 0;
}

.viewin3d {
  color: #828383;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  margin-bottom: 0;
}

.chat_room_child:hover {
  background-color: #ebe9e9;
}

.activeChat {
  background-color: #ebe9e9;
}

.cardText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.div_image_hover {
  position: relative;
  width: 100%;
  height: 100%;
}

.image_hover {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle_hover {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image_hover:hover .image_hover {
  opacity: 0.3;
}

.image_hover:hover .middle_hover {
  opacity: 1;
}

.tag_cont_layer {
  position: relative;
}

.tag_layer {
  position: absolute;
  top: 80px;
  right: 0;
}

.tag_hover:hover {
  fill: #da9e29;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.cus_tooltiptext {
  max-width: 150px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat Alternates', sans-serif;
  text-align: center;
  border-radius: 9px;
  padding: 5px;
  position: absolute;
  margin-left: -60px;
}

.cus_tooltiptext::after {
  content: ' ';
  position: absolute;
  bottom: 100%;
  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
}

.text_4_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.tag_hover {
  color: white;
  position: absolute;

  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;

  /* background: rgba(0, 0, 0, 0.35); */
  /* Color_White */

  /* border: 2px solid #ffffff; */
  /* box-sizing: border-box; */
  /* Bg_Blur */

  /* backdrop-filter: blur(4px); */
  /* Note: backdrop-filter has minimal browser support */
}

.tag_hover.active {
  height: 40px;
  width: 40px;
  margin: -7px;
  overflow: inherit;
  border-radius: 23px;
  padding: 6px 0px 0px 4px;
  box-sizing: border-box;
  border: 2px solid var(--primary);
  backdrop-filter: blur(4px);
  background: rgba(218, 158, 51, 0.5);
}

.tag_hover {
  color: black;
}

.tag_cont_layer2 {
  position: relative;
}

.tag_layer2 {
  position: absolute;
  right: 0;
  z-index: 1;
}

.tag_hover2:hover {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.35);
  /* Color_White */

  border: 2px solid #ffffff;
  /* box-sizing: border-box; */
  /* Bg_Blur */

  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
}

.tag_hover2 {
  color: black;
  position: absolute;
  z-index: 2;
}

.tag_hover2.active {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.35);
  /* Color_White */

  border: 2px solid #ffffff;
  /* box-sizing: border-box; */
  /* Bg_Blur */

  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
}

[class*='fontawesome-']:before {
  font-family: 'fontawesome', sans-serif;
}

.z_index {
  z-index: 5;
}

.action_column {
  width: 135px;
}

.action_column2 {
  width: 200px;
}

.action_column.sm {
  width: 60px;
}

.auto_column {
  min-width: 200px;
  width: auto;
  max-width: 400px;
}

.id_header {
  width: 169px;
}

.id_column {
  font-size: 10px;
  width: 250px;
  padding: 0;
}

.lg_column {
  width: 190px;
}

.md_column {
  width: 130px;
}

.sm_column {
  width: 90px;
}

.ss_column {
  width: 45px;
}

.date_column {
  width: 200px;
}

.select-search-box {
  width: 300px;
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 4px;
}

.select-search-box--multiple {
  border-radius: 4px;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.select-search-box::after {
  font-family: fontawesome;
  content: '\f078';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  line-height: 50px;
  color: #222f3e;
  z-index: 1;
}

.select-search-box--multiple::after {
  content: '\f002';
}

.select-search-box--input::after {
  display: none !important;
}

.select-search-box__out {
  display: none;
}

.select-search-box__search {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  padding: 0 20px;
  color: #222f3e;
  -webkit-appearance: none;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 50px;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

input.select-search-box__search {
  line-height: 1;
}

.select-search-box--multiple .select-search-box__search {
  box-shadow: none;
}

.select-search-box--input .select-search-box__search {
  cursor: text;
}

.select-search-box__search:focus {
  cursor: text;
}

.select-search-box__search--placeholder {
  font-style: italic;
  font-weight: normal;
}

.select-search-box input::-webkit-input-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

.select-search-box input::-moz-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

.select-search-box input:-moz-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

.select-search-box input:-ms-input-placeholder {
  color: #ccc;
  font-style: italic;
  font-weight: normal;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.select-search-box__select {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 4px;
  overflow: auto;
  box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  z-index: 100;
  min-height: 49px;
}

.select-search-box--multiple .select-search-box__select {
  display: block;
  position: static;
  border-top: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
}

.select-search-box__select--display {
  display: block;
}

.select-search-box__option {
  font-size: 16px;
  font-weight: 400;
  color: #616b74;
  padding: 15px 20px;
  border-top: 1px solid #eee;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}

.select-search-box__option:first-child {
  border-top: none;
}

.select-search-box__option--hover,
.select-search-box__option:hover {
  background: #f4f7fa;
}

.select-search-box__option--selected {
  background: #54a0ff;
  color: #fff;
  border-top-color: #2184ff;
}

.select-search-box__option--selected:hover,
.select-search-box__option--selected.select-search-box__option--hover {
  background: #2184ff;
  color: #fff;
  border-top-color: #2184ff;
}

.select-search-box__group {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  position: relative;
}

.select-search-box__group-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.invalid-feedback {
  display: block !important;
}

.small-size {
  width: 50%;
}

.strength-meter {
  position: relative;
  height: 3px;
  background: #ddd;
  margin: 7px 0;
  border-radius: 2px;
}

.strength-meter:before,
.strength-meter:after {
  content: '';
  height: inherit;
  background: transparent;
  display: block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 6px 0;
  position: absolute;
  width: calc(20% + 6px);
  z-index: 10;
}

.strength-meter:before {
  left: calc(20% - 3px);
}

.strength-meter:after {
  right: calc(20% - 3px);
}

.strength-meter-fill {
  background: transparent;
  height: inherit;
  position: absolute;
  width: 0;
  border-radius: inherit;
  transition: width 0.5s ease-in-out, background 0.25s;
}

.strength-meter-fill[data-strength='0'] {
  width: 20%;
  background: darkred;
}

.strength-meter-fill[data-strength='1'] {
  width: 40%;
  background: orangered;
}

.strength-meter-fill[data-strength='2'] {
  width: 60%;
  background: orange;
}

.strength-meter-fill[data-strength='3'] {
  width: 80%;
  background: yellowgreen;
}

.strength-meter-fill[data-strength='4'] {
  width: 100%;
  background: green;
}

.virtual_tour_image_cont_container {
  margin: 0 12px;
}

.virtual_tour_image_overlay {
  position: absolute;
  top: 0;
}

.virtual_tour_image_overlay2_container {
  bottom: 73px;
}

.virtual_tour_image_overlay2 {
  background: linear-gradient(0deg, #abababd1, #c1c1c170);
  padding: 20px 10px;
}

.chat-perfect-scrollbar {
  height: '100%';
  width: '100%';
}

.pointer {
  cursor: pointer;
}

/* For generic pages */
.generic-pages-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  min-height: 80vh;
}
.generic-pages-container {
  max-width: 52rem;
  text-align: center;
}
.generic-pages-container h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 8.6rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}
.generic-pages-container h1.small-title {
  font-size: 5.5rem;
}
.generic-pages-container h2 {
  font-weight: 400;
}

.cursor_pointer {
  cursor: pointer !important;
}

.cursor_disabled {
  cursor: not-allowed !important;
}

.MuiDataGrid-cell--withRenderer {
  line-height: 1.2 !important;
  white-space: pre-line !important;
  word-break: break-word;
}