@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

input[type="radio"] {
  display: none;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
}

input {
  outline: none;
}

.buttonOption_selected[diamond_system] {
  color: #fff;
  background: var(--maincolor);
}

.carat-btn[diamond_system] {
  display: inline-block;
  overflow: unset;
}

.fancytitle[diamond_system] {
  color: #000;
  font-size: 15px;
  font-family: var(--mainFontFamily);
  text-transform: uppercase;
}

.reseticon[diamond_system] {
  margin-right: 5px;
  transform: rotate(100deg);
}

.bdr-row-inner[diamond_system] {
  padding: 10px 0;
}

.searchfoot[diamond_system] {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 249, 0.83);
  z-index: 99;
  margin: 0px;
}

.shapetitle[diamond_system] {
  font-size: 12px;
  font-family: var(--mainFontFamily);
  margin-top: 3px;
}

.pt20[diamond_system] {
  padding-top: 20px;
}

*,
:after,
:before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ul {
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: initial;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  border-style: none;
}

img {
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
[type="submit"],
button {
  appearance: button;
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-size: 1.25rem;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-9,
.col-md-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-2 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .offset-md-2 {
    margin-left: 10%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: initial;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-toggle > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 5px !important;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.d-inline {
  display: inline-block;
}

.d-flex {
  display: flex !important;
}

.flex-box-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center !important;
  }
}

.float-right {
  float: right !important;
}

.m-0 {
  margin: 0 !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-right {
    text-align: right !important;
  }
}

@media print {
  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  body {
    min-width: 992px !important;
  }
}

button {
  outline: 0 !important;
}

body {
  height: 100%;
}

body {
  font-size: 14px;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
  font-family: var(--mainFontFamily);
}

body,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: #676767;
}

:focus,
button:focus {
  outline: none;
}

.hdr-top-menu {
  display: flex;
  align-items: center;
  height: 70px;
}

.hdr-top-menu-links {
  margin-left: auto;
}

.hdr-row {
  border-bottom: 1px solid var(--maincolor);
  position: fixed;
  max-width: 100vw;
  display: flex;
  justify-content: left;
  padding-left: 15px;
  padding-right: 15px;
  left: 15px;
  right: 15px;
  top: 0;
  z-index: 9;
  background: #fff;
  height: 70px;
}

.hdr-top-menu-logo img {
  width: 230px;
}

.top-space {
  padding-top: 62px;
}

