@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");
}

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: #ffffff;
}

.form-label.titleStyle {
  margin: 0px !important;
  position: relative;
  display: flex;
}

.search {
  position: relative;
}

.search input {
  height: 2.5rem;
  width: 26.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: "";
  background-color: #7c8db5;
  height: 35px;
  width: 1px;
  position: absolute;
  left: -15px;
}

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

.list li {
  font-family: "Lato-Regular";
  font-size: 16px;
  padding: 0 5px;
  color: #464646 !important;
}

.list li .link {
  color: #000 !important;
}

.list li a {
  font-family: "Lato-Regular";
  font-size: 16px;
  padding: 0 12px;
  color: #464646 !important;
}

.list li .menu.active,
.list li .menu:hover {
  border-bottom: 3px solid #791398;
  line-height: inherit !important;
  font-family: "Lato-Bold";
  padding-left: 12px !important;
  padding-right: 12px !important;
  padding-bottom: 10px !important;
  color: #464646;
}

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

.btnPrimary {
  color: #ffffff !important;
  background-image: linear-gradient(91deg, #7c27fd, #c62cf1);
  border: none !important;
  border-radius: 100px !important;
  height: 2.5rem !important;
  font-family: "Lato-Bold" !important;
  font-size: 14px !important;
  /* width: 8.063rem !important;
  padding-left: 20px !important;
  padding-right: 20px !important; */
}

.btnSecondary {
  border: none !important;
  border-radius: 100px !important;
  height: 2.5rem !important;
  font-family: "Lato-Bold" !important;
  font-size: 14px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.scroll-attributes {
  /* height: 185px !important; */
  overflow-y: auto !important;
}

.card-bg {
  margin: 0px 32px;
}

.card-bg .men {
  background-color: #ff7976;
  border-radius: 30%;
}

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

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

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

.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 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: 1px solid #e2e7ee;
}

/* .modal-open .modal .modal-content{
  color: navy;
  background-color: #DAAEF6;
  font-weight: bold;
} */

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

.new-collection .collection-bg {
  padding: 20px 42px 53px 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: #f2f7ff;
  padding: 0 12px 0px 50px;
  margin: 0px -49px;
  /* height: 100vh; */
}

.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;
}

.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;
}

.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: 8px solid #f0f0f0;
  padding: 10px 29px;
}

.table-sec .tab-scroll {
  overflow-x: auto;
  padding: 0 22px;
}

.table-sec .tab-scroll .table-fix {
  min-width: 100% !important;
  max-width: 100% !important;
  max-height: 400px !important;
  min-height: 400px !important;
  overflow-y: auto;
  /* padding-left: 10px !important;
  padding-right: 10px !important; */
}

.table-fix>table>thead {
  position: sticky !important;
  top: 0px !important;
  margin: 0px !important;
  background-color: #ffffff !important;
  z-index: 9;
}

.table-fix>table>thead>tr>td {
  font-weight: bold !important;
  color: black !important;
}

.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: 12px;
}

.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;
}

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

  .nav-bg .search {
    margin-left: -70px;
  }

  .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-sec .cards .card-1 {
    margin-right: -22px;
  }
}

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