

.tooltip-arrow,
.tooltip > .tooltip-inner {background-color: #1A292D; color: #141980;}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: RGB(101,95,159);
}
.u-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u-input {
  outline: 0;
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
  height: 35px;
  font-size: 12px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}

.c-badge {
  font-size: 10px;
  font-weight: 700;
  min-width: 20px;
  padding: 5px;
  border-radius: 4px;
  display: block;
  line-height: 0.7;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #102c58;
  border: 1px solid #0c2142;
}
.c-badge--red {
  background-color: #f91605;
  border: 1px solid #e01404;
}
.c-badge--blue {
  background-color: #5f9cfd;
  border: 1px solid #468cfd;
}
.c-badge--header-icon {
  position: absolute;
  bottom: -9px;
}

.tooltip {
  width: 120px;
}
.tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: center;
  background-color: #051835;
  font-size: 12px;
  border-radius: 3px;
}
.tooltip-arrow {
  border-right-color: #051835 !important;
}


.c-header-icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  float: left;
  width: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  margin-left: 10px;
  border-right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 100%;
  color: #6F91A8 !important;
}

.c-header-icon svg {
    font-size: 16px;
    line-height: 40px;
    fill: #1A292D;
}

.c-header-icon--in-circle {
  border: 1px solid #d0d0d0;
  border-radius: 100%;
}

.c-menu__item:hover .c-menu__item__inner i {
  color: #141980;
}

.c-header-icon:hover [class*='bar-'] {
    background: RGB(19,15,64);
}

.c-search {
  /* display: flex; */
  /* flex-grow: 0; */
  /* height: 100%; */
  position: relative;
  margin-left: auto;
  /* border-left: 1px solid #EBF3FB; */
}

i.icon-search-header {
    position: absolute;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    color: #1A292D;
}

.c-search__input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 14px;
  padding: 0 20px 0 50px;
  background: rgba(0,0,0,.04);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 50px;
  color: #666;
}

.c-search__input::placeholder{
  color: #8485A7;
}

i.icon-notification {
    font-size: 25px;
    color: #1A292D;
}

i.icon-basket {
  font-size: 25px;
  color: #1A292D;
}

.c-dropdown {
  opacity: 0;
  text-align: left;
  position: absolute;
  flex-direction: column;
  display: none;
  width: 300px;
  top: 30px;
  right: -40px;
  background-color: #fff;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 5px 14px -1px #cecece;
  -moz-box-shadow: 0px 5px 14px -1px #cecece;
  box-shadow: 0px 5px 14px -1px #cecece;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-sidebar {
  width: 70px;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  background: #EBF3FB;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.l-sidebar .logo {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-right: 1px solid #EBF3FB;
}
.l-sidebar .logo .logo__txt {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}
.fancy-dropdown-item {
  margin-right: 10px;
}
.l-sidebar__content {
  height: 100%;
  position: relative;
  box-shadow: 5px 8px 15px rgba(193,204,215,.5);
}
.sidebar-is-expanded .l-sidebar {
  width: 220px;
}