.custom-tabs-dash .nav-link {
  border: 1px solid var(--maincolor);
  padding: 12px 60px 10px;
  text-transform: uppercase;
  color: #000;
  font-family: var(--mainFontFamily);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.nav-link.active {
  background: var(--maincolor);
  border-color: var(--maincolor);
  color: #ffffff;
}

.tabs-1 {
  border-top-left-radius: 3px !important;
  -webkit-border-top-left-radius: 3px !important;
  -moz-border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  -webkit-border-bottom-left-radius: 3px !important;
  -moz-border-bottom-left-radius: 3px !important;
}

.tabs-2 {
  border-top-right-radius: 3px !important;
  -webkit-border-top-right-radius: 3px !important;
  -moz-border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  -webkit-border-bottom-right-radius: 3px !important;
  -moz-border-bottom-right-radius: 3px !important;
}

.tabs-3 {
  margin-left: 4px;
}

.label-dash-cls label {
  margin-bottom: 0;
  color: #000;
  font-size: 15px;
  font-family: var(--mainFontFamily);
  text-transform: uppercase;
}

.bdr-row {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  margin: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.shap-div-section input {
  display: none;
}

.shap-div-section ul li label {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 19px;
  cursor: pointer;
  height: 60px;
}

.shap-div-section ul li label img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.shap-div-section ul li {
  margin-right: 5px;
  flex-basis: 0px;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.shap-div-section ul li:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  height: 0.1px;
  top: 0;
  bottom: 0;
  width: 25%;
  margin-top: auto;
  margin-bottom: auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  right: -15px;
}

.shap-div-section ul li:last-child {
  margin-right: 0;
}

.shap-div-section ul {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.last-child:before {
  display: none;
}

.dash-inner-div {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 20px 15px;
  margin-top: 15px;
  border-top: 4px solid var(--maincolor);
}

.bdr-row-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}

.carat-btn .btn {
  padding: 8px 15px;
}

.carat-btn .btn {
  background: var(--maincolor);
  color: #fff;
  text-transform: uppercase;
  border-radius: 25px;
  font-family: var(--mainFontFamily);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 0;
  outline: none;
}

.comn-chekbox-cls-inner input {
  display: none;
}

.comn-chekbox-cls-inner label {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px;
  height: auto;
  border: 1px solid #ced4da;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}

.comn-chekbox-cls ul li {
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 1px;
  white-space: nowrap;
  display: inline-block;
  min-width: 85px;
}

.src-lab .form-control {
  background: #f0f0f0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-color: rgba(0, 0, 0, 0.1);
  font-family: var(--mainFontFamily);
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
  height: auto;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.src-lab .form-control:focus {
  border-color: transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.src-lab-bx {
  width: 65%;
  margin-left: auto;
}

.bdr-none {
  border: 0;
}

.noUi-target {
  background: #f0f0f0;
  height: 6px;
}

.noUi-connect,
.noUi-horizontal .noUi-handle {
  background-color: var(--maincolor);
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
}

.radio-custom-group-rds .btn {
  border-color: var(--maincolor);
  text-transform: uppercase;
  color: #000;
  font-family: var(--mainFontFamily);
  background: #fff;
  padding: 10px 30px 8px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.radio-custom-group-rds .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: var(--maincolor);
  border-color: var(--maincolor);
}

.radio-custom-group-btn .btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  border: 0;
  background: var(--maincolor);
  text-transform: uppercase;
  color: #fff;
  font-family: var(--mainFontFamily);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 8px;
}

.radio-custom-group-btn {
  padding-left: 15px;
}

.dash-btn-btm {
  width: 100vw;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.dash-btn-btm-inner {
  text-align: center;
}

.dash-btn-btm-inner .btn {
  padding: 15px 15px 13px;
  width: 40vw;
  max-width: 230px;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  font-family: var(--mainFontFamily);
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 0 10px;
}

.dash-btn-btm-inner .serach-btn {
  background: var(--maincolor);
  border-color: var(--maincolor);
  color: #fff;
}

.advanced-src-div-btn .btn {
  padding: 15px 60px 13px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  font-family: var(--mainFontFamily);
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--maincolor);
  color: #fff;
}

.advanced-src-div-btn {
  text-align: center;
  padding-bottom: 5px;
}

.advanced-src-div-inner {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 25px;
}

.iconsdivw {
  margin-bottom: 0;
  padding: 8px 0 12px;
  position: fixed;
  height: 42px;
  width: 100%;
  top: 65px;
  z-index: 999;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .shap-div-section ul li {
    margin: 5px 0;
  }
}

@media (max-width: 991px) {
  .menu-list-cust-new {
    position: fixed;
    z-index: 9;
    background: #fff;
    height: 100vh;
    left: 0;
    width: 260px;
    top: 0;
    bottom: 0;
    padding: 15px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    transform: translate(-110%);
    transition: all 0.5s;
  }

  .hdr-top-menu {
    padding: 15px 0;
  }

  .top-space {
    padding-top: 65px;
  }
}

@media (max-width: 767px) {
  .top-space {
    padding-top: 95px;
  }

  .hdr-row {
    justify-content: center;
    align-items: center;
    height: 105px;
  }

  .btn {
    width: 90px;
    height: 30px;
  }

  .iconrightdiv .iconsdivw button {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
  }

  .iconsdivw {
    padding-bottom: 0;
    height: 0px;
  }

  .hdr-top-menu-logo {
    padding-bottom: 20px;
  }

  .col-md-12 .text-center .iconrightdiv .formobile {
    width: 100vw;
    top: 75px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 0;
  }

  .hdr-top-menu-logo img {
    width: 150px;
  }

  .hdr-top-menu {
    justify-content: center;
    padding: 0px;
  }

  .certmg[diamond_system] {
    margin-top: 10px;
  }

  .custom-tabs-dash .nav-link {
    padding: 12px 20px 10px;
  }

  .bdr-row {
    border: 0;
    padding: 0;
    margin-right: -15px;
    margin-left: -15px;
  }

  .shap-div-section ul li:before {
    display: none;
  }

  .label-dash-cls label {
    margin-bottom: 0.5rem;
  }

  .dash-inner-div {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .bdr-row-inner {
    border-bottom: 0;
    padding: 5px 0;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .src-lab-bx {
    width: 100%;
  }

  .comn-chekbox-cls-inner label {
    font-size: 14px;
  }

  .shap-div-section {
    text-align: center;
  }

  .shap-div-section ul li {
    width: 30%;
  }

  .shap-div-input {
    padding: 5px 0;
  }

  .shap-div-section ul li label {
    font-size: 14px;
  }

  .shap-div-section ul li {
    margin: 0;
  }

  .radio-custom-group-btn {
    padding-left: 0;
    padding-top: 10px;
  }

  .radio-custom-group-btn .btn {
    width: 100%;
    display: block;
    text-align: center;
  }

  .radio-custom-group-rds .btn-group {
    display: flex;
  }

  .radio-custom-group-rds .btn {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .dash-btn-btm-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .advanced-src-div-btn .btn {
    width: 100%;
    padding: 15px 30px 13px;
    text-align: center;
  }

  .advanced-src-div-btn {
    padding-top: 5px;
  }

  .dash-btn-btm {
    width: 100vw;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .formobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .btn.notifybtn.mr-1.ng-star-inserted.bellicon {
    position: absolute;
    right: 10px;
    top: -50px;
  }
}

@media screen and (max-width: 600px) {
  .iconrightdiv .iconsdivw button {
    margin: 0 0 0 3px;
  }

  .btn {
    font-size: 10px;
    white-space: nowrap;
    width: 80px;
    padding: 5px;
  }
}

.fa-plus:before {
  content: "\f067";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-up:before {
  content: "\f062";
}

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

.fa-plus:before {
  content: "\f067";
}

.rangeinput,
.sliderinput {
  max-width: 100px;
  color: #000;
  margin-right: 2px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px;
  height: auto;
  border-radius: 3px;
  border: 1px solid #ced4da;
  -webkit-border-radius: 3px;
}

.d-flex {
  display: -moz-box !important;
  display: flex !important;
}

#labTypeDiv {
  height: 10vh;
  display: none;
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 16px;
  right: -12px;
  top: -6px;
}

.noUi-target {
  background: #ffffff;
  border-radius: 1px;
  border: 1px solid #ffffff;
  box-shadow: inset 0 1px 1px #ffffff, 0 3px 6px -5px #fff;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: var(--maincolor);
}

.noUi-handle {
  border: 1px solid var(--maincolor);
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background: #e8e7e6;
  left: 3px;
  top: 2px;
}

.noUi-handle:after {
  left: 7px;
}

.mainBody {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.searchPanel {
  width: 80%;
  max-width: 1400px;
  padding: 30px 30px 0 30px;
  border: solid 1px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  max-height: 2000px;
}

.searchPanelSection {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.searchPanelSection p {
  width: 100%;
  font-size: 0.8rem;
  color: darkgrey;
  margin: 0;
}


.mediaPanel {
  width: 80%;
  max-width: 1400px;
  padding: 30px 30px 0 30px;
  border: solid 1px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  max-height: 2000px;
}

.mediaPanelSection {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #e4e4e4;
}

.mediaPanelSection p {
  width: 100%;
  font-size: 0.8rem;
  color: darkgrey;
  margin: 0;
}

.mobileView {
  display: none;
  visibility: none;
}

.buttonContainer {
  display: flex;
  flex-wrap: wrap;
}

.buttonOption {
  --google-font-color-materialiconstwotone: none;
  font-family: Roboto, Ubuntu, sans-serif;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 4px;
  margin: 8px 8px 0 0;
  width: 150px;
}

.buttonOptionSelected {
  background: #f8f4ec;
  border: 1px solid var(--maincolor);
}

.buttonOption p {
  color: #000000;
  padding: 5px;
  font-size: 0.9rem;
}

.buttonOption img {
  padding: 5px;
}

.otherShapeButton {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

.otherShapeContents p {
  display: block;
}

.otherShapeButton i {
  display: flex;
  padding: 15px;
  font-size: 15px;
}

.otherShapeContents {
  display: flex;
  flex: 1 1 0px;
  justify-content: center;
  align-items: center;
}

.narrowButton {
  width: 110px;
}

.mainBody input[type="checkbox"] {
  display: none;
}

.inactive {
  display: none !important;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.inputContainer {
  --google-font-color-materialiconstwotone: none;
  font-family: Roboto, Ubuntu, sans-serif;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 40px;
  padding: 10px 0;
}

input {
  border: 1px solid rgba(0, 0, 0, 12%);
  border-radius: 5px;
  margin: 8px 0 0;
  padding: 8px;
  box-sizing: border-box;
  resize: none;
  font: inherit;
  font-size: 1rem;
}

button {
  width: 100px;
}

.notifybtn {
  width: 60px;
}

.searchButton {
  color: var(--maincolor);
  font-size: 14px;
  font-weight: 600;
  margin: 0 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottomButtons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#showSearchButton {
  position: absolute;
  display: flex;
  top: 83px;
  left: calc(50% - 100px);
  font-size: 20px;
  width: 200px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

#jewelryContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#jewelryResults {
  max-width: 99%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.topButtons {
  padding-top: 8px;
}

#liForJewelry {
  margin-left: 4px;
}
