
/* @import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700;800;900&display=swap'); */
@import url('inconsolata.css');

body {
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Google Sans", "Roboto", sans-serif !important;
    font-weight: 700 !important;
}

.font-bold-force {
    font-weight: bold !important;
}

.card-title {
    font-weight: 700;
}

.navbar-menu li a {
    font-weight: bold;
    font-family: "Google Sans", "Roboto", sans-serif;
}

.number-900 {
    font-family: 'Inconsolata', monospace;
    font-weight: 900;
}

.number-800 {
    font-family: 'Inconsolata', monospace;
    font-weight: 800;
}

.number-700 {
    font-family: 'Inconsolata', monospace;
    font-weight: 700;
}

.number-600 {
    font-family: 'Inconsolata', monospace;
    font-weight: 600;
}

.number-500 {
    font-family: 'Inconsolata', monospace;
    font-weight: 500;
}

.number-400 {
    font-family: 'Inconsolata', monospace;
    font-weight: 400;
}

.number-300 {
    font-family: 'Inconsolata', monospace;
    font-weight: 300;
}

.number-200 {
    font-family: 'Inconsolata', monospace;
    font-weight: 200;
}

.navbar-menu li a {
    font-weight: bold;
}

.navbar-menu > li .ikon.fa {
    font-size: 20px;
    margin-right: 10px !important;
    margin-left: -3px;
}

h5 {
    font-weight: 500;
}

.badge-info.badge-dim {
    background: #cdecff;
    border-color: #79cdfe;
  }

.verified-img {
    display: inline;
    margin-top: -3px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fs-30 {
    font-size: 30px;
}

.pcv_val_card {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.alert .close {
    box-shadow: none !important;
}

.coll-card-head {
    height: 150px;
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
}

.mw-auto {
    min-width: unset;
}

.card-footer {
    border-top: 1px solid rgba(0,0,0,.05);
}

.coll-card-head-img {
    background-size: cover;
    background-position: center;
}

.coll-card-head-icon {
    line-height: 150px;
    font-size: 75px;
    text-align: center;
}

.coll-card-head-vid {
    background-color: #000;
}

.coll-card-head-vid video {
    width: 100%;
    height: 100%;
}

.bootstrap-tagsinput {
    border-radius: 4px;
    border: 1px solid #d2dde9;
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
    font-size: .9em;
    color: rgba(73,84,99,0.7);
    transition: all .4s;
}

.bootstrap-tagsinput input{
    border: 0;
    padding: 0;
}

.bootstrap-tagsinput input:focus{
    outline: none;
    border: 0;
    padding: 0;
}

.preview_container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    vertical-align: center; 
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}

.border-round {
    border-radius: 5px;
}

.swal-loader::after, .swal-loader::before {
    content: unset;
}

.lh-26 {
    line-height: 26px;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.card-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-overlay-item {
    opacity: 0.25;
    backdrop-filter: blur(2px);
    background: rgba(0,0,0,.3);
    border: 0;
}

.card-overlay-item:hover {
    opacity: 1;
}

.hover_item_card .card-innr:hover .card-overlay-item {
    opacity: 1;
}

.search-form-info {
    display: flex;
    justify-content: space-between;
}

.search-form-info .badge {
    line-height: 20px;
}

.card-feat-img {
    background-color: #fff;
    background-size: cover;
    height: 30vh;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-bottom: 60px;
}

.card-display-img {
    height: 160px;
    width: 160px;
    background-color: transparent;
    position: relative;
    top: calc(30vh - 100px);
    left: 17px;
}

.card-display-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 7px solid #fff;
}

.bordered-item {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
}

.badge-dark.badge-outline-dim {
    border-color: #e5e5e5;
}

.badge-outline-dim {
    background-color: transparent !important;
}

.nft-img {
    border-radius: 5px;
}

.nft-price {
    font-size: 40px;
}

.nft-price-row {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    margin: 0;
}

#nft_details .dataTables_wrapper .row:first-child {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 20px;
}

#nft_details .dataTables_wrapper .row:first-child .dataTables_filter {
    background: #f5f5f5;
    border-radius: 5px;
}

.nft_card {
    height: 300px;
    background-position: center;
    background-size: cover;
}

.nft_card .headline {
    font-weight: bold;
    font-size: 30px;
    color: white;
    text-align: center;
    background: rgba(0,0,0,.25);
    border-radius: 5px;
    backdrop-filter: blur(2px);
    padding: 10px 20px;
    cursor: pointer;
}

.nft_card .headline:hover {
    background: rgba(0,0,0,.35);
}

.stat-table thead th {
    border-bottom: 2px solid #eff5fc !important;
    padding: 8px 0 !important;
    text-align: center;
}