.c-menu > ul {
  display: flex;
  flex-direction: column;
}
.c-menu > ul .c-menu__item {
  color: #184a98;
  max-width: 100%;
  overflow: hidden;
}
.c-menu > ul .c-menu__item__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 60px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -ms-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    color: RGB(101,95,159);
}
.c-menu > ul .c-menu__item__inner:before {
    position: absolute;
    content: " ";
    height: 0;
    width: 2px;
    left: 0;
    top: 50%;
    margin-top: -18px;
    background-color: RGB(210,174,112);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.c-menu > ul .c-menu__item.is-active {
  color: #fff;
}


.c-menu__item__inner i {
  width: 70px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  min-width: 70px;
  color: #19292D;
  font-weight: 700;
}
.c-menu > ul .c-menu__item.is-active .c-menu__item__inner, .c-menu__item.is-active i {
    color: #141980;
    border-left-color: #141980;
    background-color: #1A292D;
}
.c-menu > ul .c-menu__item.is-active .c-menu__item__inner .c-menu-item__title span, .c-menu > ul .c-menu__item:hover .c-menu__item__inner  .c-menu-item__title span{
    color: #141980;
}
.c-menu__item__inner i.icon-product {
    font-size: 32px;
}
.c-menu > ul .c-menu__item.is-active .c-menu__item__inner svg {
  color: #fff;
}
.c-menu > ul .c-menu__item.is-active .c-menu__item__inner:before {
  height: 36px;
  opacity: 1;
}
.c-menu > ul .c-menu__item:not(.is-active):hover, .c-menu > ul .c-menu__item:not(.is-active):hover i {
  color: #141980;
}
.c-menu > ul .c-menu__item:not(.is-active):hover .c-menu__item__inner {
  background-color: rgba(26,41,45,.8);
  border-left-color: RGB(19,15,64);
  color: #fff;
}
.c-menu > ul .c-menu__item svg {
  flex: 0 0 70px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-menu > ul .c-menu__item .c-menu-item__expand {
  position: relative;
  left: 100px;
  padding-right: 20px;
  color: #fff;
  margin-left: auto;
  -webkit-transition: left 1s ease-in-out;
  -moz-transition: left 1s ease-in-out;
  -ms-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}
.sidebar-is-expanded .c-menu > ul .c-menu__item .c-menu-item__expand {
  left: 0px;
}
.c-menu > ul .c-menu__item .c-menu-item__title {
  flex-basis: 100%;
  padding-right: 10px;
  position: relative;
  color: #1A292D;
  left: 220px;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.c-menu > ul .c-menu__item .c-menu-item__title span {
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
.sidebar-is-expanded .c-menu > ul .c-menu__item .c-menu-item__title {
  left: 0px;
  opacity: 1;
}
.c-menu > ul .c-menu__item .c-menu__submenu {
  background-color: #051835;
  padding: 15px;
  font-size: 12px;
  display: none;
}
.c-menu > ul .c-menu__item .c-menu__submenu li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #072048;
  color: #5f9cfd;
}
.c-menu > ul .c-menu__item .c-menu__submenu li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
main.l-main .content-wrapper {
  padding: 15px 15px 0 15px;
  height: auto;
  position: relative;
  overflow-x: hidden;
}
main.l-main .content-wrapper .page-content {
  border-top: 0px solid RGBA(19,15,64,.1);
  padding-top: 0;
  color: #ababab;
}
.page-title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px !important;
    color: #6F91A8;
    margin-left: 20px;
    letter-spacing: 1px;
}
header h1.page-title {
  color: #6F91A8;
  margin-bottom: 0;
  margin-left: 10px;
}
.sidebar-is-expanded main.l-main {
  padding-left: 220px;
}
.c-header-icon.logout {
  font-size: 16px;
  color: #fff;
}

.ss-box {
  background: #fff;
  padding: 6px 8px;
  border-radius: 15px;
  border: 1px solid #EBF3FB;
  box-shadow: 0px 5px 20px rgb(193 204 215 / 50%);
  border-top-color: #EBF3FB;
  border-bottom-color: #EBF3FB;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
  height: 70px;
  margin-top: 20px;
  padding-top: 10px;
}

.ss-txt__holder p {
  font-size: 12px;
  color: #7292AA;
  margin-left: auto;
  margin: 12px 0 0 0;
  text-align: center;
  line-height: 13px;
}
.ss-icon__holder {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6F91A8;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  right: 15px;
  margin: 0 auto;
  box-shadow: 0px -8px 11px rgb(193 204 215 / 50%);
  border: 5px solid #fff;
}
.ss-txt__holder {
  display: flex;
  width: calc(100% - 90px);
}
.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.the-arrow.-left {
  position: absolute;
  top: 50%;
  left: 0;
}
.page-content h2.page-title {
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #141980;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #141980;
}
.the-arrow.-left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.-right {
  top: 0px;
  animation: bounceRight 2s infinite;
}
.the-arrow.-right > .shaft {
  width: 0px;
  transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 10px;
  transition-delay: 0.3s;
  transition: all 0.5s;
  left: 0px;
}
.the-arrow.-right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #4c4c4c;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #141980;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0.5px;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.animated-arrow {
  display: inline-block;
  color: #4c4c4c;
  text-decoration: none;
  position: relative;
  transition: all 0.2s;
  margin-left: 10px;
  width: 100%;
  text-align: center;
}
.animated-arrow:hover {
  color: #808080;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 54px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: #141980;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 8px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  background-color: #141980;
  right: 0;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
/* .animated-arrow:hover > .t-main {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
} */
.animated-arrow:hover > .t-main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .t-main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .t-main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .t-main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .t-main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .t-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  justify-content: center;
  transition: all 0.2s;
}
.animated-arrow > .t-main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .t-main > .the-arrow {
  position: relative;
}
div#chartdiv {
  width: 100%;
  height: 400px;
}
img {
  max-width: 100%;
  width: auto;
}
.carousel a[class*="carousel-control-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #6F91A8;
  border-radius: 50px;
  padding: 8px;
}
.carousel .divTableRow {
  display: flex;
}
.carousel .divTableRow {
  display: flex;
  margin-bottom: 0;
  border: 1px solid #eee;
}

