@font-face {
  font-family: "Lato-Black";
  font-style: normal;
  font-weight: 900;
  src: local("Lato-Black"), url("../fonts/Lato-Black.woff2") format("woff2"),
    url("../fonts/Lato-Black.woff") format("woff"),
    url("../fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Lato-Bold"), url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff"),
    url("../fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Medium";
  font-style: normal;
  font-weight: 900;
  src: local("Lato-Medium"), url("../fonts/Lato-Medium.woff2") format("woff2"),
    url("../fonts/Lato-Medium.woff") format("woff"),
    url("../fonts/Lato-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Lato-Regular"), url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff"),
    url("../fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "LatoSemibold";
  font-style: normal;
  font-weight: 600;
  src: local("LatoSemibold"), url("../fonts/LatoSemibold.woff2") format("woff2"),
    url("../fonts/LatoSemibold.woff") format("woff"),
    url("../fonts/LatoSemibold.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Heavy";
  font-style: normal;
  font-weight: 900;
  src: local("Lato-Heavy"), url("../fonts/Lato-Heavy.woff2") format("woff2"),
    url("../fonts/Lato-Heavy.woff") format("woff"),
    url("../fonts/Lato-Heavy.ttf") format("truetype");
}

.category-container {
  overflow-x: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.category-container .container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 4.75rem);
  padding-left: var(--bs-gutter-x, 5.75rem);
  margin-right: auto;
  margin-left: auto;
  --bs-gutter-x: inherit !important;
  --bs-gutter-y: inherit !important;
}

.category-container .top-nav {
  padding: 15px 0px;
}

.category-container .top-nav ul a {
  color: #464646;
  font-size: 14px;
  font-family: "Lato-Bold";
}

.category-container .top-nav ul a:hover {
  line-height: 20px;
  padding-bottom: 23px;
}

.category-container .top-nav ul li {
  padding: 0 16px;
}

.category-container .search::before {
  /* display: none; */
  content: "";
  background-color: #7c8db5;
  height: 35px;
  width: 1px;
  position: absolute;
  left: -6px;
}

.category-container .vilot,
.category-container .red,
.category-container .blue,
.category-container .yellow,
.category-container .green {
  /* height: 231px; */
  border: 1px solid #ffffff;
  border-radius: 10px;
  width: 100%;
}

.category-container .vilot.vilot:hover,
.category-container .red.vilot:hover,
.category-container .blue.vilot:hover,
.category-container .yellow.vilot:hover,
.category-container .green.vilot:hover {
  border: 1px solid #c871fd;
}

.category-container .vilot.red:hover,
.category-container .red.red:hover,
.category-container .blue.red:hover,
.category-container .yellow.red:hover,
.category-container .green.red:hover {
  border: 1px solid #f08989;
}

.category-container .redactivelink {
  border: 1px solid #f08989;
}

.category-container .collectionactivelink {
  border: 1px solid #c871fd;
}
.category-container .vilot.blue:hover,
.category-container .red.blue:hover,
.category-container .blue.blue:hover,
.category-container .yellow.blue:hover,
.category-container .green.blue:hover {
  border: 1px solid #71c2fd;
}

.category-container .vilot.yellow:hover,
.category-container .red.yellow:hover,
.category-container .blue.yellow:hover,
.category-container .yellow.yellow:hover,
.category-container .green.yellow:hover {
  border: 1px solid #fdef71;
}

.category-container .vilot.green:hover,
.category-container .red.green:hover,
.category-container .blue.green:hover,
.category-container .yellow.green:hover,
.category-container .green.green:hover {
  border: 1px solid #88ec99;
}

.category-container .search input {
  border-radius: 20px !important;
  background-color: #ffffff;
  border: 1px solid #dedede;
}

.category-container .section-bg {
  /* background-color: #e9ebef; */
  /* height: 219vh; */
  /* padding-bottom: 50px; */
}

.category-container .section-bg h2 {
  color: #464646;
  font-family: "LatoSemibold";
  font-size: 20px;
  line-height: 24px;
  /* padding: 30px 0px 0px 0px; */
}

.category-container .section-bg .box-space {
  /* margin-right: -73px; */
  margin-top: 32px;
}

.category-container .section-bg .mainBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* padding: 1rem; */
  width: 100%;
}

.category-container .section-bg .boxItem {
  align-items: center;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1rem -0.25rem rgb(0 0 0 / 20%);
  color: inherit;
  cursor: pointer;
  display: flex;
  flex: 1 1 14%;
  padding: 0.6875rem;
  transition: box-shadow 0.3s;
}

.category-container .section-bg .boxItem:hover {
  box-shadow: 0 0.75rem 1.25rem -0.25rem rgb(0 0 0 / 25%);
}

.category-container .section-bg .boxItem .iconCollection {
  display: inline-block;
  border-radius: 54%;
  padding: 10px;
  font-size: 20px;
  background: rgb(244, 239, 255);
  color: rgb(165, 88, 245);
}

.category-container .section-bg .boxItem .iconUtility {
  display: inline-block;
  border-radius: 54%;
  padding: 10px;
  font-size: 20px;
  background: rgb(236, 238, 242);
  color: rgb(96, 96, 96);
}

.category-container .section-bg .boxItem .iconItem {
  display: inline-block;
  border-radius: 54%;
  padding: 10px;
  font-size: 20px;
  background: rgb(233, 255, 236);
  color: rgb(243, 121, 121);
}

.category-container .section-bg .card-white {
  text-align: center;
  margin-top: 90px;
  border-radius: 10px;
  position: relative;
  height: 140px;
}

.category-container .section-bg .card-white h3 {
  color: #ffffff;
  font-size: 15px;
  font-family: "Lato-Heavy";
  line-height: 18px;
  padding: 100px 0;
}

.category-container .section-bg .card-white h3.activelink {
  color: navy !important;
  font-weight: bold;
}

.category-container .section-bg .card-white .num-bg b {
  font-size: 18px;
  font-family: "LatoSemibold";
  line-height: 22px;
  color: #25396f;
  border: 1px solid #ebebeb;
  padding: 8px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: #0000000d 0px 10px 15px;
  box-shadow: #0000000d 0px 10px 15px;
  border-radius: 10px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 42px;
  z-index: 1;
  width: 7rem;
}

.category-container .section-bg .card-white:hover {
  -webkit-box-shadow: #00000029 0px 10px 15px;
  box-shadow: #00000029 0px 10px 15px;
  cursor: pointer;
}

.category-container .section-bg .blue {
  /* background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#c871fd),
    to(#803eec)
  );
  background-image: linear-gradient(180deg, #c871fd, #803eec); */
}

.box-1 .blue {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#c871fd),
      to(#5c1ac7));
  background-image: linear-gradient(180deg, #c871fd, #5c1ac7);
}

.box-1 .orange {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#f08989),
      to(#c41919));
  background-image: linear-gradient(180deg, #f08989, #c41919);
}

.box-1 .skyblue {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#71c2fd),
      to(#1178c3));
  background-image: linear-gradient(180deg, #71c2fd, #1178c3);
}

.box-1 .pink {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fdef71),
      to(#b78400));
  background-image: linear-gradient(180deg, #fdef71, #b78400);
}

.box-1 .lightgreen {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#88ec99),
      to(#2fa242));
  background-image: linear-gradient(180deg, #88ec99, #2fa242);
}

.pos-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 13%);
  transform: translate(-50%, 13%);
  z-index: 1;
}

/* .category-container .section-bg .orange {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f08989),
    to(#fb4c4c)
  );
  background-image: linear-gradient(180deg, #f08989, #fb4c4c);
}

.category-container .section-bg .skyblue {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#71c2fd),
    to(#3ea3ec)
  );
  background-image: linear-gradient(180deg, #71c2fd, #3ea3ec);
}

.category-container .section-bg .pink {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdef71),
    to(#ecbb3e)
  );
  background-image: linear-gradient(180deg, #fdef71, #ecbb3e);
}

.category-container .section-bg .lightgreen {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#88ec99),
    to(#68dd7c)
  );
  background-image: linear-gradient(180deg, #88ec99, #68dd7c);
} */

.category-container .section-bg .section-white-bg {
  background-color: #ffffff;
  border-radius: 10px;
  /* width: 98%; */
}

.category-container .section-bg .section-white-bg .gutter {
  --bs-gutter-x: 2.5rem !important;
}

.category-container .section-bg .section-white-bg .box-size {
  padding: 0px 30px 25px 30px;
  margin-top: 50px;
}

.category-container .section-bg .section-white-bg .box-sizecard {
  padding: 0px 0px 25px;
}

.category-container .section-bg .section-white-bg .box-size .span-gray {
  font-size: 14px;
  line-height: 17px;
  color: #a3a3a3;
  font-family: "Lato-Regular";
  margin-bottom: 25px;
}

.category-container .section-bg .section-white-bg .dropdown-toggle::after {
  display: none;
}

.category-container .section-bg .section-white-bg label {
  color: #402952;
  font-size: 11px;
  font-family: "Lato-Regular";
  line-height: 14.4px;
}

.category-container .section-bg .section-white-bg .dropdown {
  margin-right: 20px;
}

.category-container .section-bg .section-white-bg .dropdown a {
  color: #464646;
  font-size: 13px;
  line-height: 14.4px;
  font-family: "Lato-Regular";
}

.category-container .section-bg .section-white-bg .dropdown .btn-secondary {
  background-color: #ffffff;
  width: 9.028vw;
  height: 34px;
  padding: 8px 20px 10px 20px;
  border-radius: 8px;
}

.category-container .section-bg .section-white-bg .space-left {
  margin-left: -19px;
}

.category-container .section-bg .section-white-bg .space-right {
  margin-right: 16px;
}

.category-container .section-bg .section-white-bg .collection-card .cards {
  border: 1px solid #ebebeb;
  border: none !important;
  background-color: #f5f5f5;
  border-radius: 10px;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.category-container .section-bg .section-white-bg .collection-card .cards:hover {
  background-color: #292929;
  -webkit-box-shadow: #00000029 0px 10px 15px;
  box-shadow: #00000029 0px 10px 15px;
  cursor: pointer;
}

.category-container .section-bg .section-white-bg .collection-card .cards:hover h3,
.category-container .section-bg .section-white-bg .collection-card .cards:hover p,
.category-container .section-bg .section-white-bg .collection-card .cards:hover span,
.category-container .section-bg .section-white-bg .collection-card .cards:hover b {
  color: #ffffff;
}

.category-container .section-bg .section-white-bg .collection-card .cards .pad-right {
  padding-right: 39px;
}

/* .category-container
  .section-bg
  .section-white-bg
  .collection-card
  .cards
  .img-gradient::before {
  content: "";
  position: absolute;
  left: 105px;
  right: 0;
  top: 0px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 160px;
  width: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#464646),
    to(#a3a3a300)
  );
  background-image: linear-gradient(180deg, #464646, #a3a3a300);
  border-radius: 8px;
} */

.category-container .section-bg .section-white-bg .collection-card .col-md-3 {
  /* width: 17.5rem;
  padding: 0px 35px !important; */
  width: 19.75%;
}

.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient {
  height: 150px;
  /* width: 207px;  */
  width: 100%; 
}

.category .section-white-bg .collection-card .cards:hover .category-hover {
  opacity: 0.7;
}

/* .category-container
  .section-bg
  .section-white-bg
  .collection-card
  .cards
  .img-gradient
  img {
  padding: 4px;
} */

.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient .assetImg {
  /* padding: 4px; */
  width: 100%;
  height: 100%;
}

/* .category-container .section-bg .section-white-bg .collection-card .cards .hover-text */
.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient .img-inner-text {
  position: absolute;
  /* -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); */
  top: 23px;
}

.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient .img-inner-text span:first-child {
  position: absolute;
  left: 10px;
}
.pl-1.hover-text.marketPlace a{
    background: transparent !important;
    width: 51px;
    text-align: center;
    height: 25px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    font-family: "Lato-Bold";
}
.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient .img-inner-text a:last-child {
  position: absolute;
  right: -200px;
  margin: -4px;
}

.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient .img-inner-text span {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-family: "Lato-Bold";
}

.category-container .section-bg .section-white-bg .collection-card .cards .hover-text {
  display: none;
}

.category-container .section-bg .section-white-bg .collection-card .cards:hover .hover-text {
  display: inline-block;
}

.category-container .section-bg .section-white-bg .collection-card .cards .share img {
  background-color: #292929;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  padding: 6px;
  -webkit-filter: brightness(6) invert(1);
  filter: brightness(6) invert(1);
}

.category-container .section-bg .section-white-bg .collection-card .cards:hover .share img {
  background-color: #fff;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient .img-inner-text a {
  background: #464646;
  width: 51px;
  text-align: center;
  height: 25px;
  border-radius: 6px;
}

.category-container .section-bg .section-white-bg .collection-card .cards .img-gradient .img-inner-text a b {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-family: "Lato-Bold";
}

.category-container .section-bg .section-white-bg .collection-card .cards .share {
  position: absolute;
  -webkit-transform: translate(140px, -20px);
  transform: translate(140px, -20px);
}

.category-container .section-bg .section-white-bg .collection-card .cards .share img {
  background-color: #ffffff;
  border-radius: 50px;
  width: 34px;
  height: 34px;
  padding: 6px;
}

.category-container .section-bg .section-white-bg .collection-card .cards h3 {
  font-family: "Lato-Heavy";
  font-size: 14px;
  line-height: 0px;
  color: #464646;
  padding: 32px 0px 10px 15px;
}

.category-container .section-bg .section-white-bg .collection-card .cards p {
  font-family: "Lato-Regular";
  font-size: 13px;
  line-height: 18px;
  color: #464646;
  padding: 10px 0px 15px 15px;
  margin-bottom: 10px !important;
}

.category-container .section-bg .section-white-bg .spacing {
  /* margin-right: -50px !important; */
}

.category-container .section-bg .section-white-bg .flex-text {
  padding: 0px 0px 15px 15px;
}

.category-container .section-bg .section-white-bg .flex-text span {
  color: #a3a3a3;
  font-size: 12px;
  font-family: "LatoSemibold";
  line-height: 15px;
}

.category-container .section-bg .section-white-bg .flex-text .piceStyle span {
  color: #292929;
    font-size: 14px;
    font-family: "Lato-Bold";
    line-height: 17px;
}

.category-container .section-bg .section-white-bg .flex-text b {
  color: #292929;
  font-size: 14px;
  font-family: "Lato-Bold";
  line-height: 17px;
}

.browse-sec [class*="col-lg"] {
  width: 20%;
}

footer {
  /* background-color: white; */
}

footer span {
  padding: 32px 0 26px 0;
  color: #464646;
  font-size: 14px;
  line-height: 17px;
  font-family: "LatoSemibold";
}

@media screen and (max-width: 1024px) {
  .card-white {
    max-width: none !important;
  }

  .box-space {
    margin-right: -7px !important;
  }

  .section-white-bg .spacing {
    margin-right: -54px !important;
  }

  .category-container .section-bg {
    background-color: #e9ebef;
    height: 100%;
    width: 100%;
  }

  .box-size {
    padding: 30px 110px 25px 30px !important;
  }

  .btn-secondary {
    background-color: #ffffff;
    width: 13.028vw !important;
    height: 34px;
    padding: 8px 0px 8px 1px !important;
    border-radius: 8px;
  }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.nav-bg {
  background-color: transparent !important;
}

.search {
  position: relative;
}

.search input {
  height: 2.5rem;
  width: 35rem;
  /* width: 30.875rem; */
  text-indent: 41px;
  border: none;
  background-color: #f2f7ff;
  font-size: 14px;
  font-family: "LatoSemibold";
  border-radius: 10px;
}

.search .fa-search {
  position: absolute;
  top: 10px;
  left: 20px;
}

.search::before {
  content: none !important;
  background-color: #7c8db5;
  height: 35px;
  width: 1px;
  position: absolute;
  left: -15px;
}

.logo-right {
  margin-right: 78px;
}

.list li {
  font-family: "Lato-Regular";
  font-size: 14px;
  padding: 0 17px;
  color: #464646;
}

.list a:hover {
  border-bottom: 3px solid #791398;
  line-height: 37px;
  font-family: "Lato-Bold";
  color: #464646;
}

button {
  color: #ffffff;
  /* background-image: linear-gradient(91deg, #7C27FD, #C62CF1); */
  border: none;
  border-radius: 100px;
  /* width: 8.063rem;
  height: 2.5rem; */
  font-family: "Lato-Bold";
  font-size: 14px;
}

.card-bg-dashboard {
  /* float: right; */
  /* margin-top: 10px; */
  padding-bottom: 12px !important;
}

.card-bg-dashboard .men {
  background-color: #ff7976;
  border-radius: 30%;
  height: 44px !important;
}

.card-bg-dashboard h4 {
  font-family: "Lato-Bold";
  font-size: 17px;
  color: #25396f;
}

.card-bg-dashboard span {
  font-family: "Lato-Regular";
  color: #7e8fb6;
  font-size: 13px;
}

.card-pink {
  border-radius: 10px;
  margin: 30px 30px;
  margin-left: auto !important;
  margin-right: auto !important;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#7c27fd),
      to(#c62cf1));
  background-image: linear-gradient(180deg, #7c27fd, #c62cf1);
}

.card-pink h2 {
  font-family: "Lato-Black";
  font-size: 18px;
  color: #ffffff;
}

.card-pink .para {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #ffffff;
}

.card-pink span a {
  color: #ffffff;
  font-family: "Lato-Bold";
  line-height: 45px;
}

.card-pink .pink-bg {
  padding: 20px;
}

.card-pink b {
  font-family: "Lato-Black";
  font-size: 20px;
  color: #ffffff;
}

.card-pink .small {
  font-family: "Lato-Regular";
  font-size: 16px;
  color: #ffffff;
}

.card-pink .inline-grid {
  display: -ms-grid;
  display: grid;
}

.card-pink .input-field {
  color: #791398;
  font-family: "Lato-Regular";
  font-size: 14px;
}

.card-pink .wallet {
  position: absolute;
  right: 21px;
  top: 37%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
}

.side-border {
  background-color: #ffffff;
  border-left: 0px solid #e2e7ee;
  padding-top: 0px !important;
}

.new-collection {
  border-radius: 10px;
  margin: 30px 32px;
  background-color: #f2f7ff;
}

.new-collection .collection-bg {
  padding: 20px 42px 22px 30px;
}

.new-collection .temple-sec h4 {
  font-family: "Lato-Bold";
  font-size: 16px;
  color: #25396f;
}

.new-collection .temple-sec span {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #25396f;
}

.new-collection .temple-sec small {
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #25396f;
}

.main-sec {
  background-color: #f5f5f5;
  /* padding: 0 35px 20px 35px; */
  padding: 0px;
  margin: 0px !important;
  /* height: 150vh; */
}

.cards a {
  /* background-color: #9694FF; */
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 13px;
  margin-right: 1rem;
}

.cards a img {
  padding-top: 13px;
}

.cards .card-1 {
  border: 1px solid #efefef;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 32px;
}

.cards .card-1:hover {
  border: 1px solid #791398;
  -webkit-box-shadow: 0px 15px 25px #00000029;
  box-shadow: 0px 15px 25px #00000029;
}

.cards .card-1 span {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #7c8db5;
}

.cards .card-1 b {
  font-family: "Lato-Black";
  font-size: 15px;
  color: #25396f;
}

.table-sec {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 22px;
}

.table-sec .table-head {
  font-family: "Lato-Medium";
  font-size: 16px;
  color: #25396f;
}

.table-sec .list-box {
  background: #7c8db5;
  padding: 3px 5px 6px;
  border-radius: 6px;
  line-height: 52px;
}

.table-sec .down-line {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 7px;
}

.table-sec .tab-scroll {
  overflow-x: auto;
  /* margin-right: 16px; */
}

.table-sec .tab-scroll .table-fix {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.table-sec .tab-scroll::-webkit-scrollbar {
  display: none;
}

.table-sec .tab-scroll .table> :not(caption)>*>* {
  border: 0;
}

.table-sec .tab-scroll .table>tbody {
  vertical-align: middle;
}

.table-sec .tab-scroll td {
  color: #888888;
}

.table-sec .tab-scroll th {
  font-family: "Lato-Bold";
  color: #555555;
  font-size: 15px;
}

.table-sec .tab-scroll .asset-name {
  font-family: "Lato-Bold";
  font-size: 14px;
}

.table-sec .tab-scroll .color-bright-blue {
  font-family: "Lato-Regular";
  font-size: 14px;
  color: #009dff;
}

.table-sec .tab-scroll .desc {
  font-family: "Lato-Bold";
  font-size: 14px;
}

.table-sec .tab-scroll .time {
  font-family: "Lato-Regular";
  font-size: 14px;
}

.chart-sec {
  padding: 26px 30px;
}

.chart-sec h6 {
  font-family: "Lato-Medium";
  font-size: 17px;
  color: #25396f;
}

.chart-sec .chart-bg {
  background-color: #ffffff;
  padding: 17px 26px;
  margin: 0px -25px;
  border-radius: 10px;
}

.chart-sec .space-right {
  margin-right: 4.7rem;
}

.chart-sec .card-right {
  margin-right: -51px;
}

.chart-sec .rounded-green {
  position: absolute;
  left: 30%;
  top: 27%;
}

.chart-sec .rounded-skyblue {
  position: absolute;
  right: 36%;
  top: 26%;
}

.chart-sec .rounded-pink {
  position: absolute;
  right: 20%;
  top: 39%;
}

.chart-sec .small-blue {
  position: absolute;
  right: 17%;
  top: 69%;
}

.chart-sec .rounded-small {
  position: absolute;
  top: 69%;
  left: 25%;
}

.chart-sec .label-blue {
  position: absolute;
  top: 56%;
  right: 46%;
}

.chart-sec .box {
  width: 73px;
  height: 48px;
  background-color: #25396f;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  right: 42%;
  top: 36%;
}

.chart-sec .box b {
  font-family: "Lato-Bold";
  font-size: 15px;
  color: #ffffff;
}

.chart-sec .box small {
  font-family: "Lato-Bold";
  font-size: 12px;
  color: #a2b0d8;
}

.chart-sec .box ::before {
  content: " ";
  position: absolute;
  right: 26px;
  bottom: -8px;
  border-top: 8px solid #25396f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: none;
}

.category-container .section-bg .section-white-bg .collection-card .cards:hover .category-hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .nav-bg {
    margin-left: -15px;
    padding: 0px 1px 22px;
  }

  .nav-bg .search {
    margin-left: 0px !important;
  }

  .nav-bg .search input {
    width: 10.8rem;
    text-indent: 28px;
  }

  .nav-bg .search::before {
    display: none;
  }

  .nav-bg .search .fa-search {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  .card-sec {
    overflow-x: auto;
  }

  .card-pink {
    margin: 2px 0px 8px 15px;
  }

  .new-collection {
    margin: 33px -2px 1px 13px;
  }

  .new-collection .collection-bg {
    padding: 20px 20px 19px 17px;
  }
}

/*# sourceMappingURL=style.css.map */