.carousel .divTableCell.textcolor {
  padding: 3px 10px;
  width: 200px;
  display: flex;
  align-items: center;
  font-weight: 300 !important;
  font-family: 'Poppins', sans-serif;
}

.carousel .divTableRow:not(:last-child) {
  border-bottom: 0;
}

.carousel .divTableCell:first-child {border-right: 1px solid #eee;margin-right: 10px;font-size: 12px;color: #000;}
a.carousel-control-prev {
  left: -14px;
}
.carousel-control-next {
  right: -14px;
}
.imgsize {
  text-align: center;
  width: 374px;
  margin: auto;
  display: flex;
  height: auto;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1600px) {
  .imgsize {
    width: 303px;
  }
}
@media (max-width: 1500px) {
  .imgsize {
    width: 100%;
  }
}
.sp-img {
  width: 125px;
  height: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 0px 0 0;
  border: 5px solid #6F91A8;
  padding: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 30px;
  margin-bottom: 22px;
}
ul.signature-content span.fa {
  font-size: 15px;
  color: #000;
}
ul.signature-content i {
  color: #000;
  font-size: 16px;
  margin-right: 15px;
}
.sp-det {
  display: flex;
}

ul.signature-content {
  margin-left: 5px;
  width: calc(100% - 125px);
}

ul.signature-content li {
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

@keyframes bounceRight {
  0% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* /right bounce */

.ss-icon__holder svg {
  fill: #ffffff;
  font-size: 24px;
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}
.card {
  /* width: 100%; */
  border-radius: 5px;
  border-width: 1px;
  border-color: #EBF3FB;
  border-left-color: #EBF3FB;
  border-right-color: #EBF3FB;
  box-shadow: 0px 5px 40px rgba(193,204,215,.5);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6;
    border-top: 0;
}



/*-- search css --*/
.mb-7 {
  margin-bottom: 7px;
}
.mb-05{
  margin-bottom: 5px !important;
}

li.Sf-list-item:not(:last-child) {
  margin-right: 5px;
}
li.Sf-list-item {
  display: flex;
  width: calc(7.16% - 5px)!important;
  background: transparent;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #1A292D;
  height: 95px;
  border: 1px solid #D5DEE8;
  -webkit-transition: .5s;
  box-shadow: 0 0 0px rgba(162,157,212,.0);
  transition: .5s;
  margin-bottom: 12px;
}
.Sf-list-item .shape-name {
  font-size: 12px;
  color: #1A292D;
  margin-top: 10px;
}
li.Sf-list-item:hover {
  background: #fff;
  color: #141980;
  /* box-shadow: 0 5px 10px #D5DEE8; */
}
li.Sf-list-item:hover .shape-name {
  color: #141980;
}
li.Sf-list-item .shape-ic svg, li.Sf-list-item .shape-ic svg path {
  fill: #8485A7;
  stroke: #8485A7;
  stroke-width: .3px;
}
li.Sf-list-item:hover .shape-ic svg, li.Sf-list-item:hover .shape-ic svg path {
  fill: #6F91A8 !important;
  color: #6F91A8 !important;
  border-color: #6F91A8;
  stroke: #6F91A8 !important;
  stroke-width: .5px;
}
ul.Sf-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 5px;
  box-shadow: unset;
}
.speareteBlock {
  width: 100%;
  background: transparent;
  padding: 0;
  border-radius: 5px;
  box-shadow: unset;
  display: flex;
  border: 1px solid transparent;
}
.carat-range.d-flex.carat-range-block {
  width: 100%;
  margin-left: 50px;
}
.carat-range-1.d-flex.carat-range-block {
  width: 100%;
  margin-left: 50px;
}

.cr-ranges {
  margin: 0 10px 0 0;
  min-width: 90px;
}
.filter-diamond-header {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #1A292D;
  letter-spacing: .3px;
  font-weight: 600;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: initial;
  border: 0;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -moz-appearance: textfield!important;
}
input[type=number], input[type=password], input[type=text], textarea {
  -webkit-appearance: none;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.advance-field .ant-input-number input, .select-range-text .ant-input-number input {
  font-size: 12px;
  height: 38px;
  color: #4c4d4f;
}
.advance-area .ant-input-number, .select-range-text .ant-input-number {
  height: 40px;
  border: 1px solid rgba(162,157,212,.4);
  width: 80px;
  border-radius: 5px;
}
.add-btn a {
  display: flex;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(162,157,212,.5);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .5s;
}
.add-btn a:hover {
  background: #eee;
}
.add-btn a:hover svg, .add-btn a:hover svg path{
  fill:#141980;
}
.add-btn {
  margin-left: 15px;
}
.carat-space-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  align-items: center;
}
.ant-input-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  position: relative;
  display: table;
  width: 100%;
  border-collapse: initial;
  border-spacing: 0;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact {
  margin: 0px 5px 5px 0;
}
.carat-range .ant-input-group {
  width: 77px;
}
.carat-range-1 .ant-input-group {
  width: 77px;
}

input.ant-input {
  width: 100%;
  height: 30px;
  border: 1px solid #D5DEE8;
  border-radius: 5px;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: .5s;
  font-size: 12px;
  color: #4c4d4f;
}
input.ant-input:hover {
  background: #fff;
  color: #141980;
  box-shadow: none;
}
.carat-range ul li {
  border: 1px solid #D5DEE8;
  border-radius: 3px;
  padding: 14px 5px;
  cursor: pointer;
  width: 80px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #4c4d4f;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: center;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(40.55% - 5px);
  flex-basis: 5.55%;
  flex-grow: 1;
}

.carat-range-1 ul li {
  border: 1px solid #D5DEE8;
  border-radius: 3px;
  padding: 14px 15px;
  cursor: pointer;
  /* width: 80px; */
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #4c4d4f;
  white-space: nowrap;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: center;
  max-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: calc(40.55% - 5px); */
  flex-basis: 5.55%;
  flex-grow: 1;
}
.filter-diamond-header.color-filter-header .select-range-text {
  margin-right: 10px;
  width: 90px;
  word-break: break-word;
  margin-bottom: 5px;
  font-size: 11px;
  max-width: 90px;
  min-width: 90px;
}
.c-header-icon.basket {
  font-size: 14px;
  color: #fff;
}
/* .carat-range.color-range {
  width: calc(100% - 112px);
} */
.carat-range.color-range ul {
  flex-wrap: wrap;
}
.color-range.carat-range.fancyBox ul.widthColor li, .cultSz.color-range.carat-range ul li, .custum-color-range.color-range.carat-range ul li, .grdl.color-range.carat-range ul li, .inten ul li, .lb.color-range.carat-range ul li, .ovrtn ul li, .shd.color-range.carat-range ul li {
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  flex-grow: 1;
}
.carat-range-1.color-range ul {
  flex-wrap: wrap;
}
.color-range.carat-range-1.fancyBox ul.widthColor li, .cultSz.color-range.carat-range-1 ul li, .custum-color-range.color-range.carat-range-1 ul li, .grdl.color-range.carat-range-1 ul li, .inten ul li, .lb.color-range.carat-range-1 ul li, .ovrtn ul li, .shd.color-range.carat-range-1 ul li {
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  flex-grow: 1;
}

.color-range.carat-range ul li.white-fancy {
  color: #333;
  padding: 10px 0;
  font-size: 14px;
  margin-right: 5px;
  width: 95px;
  max-width: none !important;
  justify-content: center;
  margin-top: 0;
}
.color-range.carat-range-1 ul li.white-fancy {
  color: #333;
  padding: 10px 0;
  font-size: 14px;
  margin-right: 5px;
  width: 95px;
  max-width: none !important;
  justify-content: center;
  margin-top: 0;
}

.widthColor {
  width: calc(100% - 275px);
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: row;
  -webkit-box-flex: 0;
}
.OtherMore {
  border: 1px solid rgba(162,157,212,.4);
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  width: 80px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 700;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custum-color-range.color-range.carat-range ul li {
  max-width: calc(5.55% - 5px);
  flex-basis: 5.55%;
  min-width: 30px;
}
.custum-color-range.color-range.carat-range-1 ul li {
  max-width: calc(5.55% - 5px);
  flex-basis: 5.55%;
  min-width: 30px;
}

.color-range.carat-range ul li.white-fancy.mr-30 {
  margin-right: 20px;
}
.custum-color-range.color-range.carat-range ul li:hover, .OtherMore:hover, .carat-range ul li:hover {
  background: #fff;
  color: #141980;
  /* box-shadow: 0 5px 10px #D5DEE8; */
}
.color-range.carat-range-1 ul li.white-fancy.mr-30 {
  margin-right: 20px;
}
.custum-color-range.color-range.carat-range-1 ul li:hover, .OtherMore:hover, .carat-range-1 ul li:hover {
  background: #fff;
  color: #141980;
  /* box-shadow: 0 5px 10px #D5DEE8; */
}

th.th-lg:first-child {
  border-radius: 5px 0 0 0;
}
th.th-lg:last-child {
  border-radius: 0px 5px 0 0;
  text-align: right;
}
th.th-lg {
  background: #eeeeee;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
}
.new-arr table td {
  font-size: 14px;
  padding: 5px 10px;
  text-align: right;
}
.new-arr table td:not(:last-child) {
  text-align: center;
}
.new-arr table td a {
  text-decoration: underline !important;
}
.card.new-arr .card-body tbody::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
.card.new-arr .card-body tbody::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #EBF3FB), color-stop(0.72, #C5D0DA), color-stop(0.86, #A6B0BA)); */
  background:  #98ACBF;
}
.card.new-arr .card-body tbody::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3); */
  background-color: #F5F5F5;
  border-radius: 10px;
}
.card.new-arr thead tr:nth-child(1) th{position: sticky;top: 0;z-index: 10;}
.card.new-arr .card-body table, .card.new-arr .card-body td {
  border-collapse: collapse;
}
.card.new-arr .card-body table{
  width: 100%;
}
.card.new-arr .card-body thead {
  display: table;
  width: 100%;
}
.card.new-arr .card-body tbody {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
}
.card.new-arr .card-body th, .card.new-arr .card-body td {

  padding: 5px;
}
.card.new-arr .card-body thead tr {
  box-sizing: content-box;
}
.card.new-arr .card-body tbody tr {
  display: table;
  width: 100%;
}
tspan {
  font-size: 12px;
}
.card.new-arr .card-body td:first-child, .card.new-arr .card-body th:first-child {
  width: 80px;
}
.card.new-arr .card-body td {
  max-width: unset;
}
.table td {
  border-top: 1px solid #EBF3FB;
}
.table-hover tbody tr:hover {

  background-color: #EBF3FB;
}
.table-hover tbody tr:hover {
  color: #1A292D;
}
.shape-ic svg {
  width: 40px;
  height: 40px;
}
.sm-box ul li {
  width: 60px;
}
.input-group input.form-control {
  margin-bottom: 5px;
  height: 30px;
  font-size: 12px;
  background: transparent;
}
.search_controller {
  position: fixed;
  right: 0;
  background: rgba(255,255,255,.8);
  bottom: 0;
  padding: 15px;
  border-radius: 0;
  /* border: 1px solid #141980; */
  box-shadow: 0 -5px 40px rgba(0,0,0,.15);
  border-bottom: 0;
  right: 0;
  margin: 0 auto;
  max-width: calc(100% - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  width: 100%;
}
.sc-btn.btn {
  background: #eee;
  color: #000000;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 500;
}
.shape-ic {
  font-size: 45px;
}
.sc-btn.btn:hover {
  color: #141980;
}
input.form-control:focus {
  border-color: #6f91a8;
  box-shadow: none;
}
.ad-se .filter-diamond-header {
  width: 100%;
}
.form-control {
  font-size: 12px;
  height: 20px;
  margin-bottom: 5px;
  background: transparent;
}
ul.checkbox-list-group li {
  display: flex;
  margin: 10px 8px 0px 0;
}
ul.checkbox-list-group li input {
  margin-right: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
ul.checkbox-list-group {
  display: flex;
  flex-wrap: wrap;
}
ul.checkbox-list-group li label {
  position: relative;
  margin-bottom: 0;
  padding: 5px 5px 5px 30px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  cursor: pointer;
}
ul.checkbox-list-group li label::after {
  position: absolute;
  content: "✔";
  left: 6px;
  font-size: 14px;
  color: rgba(26,41,45,.2);
  border-right: 1px solid #E5EAF0;
  padding-right: 6px;
}
ul.checkbox-list-group li input:checked + label::after {
  color: #141980;
  border-color: #8485A7;
}
ul.checkbox-list-group li input:checked + label {
  border-color: #141980;
  background: #fff;
}
.seapreter-line {
  margin-bottom: 12px;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 15px;
}
.br-2{
  border-right: 1px solid #d1d1d1;
}
.bb-2{
  border-bottom: 1px solid #d1d1d1;
}
.bt-2{
  border-top: 1px solid #d1d1d1;
}
.pt-12{
  padding-top:12px ;
}
input::placeholder {
  color: #D5DEE8 !important;
}
.d-filter-box {
  font-size: 12px;
  color: #333;
  padding: 4px 15px;
  border: 1px solid #C8D4E1;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 19.5%;
  flex-basis: 5.55%;
  flex-grow: 1;
  text-align: center;
}
.d-filter {
  margin-top: 7px;
  margin-left: 101px;
  display: flex;
  width: 100%;
}

.d-filter-box:hover {
  background: #eee;
  border-color: #141980;
  color: #141980;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 6px 3px rgba(210,174,112,.6);
}
.pt-34{
  padding-top: 34px;
}

@media (max-width:1024px) and (min-width:768px){
  .filter-diamond-header.color-filter-header .select-range-text {
    min-width: 100%;
  }
    li.Sf-list-item {
      width: calc(14.287% - 5px)!important;
  }
  .speareteBlock {
    flex-wrap: wrap;
  }
  .carat-space-block {
    width: 100%;
  }
  .carat-range.d-flex.carat-range-block {
    width: 100%;
    margin-left: 0;
  }
  .carat-range-1.d-flex.carat-range-block {
    width: 100%;
    margin-left: 0;
  }

  .widthColor {
    width: 100%;
  }
  .filter-diamond-header {
    flex-wrap: wrap;
  }
  .OtherMore {
    padding: 6px;
    font-size: 12px;
    width: 60px;
  }
  .br-2{
    border-bottom: 2px solid #EBF3FB;
    border-right:0;
  }
}

@media (max-width:767px){
  li.Sf-list-item {
      width: 18% !important;
  }
  .speareteBlock {
    flex-wrap: wrap;
  }
  .carat-range.d-flex.carat-range-block {
    margin-left: 0;
  }
  .carat-range-1.d-flex.carat-range-block {
    margin-left: 0;
  }
  .carat-space-block {
    width: 100%;
  }
  .carat-range .ant-input-group {
    width: 68px;
  }
  .carat-range-1 .ant-input-group {
    width: 68px;
  }

  .custum-color-range.color-range.carat-range ul li {
    max-width: calc(19.55% - 5px);
    flex-basis: 9.55%;
  }
  .custum-color-range.color-range.carat-range-1 ul li {
    max-width: calc(19.55% - 5px);
    flex-basis: 9.55%;
  }

  .custum-color-range ul.d-flex.align-items-center.widthColor {
    width: 100%;
  }
  .carat-range {
    width: 100%;
  }
  .carat-range-1 {
    width: 100%;
  }

  .search-result-holder {
    flex-wrap: wrap;
  }
  .c-search {
    margin-right: auto;
  }
  header h1.page-title {
    margin-left: auto;
    font-size: 18px;
  }
  .header-icons-group {
    margin: 10px auto 0;
  }
  main.l-main {
    margin-top: 161px;
  }
  .search_controller {
    max-width: 100%;
  }
  .l-header__inner {
    flex-wrap: wrap;
  }
  .right .search_controller {
    flex-wrap: wrap;
  }
  span.t-search-counter {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .admin-holder li {
    bottom: 107px !important;
  }
  .ct-width {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  main.l-main {
    margin-top: 165px !important;
  }
}


@media (max-width:425px){
  li.Sf-list-item {
    width: 31.11% !important;
  }
  .filter-diamond-header {
    flex-wrap: wrap;
  }
  .custum-color-range.color-range.carat-range ul li {
    flex-basis: 12.55%;
  }
  .carat-range.color-range li.relative.white-fancy{
    margin-top: 8px;
  }
  .carat-range ul li {
    flex-basis: 22.55%;
  }
  .custum-color-range.color-range.carat-range-1 ul li {
    flex-basis: 12.55%;
  }
  .carat-range-1.color-range li.relative.white-fancy{
    margin-top: 8px;
  }
  .carat-range-1 ul li {
    flex-basis: 22.55%;
  }

  .search_controller {
    left: unset;
    margin: 0 auto;
    text-align: right;
  }
  .c-header-icon.js-hamburger {
    display: none;
  }
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fff;
  color: #414143;
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}
.ct-width {
  max-width: calc(14.28% - 10px);
  flex: 0 0 14.28%;
  padding: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #6f91a8 !important;
}
i.icon-ico_certificate {
  font-size: 22px;
}
ul#white-stone {
  width: calc(100% - 215px);
}

i.fa.fa-bars {
  margin: 0;
}
i.fa.fa-th-large {
  margin: 0;
}

#StonesDetail {

  top: 40px !important;
  left: 180px !important;
}
#StonesDetail .row {
  font-size: 12px;
  color: #666;
}
#StonesDetail h4.card-title {
  font-size: 18px !important;
  margin-bottom: 5px;
}
#StonesDetail .card-body {
  padding: 5px 10px;
}


.input-box-group .mat-form-field {
  width: 100%;
  font-size: 8px;
}
